Uses of Class
net.minecraft.client.texture.SpriteAtlasTexture
Package
Description
-
Uses of SpriteAtlasTexture in net.minecraft.client.particle
Modifier and TypeFieldDescriptionprivate final SpriteAtlasTexture
ParticleManager.particleAtlasTexture
-
Uses of SpriteAtlasTexture in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate final SpriteAtlasTexture
ArmorFeatureRenderer.armorTrimsAtlas
-
Uses of SpriteAtlasTexture in net.minecraft.client.render.model
Modifier and TypeFieldDescriptionprivate final SpriteAtlasTexture
SpriteAtlasManager.Atlas.atlas
The field for theatlas
record component.private final SpriteAtlasTexture
SpriteAtlasManager.AtlasPreparation.atlasTexture
Modifier and TypeMethodDescriptionSpriteAtlasManager.Atlas.atlas()
Returns the value of theatlas
record component.BakedModelManager.getAtlas
(Identifier id) SpriteAtlasManager.getAtlas
(Identifier id) ModifierConstructorDescription(package private)
Atlas
(SpriteAtlasTexture spriteAtlasTexture, Identifier identifier) AtlasPreparation
(SpriteAtlasTexture atlasTexture, SpriteLoader.StitchResult stitchResult) -
Uses of SpriteAtlasTexture in net.minecraft.client.texture
Modifier and TypeMethodDescriptionstatic SpriteLoader
SpriteLoader.fromAtlas
(SpriteAtlasTexture atlasTexture)