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

17 lines
399 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS bwc net/minecraft/client/render/model/json/ModelVariant
FIELD a location Lnd;
FIELD b rotation Lcfx;
2016-08-24 13:54:06 -04:00
FIELD c uvLock Z
FIELD d weight I
2017-06-08 10:01:49 -04:00
METHOD <init> (Lnd;Lcfx;ZI)V
ARG 0 location
ARG 1 rotation
ARG 2 uvLock
ARG 3 weight
2017-06-08 10:01:49 -04:00
METHOD a getLocation ()Lnd;
METHOD b getRotation ()Lcfx;
METHOD c isUvLocked ()Z
METHOD d getWeight ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object