public class FluidStackParticle
extends net.minecraft.client.particle.SpriteTexturedParticle
| Constructor and Description |
|---|
FluidStackParticle(net.minecraft.client.world.ClientWorld world,
net.minecraftforge.fluids.FluidStack fluid,
double x,
double y,
double z,
double vx,
double vy,
double vz) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEvaporate() |
static FluidStackParticle |
create(net.minecraft.particles.ParticleType<FluidParticleData> type,
net.minecraft.client.world.ClientWorld world,
net.minecraftforge.fluids.FluidStack fluid,
double x,
double y,
double z,
double vx,
double vy,
double vz) |
protected int |
getLightColor(float p_189214_1_) |
net.minecraft.client.particle.IParticleRenderType |
getRenderType() |
protected float |
getU0() |
protected float |
getU1() |
protected float |
getV0() |
protected float |
getV1() |
protected void |
multiplyColor(int color) |
void |
tick() |
pickSprite, setSprite, setSpriteFromAgegetQuadSize, render, scalepublic FluidStackParticle(net.minecraft.client.world.ClientWorld world,
net.minecraftforge.fluids.FluidStack fluid,
double x,
double y,
double z,
double vx,
double vy,
double vz)
public static FluidStackParticle create(net.minecraft.particles.ParticleType<FluidParticleData> type, net.minecraft.client.world.ClientWorld world, net.minecraftforge.fluids.FluidStack fluid, double x, double y, double z, double vx, double vy, double vz)
protected int getLightColor(float p_189214_1_)
getLightColor in class net.minecraft.client.particle.Particleprotected void multiplyColor(int color)
protected float getU0()
getU0 in class net.minecraft.client.particle.SpriteTexturedParticleprotected float getU1()
getU1 in class net.minecraft.client.particle.SpriteTexturedParticleprotected float getV0()
getV0 in class net.minecraft.client.particle.SpriteTexturedParticleprotected float getV1()
getV1 in class net.minecraft.client.particle.SpriteTexturedParticlepublic void tick()
tick in class net.minecraft.client.particle.Particleprotected boolean canEvaporate()
public net.minecraft.client.particle.IParticleRenderType getRenderType()
getRenderType in class net.minecraft.client.particle.Particle