Uses of Class
net.minecraft.client.renderer.texture.AtlasTexture
-
-
Uses of AtlasTexture in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as AtlasTexture Modifier and Type Field Description private AtlasTexture
ParticleManager. textureAtlas
-
Uses of AtlasTexture in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model with type parameters of type AtlasTexture Modifier and Type Field Description private java.util.Map<ResourceLocation,com.mojang.datafixers.util.Pair<AtlasTexture,AtlasTexture.SheetData>>
ModelBakery. atlasPreparations
Methods in net.minecraft.client.renderer.model that return AtlasTexture Modifier and Type Method Description AtlasTexture
ModelManager. getAtlas(ResourceLocation p_229356_1_)
-
Uses of AtlasTexture in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as AtlasTexture Modifier and Type Field Description private AtlasTexture
TextureAtlasSprite. atlas
private AtlasTexture
SpriteUploader. textureAtlas
Fields in net.minecraft.client.renderer.texture with type parameters of type AtlasTexture Modifier and Type Field Description private java.util.Map<ResourceLocation,AtlasTexture>
SpriteMap. atlases
Methods in net.minecraft.client.renderer.texture that return AtlasTexture Modifier and Type Method Description AtlasTexture
TextureAtlasSprite. atlas()
AtlasTexture
SpriteMap. getAtlas(ResourceLocation p_229152_1_)
Methods in net.minecraft.client.renderer.texture with parameters of type AtlasTexture Modifier and Type Method Description static MissingTextureSprite
MissingTextureSprite. newInstance(AtlasTexture p_229176_0_, int p_229176_1_, int p_229176_2_, int p_229176_3_, int p_229176_4_, int p_229176_5_)
Constructors in net.minecraft.client.renderer.texture with parameters of type AtlasTexture Constructor Description MissingTextureSprite(AtlasTexture p_i226044_1_, int p_i226044_2_, int p_i226044_3_, int p_i226044_4_, int p_i226044_5_, int p_i226044_6_)
TextureAtlasSprite(AtlasTexture p_i226049_1_, TextureAtlasSprite.Info p_i226049_2_, int p_i226049_3_, int p_i226049_4_, int p_i226049_5_, int p_i226049_6_, int p_i226049_7_, NativeImage p_i226049_8_)
Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type AtlasTexture Constructor Description SpriteMap(java.util.Collection<AtlasTexture> p_i226042_1_)
-
Uses of AtlasTexture in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type AtlasTexture Modifier and Type Method Description static TextureAtlasSprite
ForgeHooksClient. loadTextureAtlasSprite(AtlasTexture atlasTexture, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
static void
ForgeHooksClient. onTextureStitchedPost(AtlasTexture map)
static void
ForgeHooksClient. onTextureStitchedPre(AtlasTexture map, java.util.Set<ResourceLocation> resourceLocations)
-
Uses of AtlasTexture in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as AtlasTexture Modifier and Type Field Description private AtlasTexture
TextureStitchEvent. map
Methods in net.minecraftforge.client.event that return AtlasTexture Modifier and Type Method Description AtlasTexture
TextureStitchEvent. getMap()
Constructors in net.minecraftforge.client.event with parameters of type AtlasTexture Constructor Description Post(AtlasTexture map)
Pre(AtlasTexture map, java.util.Set<ResourceLocation> sprites)
TextureStitchEvent(AtlasTexture map)
-
Uses of AtlasTexture in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type AtlasTexture Modifier and Type Method Description TextureAtlasSprite
ITextureAtlasSpriteLoader. load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
Load a TextureAtlasSprite for the given resource. -
Uses of AtlasTexture in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type AtlasTexture Modifier and Type Method Description TextureAtlasSprite
CustomTASTest.TasLoader. load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
-