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>
- Mappings:
Namespace Name official dzy
intermediary net/minecraft/class_5772
named net/minecraft/client/render/entity/model/AxolotlEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
body
private ModelPart
head
private ModelPart
leftFrontLeg
private ModelPart
leftGills
private ModelPart
leftHindLeg
private ModelPart
rightFrontLeg
private ModelPart
rightGills
private ModelPart
rightHindLeg
private ModelPart
tail
private ModelPart
topGills
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields 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()
static TexturedModelData
getTexturedModelData()
private void
method_33291(float float2)
private void
method_33292(float float2, float float3)
private void
method_33294(float float2)
private void
method_33295(float float2, float float3)
private void
method_33297(float float2)
private void
method_33298()
private void
method_33299()
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
tail
- Mappings:
Namespace Name Mixin selector official a
Ldzy;a:Ledh;
intermediary field_28373
Lnet/minecraft/class_5772;field_28373:Lnet/minecraft/class_630;
named tail
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;tail:Lnet/minecraft/client/model/ModelPart;
-
leftHindLeg
- Mappings:
Namespace Name Mixin selector official b
Ldzy;b:Ledh;
intermediary field_28374
Lnet/minecraft/class_5772;field_28374:Lnet/minecraft/class_630;
named leftHindLeg
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftHindLeg:Lnet/minecraft/client/model/ModelPart;
-
rightHindLeg
- Mappings:
Namespace Name Mixin selector official f
Ldzy;f:Ledh;
intermediary field_28375
Lnet/minecraft/class_5772;field_28375:Lnet/minecraft/class_630;
named rightHindLeg
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightHindLeg:Lnet/minecraft/client/model/ModelPart;
-
leftFrontLeg
- Mappings:
Namespace Name Mixin selector official g
Ldzy;g:Ledh;
intermediary field_28376
Lnet/minecraft/class_5772;field_28376:Lnet/minecraft/class_630;
named leftFrontLeg
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
rightFrontLeg
- Mappings:
Namespace Name Mixin selector official h
Ldzy;h:Ledh;
intermediary field_28377
Lnet/minecraft/class_5772;field_28377:Lnet/minecraft/class_630;
named rightFrontLeg
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
body
- Mappings:
Namespace Name Mixin selector official i
Ldzy;i:Ledh;
intermediary field_28378
Lnet/minecraft/class_5772;field_28378:Lnet/minecraft/class_630;
named body
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;body:Lnet/minecraft/client/model/ModelPart;
-
head
- Mappings:
Namespace Name Mixin selector official j
Ldzy;j:Ledh;
intermediary field_28379
Lnet/minecraft/class_5772;field_28379:Lnet/minecraft/class_630;
named head
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;head:Lnet/minecraft/client/model/ModelPart;
-
topGills
- Mappings:
Namespace Name Mixin selector official k
Ldzy;k:Ledh;
intermediary field_28380
Lnet/minecraft/class_5772;field_28380:Lnet/minecraft/class_630;
named topGills
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;topGills:Lnet/minecraft/client/model/ModelPart;
-
leftGills
- Mappings:
Namespace Name Mixin selector official l
Ldzy;l:Ledh;
intermediary field_28381
Lnet/minecraft/class_5772;field_28381:Lnet/minecraft/class_630;
named leftGills
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftGills:Lnet/minecraft/client/model/ModelPart;
-
rightGills
- Mappings:
Namespace Name Mixin selector official m
Ldzy;m:Ledh;
intermediary field_28382
Lnet/minecraft/class_5772;field_28382:Lnet/minecraft/class_630;
named rightGills
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightGills:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
AxolotlEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Ldzy;<init>(Ledh;)V
intermediary <init>
Lnet/minecraft/class_5772;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Ldzy;c()Ledn;
intermediary method_33296
Lnet/minecraft/class_5772;method_33296()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getHeadParts
- Specified by:
getHeadParts
in classAnimalModel<T extends AxolotlEntity>
- Mappings:
Namespace Name Mixin selector official a
Ldzt;a()Ljava/lang/Iterable;
intermediary method_22946
Lnet/minecraft/class_4592;method_22946()Ljava/lang/Iterable;
named getHeadParts
Lnet/minecraft/client/render/entity/model/AnimalModel;getHeadParts()Ljava/lang/Iterable;
-
getBodyParts
- Specified by:
getBodyParts
in classAnimalModel<T extends AxolotlEntity>
- Mappings:
Namespace Name Mixin selector official b
Ldzt;b()Ljava/lang/Iterable;
intermediary method_22948
Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;
named getBodyParts
Lnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends AxolotlEntity>
- Mappings:
Namespace Name Mixin selector official a
Ldzy;a(Lbcl;FFFFF)V
intermediary method_33293
Lnet/minecraft/class_5772;method_33293(Lnet/minecraft/class_5762;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;setAngles(Lnet/minecraft/entity/passive/AxolotlEntity;FFFFF)V
-
method_33292
private void method_33292(float float2, float float3)- Mappings:
Namespace Name Mixin selector official a
Ldzy;a(FF)V
intermediary method_33292
Lnet/minecraft/class_5772;method_33292(FF)V
named method_33292
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_33292(FF)V
-
method_33291
private void method_33291(float float2)- Mappings:
Namespace Name Mixin selector official a
Ldzy;a(F)V
intermediary method_33291
Lnet/minecraft/class_5772;method_33291(F)V
named method_33291
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_33291(F)V
-
method_33294
private void method_33294(float float2)- Mappings:
Namespace Name Mixin selector official b
Ldzy;b(F)V
intermediary method_33294
Lnet/minecraft/class_5772;method_33294(F)V
named method_33294
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_33294(F)V
-
method_33297
private void method_33297(float float2)- Mappings:
Namespace Name Mixin selector official c
Ldzy;c(F)V
intermediary method_33297
Lnet/minecraft/class_5772;method_33297(F)V
named method_33297
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_33297(F)V
-
method_33295
private void method_33295(float float2, float float3)- Mappings:
Namespace Name Mixin selector official b
Ldzy;b(FF)V
intermediary method_33295
Lnet/minecraft/class_5772;method_33295(FF)V
named method_33295
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_33295(FF)V
-
method_33298
private void method_33298()- Mappings:
Namespace Name Mixin selector official d
Ldzy;d()V
intermediary method_33298
Lnet/minecraft/class_5772;method_33298()V
named method_33298
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_33298()V
-
method_33299
private void method_33299()- Mappings:
Namespace Name Mixin selector official e
Ldzy;e()V
intermediary method_33299
Lnet/minecraft/class_5772;method_33299()V
named method_33299
Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_33299()V
-