Class WolfEntityModel<T extends WolfEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<E>
net.minecraft.client.render.entity.model.TintableAnimalModel<T>
net.minecraft.client.render.entity.model.WolfEntityModel<T>
@Environment(CLIENT)
public class WolfEntityModel<T extends WolfEntity>
extends TintableAnimalModel<T>
- Mappings:
Namespace Name official fci
intermediary net/minecraft/class_624
named net/minecraft/client/render/entity/model/WolfEntityModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private final ModelPart
The main bone used to animate the head.private final ModelPart
private final ModelPart
private final ModelPart
private static final String
The key of the real head model part, whose value is "real_head".private static final String
The key of the real tail model part, whose value is "real_tail".private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
The main bone used to animate the tail.private final ModelPart
private static final String
The key of the upper body model part, whose value is "upper_body".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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
animateModel
(T t, float float2, float float3, float float4) static TexturedModelData
void
Methods inherited from class net.minecraft.client.render.entity.model.TintableAnimalModel
render, setColorMultiplier
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
REAL_HEAD
The key of the real head model part, whose value is "real_head".- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lfci;a:Ljava/lang/String;
intermediary field_32577
Lnet/minecraft/class_624;field_32577:Ljava/lang/String;
named REAL_HEAD
Lnet/minecraft/client/render/entity/model/WolfEntityModel;REAL_HEAD:Ljava/lang/String;
-
UPPER_BODY
The key of the upper body model part, whose value is "upper_body".- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lfci;b:Ljava/lang/String;
intermediary field_32578
Lnet/minecraft/class_624;field_32578:Ljava/lang/String;
named UPPER_BODY
Lnet/minecraft/client/render/entity/model/WolfEntityModel;UPPER_BODY:Ljava/lang/String;
-
REAL_TAIL
The key of the real tail model part, whose value is "real_tail".- See Also:
- Mappings:
Namespace Name Mixin selector official f
Lfci;f:Ljava/lang/String;
intermediary field_32579
Lnet/minecraft/class_624;field_32579:Ljava/lang/String;
named REAL_TAIL
Lnet/minecraft/client/render/entity/model/WolfEntityModel;REAL_TAIL:Ljava/lang/String;
-
field_32580
private static final int field_32580- See Also:
- Mappings:
Namespace Name Mixin selector official q
Lfci;q:I
intermediary field_32580
Lnet/minecraft/class_624;field_32580:I
named field_32580
Lnet/minecraft/client/render/entity/model/WolfEntityModel;field_32580:I
-
head
The main bone used to animate the head. ContainsrealHead
as one of its children.- Mappings:
Namespace Name Mixin selector official g
Lfci;g:Lfcr;
intermediary field_3621
Lnet/minecraft/class_624;field_3621:Lnet/minecraft/class_630;
named head
Lnet/minecraft/client/render/entity/model/WolfEntityModel;head:Lnet/minecraft/client/model/ModelPart;
-
realHead
- Mappings:
Namespace Name Mixin selector official h
Lfci;h:Lfcr;
intermediary field_20788
Lnet/minecraft/class_624;field_20788:Lnet/minecraft/class_630;
named realHead
Lnet/minecraft/client/render/entity/model/WolfEntityModel;realHead:Lnet/minecraft/client/model/ModelPart;
-
torso
- Mappings:
Namespace Name Mixin selector official i
Lfci;i:Lfcr;
intermediary field_3623
Lnet/minecraft/class_624;field_3623:Lnet/minecraft/class_630;
named torso
Lnet/minecraft/client/render/entity/model/WolfEntityModel;torso:Lnet/minecraft/client/model/ModelPart;
-
rightHindLeg
- Mappings:
Namespace Name Mixin selector official j
Lfci;j:Lfcr;
intermediary field_27538
Lnet/minecraft/class_624;field_27538:Lnet/minecraft/class_630;
named rightHindLeg
Lnet/minecraft/client/render/entity/model/WolfEntityModel;rightHindLeg:Lnet/minecraft/client/model/ModelPart;
-
leftHindLeg
- Mappings:
Namespace Name Mixin selector official k
Lfci;k:Lfcr;
intermediary field_27539
Lnet/minecraft/class_624;field_27539:Lnet/minecraft/class_630;
named leftHindLeg
Lnet/minecraft/client/render/entity/model/WolfEntityModel;leftHindLeg:Lnet/minecraft/client/model/ModelPart;
-
rightFrontLeg
- Mappings:
Namespace Name Mixin selector official l
Lfci;l:Lfcr;
intermediary field_27540
Lnet/minecraft/class_624;field_27540:Lnet/minecraft/class_630;
named rightFrontLeg
Lnet/minecraft/client/render/entity/model/WolfEntityModel;rightFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
leftFrontLeg
- Mappings:
Namespace Name Mixin selector official m
Lfci;m:Lfcr;
intermediary field_27541
Lnet/minecraft/class_624;field_27541:Lnet/minecraft/class_630;
named leftFrontLeg
Lnet/minecraft/client/render/entity/model/WolfEntityModel;leftFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
tail
The main bone used to animate the tail. ContainsrealTail
as one of its children.- Mappings:
Namespace Name Mixin selector official n
Lfci;n:Lfcr;
intermediary field_3617
Lnet/minecraft/class_624;field_3617:Lnet/minecraft/class_630;
named tail
Lnet/minecraft/client/render/entity/model/WolfEntityModel;tail:Lnet/minecraft/client/model/ModelPart;
-
realTail
- Mappings:
Namespace Name Mixin selector official o
Lfci;o:Lfcr;
intermediary field_20789
Lnet/minecraft/class_624;field_20789:Lnet/minecraft/class_630;
named realTail
Lnet/minecraft/client/render/entity/model/WolfEntityModel;realTail:Lnet/minecraft/client/model/ModelPart;
-
neck
- Mappings:
Namespace Name Mixin selector official p
Lfci;p:Lfcr;
intermediary field_3619
Lnet/minecraft/class_624;field_3619:Lnet/minecraft/class_630;
named neck
Lnet/minecraft/client/render/entity/model/WolfEntityModel;neck:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
WolfEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lfci;<init>(Lfcr;)V
intermediary <init>
Lnet/minecraft/class_624;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/WolfEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Lfci;c()Lfcx;
intermediary method_32068
Lnet/minecraft/class_624;method_32068()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/WolfEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getHeadParts
- Specified by:
getHeadParts
in classAnimalModel<T extends WolfEntity>
- Mappings:
Namespace Name Mixin selector official a
Leyq;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 WolfEntity>
- Mappings:
Namespace Name Mixin selector official b
Leyq;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;
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends WolfEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfci;a(Lbsm;FFF)V
intermediary method_17131
Lnet/minecraft/class_624;method_17131(Lnet/minecraft/class_1493;FFF)V
named animateModel
Lnet/minecraft/client/render/entity/model/WolfEntityModel;animateModel(Lnet/minecraft/entity/passive/WolfEntity;FFF)V
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends WolfEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfci;a(Lbsm;FFFFF)V
intermediary method_17133
Lnet/minecraft/class_624;method_17133(Lnet/minecraft/class_1493;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/WolfEntityModel;setAngles(Lnet/minecraft/entity/passive/WolfEntity;FFFFF)V
-