public class AirParticle
extends net.minecraft.client.particle.SimpleAnimatedParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
AirParticle.Factory |
| Modifier | Constructor and Description |
|---|---|
protected |
AirParticle(net.minecraft.client.world.ClientWorld world,
AirParticleData data,
double x,
double y,
double z,
double dx,
double dy,
double dz,
net.minecraft.client.particle.IAnimatedSprite sprite) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLightColor(float partialTick) |
net.minecraft.client.particle.IParticleRenderType |
getRenderType() |
void |
tick() |
setBaseAirFriction, setColor, setFadeColorgetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgegetQuadSize, render, scaleprotected AirParticle(net.minecraft.client.world.ClientWorld world,
AirParticleData data,
double x,
double y,
double z,
double dx,
double dy,
double dz,
net.minecraft.client.particle.IAnimatedSprite sprite)
public net.minecraft.client.particle.IParticleRenderType getRenderType()
getRenderType in class net.minecraft.client.particle.SimpleAnimatedParticlepublic void tick()
tick in class net.minecraft.client.particle.SimpleAnimatedParticlepublic int getLightColor(float partialTick)
getLightColor in class net.minecraft.client.particle.SimpleAnimatedParticle