Class AxolotlEntityModel<T extends AxolotlEntity>
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.AxolotlEntityModel<T>
@Environment(CLIENT) public class AxolotlEntityModel<T extends AxolotlEntity> extends AnimalModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPartbodyprivate ModelPartheadprivate ModelPartleftFrontLegprivate ModelPartleftGillsprivate ModelPartleftHindLegprivate ModelPartrightFrontLegprivate ModelPartrightGillsprivate ModelPartrightHindLegprivate ModelParttailprivate ModelParttopGillsFields 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 AxolotlEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description protected Iterable<ModelPart>getBodyParts()protected Iterable<ModelPart>getHeadParts()private voidmethod_33291(float float2)private voidmethod_33292(float float2, float float3)private voidmethod_33294(float float2)private voidmethod_33295(float float2, float float3)static TexturedModelDatamethod_33296()private voidmethod_33297(float float2)private voidmethod_33298()private voidmethod_33299()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
-
tail
-
leftHindLeg
-
rightHindLeg
-
leftFrontLeg
-
rightFrontLeg
-
body
-
head
-
topGills
-
leftGills
-
rightGills
-
-
Constructor Details
-
AxolotlEntityModel
-
-
Method Details
-
method_33296
-
getHeadParts
- Specified by:
getHeadPartsin classAnimalModel<T extends AxolotlEntity>
-
getBodyParts
- Specified by:
getBodyPartsin classAnimalModel<T extends AxolotlEntity>
-
setAngles
- Specified by:
setAnglesin classEntityModel<T extends AxolotlEntity>
-
method_33292
private void method_33292(float float2, float float3) -
method_33291
private void method_33291(float float2) -
method_33294
private void method_33294(float float2) -
method_33297
private void method_33297(float float2) -
method_33295
private void method_33295(float float2, float float3) -
method_33298
private void method_33298() -
method_33299
private void method_33299()
-