Class WitherEntityModel<T extends WitherEntity>
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.WitherEntityModel<T>
@Environment(CLIENT) public class WitherEntityModel<T extends WitherEntity> extends SinglePartEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPartfield_27532private ModelPartfield_27533private ModelPartfield_27534private ModelPartfield_27535private ModelPartfield_27536private ModelPartfield_27537Fields 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 WitherEntityModel(ModelPart modelPart) -
Method Summary
Modifier and Type Method Description voidanimateModel(T t, float float2, float float3, float float4)ModelPartgetPart()static TexturedModelDatagetTexturedModelData(Dilation dilation)private static <T extends WitherEntity>
voidmethod_32066(T t, ModelPart modelPart, int int2)voidsetAngles(T t, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
field_27532
-
field_27533
-
field_27534
-
field_27535
-
field_27536
-
field_27537
-
-
Constructor Details
-
WitherEntityModel
-
-
Method Details
-
getTexturedModelData
-
getPart
- Specified by:
getPartin classSinglePartEntityModel<T extends WitherEntity>
-
setAngles
- Specified by:
setAnglesin classEntityModel<T extends WitherEntity>
-
animateModel
- Overrides:
animateModelin classEntityModel<T extends WitherEntity>
-
method_32066
-