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 AtlasTextureParticleManager. 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. atlasPreparationsMethods in net.minecraft.client.renderer.model that return AtlasTexture Modifier and Type Method Description AtlasTextureModelManager. 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 AtlasTextureTextureAtlasSprite. atlasprivate AtlasTextureSpriteUploader. textureAtlasFields in net.minecraft.client.renderer.texture with type parameters of type AtlasTexture Modifier and Type Field Description private java.util.Map<ResourceLocation,AtlasTexture>SpriteMap. atlasesMethods in net.minecraft.client.renderer.texture that return AtlasTexture Modifier and Type Method Description AtlasTextureTextureAtlasSprite. atlas()AtlasTextureSpriteMap. getAtlas(ResourceLocation p_229152_1_)Methods in net.minecraft.client.renderer.texture with parameters of type AtlasTexture Modifier and Type Method Description static MissingTextureSpriteMissingTextureSprite. 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 TextureAtlasSpriteForgeHooksClient. loadTextureAtlasSprite(AtlasTexture atlasTexture, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)static voidForgeHooksClient. onTextureStitchedPost(AtlasTexture map)static voidForgeHooksClient. 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 AtlasTextureTextureStitchEvent. mapMethods in net.minecraftforge.client.event that return AtlasTexture Modifier and Type Method Description AtlasTextureTextureStitchEvent. 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 TextureAtlasSpriteITextureAtlasSpriteLoader. 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 TextureAtlasSpriteCustomTASTest.TasLoader. load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)
-