Class QuadParticleRenderState.Storage
java.lang.Object
net.minecraft.client.renderer.state.QuadParticleRenderState.Storage
- Enclosing class:
QuadParticleRenderState
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate float[]private int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
capacity
private int capacity -
floatValues
private float[] floatValues -
intValues
private int[] intValues -
currentParticleIndex
private int currentParticleIndex
-
-
Constructor Details
-
Storage
Storage()
-
-
Method Details
-
add
public void add(float pX, float pY, float pZ, float pXRot, float pYRot, float pZRot, float pWRot, float pQuadSize, float pU0, float pU1, float pV0, float pV1, int pColor, int pPackedLight) -
forEachParticle
-
clear
public void clear() -
grow
private void grow() -
count
public int count()
-