yarn/mappings/net/minecraft/client/resource/metadata/AnimationResourceMetadata.m...

22 lines
595 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dvp net/minecraft/client/resource/metadata/AnimationResourceMetadata
FIELD a READER Ldvq;
FIELD b frames Ljava/util/List;
FIELD c width I
FIELD d height I
FIELD e defaultFrameTime I
FIELD f interpolate Z
2018-12-12 12:22:18 -05:00
METHOD <init> (Ljava/util/List;IIIZ)V
2018-11-04 07:22:38 -05:00
ARG 1 frames
ARG 2 width
ARG 3 height
ARG 4 defaultFrameTime
2016-09-18 10:43:16 -04:00
METHOD a getHeight ()I
METHOD a getFrameTime (I)I
METHOD b getWidth ()I
METHOD c getFrameCount ()I
METHOD c getFrameIndex (I)I
METHOD d getDefaultFrameTime ()I
2019-06-19 13:48:53 -04:00
METHOD d getFrame (I)Ldvo;
2016-09-18 10:43:16 -04:00
METHOD e shouldInterpolate ()Z
METHOD f getFrameIndexSet ()Ljava/util/Set;