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

38 lines
892 B
Plaintext
Raw Normal View History

CLASS cst net/minecraft/client/render/entity/model/EntityModel
FIELD a textureMap Ljava/util/Map;
FIELD n swingProgress F
FIELD o isRiding Z
FIELD p isChild Z
FIELD q boxes Ljava/util/List;
FIELD r textureWidth I
FIELD s textureHeight I
METHOD a setRotationAngles (FFFFFFLafh;)V
ARG 0 limbMoveAngle
ARG 1 limbMoveAmount
2017-05-13 02:02:51 -04:00
ARG 2 age
ARG 3 headYaw
ARG 4 headPitch
2017-05-13 02:02:51 -04:00
ARG 5 scale
ARG 6 entity
METHOD a render (Lafh;FFFFFF)V
ARG 0 entity
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
2017-05-13 02:02:51 -04:00
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
2017-05-13 02:02:51 -04:00
ARG 6 scale
METHOD a animateModel (Lafq;FFF)V
2017-05-13 02:02:51 -04:00
ARG 0 entity
ARG 1 swingAmount
ARG 2 swingDelta
ARG 3 deltaTicks
METHOD a setAttributes (Lcst;)V
ARG 0 model
METHOD a copyAngles (Lcup;Lcup;)V
ARG 0 original
ARG 1 copy
METHOD a setTextureOffset (Ljava/lang/String;II)V
METHOD a getRandomBox (Ljava/util/Random;)Lcup;
ARG 0 rand