Uses of Class
net.minecraft.client.texture.SpriteContents.Animation
-
Uses of SpriteContents.Animation in net.minecraft.client.texture
Modifier and TypeFieldDescriptionprivate final @Nullable SpriteContents.Animation
SpriteContents.animation
(package private) final SpriteContents.Animation
SpriteContents.AnimatorImpl.animation
Modifier and TypeMethodDescriptionprivate @Nullable SpriteContents.Animation
SpriteContents.createAnimation
(SpriteDimensions dimensions, int imageWidth, int imageHeight, AnimationResourceMetadata metadata) Modifier 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.ModifierConstructorDescription(package private)
AnimatorImpl
(SpriteContents.Animation animation, @Nullable SpriteContents.Interpolation interpolation)