net.minecraft.client.particle

class BillboardParticleCommand$Vertices

net.minecraft.client.renderer.state.level.QuadParticleRenderState$Storage
net.minecraft.class_11944$class_11946
net.minecraft.client.particle.BillboardParticleCommand$Vertices

Field summary

Modifier and TypeField
private int
capacity
field_62653
maxVertices
private float[]
floatValues
field_62654
floatData
private int[]
intValues
field_62655
intData
private int
currentParticleIndex
field_62656
nextVertexIndex

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public void
add(float x, float y, float z, float xRot, float yRot, float zRot, float wRot, float scale, float u0, float u1, float v0, float v1, int color, int lightCoords)
method_74327(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9, float arg10, float arg11, int arg12, int arg13)
vertex(float x, float y, float z, float rotationX, float rotationY, float rotationZ, float rotationW, float size, float minU, float maxU, float minV, float maxV, int color, int light)
public void
forEachParticle(QuadParticleRenderState$ParticleConsumer consumer)
method_74328(class_11944$class_11945 arg0)
render(BillboardParticleCommand$Consumer vertexConsumer)
public void
clear()
method_74326()
reset()
private void
grow()
method_74329()
increaseCapacity()
public int
count()
method_74756()
nextVertexIndex()