Class AnimationResourceMetadataReader

java.lang.Object
net.minecraft.client.resource.metadata.AnimationResourceMetadataReader
All Implemented Interfaces:
ResourceMetadataReader<AnimationResourceMetadata>

@Environment(CLIENT) public class AnimationResourceMetadataReader extends Object implements ResourceMetadataReader<AnimationResourceMetadata>
Mappings:
Namespace Name
official fnu
intermediary net/minecraft/class_1081
named net/minecraft/client/resource/metadata/AnimationResourceMetadataReader
  • Constructor Details

    • AnimationResourceMetadataReader

      public AnimationResourceMetadataReader()
  • Method Details

    • method_4692

      public AnimationResourceMetadata method_4692(JsonObject jsonObject)
      Mappings:
      Namespace Name Mixin selector
      official b Lfnu;b(Lcom/google/gson/JsonObject;)Lfnt;
      intermediary method_4692 Lnet/minecraft/class_1081;method_4692(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1079;
      named method_4692 Lnet/minecraft/client/resource/metadata/AnimationResourceMetadataReader;method_4692(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;
    • readFrameMetadata

      @Nullable private @Nullable AnimationFrameResourceMetadata readFrameMetadata(int frame, JsonElement json)
      Mappings:
      Namespace Name Mixin selector
      official a Lfnu;a(ILcom/google/gson/JsonElement;)Lfns;
      intermediary method_4693 Lnet/minecraft/class_1081;method_4693(ILcom/google/gson/JsonElement;)Lnet/minecraft/class_1080;
      named readFrameMetadata Lnet/minecraft/client/resource/metadata/AnimationResourceMetadataReader;readFrameMetadata(ILcom/google/gson/JsonElement;)Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;
    • getKey

      public String getKey()
      Specified by:
      getKey in interface ResourceMetadataReader<AnimationResourceMetadata>
      Mappings:
      Namespace Name Mixin selector
      official a Lait;a()Ljava/lang/String;
      intermediary method_14420 Lnet/minecraft/class_3270;method_14420()Ljava/lang/String;
      named getKey Lnet/minecraft/resource/metadata/ResourceMetadataReader;getKey()Ljava/lang/String;