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.atlasesprivate Map<Identifier,com.mojang.datafixers.util.Pair<SpriteAtlasTexture,SpriteAtlasTexture.Data>>ModelLoader.spriteAtlasDataMethods 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 SpriteAtlasTextureSprite.atlasprivate SpriteAtlasTextureSpriteAtlasHolder.atlasMethods in net.minecraft.client.texture that return SpriteAtlasTextureMethods in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifier and TypeMethodDescriptionstatic MissingSpriteMissingSprite.getMissingSprite(SpriteAtlasTexture spriteAtlasTexture, int maxLevel, int atlasWidth, int atlasHeight, int x, int y)Constructors in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifierConstructorDescriptionprivateMissingSprite(SpriteAtlasTexture spriteAtlasTexture, int maxLevel, int atlasWidth, int atlasHeight, int x, int y)protectedSprite(SpriteAtlasTexture atlas, Sprite.Info info, int maxLevel, int atlasWidth, int atlasHeight, int x, int y, NativeImage nativeImage)