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_CODECstatic final com.mojang.serialization.Codec<AnimationFrameResourceMetadata> AnimationFrameResourceMetadata.CODECprivate final Optional<List<AnimationFrameResourceMetadata>> AnimationResourceMetadata.framesThe field for theframesrecord component.Methods in net.minecraft.client.resource.metadata that return types with arguments of type AnimationFrameResourceMetadataModifier and TypeMethodDescriptionAnimationResourceMetadata.frames()Returns the value of theframesrecord 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)