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>
- Mappings:
Namespace Name official easintermediary net/minecraft/class_568named net/minecraft/client/render/entity/model/EvokerFangsEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPartbaseprivate ModelPartlowerJawprivate ModelPartrootprivate ModelPartupperJawFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors Constructor Description EvokerFangsEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description ModelPartgetPart()static TexturedModelDatagetTexturedModelData()voidsetAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
root
- Mappings:
Namespace Name Mixin selector official aLeas;a:Ledh;intermediary field_27414Lnet/minecraft/class_568;field_27414:Lnet/minecraft/class_630;named rootLnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;root:Lnet/minecraft/client/model/ModelPart;
-
base
- Mappings:
Namespace Name Mixin selector official bLeas;b:Ledh;intermediary field_3374Lnet/minecraft/class_568;field_3374:Lnet/minecraft/class_630;named baseLnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;base:Lnet/minecraft/client/model/ModelPart;
-
upperJaw
- Mappings:
Namespace Name Mixin selector official fLeas;f:Ledh;intermediary field_3376Lnet/minecraft/class_568;field_3376:Lnet/minecraft/class_630;named upperJawLnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;upperJaw:Lnet/minecraft/client/model/ModelPart;
-
lowerJaw
- Mappings:
Namespace Name Mixin selector official gLeas;g:Ledh;intermediary field_3375Lnet/minecraft/class_568;field_3375:Lnet/minecraft/class_630;named lowerJawLnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;lowerJaw:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
EvokerFangsEntityModel
- Mappings:
Namespace Name Mixin selector official <init>Leas;<init>(Ledh;)Vintermediary <init>Lnet/minecraft/class_568;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/EvokerFangsEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official aLeas;a()Ledn;intermediary method_31998Lnet/minecraft/class_568;method_31998()Lnet/minecraft/class_5607;named getTexturedModelDataLnet/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:
setAnglesin classEntityModel<T extends Entity>- Mappings:
Namespace Name Mixin selector official aLear;a(Laqv;FFFFF)Vintermediary method_2819Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)Vnamed setAnglesLnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V
-
getPart
- Specified by:
getPartin classSinglePartEntityModel<T extends Entity>- Mappings:
Namespace Name Mixin selector official bLeay;b()Ledh;intermediary method_32008Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;named getPartLnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
-