Class IllagerEntityModel<T extends IllagerEntity>
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.IllagerEntityModel<T>
- All Implemented Interfaces:
ModelWithArms,ModelWithHead
@Environment(CLIENT) public class IllagerEntityModel<T extends IllagerEntity> extends SinglePartEntityModel<T> implements ModelWithArms, ModelWithHead
-
Field Summary
Fields Modifier and Type Field Description private ModelPartarmsprivate ModelParthatprivate ModelPartheadprivate ModelPartleftArmprivate ModelPartleftLegprivate ModelPartrightArmprivate ModelPartrightLegprivate ModelPartrootFields 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 IllagerEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description private ModelPartgetAttackingArm(Arm arm)ModelPartgetHat()ModelPartgetHead()ModelPartgetPart()static TexturedModelDatagetTexturedModelData()voidsetAngles(T t, float float2, float float3, float float4, float float5, float float6)voidsetArmAngle(Arm arm, MatrixStack matrices)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
-
head
-
hat
-
arms
-
leftLeg
-
rightLeg
-
rightArm
-
leftArm
-
-
Constructor Details
-
IllagerEntityModel
-
-
Method Details
-
getTexturedModelData
-
getPart
- Specified by:
getPartin classSinglePartEntityModel<T extends IllagerEntity>
-
setAngles
- Specified by:
setAnglesin classEntityModel<T extends IllagerEntity>
-
getAttackingArm
-
getHat
-
getHead
- Specified by:
getHeadin interfaceModelWithHead
-
setArmAngle
- Specified by:
setArmAnglein interfaceModelWithArms
-