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 gnm
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelData
void
setAngles
(GhastEntityRenderState ghastEntityRenderState) static void
setTentacleAngles
(EntityRenderState state, ModelPart[] tentacles) Methods inherited from class net.minecraft.client.model.Model
getLayer, 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
Lgnm;a:[Lgqm;
-
-
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>
Lgng;<init>(Lgqm;)V
-
-
Method Details
-
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
Lgnm;a()Lgqs;
-
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
Lgnm;a(Lhkx;)V
-
setTentacleAngles
- Mappings:
Namespace Name Mixin selector named setTentacleAngles
Lnet/minecraft/client/render/entity/model/GhastEntityModel;setTentacleAngles(Lnet/minecraft/client/render/entity/state/EntityRenderState;[Lnet/minecraft/client/model/ModelPart;)V
intermediary method_70929
Lnet/minecraft/class_567;method_70929(Lnet/minecraft/class_10017;[Lnet/minecraft/class_630;)V
official a
Lgnm;a(Lhkm;[Lgqm;)V
-