yarn/mappings/net/minecraft/client/render/entity/model/EntityModel.mapping

30 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_583 net/minecraft/client/render/entity/model/EntityModel
COMMENT Represents the model of an {@linkplain Entity}.
COMMENT
COMMENT <p>An instance of an entity model will not define the model data,
COMMENT but will animate it.
COMMENT Model data may be defined in a static method, most of the children classes will
COMMENT have a {@code getTexturedModelData} method.
COMMENT The model data is usually passed in the constructor of the entity model.
COMMENT
COMMENT <p>Some children classes contain a model parts table, those tables contains
COMMENT the model parts for the base model. In a modded context the tables may be
COMMENT inaccurate. Model parts with an associated field are required.
2019-06-28 17:55:20 -04:00
FIELD field_3447 handSwingProgress F
FIELD field_3448 child Z
FIELD field_3449 riding Z
2019-06-28 17:55:20 -04:00
METHOD method_17081 copyStateTo (Lnet/minecraft/class_583;)V
2019-04-04 18:04:19 -04:00
ARG 1 copy
2019-06-28 17:55:20 -04:00
METHOD method_2816 animateModel (Lnet/minecraft/class_1297;FFF)V
ARG 1 entity
ARG 2 limbAngle
ARG 3 limbDistance
ARG 4 tickDelta
2019-11-07 14:37:31 -05:00
METHOD method_2819 setAngles (Lnet/minecraft/class_1297;FFFFF)V
2019-01-09 12:20:38 -05:00
ARG 1 entity
2019-04-04 18:04:19 -04:00
ARG 2 limbAngle
ARG 3 limbDistance
ARG 4 animationProgress
2019-01-09 12:20:38 -05:00
ARG 5 headYaw
ARG 6 headPitch