Class Mesh
java.lang.Object
foundry.veil.api.client.necromancer.render.mesh.Mesh
- Direct Known Subclasses:
CubeMesh
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static final recordprotected static final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidrender(com.mojang.blaze3d.vertex.PoseStack pPoseStack, com.mojang.blaze3d.vertex.VertexConsumer pVertexConsumer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha)
-
Field Details
-
EMPTY
-
-
Constructor Details
-
Mesh
public Mesh()
-
-
Method Details
-
render
public abstract void render(com.mojang.blaze3d.vertex.PoseStack pPoseStack, com.mojang.blaze3d.vertex.VertexConsumer pVertexConsumer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha)
-