@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public class HeaterParticle
extends net.minecraft.client.particle.SimpleAnimatedParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
HeaterParticle.Factory |
| Constructor and Description |
|---|
HeaterParticle(net.minecraft.client.world.ClientWorld worldIn,
float r,
float g,
float b,
double x,
double y,
double z,
double vx,
double vy,
double vz,
net.minecraft.client.particle.IAnimatedSprite spriteSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLightColor(float p_189214_1_) |
float |
getQuadSize(float p_217561_1_) |
net.minecraft.client.particle.IParticleRenderType |
getRenderType() |
void |
move(double x,
double y,
double z) |
void |
tick() |
setBaseAirFriction, setColor, setFadeColorgetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgepublic HeaterParticle(net.minecraft.client.world.ClientWorld worldIn,
float r,
float g,
float b,
double x,
double y,
double z,
double vx,
double vy,
double vz,
net.minecraft.client.particle.IAnimatedSprite spriteSet)
public net.minecraft.client.particle.IParticleRenderType getRenderType()
getRenderType in class net.minecraft.client.particle.SimpleAnimatedParticlepublic float getQuadSize(float p_217561_1_)
getQuadSize in class net.minecraft.client.particle.TexturedParticlepublic void move(double x,
double y,
double z)
move in class net.minecraft.client.particle.Particlepublic int getLightColor(float p_189214_1_)
getLightColor in class net.minecraft.client.particle.SimpleAnimatedParticlepublic void tick()
tick in class net.minecraft.client.particle.SimpleAnimatedParticle