Class AnimationFrameResourceMetadata

java.lang.Object
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata

@Environment(CLIENT)
public class AnimationFrameResourceMetadata
extends Object
Mappings:
Namespace Name
official bnz
intermediary net/minecraft/class_1277
named net/minecraft/client/resource/metadata/AnimationFrameResourceMetadata
  • Field Details

    • index

      private final int index
      Mappings:
      Namespace Name Mixin selector
      official a Lbnz;a:I
      intermediary field_5314 Lnet/minecraft/class_1277;field_5314:I
      named index Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;index:I
    • time

      private final int time
      Mappings:
      Namespace Name Mixin selector
      official b Lbnz;b:I
      intermediary field_5315 Lnet/minecraft/class_1277;field_5315:I
      named time Lnet/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 a Lbnz;a()Z
      intermediary method_4425 Lnet/minecraft/class_1277;method_4425()Z
      named usesDefaultFrameTime Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;usesDefaultFrameTime()Z
    • getTime

      public int getTime()
      Mappings:
      Namespace Name Mixin selector
      official b Lbnz;b()I
      intermediary method_4426 Lnet/minecraft/class_1277;method_4426()I
      named getTime Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getTime()I
    • getIndex

      public int getIndex()
      Mappings:
      Namespace Name Mixin selector
      official c Lbnz;c()I
      intermediary method_4427 Lnet/minecraft/class_1277;method_4427()I
      named getIndex Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;getIndex()I