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 fnuintermediary net/minecraft/class_1081named net/minecraft/client/resource/metadata/AnimationResourceMetadataReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()method_4692(JsonObject jsonObject) readFrameMetadata(int frame, JsonElement json) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.metadata.ResourceMetadataReader
fromJson
-
Constructor Details
-
AnimationResourceMetadataReader
public AnimationResourceMetadataReader()
-
-
Method Details
-
method_4692
- Mappings:
Namespace Name Mixin selector official bLfnu;b(Lcom/google/gson/JsonObject;)Lfnt;intermediary method_4692Lnet/minecraft/class_1081;method_4692(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1079;named method_4692Lnet/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 aLfnu;a(ILcom/google/gson/JsonElement;)Lfns;intermediary method_4693Lnet/minecraft/class_1081;method_4693(ILcom/google/gson/JsonElement;)Lnet/minecraft/class_1080;named readFrameMetadataLnet/minecraft/client/resource/metadata/AnimationResourceMetadataReader;readFrameMetadata(ILcom/google/gson/JsonElement;)Lnet/minecraft/client/resource/metadata/AnimationFrameResourceMetadata;
-
getKey
- Specified by:
getKeyin interfaceResourceMetadataReader<AnimationResourceMetadata>- Mappings:
Namespace Name Mixin selector official aLait;a()Ljava/lang/String;intermediary method_14420Lnet/minecraft/class_3270;method_14420()Ljava/lang/String;named getKeyLnet/minecraft/resource/metadata/ResourceMetadataReader;getKey()Ljava/lang/String;
-