Class ModelMesh
java.lang.Object
foundry.veil.model.graveyard.render.mesh.ModelMesh
- Direct Known Subclasses:
StaticMesh
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classprotected static final recordprotected static final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidrender(@Nullable InterpolatedBone part, com.mojang.blaze3d.vertex.PoseStack pPoseStack, com.mojang.blaze3d.vertex.VertexConsumer pVertexConsumer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) 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) voidupdate(@Nullable InterpolatedBone part, InterpolatedSkeleton model, int ticks, float partialTick)
-
Field Details
-
isStatic
public final boolean isStatic -
EMPTY
-
-
Constructor Details
-
ModelMesh
protected ModelMesh(boolean isStatic)
-
-
Method Details
-
update
public void update(@Nullable @Nullable InterpolatedBone part, InterpolatedSkeleton model, int ticks, float partialTick) -
render
public abstract void render(@Nullable @Nullable InterpolatedBone part, com.mojang.blaze3d.vertex.PoseStack pPoseStack, com.mojang.blaze3d.vertex.VertexConsumer pVertexConsumer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) -
render
public 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)
-