Class TurtleEntityModel<T extends TurtleEntity>


@Environment(CLIENT) public class TurtleEntityModel<T extends TurtleEntity> extends QuadrupedEntityModel<T>
Mappings:
Namespace Name
official exq
intermediary net/minecraft/class_614
named net/minecraft/client/render/entity/model/TurtleEntityModel
  • Field Details

    • EGG_BELLY

      private static final String EGG_BELLY
      The key of the model part of the belly side of the turtle's shell, whose value is "egg_belly".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official j Lexq;j:Ljava/lang/String;
      intermediary field_32570 Lnet/minecraft/class_614;field_32570:Ljava/lang/String;
      named EGG_BELLY Lnet/minecraft/client/render/entity/model/TurtleEntityModel;EGG_BELLY:Ljava/lang/String;
    • plastron

      private final ModelPart plastron
      The belly side of the turtle's shell.
      Mappings:
      Namespace Name Mixin selector
      official k Lexq;k:Leyh;
      intermediary field_3594 Lnet/minecraft/class_614;field_3594:Lnet/minecraft/class_630;
      named plastron Lnet/minecraft/client/render/entity/model/TurtleEntityModel;plastron:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • TurtleEntityModel

      public TurtleEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lexq;<init>(Leyh;)V
      intermediary <init> Lnet/minecraft/class_614;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/TurtleEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official c Lexq;c()Leyn;
      intermediary method_32062 Lnet/minecraft/class_614;method_32062()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/TurtleEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getBodyParts

      protected Iterable<ModelPart> getBodyParts()
      Overrides:
      getBodyParts in class QuadrupedEntityModel<T extends TurtleEntity>
      Mappings:
      Namespace Name Mixin selector
      official b Leui;b()Ljava/lang/Iterable;
      intermediary method_22948 Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;
      named getBodyParts Lnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
    • setAngles

      public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
      Description copied from class: QuadrupedEntityModel
      Overrides:
      setAngles in class QuadrupedEntityModel<T extends TurtleEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lexq;a(Lbqp;FFFFF)V
      intermediary method_17125 Lnet/minecraft/class_614;method_17125(Lnet/minecraft/class_1481;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/TurtleEntityModel;setAngles(Lnet/minecraft/entity/passive/TurtleEntity;FFFFF)V
    • render

      public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
      Renders the model.
      Overrides:
      render in class AnimalModel<T extends TurtleEntity>
      Parameters:
      light - the lightmap coordinates used for this model rendering
      Mappings:
      Namespace Name Mixin selector
      official a Lewf;a(Leed;Leeh;IIFFFF)V
      intermediary method_2828 Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)V
      named render Lnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V