Uses of Class
net.minecraft.client.texture.atlas.Sprite
Packages that use Sprite
Package
Description
The base package for all Minecraft classes.
-
Uses of Sprite in net.minecraft
Fields in net.minecraft declared as SpriteModifier and TypeFieldDescriptionprivate final Spriteclass_8066.class_8067.baseImageThe field for thebaseImagerecord component.Methods in net.minecraft that return SpriteModifier and TypeMethodDescriptionclass_8066.class_8067.baseImage()Returns the value of thebaseImagerecord component.Constructors in net.minecraft with parameters of type SpriteModifierConstructorDescription(package private)class_8067(Sprite sprite, Supplier<IntUnaryOperator> supplier, Identifier identifier) -
Uses of Sprite in net.minecraft.client.texture.atlas
Fields in net.minecraft.client.texture.atlas declared as SpriteConstructors in net.minecraft.client.texture.atlas with parameters of type SpriteModifierConstructorDescription(package private)SpriteRegion(Sprite sprite, UnstitchAtlasSource.Region region, double divisorX, double divisorY)