Class GhastEntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.SinglePartEntityModel<T>
net.minecraft.client.render.entity.model.GhastEntityModel<T>
@Environment(CLIENT)
public class GhastEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
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 fug
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPart()
private static String
getTentacleName
(int index) static TexturedModelData
void
setAngles
(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
animate, animateMovement, getChild, render, updateAnimation, updateAnimation
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
root
- Mappings:
Namespace Name Mixin selector named root
Lnet/minecraft/client/render/entity/model/GhastEntityModel;root:Lnet/minecraft/client/model/ModelPart;
intermediary field_27419
Lnet/minecraft/class_567;field_27419:Lnet/minecraft/class_630;
official a
Lfug;a:Lfxc;
-
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 b
Lfug;b:[Lfxc;
-
-
Constructor Details
-
GhastEntityModel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/model/GhastEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
intermediary <init>
Lnet/minecraft/class_567;<init>(Lnet/minecraft/class_630;)V
official <init>
Lfug;<init>(Lfxc;)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
Lfug;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 b
Lfug;b()Lfxi;
-
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) - Specified by:
setAngles
in classEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector named setAngles
Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V
intermediary method_2819
Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)V
official a
Lfuc;a(Lbsw;FFFFF)V
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector named getPart
Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
intermediary method_32008
Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
official a
Lful;a()Lfxc;
-