Class LeashKnotEntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.SinglePartEntityModel<T>
net.minecraft.client.render.entity.model.LeashKnotEntityModel<T>
@Environment(CLIENT)
public class LeashKnotEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
Represents the model of a leash-knot-like entity.
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/LeashKnotEntityModel
intermediary net/minecraft/class_579
official fut
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private static final String
The key of the knot model part, whose value is "knot".private final ModelPart
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 TypeMethodDescriptiongetPart()
static TexturedModelData
void
setAngles
(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
animate, animateMovement, getChild, render, updateAnimation, updateAnimation
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
KNOT
The key of the knot model part, whose value is "knot".- See Also:
- Mappings:
Namespace Name Mixin selector named KNOT
Lnet/minecraft/client/render/entity/model/LeashKnotEntityModel;KNOT:Ljava/lang/String;
intermediary field_32509
Lnet/minecraft/class_579;field_32509:Ljava/lang/String;
official a
Lfut;a:Ljava/lang/String;
-
root
- Mappings:
Namespace Name Mixin selector named root
Lnet/minecraft/client/render/entity/model/LeashKnotEntityModel;root:Lnet/minecraft/client/model/ModelPart;
intermediary field_27442
Lnet/minecraft/class_579;field_27442:Lnet/minecraft/class_630;
official b
Lfut;b:Lfxc;
-
knot
- Mappings:
Namespace Name Mixin selector named knot
Lnet/minecraft/client/render/entity/model/LeashKnotEntityModel;knot:Lnet/minecraft/client/model/ModelPart;
intermediary field_3431
Lnet/minecraft/class_579;field_3431:Lnet/minecraft/class_630;
official f
Lfut;f:Lfxc;
-
-
Constructor Details
-
LeashKnotEntityModel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/model/LeashKnotEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
intermediary <init>
Lnet/minecraft/class_579;<init>(Lnet/minecraft/class_630;)V
official <init>
Lfut;<init>(Lfxc;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelData
Lnet/minecraft/client/render/entity/model/LeashKnotEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32017
Lnet/minecraft/class_579;method_32017()Lnet/minecraft/class_5607;
official b
Lfut;b()Lfxi;
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector named getPart
Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
intermediary method_32008
Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
official a
Lful;a()Lfxc;
-
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) - Specified by:
setAngles
in classEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector named setAngles
Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V
intermediary method_2819
Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)V
official a
Lfuc;a(Lbsw;FFFFF)V
-