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

27 lines
674 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS cfg 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 <init> (Ljava/util/List;IIIZ)V
ARG 0 frames
ARG 1 width
ARG 2 height
ARG 3 defaultFrameTime
ARG 4 interpolate
2016-09-18 10:43:16 -04:00
METHOD a getHeight ()I
METHOD a getFrameTime (I)I
2017-05-13 02:02:51 -04:00
ARG 0 pos
2016-09-18 10:43:16 -04:00
METHOD b getWidth ()I
METHOD b hasCustomFrameTime (I)Z
2017-05-13 02:02:51 -04:00
ARG 0 pos
2016-09-18 10:43:16 -04:00
METHOD c getFrameCount ()I
METHOD c getFrameIndex (I)I
2017-05-13 02:02:51 -04:00
ARG 0 pos
2016-09-18 10:43:16 -04:00
METHOD d getDefaultFrameTime ()I
2017-06-08 10:01:49 -04:00
METHOD d getFrame (I)Lcff;
2017-05-13 02:02:51 -04:00
ARG 0 pos
2016-09-18 10:43:16 -04:00
METHOD e shouldInterpolate ()Z
METHOD f getFrameIndexSet ()Ljava/util/Set;