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"
invalid reference
Root part
tentacle0
invalid reference
Root part
tentacles[0]
tentacle1
invalid reference
Root part
tentacles[1]
tentacle2
invalid reference
Root part
tentacles[2]
tentacle3
invalid reference
Root part
tentacles[3]
tentacle4
invalid reference
Root part
tentacles[4]
tentacle5
invalid reference
Root part
tentacles[5]
tentacle6
invalid reference
Root part
tentacles[6]
tentacle7
invalid reference
Root part
tentacles[7]
tentacle8
invalid reference
Root part
tentacles[8]
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/GhastEntityModel
intermediary net/minecraft/class_567
official fxt
  • 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 Lfxt;a:[Lgaq;
  • Constructor Details

    • GhastEntityModel

      public GhastEntityModel(ModelPart modelPart)
  • 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 Lfxt;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 Lfxt;a()Lgaw;
    • 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 Lfxt;a(Lgub;)V