Class ElytraEntityModel<T extends LivingEntity>
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.ElytraEntityModel<T>
@Environment(CLIENT) public class ElytraEntityModel<T extends LivingEntity> extends AnimalModel<T>
-
Field Summary
Fields 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 ElytraEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description protected Iterable<ModelPart>getBodyParts()protected Iterable<ModelPart>getHeadParts()static TexturedModelDatagetTexturedModelData()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
animateModel, copyStateTo
-
Field Details
-
rightWing
-
leftWing
-
-
Constructor Details
-
ElytraEntityModel
-
-
Method Details
-
getTexturedModelData
-
getHeadParts
- Specified by:
getHeadPartsin classAnimalModel<T extends LivingEntity>
-
getBodyParts
- Specified by:
getBodyPartsin classAnimalModel<T extends LivingEntity>
-
setAngles
- Specified by:
setAnglesin classEntityModel<T extends LivingEntity>
-