Class AnimationResourceMetadata
java.lang.Object
net.minecraft.client.resource.metadata.AnimationResourceMetadata
- Mappings:
- Namespace - Name - official - fwe- intermediary - net/minecraft/class_1079- named - net/minecraft/client/resource/metadata/AnimationResourceMetadata
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intstatic final AnimationResourceMetadatastatic final intprivate final List<AnimationFrameResourceMetadata>private final intprivate final booleanstatic final Stringstatic final AnimationResourceMetadataReaderstatic final intprivate final int
- 
Constructor SummaryConstructorsConstructorDescriptionAnimationResourceMetadata(List<AnimationFrameResourceMetadata> frames, int width, int height, int defaultFrameTime, boolean interpolate) 
- 
Method Summary
- 
Field Details- 
READER- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfwe;a:Lfwf;- intermediary - field_5337- Lnet/minecraft/class_1079;field_5337:Lnet/minecraft/class_1081;- named - READER- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;READER:Lnet/minecraft/client/resource/metadata/AnimationResourceMetadataReader;
 
- 
KEY- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfwe;b:Ljava/lang/String;- intermediary - field_32974- Lnet/minecraft/class_1079;field_32974:Ljava/lang/String;- named - KEY- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;KEY:Ljava/lang/String;
 
- 
EMPTY_FRAME_TIMEpublic static final int EMPTY_FRAME_TIME- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfwe;c:I- intermediary - field_32975- Lnet/minecraft/class_1079;field_32975:I- named - EMPTY_FRAME_TIME- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;EMPTY_FRAME_TIME:I
 
- 
UNDEFINEDpublic static final int UNDEFINED- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lfwe;d:I- intermediary - field_32976- Lnet/minecraft/class_1079;field_32976:I- named - UNDEFINED- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;UNDEFINED:I
 
- 
EMPTY- Mappings:
- Namespace - Name - Mixin selector - official - e- Lfwe;e:Lfwe;- intermediary - field_21768- Lnet/minecraft/class_1079;field_21768:Lnet/minecraft/class_1079;- named - EMPTY- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;EMPTY:Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;
 
- 
frames- Mappings:
- Namespace - Name - Mixin selector - official - f- Lfwe;f:Ljava/util/List;- intermediary - field_5339- Lnet/minecraft/class_1079;field_5339:Ljava/util/List;- named - frames- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;frames:Ljava/util/List;
 
- 
widthprivate final int width- Mappings:
- Namespace - Name - Mixin selector - official - g- Lfwe;g:I- intermediary - field_5338- Lnet/minecraft/class_1079;field_5338:I- named - width- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;width:I
 
- 
heightprivate final int height- Mappings:
- Namespace - Name - Mixin selector - official - h- Lfwe;h:I- intermediary - field_5336- Lnet/minecraft/class_1079;field_5336:I- named - height- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;height:I
 
- 
defaultFrameTimeprivate final int defaultFrameTime- Mappings:
- Namespace - Name - Mixin selector - official - i- Lfwe;i:I- intermediary - field_5334- Lnet/minecraft/class_1079;field_5334:I- named - defaultFrameTime- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;defaultFrameTime:I
 
- 
interpolateprivate final boolean interpolate- Mappings:
- Namespace - Name - Mixin selector - official - j- Lfwe;j:Z- intermediary - field_5335- Lnet/minecraft/class_1079;field_5335:Z- named - interpolate- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;interpolate:Z
 
 
- 
- 
Constructor Details- 
AnimationResourceMetadatapublic AnimationResourceMetadata(List<AnimationFrameResourceMetadata> frames, int width, int height, int defaultFrameTime, boolean interpolate) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfwe;<init>(Ljava/util/List;IIIZ)V- intermediary - <init>- Lnet/minecraft/class_1079;<init>(Ljava/util/List;IIIZ)V- named - <init>- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;<init>(Ljava/util/List;IIIZ)V
 
 
- 
- 
Method Details- 
getSize- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfwe;a(II)Lfwg;- intermediary - method_24143- Lnet/minecraft/class_1079;method_24143(II)Lnet/minecraft/class_7771;- named - getSize- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;getSize(II)Lnet/minecraft/client/texture/SpriteDimensions;
 
- 
getDefaultFrameTimepublic int getDefaultFrameTime()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfwe;a()I- intermediary - method_4684- Lnet/minecraft/class_1079;method_4684()I- named - getDefaultFrameTime- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;getDefaultFrameTime()I
 
- 
shouldInterpolatepublic boolean shouldInterpolate()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfwe;b()Z- intermediary - method_4685- Lnet/minecraft/class_1079;method_4685()Z- named - shouldInterpolate- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;shouldInterpolate()Z
 
- 
forEachFrame- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfwe;a(Lfwe$a;)V- intermediary - method_33460- Lnet/minecraft/class_1079;method_33460(Lnet/minecraft/class_1079$class_5792;)V- named - forEachFrame- Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;forEachFrame(Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata$FrameConsumer;)V
 
 
-