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 SpriteAtlasTextureModifier and TypeFieldDescriptionprivate final SpriteAtlasTexture
ParticleManager.particleAtlasTexture
-
Uses of SpriteAtlasTexture in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type SpriteAtlasTextureModifier and TypeFieldDescriptionprivate final Map<Identifier,
SpriteAtlasTexture> SpriteAtlasManager.atlases
private final 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 final SpriteAtlasTexture
Sprite.atlas
private final 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 texture, int maxLevel, int atlasWidth, int atlasHeight, int x, int y) Constructors in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifierConstructorDescriptionprivate
MissingSprite
(SpriteAtlasTexture texture, 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 image)