Class EndermiteEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<EntityRenderState>
net.minecraft.client.render.entity.model.EndermiteEntityModel
Represents the model of an endermite-like entity.
| Part Name | Parent | Corresponding Field |
|---|---|---|
segment0 | Root part | bodySegments[0] |
segment1 | Root part | bodySegments[1] |
segment2 | Root part | bodySegments[2] |
segment3 | Root part | bodySegments[3] |
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/EndermiteEntityModelintermediary net/minecraft/class_565official ghm
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final ModelPart[]private static final int[][]private static final int[][]Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908Fields inherited from class net.minecraft.client.model.Model
layerFactory, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringgetSegmentName(int index) static TexturedModelDatavoidsetAngles(EntityRenderState state) Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Field Details
-
BODY_SEGMENTS_COUNT
private static final int BODY_SEGMENTS_COUNT- See Also:
- Mappings:
Namespace Name Mixin selector named BODY_SEGMENTS_COUNTLnet/minecraft/client/render/entity/model/EndermiteEntityModel;BODY_SEGMENTS_COUNT:Iintermediary field_32473Lnet/minecraft/class_565;field_32473:Iofficial aLghm;a:I
-
SEGMENT_DIMENSIONS
private static final int[][] SEGMENT_DIMENSIONS- Mappings:
Namespace Name Mixin selector named SEGMENT_DIMENSIONSLnet/minecraft/client/render/entity/model/EndermiteEntityModel;SEGMENT_DIMENSIONS:[[Iintermediary field_3366Lnet/minecraft/class_565;field_3366:[[Iofficial bLghm;b:[[I
-
SEGMENT_UVS
private static final int[][] SEGMENT_UVS- Mappings:
Namespace Name Mixin selector named SEGMENT_UVSLnet/minecraft/client/render/entity/model/EndermiteEntityModel;SEGMENT_UVS:[[Iintermediary field_3369Lnet/minecraft/class_565;field_3369:[[Iofficial cLghm;c:[[I
-
bodySegments
- Mappings:
Namespace Name Mixin selector named bodySegmentsLnet/minecraft/client/render/entity/model/EndermiteEntityModel;bodySegments:[Lnet/minecraft/client/model/ModelPart;intermediary field_3368Lnet/minecraft/class_565;field_3368:[Lnet/minecraft/class_630;official dLghm;d:[Lgkr;
-
-
Constructor Details
-
EndermiteEntityModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lghn;<init>(Lgkr;)V
-
-
Method Details
-
getSegmentName
- Mappings:
Namespace Name Mixin selector named getSegmentNameLnet/minecraft/client/render/entity/model/EndermiteEntityModel;getSegmentName(I)Ljava/lang/String;intermediary method_31997Lnet/minecraft/class_565;method_31997(I)Ljava/lang/String;official aLghm;a(I)Ljava/lang/String;
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/EndermiteEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_31996Lnet/minecraft/class_565;method_31996()Lnet/minecraft/class_5607;official aLghm;a()Lgkx;
-
setAngles
- Overrides:
setAnglesin classEntityModel<EntityRenderState>- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/client/render/entity/state/EntityRenderState;)Vintermediary method_2819Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_10017;)Vofficial aLghn;a(Lhec;)V
-