yarn/mappings/net/minecraft/client/resource/metadata/ResourceSectionAnimation.ma...

17 lines
498 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS cdo net/minecraft/client/resource/metadata/ResourceSectionAnimation
2016-09-18 10:43:16 -04:00
FIELD a frames Ljava/util/List;
FIELD b width I
FIELD c height I
FIELD d defaultFrameTime I
FIELD e interpolate Z
METHOD a getHeight ()I
METHOD a getFrameTime (I)I
METHOD b getWidth ()I
METHOD b hasCustomFrameTime (I)Z
METHOD c getFrameCount ()I
METHOD c getFrameIndex (I)I
METHOD d getDefaultFrameTime ()I
2017-04-05 07:31:24 -04:00
METHOD d getFrame (I)Lcdn;
2016-09-18 10:43:16 -04:00
METHOD e shouldInterpolate ()Z
METHOD f getFrameIndexSet ()Ljava/util/Set;