Uses of Class
net.minecraft.client.texture.SpriteContents.Animation
Packages that use SpriteContents.Animation
-
Uses of SpriteContents.Animation in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteContents.AnimationModifier and TypeFieldDescriptionprivate final @Nullable SpriteContents.Animation
SpriteContents.animation
(package private) final SpriteContents.Animation
SpriteContents.AnimatorImpl.animation
Methods in net.minecraft.client.texture that return SpriteContents.AnimationModifier and TypeMethodDescriptionprivate @Nullable SpriteContents.Animation
SpriteContents.createAnimation
(SpriteDimensions dimensions, int imageWidth, int imageHeight, AnimationResourceMetadata metadata) Methods in net.minecraft.client.texture with parameters of type SpriteContents.AnimationModifier and TypeMethodDescriptionprivate int
SpriteContents.Interpolation.getPixelColor
(SpriteContents.Animation animation, int frameIndex, int layer, int x, int y) Returns the pixel color at frameframeIndex
within mipmaplayer
at sprite relative coordinates.Constructors in net.minecraft.client.texture with parameters of type SpriteContents.AnimationModifierConstructorDescription(package private)
AnimatorImpl
(SpriteContents.Animation animation, @Nullable SpriteContents.Interpolation interpolation)