public class ParticleSnow
extends net.minecraft.client.particle.Particle
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.client.renderer.texture.TextureAtlasSprite[] |
sprites |
cameraViewDir, canCollide, height, interpPosX, interpPosY, interpPosZ, isExpired, motionX, motionY, motionZ, onGround, particleAge, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleMaxAge, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world| Constructor and Description |
|---|
ParticleSnow(net.minecraft.world.World world,
double x,
double y,
double z) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFXLayer() |
void |
renderParticle(net.minecraft.client.renderer.BufferBuilder buffer,
net.minecraft.entity.Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
getBlueColorF, getBoundingBox, getBrightnessForRender, getGreenColorF, getRedColorF, isAlive, move, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, onUpdate, resetPositionToBB, setAlphaF, setBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, shouldDisableDepth, toStringpublic static final net.minecraft.client.renderer.texture.TextureAtlasSprite[] sprites
public ParticleSnow(net.minecraft.world.World world,
double x,
double y,
double z)
public int getFXLayer()
getFXLayer in class net.minecraft.client.particle.Particlepublic void renderParticle(net.minecraft.client.renderer.BufferBuilder buffer,
net.minecraft.entity.Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ)
renderParticle in class net.minecraft.client.particle.Particle