Class GhastEntityModel<T extends Entity>


@Environment(CLIENT) public class GhastEntityModel<T extends Entity> extends SinglePartEntityModel<T>
Represents the model of a ghast-like entity.
Model parts of this model
Part NameParentCorresponding Field
"body"Root part
tentacle0Root parttentacles[0]
tentacle1Root parttentacles[1]
tentacle2Root parttentacles[2]
tentacle3Root parttentacles[3]
tentacle4Root parttentacles[4]
tentacle5Root parttentacles[5]
tentacle6Root parttentacles[6]
tentacle7Root parttentacles[7]
tentacle8Root parttentacles[8]
Mappings:
Namespace Name
official evo
intermediary net/minecraft/class_567
named net/minecraft/client/render/entity/model/GhastEntityModel
  • Field Details

    • root

      private final ModelPart root
      Mappings:
      Namespace Name Mixin selector
      official a Levo;a:Leyh;
      intermediary field_27419 Lnet/minecraft/class_567;field_27419:Lnet/minecraft/class_630;
      named root Lnet/minecraft/client/render/entity/model/GhastEntityModel;root:Lnet/minecraft/client/model/ModelPart;
    • tentacles

      private final ModelPart[] tentacles
      Mappings:
      Namespace Name Mixin selector
      official b Levo;b:[Leyh;
      intermediary field_3372 Lnet/minecraft/class_567;field_3372:[Lnet/minecraft/class_630;
      named tentacles Lnet/minecraft/client/render/entity/model/GhastEntityModel;tentacles:[Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • GhastEntityModel

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

    • getTentacleName

      private static String getTentacleName(int index)
      Mappings:
      Namespace Name Mixin selector
      official a Levo;a(I)Ljava/lang/String;
      intermediary method_32001 Lnet/minecraft/class_567;method_32001(I)Ljava/lang/String;
      named getTentacleName Lnet/minecraft/client/render/entity/model/GhastEntityModel;getTentacleName(I)Ljava/lang/String;
    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official b Levo;b()Leyn;
      intermediary method_32000 Lnet/minecraft/class_567;method_32000()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/GhastEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • setAngles

      public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)
      Specified by:
      setAngles in class EntityModel<T extends Entity>
      Mappings:
      Namespace Name Mixin selector
      official a Levk;a(Lbdr;FFFFF)V
      intermediary method_2819 Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V
    • getPart

      public ModelPart getPart()
      Specified by:
      getPart in class SinglePartEntityModel<T extends Entity>
      Mappings:
      Namespace Name Mixin selector
      official a Levt;a()Leyh;
      intermediary method_32008 Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
      named getPart Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;