Class EndermiteEntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.SinglePartEntityModel<T>
net.minecraft.client.render.entity.model.EndermiteEntityModel<T>
@Environment(CLIENT)
public class EndermiteEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
- Mappings:
Namespace Name official efy
intermediary net/minecraft/class_565
named net/minecraft/client/render/entity/model/EndermiteEntityModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate static int
private ModelPart[]
private ModelPart
private static int[][]
private static int[][]
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
getSegmentName(int index)
static TexturedModelData
void
Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
BODY_SEGMENTS_COUNT
private static final int BODY_SEGMENTS_COUNT- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official a
Lefy;a:I
intermediary field_32473
Lnet/minecraft/class_565;field_32473:I
named BODY_SEGMENTS_COUNT
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;BODY_SEGMENTS_COUNT:I
-
SEGMENT_DIMENSIONS
private static final int[][] SEGMENT_DIMENSIONS- Mappings:
Namespace Name Mixin selector official b
Lefy;b:[[I
intermediary field_3366
Lnet/minecraft/class_565;field_3366:[[I
named SEGMENT_DIMENSIONS
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;SEGMENT_DIMENSIONS:[[I
-
SEGMENT_UVS
private static final int[][] SEGMENT_UVS- Mappings:
Namespace Name Mixin selector official f
Lefy;f:[[I
intermediary field_3369
Lnet/minecraft/class_565;field_3369:[[I
named SEGMENT_UVS
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;SEGMENT_UVS:[[I
-
root
- Mappings:
Namespace Name Mixin selector official g
Lefy;g:Leiq;
intermediary field_27413
Lnet/minecraft/class_565;field_27413:Lnet/minecraft/class_630;
named root
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;root:Lnet/minecraft/client/model/ModelPart;
-
bodySegments
- Mappings:
Namespace Name Mixin selector official h
Lefy;h:[Leiq;
intermediary field_3368
Lnet/minecraft/class_565;field_3368:[Lnet/minecraft/class_630;
named bodySegments
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;bodySegments:[Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
EndermiteEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lefy;<init>(Leiq;)V
intermediary <init>
Lnet/minecraft/class_565;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getSegmentName
- Mappings:
Namespace Name Mixin selector official a
Lefy;a(I)Ljava/lang/String;
intermediary method_31997
Lnet/minecraft/class_565;method_31997(I)Ljava/lang/String;
named getSegmentName
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;getSegmentName(I)Ljava/lang/String;
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official a
Lefy;a()Leiw;
intermediary method_31996
Lnet/minecraft/class_565;method_31996()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector official b
Legh;b()Leiq;
intermediary method_32008
Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
named getPart
Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
-
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 official a
Lefz;a(Latf;FFFFF)V
intermediary method_2819
Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V
-