Uses of Record Class
net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
Packages that use AnimationFrameResourceMetadata
-
Uses of AnimationFrameResourceMetadata in net.minecraft.client.resource.metadata
Fields in net.minecraft.client.resource.metadata with type parameters of type AnimationFrameResourceMetadataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AnimationFrameResourceMetadata> AnimationFrameResourceMetadata.BASE_CODEC
static final com.mojang.serialization.Codec
<AnimationFrameResourceMetadata> AnimationFrameResourceMetadata.CODEC
private final Optional
<List<AnimationFrameResourceMetadata>> AnimationResourceMetadata.frames
The field for theframes
record component.Methods in net.minecraft.client.resource.metadata that return types with arguments of type AnimationFrameResourceMetadataModifier and TypeMethodDescriptionAnimationResourceMetadata.frames()
Returns the value of theframes
record component.Constructor parameters in net.minecraft.client.resource.metadata with type arguments of type AnimationFrameResourceMetadataModifierConstructorDescriptionAnimationResourceMetadata
(Optional<List<AnimationFrameResourceMetadata>> optional, Optional<Integer> optional2, Optional<Integer> optional3, int defaultFrameTime, boolean interpolate)