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.CODECprivate final Optional<List<AnimationFrame>> AnimationMetadataSection.framesThe field for theframesrecord component.static final com.mojang.serialization.Codec<AnimationFrame> AnimationFrame.FULL_CODECMethods in net.minecraft.client.resources.metadata.animation that return types with arguments of type AnimationFrameModifier and TypeMethodDescriptionAnimationMetadataSection.frames()Returns the value of theframesrecord 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 aAnimationMetadataSectionrecord class.