Class VexEntityModel
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.BipedEntityModel<VexEntity>
net.minecraft.client.render.entity.model.VexEntityModel
- All Implemented Interfaces:
Consumer<ModelPart>
,ModelWithArms
,ModelWithHead
@Environment(CLIENT) public class VexEntityModel extends BipedEntityModel<VexEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPose
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
head, helmet, leaningPitch, leftArm, leftArmPose, leftLeg, rightArm, rightArmPose, rightLeg, sneaking, torso
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth
-
Constructor Summary
Constructors Constructor Description VexEntityModel()
-
Method Summary
Modifier and Type Method Description protected Iterable<ModelPart>
getBodyParts()
void
setAngles(VexEntity vexEntity, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateModel, getArm, getHead, getHeadParts, getPreferredArm, lerpAngle, method_29353, setArmAngle, setAttributes, setVisible
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
-
leftWing
-
rightWing
-
-
Constructor Details
-
VexEntityModel
public VexEntityModel()
-
-
Method Details
-
getBodyParts
- Overrides:
getBodyParts
in classBipedEntityModel<VexEntity>
-
setAngles
public void setAngles(VexEntity vexEntity, float float2, float float3, float float4, float float5, float float6)- Overrides:
setAngles
in classBipedEntityModel<VexEntity>
-