Uses of Class
net.minecraft.client.renderer.texture.TextureAtlas
Packages that use TextureAtlas
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of TextureAtlas in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as TextureAtlas -
Uses of TextureAtlas in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as TextureAtlas -
Uses of TextureAtlas in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type TextureAtlasModifier and TypeMethodDescriptionstatic SpriteLoader
SpriteLoader.create
(TextureAtlas p_249085_) -
Uses of TextureAtlas in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as TextureAtlas -
Uses of TextureAtlas in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as TextureAtlasModifier and TypeFieldDescriptionprivate final TextureAtlas
AtlasSet.AtlasEntry.atlas
The field for theatlas
record component.private final TextureAtlas
AtlasSet.StitchResult.atlas
Methods in net.minecraft.client.resources.model that return TextureAtlasModifier and TypeMethodDescriptionAtlasSet.AtlasEntry.atlas()
Returns the value of theatlas
record component.AtlasSet.getAtlas
(ResourceLocation p_250828_) ModelManager.getAtlas
(ResourceLocation p_119429_) Constructors in net.minecraft.client.resources.model with parameters of type TextureAtlasModifierConstructorDescription(package private)
AtlasEntry
(TextureAtlas atlas, ResourceLocation atlasInfoLocation) Creates an instance of aAtlasEntry
record class.StitchResult
(TextureAtlas p_250381_, SpriteLoader.Preparations p_251137_) -
Uses of TextureAtlas in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type TextureAtlasModifier and TypeMethodDescriptionstatic void
ClientHooks.onTextureAtlasStitched
(TextureAtlas atlas) -
Uses of TextureAtlas in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as TextureAtlasMethods in net.neoforged.neoforge.client.event that return TextureAtlasModifier and TypeMethodDescriptionTextureAtlasStitchedEvent.getAtlas()
Returns the texture atlas.Constructors in net.neoforged.neoforge.client.event with parameters of type TextureAtlas