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 fwf
intermediary net/minecraft/class_1081
named net/minecraft/client/resource/metadata/AnimationResourceMetadataReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromJson
(JsonObject jsonObject) getKey()
readFrameMetadata
(int frame, JsonElement json)
-
Constructor Details
-
AnimationResourceMetadataReader
public AnimationResourceMetadataReader()
-
-
Method Details
-
fromJson
- Specified by:
fromJson
in interfaceResourceMetadataReader<AnimationResourceMetadata>
- Mappings:
Namespace Name Mixin selector official b
Lfwf;b(Lcom/google/gson/JsonObject;)Lfwe;
intermediary method_4692
Lnet/minecraft/class_1081;method_4692(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1079;
named fromJson
Lnet/minecraft/client/resource/metadata/AnimationResourceMetadataReader;fromJson(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
Lfwf;a(ILcom/google/gson/JsonElement;)Lfwd;
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
- Specified by:
getKey
in interfaceResourceMetadataReader<AnimationResourceMetadata>
- Mappings:
Namespace Name Mixin selector official a
Lajx;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;
-