Uses of Class
net.minecraft.client.renderer.texture.TextureAtlas
Package
Description
-
Uses of TextureAtlas in net.minecraft.client.particle
-
Uses of TextureAtlas in net.minecraft.client.renderer.texture
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
TextureAtlas> AtlasSet.atlases
Modifier and TypeMethodDescriptionTextureAtlasSprite.atlas()
AtlasSet.getAtlas
(ResourceLocation p_117974_) Modifier and TypeMethodDescriptionstatic MissingTextureAtlasSprite
MissingTextureAtlasSprite.newInstance
(TextureAtlas p_118073_, int p_118074_, int p_118075_, int p_118076_, int p_118077_, int p_118078_) ModifierConstructorDescriptionprivate
MissingTextureAtlasSprite
(TextureAtlas p_118065_, int p_118066_, int p_118067_, int p_118068_, int p_118069_, int p_118070_) protected
TextureAtlasSprite
(TextureAtlas p_118358_, TextureAtlasSprite.Info p_118359_, int p_118360_, int p_118361_, int p_118362_, int p_118363_, int p_118364_, NativeImage p_118365_) -
Uses of TextureAtlas in net.minecraft.client.resources
-
Uses of TextureAtlas in net.minecraft.client.resources.model
Modifier and TypeFieldDescriptionprivate Map<ResourceLocation,
com.mojang.datafixers.util.Pair<TextureAtlas, TextureAtlas.Preparations>> ModelBakery.atlasPreparations
-
Uses of TextureAtlas in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic TextureAtlasSprite
ForgeHooksClient.loadTextureAtlasSprite
(TextureAtlas textureAtlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) static void
ForgeHooksClient.onTextureStitchedPost
(TextureAtlas map) static void
ForgeHooksClient.onTextureStitchedPre
(TextureAtlas map, Set<ResourceLocation> resourceLocations) -
Uses of TextureAtlas in net.minecraftforge.client.event
ModifierConstructorDescriptionPost
(TextureAtlas map) Pre
(TextureAtlas map, Set<ResourceLocation> sprites) TextureStitchEvent
(TextureAtlas atlas) -
Uses of TextureAtlas in net.minecraftforge.client.textures
Modifier and TypeMethodDescriptionITextureAtlasSpriteLoader.load
(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) Load a TextureAtlasSprite for the given resource. -
Uses of TextureAtlas in net.minecraftforge.debug.client
Modifier and TypeMethodDescriptionCustomTASTest.TasLoader.load
(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)