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

34 lines
1.5 KiB
Plaintext

CLASS net/minecraft/class_5772 net/minecraft/client/render/entity/model/AxolotlEntityModel
FIELD field_28373 tail Lnet/minecraft/class_630;
FIELD field_28374 leftHindLeg Lnet/minecraft/class_630;
FIELD field_28375 rightHindLeg Lnet/minecraft/class_630;
FIELD field_28376 leftFrontLeg Lnet/minecraft/class_630;
FIELD field_28377 rightFrontLeg Lnet/minecraft/class_630;
FIELD field_28378 body Lnet/minecraft/class_630;
FIELD field_28379 head Lnet/minecraft/class_630;
FIELD field_28380 topGills Lnet/minecraft/class_630;
FIELD field_28381 leftGills Lnet/minecraft/class_630;
FIELD field_28382 rightGills Lnet/minecraft/class_630;
FIELD field_32449 MOVING_IN_WATER_LEG_PITCH F
METHOD <init> (Lnet/minecraft/class_630;)V
ARG 1 root
METHOD method_33291 setStandingOnGroundAngles (F)V
ARG 1 animationProgress
METHOD method_33292 resetAngles (FF)V
COMMENT Resets the angles of the axolotl model.
ARG 1 headYaw
COMMENT the axolotl head yaw
ARG 2 headPitch
COMMENT the axolotl head pitch
METHOD method_33294 setMovingOnGroundAngles (F)V
ARG 1 animationProgress
METHOD method_33295 setMovingInWaterAngles (FF)V
ARG 1 animationProgress
ARG 2 headPitch
METHOD method_33296 getTexturedModelData ()Lnet/minecraft/class_5607;
METHOD method_33297 setStandingInWaterAngles (F)V
ARG 1 animationProgress
METHOD method_33298 setPlayingDeadAngles ()V
METHOD method_33299 copyLegAngles ()V
COMMENT Copies and mirrors the left leg angles to the right leg angles.