Class LlamaSpitEntityModel<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.LlamaSpitEntityModel<T>
@Environment(CLIENT)
public class LlamaSpitEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
Represents the model of llama-spit-like entity.
 
- Mappings:
- Namespace - Name - official - fbz- intermediary - net/minecraft/class_581- named - net/minecraft/client/render/entity/model/LlamaSpitEntityModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final StringThe key of the main model part, whose value is "main".private final ModelPartFields inherited from class net.minecraft.client.render.entity.model.EntityModelchild, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.ModellayerFactory
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModelanimate, animateMovement, getChild, render, updateAnimation, updateAnimationMethods inherited from class net.minecraft.client.render.entity.model.EntityModelanimateModel, copyStateTo
- 
Field Details- 
MAINThe key of the main model part, whose value is "main".- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfbz;a:Ljava/lang/String;- intermediary - field_32510- Lnet/minecraft/class_581;field_32510:Ljava/lang/String;- named - MAIN- Lnet/minecraft/client/render/entity/model/LlamaSpitEntityModel;MAIN:Ljava/lang/String;
 
- 
root- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfbz;b:Lfee;- intermediary - field_27451- Lnet/minecraft/class_581;field_27451:Lnet/minecraft/class_630;- named - root- Lnet/minecraft/client/render/entity/model/LlamaSpitEntityModel;root:Lnet/minecraft/client/model/ModelPart;
 
 
- 
- 
Constructor Details- 
LlamaSpitEntityModel- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfbz;<init>(Lfee;)V- intermediary - <init>- Lnet/minecraft/class_581;<init>(Lnet/minecraft/class_630;)V- named - <init>- Lnet/minecraft/client/render/entity/model/LlamaSpitEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
 
 
- 
- 
Method Details- 
getTexturedModelData- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfbz;b()Lfek;- intermediary - method_32019- Lnet/minecraft/class_581;method_32019()Lnet/minecraft/class_5607;- named - getTexturedModelData- Lnet/minecraft/client/render/entity/model/LlamaSpitEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
 
- 
setAnglespublic void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) - Specified by:
- setAnglesin class- EntityModel<T extends Entity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfbf;a(Lbfj;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:
- getPartin class- SinglePartEntityModel<T extends Entity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfbo;a()Lfee;- 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;
 
 
-