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 named net/minecraft/client/resource/metadata/AnimationResourceMetadataReaderintermediary net/minecraft/class_1081official grx
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfromJson(JsonObject jsonObject) getKey()readFrameMetadata(int frame, JsonElement json)  
- 
Constructor Details
- 
AnimationResourceMetadataReader
public AnimationResourceMetadataReader() 
 - 
 - 
Method Details
- 
fromJson
- Specified by:
 fromJsonin interfaceResourceMetadataReader<AnimationResourceMetadata>- Mappings:
 Namespace Name Mixin selector named fromJsonLnet/minecraft/client/resource/metadata/AnimationResourceMetadataReader;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/resource/metadata/AnimationResourceMetadata;intermediary method_4692Lnet/minecraft/class_1081;method_4692(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1079;official bLgrx;b(Lcom/google/gson/JsonObject;)Lgrw;
 - 
readFrameMetadata
@Nullable private @Nullable AnimationFrameResourceMetadata readFrameMetadata(int frame, JsonElement json) - Mappings:
 Namespace Name Mixin selector named readFrameMetadataLnet/minecraft/client/resource/metadata/AnimationResourceMetadataReader;readFrameMetadata(ILcom/google/gson/JsonElement;)Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;intermediary method_4693Lnet/minecraft/class_1081;method_4693(ILcom/google/gson/JsonElement;)Lnet/minecraft/class_1080;official aLgrx;a(ILcom/google/gson/JsonElement;)Lgrv;
 - 
getKey
- Specified by:
 getKeyin interfaceResourceMetadataReader<AnimationResourceMetadata>- Mappings:
 Namespace Name Mixin selector named getKeyLnet/minecraft/resource/metadata/ResourceMetadataReader;getKey()Ljava/lang/String;intermediary method_14420Lnet/minecraft/class_3270;method_14420()Ljava/lang/String;official aLatd;a()Ljava/lang/String;
 
 -