Package net.minecraft.client.particle
Class BillboardParticleSubmittable
java.lang.Object
net.minecraft.client.particle.BillboardParticleSubmittable
- All Implemented Interfaces:
Submittable
@Environment(CLIENT)
public class BillboardParticleSubmittable
extends Object
implements Submittable
- Mappings:
Namespace Name named net/minecraft/client/particle/BillboardParticleSubmittableintermediary net/minecraft/class_11944official hfl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddraw(VertexConsumerProvider.Immediate vertexConsumers) protected voiddrawFace(VertexConsumer vertexConsumer, 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 brightness) voidvoidrender(BillboardParticle.RenderType renderType, 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 brightness) private voidrenderVertex(VertexConsumer vertexConsumer, Quaternionf rotation, float x, float y, float z, float localX, float localY, float size, float maxU, float maxV, int color, int brightness) voidsubmit(OrderedRenderCommandQueue queue)
-
Field Details
-
INITIAL_BUFFER_MAX_LENGTH
private static final int INITIAL_BUFFER_MAX_LENGTH- See Also:
- Mappings:
Namespace Name Mixin selector named INITIAL_BUFFER_MAX_LENGTHLnet/minecraft/client/particle/BillboardParticleSubmittable;INITIAL_BUFFER_MAX_LENGTH:Iintermediary field_62649Lnet/minecraft/class_11944;field_62649:Iofficial aLhfl;a:I
-
BUFFER_FLOAT_FIELDS
private static final int BUFFER_FLOAT_FIELDS- See Also:
- Mappings:
Namespace Name Mixin selector named BUFFER_FLOAT_FIELDSLnet/minecraft/client/particle/BillboardParticleSubmittable;BUFFER_FLOAT_FIELDS:Iintermediary field_62650Lnet/minecraft/class_11944;field_62650:Iofficial bLhfl;b:I
-
BUFFER_INT_FIELDS
private static final int BUFFER_INT_FIELDS- See Also:
- Mappings:
Namespace Name Mixin selector named BUFFER_INT_FIELDSLnet/minecraft/client/particle/BillboardParticleSubmittable;BUFFER_INT_FIELDS:Iintermediary field_62651Lnet/minecraft/class_11944;field_62651:Iofficial cLhfl;c:I
-
bufferByType
private final EnumMap<BillboardParticle.RenderType,BillboardParticleSubmittable.Buffer> bufferByType- Mappings:
Namespace Name Mixin selector named bufferByTypeLnet/minecraft/client/particle/BillboardParticleSubmittable;bufferByType:Ljava/util/EnumMap;intermediary field_62652Lnet/minecraft/class_11944;field_62652:Ljava/util/EnumMap;official dLhfl;d:Ljava/util/EnumMap;
-
-
Constructor Details
-
BillboardParticleSubmittable
public BillboardParticleSubmittable()
-
-
Method Details
-
render
public void render(BillboardParticle.RenderType renderType, 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 brightness) - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/particle/BillboardParticleSubmittable;render(Lnet/minecraft/client/particle/BillboardParticle$RenderType;FFFFFFFFFFFFII)Vintermediary method_74323Lnet/minecraft/class_11944;method_74323(Lnet/minecraft/class_3940$class_11941;FFFFFFFFFFFFII)Vofficial aLhfl;a(Lhcq$b;FFFFFFFFFFFFII)V
-
onFrameEnd
public void onFrameEnd()- Specified by:
onFrameEndin interfaceSubmittable- Mappings:
Namespace Name Mixin selector named onFrameEndLnet/minecraft/client/render/Submittable;onFrameEnd()Vintermediary method_74316Lnet/minecraft/class_11942;method_74316()Vofficial bLhfe;b()V
-
draw
- Mappings:
Namespace Name Mixin selector named drawLnet/minecraft/client/particle/BillboardParticleSubmittable;draw(Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)Vintermediary method_74324Lnet/minecraft/class_11944;method_74324(Lnet/minecraft/class_4597$class_4598;)Vofficial aLhfl;a(Lhez$a;)V
-
drawFace
protected void drawFace(VertexConsumer vertexConsumer, 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 brightness) - Mappings:
Namespace Name Mixin selector named drawFaceLnet/minecraft/client/particle/BillboardParticleSubmittable;drawFace(Lnet/minecraft/client/render/VertexConsumer;FFFFFFFFFFFFII)Vintermediary method_74321Lnet/minecraft/class_11944;method_74321(Lnet/minecraft/class_4588;FFFFFFFFFFFFII)Vofficial aLhfl;a(Lftg;FFFFFFFFFFFFII)V
-
renderVertex
private void renderVertex(VertexConsumer vertexConsumer, Quaternionf rotation, float x, float y, float z, float localX, float localY, float size, float maxU, float maxV, int color, int brightness) - Mappings:
Namespace Name Mixin selector named renderVertexLnet/minecraft/client/particle/BillboardParticleSubmittable;renderVertex(Lnet/minecraft/client/render/VertexConsumer;Lorg/joml/Quaternionf;FFFFFFFFII)Vintermediary method_74322Lnet/minecraft/class_11944;method_74322(Lnet/minecraft/class_4588;Lorg/joml/Quaternionf;FFFFFFFFII)Vofficial aLhfl;a(Lftg;Lorg/joml/Quaternionf;FFFFFFFFII)V
-
submit
- Specified by:
submitin interfaceSubmittable- Mappings:
Namespace Name Mixin selector named submitLnet/minecraft/client/render/Submittable;submit(Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;)Vintermediary submitLnet/minecraft/class_11942;submit(Lnet/minecraft/class_11659;)Vofficial submitLhfe;submit(Lhge;)V
-