Uses of Class
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
Packages that use AnimationFrameResourceMetadata
-
Uses of AnimationFrameResourceMetadata in net.minecraft.client.resource
Fields in net.minecraft.client.resource with type parameters of type AnimationFrameResourceMetadataModifier and TypeFieldDescriptionprivate final List<AnimationFrameResourceMetadata>AnimationMetadata.metadataListMethods in net.minecraft.client.resource that return AnimationFrameResourceMetadataModifier and TypeMethodDescriptionprivate AnimationFrameResourceMetadataAnimationMetadata.get(int i) private AnimationFrameResourceMetadataAnimationMetadataSerializer.method_7048(int int2, JsonElement jsonElement) Constructor parameters in net.minecraft.client.resource with type arguments of type AnimationFrameResourceMetadataModifierConstructorDescriptionAnimationMetadata(List<AnimationFrameResourceMetadata> metadataList, int width, int height, int time, boolean interpolate)