Uses of Class
net.minecraft.client.renderer.texture.TextureAtlas
Packages that use TextureAtlas
Package
Description
-
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.texture
Fields in net.minecraft.client.renderer.texture declared as TextureAtlasFields in net.minecraft.client.renderer.texture with type parameters of type TextureAtlasMethods in net.minecraft.client.renderer.texture that return TextureAtlasModifier and TypeMethodDescriptionTextureAtlasSprite.atlas()
AtlasSet.getAtlas(ResourceLocation p_117974_)
Methods in net.minecraft.client.renderer.texture with parameters of type TextureAtlasModifier and TypeMethodDescriptionstatic MissingTextureAtlasSprite
MissingTextureAtlasSprite.newInstance(TextureAtlas p_118073_, int p_118074_, int p_118075_, int p_118076_, int p_118077_, int p_118078_)
Constructors in net.minecraft.client.renderer.texture with parameters of type TextureAtlasModifierConstructorDescriptionprivate
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_)
Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type TextureAtlas -
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 with type parameters of type TextureAtlasModifier and TypeFieldDescriptionprivate Map<ResourceLocation,com.mojang.datafixers.util.Pair<TextureAtlas,TextureAtlas.Preparations>>
ModelBakery.atlasPreparations
Methods in net.minecraft.client.resources.model that return TextureAtlas -
Uses of TextureAtlas in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type TextureAtlasModifier 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
Fields in net.minecraftforge.client.event declared as TextureAtlasMethods in net.minecraftforge.client.event that return TextureAtlasConstructors in net.minecraftforge.client.event with parameters of type TextureAtlasModifierConstructorDescriptionPost(TextureAtlas map)
Pre(TextureAtlas map, Set<ResourceLocation> sprites)
-
Uses of TextureAtlas in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type TextureAtlasModifier 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
Methods in net.minecraftforge.debug.client with parameters of type TextureAtlasModifier 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)