Uses of Class
net.minecraft.client.renderer.texture.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
-
Uses of TextureAtlas in net.minecraft.client.renderer.entity.layers
-
Uses of TextureAtlas in net.minecraft.client.renderer.texture
Modifier and TypeMethodDescriptionstatic SpriteLoader
SpriteLoader.create
(TextureAtlas p_249085_) -
Uses of TextureAtlas in net.minecraft.client.resources
-
Uses of TextureAtlas in net.minecraft.client.resources.model
Modifier and TypeFieldDescriptionprivate final TextureAtlas
AtlasSet.AtlasEntry.atlas
The field for theatlas
record component.private final TextureAtlas
AtlasSet.StitchResult.atlas
Modifier and TypeMethodDescriptionAtlasSet.AtlasEntry.atlas()
Returns the value of theatlas
record component.AtlasSet.getAtlas
(ResourceLocation p_250828_) ModelManager.getAtlas
(ResourceLocation p_119429_) ModifierConstructorDescription(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
Modifier and TypeMethodDescriptionstatic void
ClientHooks.onTextureAtlasStitched
(TextureAtlas atlas) -
Uses of TextureAtlas in net.neoforged.neoforge.client.event
Modifier and TypeMethodDescriptionTextureAtlasStitchedEvent.getAtlas()
Returns the texture atlas.