Class GhastEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<GhastEntityRenderState>
net.minecraft.client.render.entity.model.GhastEntityModel
Represents the model of a ghast-like entity.
Part Name | Parent | Corresponding Field |
---|---|---|
"body" | Root part | |
tentacle0 | Root part | tentacles[0] |
tentacle1 | Root part | tentacles[1] |
tentacle2 | Root part | tentacles[2] |
tentacle3 | Root part | tentacles[3] |
tentacle4 | Root part | tentacles[4] |
tentacle5 | Root part | tentacles[5] |
tentacle6 | Root part | tentacles[6] |
tentacle7 | Root part | tentacles[7] |
tentacle8 | Root part | tentacles[8] |
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/GhastEntityModel
intermediary net/minecraft/class_567
official gbq
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908
Fields inherited from class net.minecraft.client.model.Model
layerFactory, root
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static String
getTentacleName
(int index) static TexturedModelData
void
setAngles
(GhastEntityRenderState ghastEntityRenderState) Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Field Details
-
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
- 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
- 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
- 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
- Overrides:
setAngles
in classEntityModel<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
-