Class FoxEntityModel<T extends FoxEntity>
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.FoxEntityModel<T>
@Environment(CLIENT) public class FoxEntityModel<T extends FoxEntity> extends AnimalModel<T>
-
Field Summary
Fields Modifier and Type Field Description ModelPartheadprivate ModelPartleftBackLegprivate ModelPartleftEarprivate ModelPartleftFrontLegprivate floatlegPitchModifierprivate ModelPartnoseprivate ModelPartrightBackLegprivate ModelPartrightEarprivate ModelPartrightFrontLegprivate ModelParttailprivate ModelParttorsoFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth -
Constructor Summary
Constructors Constructor Description FoxEntityModel() -
Method Summary
Modifier and Type Method Description voidanimateModel(T t, float float2, float float3, float float4)protected Iterable<ModelPart>getBodyParts()protected Iterable<ModelPart>getHeadParts()voidsetAngles(T t, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
head
-
rightEar
-
leftEar
-
nose
-
torso
-
rightBackLeg
-
leftBackLeg
-
rightFrontLeg
-
leftFrontLeg
-
tail
-
legPitchModifier
private float legPitchModifier
-
-
Constructor Details
-
FoxEntityModel
public FoxEntityModel()
-
-
Method Details
-
animateModel
- Overrides:
animateModelin classEntityModel<T extends FoxEntity>
-
getHeadParts
- Specified by:
getHeadPartsin classAnimalModel<T extends FoxEntity>
-
getBodyParts
- Specified by:
getBodyPartsin classAnimalModel<T extends FoxEntity>
-
setAngles
- Specified by:
setAnglesin classEntityModel<T extends FoxEntity>
-