net.minecraft.client.particle

public class TerrainParticle

extends TextureSheetParticle

gjr
net.minecraft.client.particle.TerrainParticle
net.minecraft.class_727
net.minecraft.client.particle.BlockDustParticle

Field summary

Modifier and TypeField
private final BlockPos
a
pos
field_3891
blockPos
private final float
b
uo
field_17884
sampleU
private final float
F
vo
field_17885
sampleV

Constructor summary

ModifierConstructor
public (ClientLevel world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, BlockState state)
public (ClientLevel world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, BlockState state, BlockPos blockPos)

Method summary

Modifier and TypeMethod
public ParticleRenderType
b()
getRenderType()
method_18122()
getType()
protected float
c()
getU0()
method_18133()
getMinU()
protected float
d()
getU1()
method_18134()
getMaxU()
protected float
e()
getV0()
method_18135()
getMinV()
protected float
f()
getV1()
method_18136()
getMaxV()
public int
a(float arg0)
getLightColor(float arg0)
method_3068(float arg0)
getBrightness(float arg0)
static TerrainParticle
a(lk arg0, gfk arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
createTerrainParticle(BlockParticleOption arg0, ClientLevel arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
method_58750(class_2388 arg0, class_638 arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
create(BlockStateParticleEffect parameters, ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)