Class GhastEntityModel


@Environment(CLIENT) public class GhastEntityModel extends EntityModel<GhastEntityRenderState>
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
named net/minecraft/client/render/entity/model/GhastEntityModel
intermediary net/minecraft/class_567
official gbq
  • Field Details

    • tentacles

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

    • GhastEntityModel

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

    • getTentacleName

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

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

      public void setAngles(GhastEntityRenderState ghastEntityRenderState)
      Overrides:
      setAngles in class EntityModel<GhastEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named setAngles Lnet/minecraft/client/render/entity/model/GhastEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/GhastEntityRenderState;)V
      intermediary method_62088 Lnet/minecraft/class_567;method_62088(Lnet/minecraft/class_10029;)V
      official a Lgbq;a(Lgyf;)V