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

38 lines
892 B
Plaintext
Raw Normal View History

2018-10-26 06:51:01 -04:00
CLASS csu 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
2018-10-26 06:51:01 -04:00
METHOD a setAttributes (Lcsu;)V
ARG 0 model
2018-10-26 06:51:01 -04:00
METHOD a copyAngles (Lcuq;Lcuq;)V
ARG 0 original
ARG 1 copy
METHOD a setTextureOffset (Ljava/lang/String;II)V
2018-10-26 06:51:01 -04:00
METHOD a getRandomBox (Ljava/util/Random;)Lcuq;
ARG 0 rand