yarn/mappings/net/minecraft/client/render/model/json/ModelVariant.mapping

13 lines
307 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS dfm net/minecraft/client/render/model/json/ModelVariant
FIELD a location Lqc;
FIELD b rotation Ldoz;
2016-08-24 13:54:06 -04:00
FIELD c uvLock Z
FIELD d weight I
2018-12-12 12:22:18 -05:00
METHOD <init> (Lqc;Ldoz;ZI)V
2018-11-04 07:22:38 -05:00
ARG 1 location
ARG 2 rotation
ARG 3 uvLock
2018-12-12 12:12:26 -05:00
METHOD a getLocation ()Lqc;
METHOD b getRotation ()Ldoz;
METHOD d getWeight ()I