Uses of Class
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
-
Uses of AnimationFrameResourceMetadata in net.minecraft.client.resource.metadata
Modifier and TypeFieldDescriptionprivate final List<AnimationFrameResourceMetadata>
AnimationResourceMetadata.frames
Modifier and TypeMethodDescriptionprivate @Nullable AnimationFrameResourceMetadata
AnimationResourceMetadataReader.readFrameMetadata
(int frame, com.google.gson.JsonElement json) ModifierConstructorDescriptionAnimationResourceMetadata
(List<AnimationFrameResourceMetadata> frames, int width, int height, int defaultFrameTime, boolean interpolate)