Interface ModelMesh

All Known Implementing Classes:
StaticMesh

public interface ModelMesh
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static final record 
     
    static final record 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ModelMesh
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(@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)
     
    default 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)
     
    default void
    update(@Nullable InterpolatedBone part, InterpolatedSkeleton skeleton, int ticks, float partialTick)
     
  • Field Details

  • Method Details

    • update

      default void update(@Nullable @Nullable InterpolatedBone part, InterpolatedSkeleton skeleton, int ticks, float partialTick)
    • render

      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

      default 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)