public class AirFlowParticle
extends net.minecraft.client.particle.SimpleAnimatedParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
AirFlowParticle.Factory |
| Modifier | Constructor and Description |
|---|---|
protected |
AirFlowParticle(net.minecraft.client.world.ClientWorld world,
IAirCurrentSource source,
double x,
double y,
double z,
net.minecraft.client.particle.IAnimatedSprite sprite) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLightColor(float partialTick) |
net.minecraft.client.particle.IParticleRenderType |
getRenderType() |
void |
morphType(double distance) |
void |
tick() |
setBaseAirFriction, setColor, setFadeColorgetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgegetQuadSize, render, scaleprotected AirFlowParticle(net.minecraft.client.world.ClientWorld world,
IAirCurrentSource source,
double x,
double y,
double z,
net.minecraft.client.particle.IAnimatedSprite sprite)
@Nonnull 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 void morphType(double distance)
public int getLightColor(float partialTick)
getLightColor in class net.minecraft.client.particle.SimpleAnimatedParticle