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 flm
intermediary net/minecraft/class_598
named net/minecraft/client/render/entity/model/SheepWoolEntityModel
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg
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 TypeMethodDescriptionvoid
animateModel
(T t, float float2, float float3, float float4) static TexturedModelData
void
Methods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getBodyParts, getHeadParts, getModelData
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
headAngle
private float headAngle- Mappings:
Namespace Name Mixin selector official j
Lflm;j:F
intermediary field_3541
Lnet/minecraft/class_598;field_3541:F
named headAngle
Lnet/minecraft/client/render/entity/model/SheepWoolEntityModel;headAngle:F
-
-
Constructor Details
-
SheepWoolEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lflm;<init>(Lfmx;)V
intermediary <init>
Lnet/minecraft/class_598;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/SheepWoolEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Lflm;c()Lfnd;
intermediary method_32037
Lnet/minecraft/class_598;method_32037()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/SheepWoolEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends SheepEntity>
- Mappings:
Namespace Name Mixin selector official a
Lflm;a(Lbyu;FFF)V
intermediary method_17118
Lnet/minecraft/class_598;method_17118(Lnet/minecraft/class_1472;FFF)V
named animateModel
Lnet/minecraft/client/render/entity/model/SheepWoolEntityModel;animateModel(Lnet/minecraft/entity/passive/SheepEntity;FFF)V
-
setAngles
Description copied from class:QuadrupedEntityModel
- Overrides:
setAngles
in classQuadrupedEntityModel<T extends SheepEntity>
- Mappings:
Namespace Name Mixin selector official a
Lflm;a(Lbyu;FFFFF)V
intermediary method_17119
Lnet/minecraft/class_598;method_17119(Lnet/minecraft/class_1472;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/SheepWoolEntityModel;setAngles(Lnet/minecraft/entity/passive/SheepEntity;FFFFF)V
-