Class BlazeEntityModel<T extends Entity>
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.BlazeEntityModel<T>
@Environment(CLIENT) public class BlazeEntityModel<T extends Entity> extends SinglePartEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPartfield_27394private ModelPartfield_27395private ModelPart[]rodsFields 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 BlazeEntityModel(ModelPart modelPart) -
Method Summary
Modifier and Type Method Description ModelPartgetPart()static TexturedModelDatagetTexturedModelData()private static Stringmethod_31983(int int2)voidsetAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)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
-
field_27394
-
rods
-
field_27395
-
-
Constructor Details
-
BlazeEntityModel
-
-
Method Details
-
method_31983
-
getTexturedModelData
-
getPart
- Specified by:
getPartin classSinglePartEntityModel<T extends Entity>
-
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)- Specified by:
setAnglesin classEntityModel<T extends Entity>
-