Uses of Record Class
net.minecraft.client.resources.metadata.animation.AnimationFrame
Packages that use AnimationFrame
-
Uses of AnimationFrame in net.minecraft.client.resources.metadata.animation
Fields in net.minecraft.client.resources.metadata.animation with type parameters of type AnimationFrameModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AnimationFrame> AnimationFrame.CODEC
private final Optional
<List<AnimationFrame>> AnimationMetadataSection.frames
The field for theframes
record component.static final com.mojang.serialization.Codec
<AnimationFrame> AnimationFrame.FULL_CODEC
Methods in net.minecraft.client.resources.metadata.animation that return types with arguments of type AnimationFrameModifier and TypeMethodDescriptionAnimationMetadataSection.frames()
Returns the value of theframes
record component.Constructor parameters in net.minecraft.client.resources.metadata.animation with type arguments of type AnimationFrameModifierConstructorDescriptionAnimationMetadataSection
(Optional<List<AnimationFrame>> frames, Optional<Integer> frameWidth, Optional<Integer> frameHeight, int defaultFrameTime, boolean interpolatedFrames) Creates an instance of aAnimationMetadataSection
record class.