Class AnimationFrameResourceMetadata
java.lang.Object
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
@Environment(CLIENT) public class AnimationFrameResourceMetadata extends Object
- Mappings:
Namespace Name official bnzintermediary net/minecraft/class_1277named net/minecraft/client/resource/metadata/AnimationFrameResourceMetadata
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AnimationFrameResourceMetadata(int int2)AnimationFrameResourceMetadata(int int2, int int3) -
Method Summary
Modifier and Type Method Description intgetIndex()intgetTime()booleanusesDefaultFrameTime()
-
Field Details
-
index
private final int index- Mappings:
Namespace Name Mixin selector official aLbnz;a:Iintermediary field_5314Lnet/minecraft/class_1277;field_5314:Inamed indexLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;index:I
-
time
private final int time- Mappings:
Namespace Name Mixin selector official bLbnz;b:Iintermediary field_5315Lnet/minecraft/class_1277;field_5315: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 aLbnz;a()Zintermediary method_4425Lnet/minecraft/class_1277;method_4425()Znamed usesDefaultFrameTimeLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;usesDefaultFrameTime()Z
-
getTime
public int getTime()- Mappings:
Namespace Name Mixin selector official bLbnz;b()Iintermediary method_4426Lnet/minecraft/class_1277;method_4426()Inamed getTimeLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getTime()I
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector official cLbnz;c()Iintermediary method_4427Lnet/minecraft/class_1277;method_4427()Inamed getIndexLnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getIndex()I
-