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.entity.equipment
Constructors in net.minecraft.client.render.entity.equipment with parameters of type SpriteAtlasTextureModifierConstructorDescriptionEquipmentRenderer
(EquipmentModelLoader equipmentModelLoader, SpriteAtlasTexture armorTrimsAtlas) -
Uses of SpriteAtlasTexture in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as SpriteAtlasTextureModifier and TypeFieldDescriptionprivate final SpriteAtlasTexture
SpriteAtlasManager.Atlas.atlas
The field for theatlas
record component.private final SpriteAtlasTexture
SpriteAtlasManager.AtlasPreparation.atlasTexture
Methods in net.minecraft.client.render.model that return SpriteAtlasTextureModifier and TypeMethodDescriptionSpriteAtlasManager.Atlas.atlas()
Returns the value of theatlas
record component.BakedModelManager.getAtlas
(Identifier id) SpriteAtlasManager.getAtlas
(Identifier id) Constructors in net.minecraft.client.render.model with parameters of type SpriteAtlasTextureModifierConstructorDescription(package private)
Atlas
(SpriteAtlasTexture spriteAtlasTexture, Identifier identifier) AtlasPreparation
(SpriteAtlasTexture atlasTexture, SpriteLoader.StitchResult stitchResult) -
Uses of SpriteAtlasTexture in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteAtlasTextureMethods in net.minecraft.client.texture with parameters of type SpriteAtlasTextureModifier and TypeMethodDescriptionstatic SpriteLoader
SpriteLoader.fromAtlas
(SpriteAtlasTexture atlasTexture)