Uses of Class
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
Package | Description |
---|---|
net.minecraft.client.resource.metadata |
-
Uses of AnimationFrameResourceMetadata in net.minecraft.client.resource.metadata
Fields in net.minecraft.client.resource.metadata with type parameters of type AnimationFrameResourceMetadata Modifier and Type Field Description private List<AnimationFrameResourceMetadata>
AnimationResourceMetadata. frames
Methods in net.minecraft.client.resource.metadata that return AnimationFrameResourceMetadata Modifier and Type Method Description private @Nullable AnimationFrameResourceMetadata
AnimationResourceMetadataReader. readFrameMetadata(int frame, JsonElement json)
Constructor parameters in net.minecraft.client.resource.metadata with type arguments of type AnimationFrameResourceMetadata Constructor Description AnimationResourceMetadata(List<AnimationFrameResourceMetadata> frames, int width, int height, int defaultFrameTime, boolean interpolate)