public class BasinFluidParticle extends FluidStackParticle
| Constructor and Description |
|---|
BasinFluidParticle(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() |
void |
render(com.mojang.blaze3d.vertex.IVertexBuilder vb,
net.minecraft.client.renderer.ActiveRenderInfo info,
float pt) |
void |
tick() |
create, getLightColor, getRenderType, getU0, getU1, getV0, getV1, multiplyColorpickSprite, setSprite, setSpriteFromAgepublic BasinFluidParticle(net.minecraft.client.world.ClientWorld world,
net.minecraftforge.fluids.FluidStack fluid,
double x,
double y,
double z,
double vx,
double vy,
double vz)
public void tick()
tick in class FluidStackParticlepublic void render(com.mojang.blaze3d.vertex.IVertexBuilder vb,
net.minecraft.client.renderer.ActiveRenderInfo info,
float pt)
render in class net.minecraft.client.particle.TexturedParticleprotected boolean canEvaporate()
canEvaporate in class FluidStackParticle