Class SheepWoolEntityModel<T extends SheepEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<T>
net.minecraft.client.render.entity.model.QuadrupedEntityModel<T>
net.minecraft.client.render.entity.model.SheepWoolEntityModel<T>
@Environment(CLIENT)
public class SheepWoolEntityModel<T extends SheepEntity>
extends QuadrupedEntityModel<T>
- Mappings:
 Namespace Name official fcuintermediary net/minecraft/class_598named net/minecraft/client/render/entity/model/SheepWoolEntityModel
- 
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLegFields 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 - 
Method Summary
Modifier and TypeMethodDescriptionvoidanimateModel(T t, float float2, float float3, float float4) static TexturedModelDatavoidMethods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getBodyParts, getHeadParts, getModelDataMethods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo 
- 
Field Details
- 
headAngle
private float headAngle- Mappings:
 Namespace Name Mixin selector official jLfcu;j:Fintermediary field_3541Lnet/minecraft/class_598;field_3541:Fnamed headAngleLnet/minecraft/client/render/entity/model/SheepWoolEntityModel;headAngle:F
 
 - 
 - 
Constructor Details
- 
SheepWoolEntityModel
- Mappings:
 Namespace Name Mixin selector official <init>Lfcu;<init>(Lfee;)Vintermediary <init>Lnet/minecraft/class_598;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/SheepWoolEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
 
 - 
 - 
Method Details
- 
getTexturedModelData
- Mappings:
 Namespace Name Mixin selector official cLfcu;c()Lfek;intermediary method_32037Lnet/minecraft/class_598;method_32037()Lnet/minecraft/class_5607;named getTexturedModelDataLnet/minecraft/client/render/entity/model/SheepWoolEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
 - 
animateModel
- Overrides:
 animateModelin classEntityModel<T extends SheepEntity>- Mappings:
 Namespace Name Mixin selector official aLfcu;a(Lbsh;FFF)Vintermediary method_17118Lnet/minecraft/class_598;method_17118(Lnet/minecraft/class_1472;FFF)Vnamed animateModelLnet/minecraft/client/render/entity/model/SheepWoolEntityModel;animateModel(Lnet/minecraft/entity/passive/SheepEntity;FFF)V
 - 
setAngles
Description copied from class:QuadrupedEntityModel- Overrides:
 setAnglesin classQuadrupedEntityModel<T extends SheepEntity>- Mappings:
 Namespace Name Mixin selector official aLfcu;a(Lbsh;FFFFF)Vintermediary method_17119Lnet/minecraft/class_598;method_17119(Lnet/minecraft/class_1472;FFFFF)Vnamed setAnglesLnet/minecraft/client/render/entity/model/SheepWoolEntityModel;setAngles(Lnet/minecraft/entity/passive/SheepEntity;FFFFF)V
 
 -