Class EvokerFangsEntityModel<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.EvokerFangsEntityModel<T>
@Environment(CLIENT)
public class EvokerFangsEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
Represents the model of an evoker-fangs-like entity.
Part Name | Parent | Corresponding Field |
---|---|---|
"base" | Root part | base |
"upper_jaw" | Root part | upperJaw |
"lower_jaw" | Root part | lowerJaw |
- Mappings:
Namespace Name official ezt
intermediary net/minecraft/class_568
named net/minecraft/client/render/entity/model/EvokerFangsEntityModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private static final String
The key of the base model part, whose value is "base".private static final String
The key of the lower jaw model part, whose value is "lower_jaw".private final ModelPart
private final ModelPart
private static final String
The key of the upper jaw model part, whose value is "upper_jaw".private final ModelPart
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
Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
animateMovement, getChild, render, updateAnimation, updateAnimation
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
BASE
The key of the base model part, whose value is "base".- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lezt;a:Ljava/lang/String;
intermediary field_32474
Lnet/minecraft/class_568;field_32474:Ljava/lang/String;
named BASE
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;BASE:Ljava/lang/String;
-
UPPER_JAW
The key of the upper jaw model part, whose value is "upper_jaw".- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lezt;b:Ljava/lang/String;
intermediary field_32475
Lnet/minecraft/class_568;field_32475:Ljava/lang/String;
named UPPER_JAW
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;UPPER_JAW:Ljava/lang/String;
-
LOWER_JAW
The key of the lower jaw model part, whose value is "lower_jaw".- See Also:
- Mappings:
Namespace Name Mixin selector official f
Lezt;f:Ljava/lang/String;
intermediary field_32476
Lnet/minecraft/class_568;field_32476:Ljava/lang/String;
named LOWER_JAW
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;LOWER_JAW:Ljava/lang/String;
-
root
- Mappings:
Namespace Name Mixin selector official g
Lezt;g:Lfcr;
intermediary field_27414
Lnet/minecraft/class_568;field_27414:Lnet/minecraft/class_630;
named root
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;root:Lnet/minecraft/client/model/ModelPart;
-
base
- Mappings:
Namespace Name Mixin selector official h
Lezt;h:Lfcr;
intermediary field_3374
Lnet/minecraft/class_568;field_3374:Lnet/minecraft/class_630;
named base
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;base:Lnet/minecraft/client/model/ModelPart;
-
upperJaw
- Mappings:
Namespace Name Mixin selector official i
Lezt;i:Lfcr;
intermediary field_3376
Lnet/minecraft/class_568;field_3376:Lnet/minecraft/class_630;
named upperJaw
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;upperJaw:Lnet/minecraft/client/model/ModelPart;
-
lowerJaw
- Mappings:
Namespace Name Mixin selector official j
Lezt;j:Lfcr;
intermediary field_3375
Lnet/minecraft/class_568;field_3375:Lnet/minecraft/class_630;
named lowerJaw
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;lowerJaw:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
EvokerFangsEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lezt;<init>(Lfcr;)V
intermediary <init>
Lnet/minecraft/class_568;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official b
Lezt;b()Lfcx;
intermediary method_31998
Lnet/minecraft/class_568;method_31998()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
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
Lezs;a(Lbfh;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
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector official a
Lfab;a()Lfcr;
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;
-