Uses of Class
net.minecraft.client.texture.SpriteAtlasTexture
Packages that use SpriteAtlasTexture
Package
Description
-
Uses of SpriteAtlasTexture in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as SpriteAtlasTexture -
Uses of SpriteAtlasTexture in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type SpriteAtlasTextureModifier and TypeFieldDescriptionprivate Map<Identifier,SpriteAtlasTexture>
SpriteAtlasManager.atlases
private Map<Identifier,com.mojang.datafixers.util.Pair<SpriteAtlasTexture,SpriteAtlasTexture.Data>>
ModelLoader.spriteAtlasData
Methods in net.minecraft.client.render.model that return SpriteAtlasTextureModifier and TypeMethodDescriptionBakedModelManager.getAtlas(Identifier id)
SpriteAtlasManager.getAtlas(Identifier id)
Constructor parameters in net.minecraft.client.render.model with type arguments of type SpriteAtlasTexture -
Uses of SpriteAtlasTexture in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteAtlasTextureModifier and TypeFieldDescriptionprivate SpriteAtlasTexture
Sprite.atlas
private SpriteAtlasTexture
SpriteAtlasHolder.atlas
Methods in net.minecraft.client.texture that return SpriteAtlasTextureMethods in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifier and TypeMethodDescriptionstatic MissingSprite
MissingSprite.getMissingSprite(SpriteAtlasTexture spriteAtlasTexture, int maxLevel, int atlasWidth, int atlasHeight, int x, int y)
Constructors in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifierConstructorDescriptionprivate
MissingSprite(SpriteAtlasTexture spriteAtlasTexture, int maxLevel, int atlasWidth, int atlasHeight, int x, int y)
protected
Sprite(SpriteAtlasTexture atlas, Sprite.Info info, int maxLevel, int atlasWidth, int atlasHeight, int x, int y, NativeImage nativeImage)