Class AnimationFrameResourceMetadata
java.lang.Object
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
- Mappings:
Namespace Name official cwnintermediary net/minecraft/class_1524named net/minecraft/client/resource/metadata/AnimationFrameResourceMetadata
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnimationFrameResourceMetadata(int int2) AnimationFrameResourceMetadata(int int2, int int3) -
Method Summary
-
Field Details
-
index
private final int index- Mappings:
Namespace Name Mixin selector official aLcwn;a:Iintermediary field_5938Lnet/minecraft/class_1524;field_5938:Inamed indexLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;index:I
-
time
private final int time- Mappings:
Namespace Name Mixin selector official bLcwn;b:Iintermediary field_5941Lnet/minecraft/class_1524;field_5941:Inamed timeLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;time:I
-
-
Constructor Details
-
AnimationFrameResourceMetadata
public AnimationFrameResourceMetadata(int int2) -
AnimationFrameResourceMetadata
public AnimationFrameResourceMetadata(int int2, int int3)
-
-
Method Details
-
usesDefaultFrameTime
public boolean usesDefaultFrameTime()- Mappings:
Namespace Name Mixin selector official aLcwn;a()Zintermediary method_5960Lnet/minecraft/class_1524;method_5960()Znamed usesDefaultFrameTimeLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;usesDefaultFrameTime()Z
-
getTime
public int getTime()- Mappings:
Namespace Name Mixin selector official bLcwn;b()Iintermediary method_5141Lnet/minecraft/class_1524;method_5141()Inamed getTimeLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getTime()I
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector official cLcwn;c()Iintermediary method_5137Lnet/minecraft/class_1524;method_5137()Inamed getIndexLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getIndex()I
-