Uses of Class
net.minecraft.client.renderer.texture.AtlasTexture
Packages that use AtlasTexture
Package
Description
-
Uses of AtlasTexture in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as AtlasTexture -
Uses of AtlasTexture in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model with type parameters of type AtlasTextureModifier and TypeFieldDescriptionprivate Map<ResourceLocation,com.mojang.datafixers.util.Pair<AtlasTexture, AtlasTexture.SheetData>> ModelBakery.atlasPreparationsMethods in net.minecraft.client.renderer.model that return AtlasTexture -
Uses of AtlasTexture in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as AtlasTextureModifier and TypeFieldDescriptionprivate final AtlasTextureTextureAtlasSprite.atlasprivate final AtlasTextureSpriteUploader.textureAtlasFields in net.minecraft.client.renderer.texture with type parameters of type AtlasTextureModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,AtlasTexture> SpriteMap.atlasesMethods in net.minecraft.client.renderer.texture that return AtlasTextureModifier and TypeMethodDescriptionTextureAtlasSprite.atlas()SpriteMap.getAtlas(ResourceLocation p_229152_1_) Methods in net.minecraft.client.renderer.texture with parameters of type AtlasTextureModifier and TypeMethodDescriptionstatic 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 AtlasTextureModifierConstructorDescriptionprivateMissingTextureSprite(AtlasTexture p_i226044_1_, int p_i226044_2_, int p_i226044_3_, int p_i226044_4_, int p_i226044_5_, int p_i226044_6_) protectedTextureAtlasSprite(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 -
Uses of AtlasTexture in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type AtlasTextureModifier and TypeMethodDescriptionstatic 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, Set<ResourceLocation> resourceLocations) -
Uses of AtlasTexture in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as AtlasTextureMethods in net.minecraftforge.client.event that return AtlasTextureConstructors in net.minecraftforge.client.event with parameters of type AtlasTextureModifierConstructorDescriptionPost(AtlasTexture map) Pre(AtlasTexture map, Set<ResourceLocation> sprites) -
Uses of AtlasTexture in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type AtlasTextureModifier and TypeMethodDescriptionITextureAtlasSpriteLoader.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 AtlasTextureModifier and TypeMethodDescriptionCustomTASTest.TasLoader.load(AtlasTexture atlas, IResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, IResource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)