Class AnimationFrameResourceMetadata
java.lang.Object
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
- Mappings:
Namespace Name official fwd
intermediary net/minecraft/class_1080
named net/minecraft/client/resource/metadata/AnimationFrameResourceMetadata
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final int
static final int
-
Constructor Summary
ConstructorDescriptionAnimationFrameResourceMetadata
(int index) AnimationFrameResourceMetadata
(int index, int time) -
Method Summary
-
Field Details
-
UNDEFINED_TIME
public static final int UNDEFINED_TIME- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lfwd;a:I
intermediary field_32973
Lnet/minecraft/class_1080;field_32973:I
named UNDEFINED_TIME
Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;UNDEFINED_TIME:I
-
index
private final int index- Mappings:
Namespace Name Mixin selector official b
Lfwd;b:I
intermediary field_5341
Lnet/minecraft/class_1080;field_5341:I
named index
Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;index:I
-
time
private final int time- Mappings:
Namespace Name Mixin selector official c
Lfwd;c:I
intermediary field_5340
Lnet/minecraft/class_1080;field_5340:I
named time
Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;time:I
-
-
Constructor Details
-
AnimationFrameResourceMetadata
public AnimationFrameResourceMetadata(int index) - Mappings:
Namespace Name Mixin selector official <init>
Lfwd;<init>(I)V
intermediary <init>
Lnet/minecraft/class_1080;<init>(I)V
named <init>
Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;<init>(I)V
-
AnimationFrameResourceMetadata
public AnimationFrameResourceMetadata(int index, int time) - Mappings:
Namespace Name Mixin selector official <init>
Lfwd;<init>(II)V
intermediary <init>
Lnet/minecraft/class_1080;<init>(II)V
named <init>
Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;<init>(II)V
-
-
Method Details
-
getTime
public int getTime(int defaultTime) - Mappings:
Namespace Name Mixin selector official a
Lfwd;a(I)I
intermediary method_4691
Lnet/minecraft/class_1080;method_4691(I)I
named getTime
Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getTime(I)I
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector official a
Lfwd;a()I
intermediary method_4690
Lnet/minecraft/class_1080;method_4690()I
named getIndex
Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getIndex()I
-