Uses of Class
net.minecraft.client.texture.SpriteAtlasTexture
| Package | Description |
|---|---|
| net.minecraft.client.particle | |
| net.minecraft.client.render.model | |
| net.minecraft.client.texture |
-
Uses of SpriteAtlasTexture in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as SpriteAtlasTexture Modifier and Type Field Description private SpriteAtlasTextureParticleManager. particleAtlasTexture -
Uses of SpriteAtlasTexture in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type SpriteAtlasTexture Modifier and Type Field Description private Map<Identifier,SpriteAtlasTexture>SpriteAtlasManager. atlasesprivate Map<Identifier,com.mojang.datafixers.util.Pair<SpriteAtlasTexture,SpriteAtlasTexture.Data>>ModelLoader. spriteAtlasDataMethods in net.minecraft.client.render.model that return SpriteAtlasTexture Modifier and Type Method Description SpriteAtlasTextureBakedModelManager. getAtlas(Identifier id)SpriteAtlasTextureSpriteAtlasManager. getAtlas(Identifier id)Constructor parameters in net.minecraft.client.render.model with type arguments of type SpriteAtlasTexture Constructor Description SpriteAtlasManager(Collection<SpriteAtlasTexture> atlases) -
Uses of SpriteAtlasTexture in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteAtlasTexture Modifier and Type Field Description private SpriteAtlasTextureSprite. atlasprivate SpriteAtlasTextureSpriteAtlasHolder. atlasMethods in net.minecraft.client.texture that return SpriteAtlasTexture Modifier and Type Method Description SpriteAtlasTextureSprite. getAtlas()Methods in net.minecraft.client.texture with parameters of type SpriteAtlasTexture Modifier and Type Method Description static MissingSpriteMissingSprite. getMissingSprite(SpriteAtlasTexture spriteAtlasTexture, int maxLevel, int atlasWidth, int atlasHeight, int x, int y)Constructors in net.minecraft.client.texture with parameters of type SpriteAtlasTexture Constructor Description MissingSprite(SpriteAtlasTexture spriteAtlasTexture, int maxLevel, int atlasWidth, int atlasHeight, int x, int y)Sprite(SpriteAtlasTexture spriteAtlasTexture, Sprite.Info info, int maxLevel, int atlasWidth, int atlasHeight, int x, int y, NativeImage nativeImage)