Class Mesh
java.lang.Object
foundry.veil.api.client.necromancer.render.mesh.Mesh
- Direct Known Subclasses:
CubeMesh
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
protected static final record
protected static final record
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract 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)
-
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)
-