Class AnimationFrameResourceMetadata

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

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

    • index

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

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

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

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