Uses of 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 TypeFieldDescriptionprivate final List
<AnimationFrame> AnimationMetadataSection.frames
Methods in net.minecraft.client.resources.metadata.animation that return AnimationFrameModifier and TypeMethodDescriptionprivate AnimationFrame
AnimationMetadataSectionSerializer.getFrame
(int frame, com.google.gson.JsonElement element) Constructor parameters in net.minecraft.client.resources.metadata.animation with type arguments of type AnimationFrameModifierConstructorDescriptionAnimationMetadataSection
(List<AnimationFrame> frames, int frameWidth, int frameHeight, int defaultFrameTime, boolean interpolatedFrames)