Uses of Class
net.minecraft.client.renderer.texture.TextureAtlasSprite.Info
-
-
Uses of TextureAtlasSprite.Info in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type TextureAtlasSprite.Info Modifier and Type Field Description private java.util.Collection<TextureAtlasSprite.Info>
StitcherException. allSprites
Methods in net.minecraft.client.renderer that return types with arguments of type TextureAtlasSprite.Info Modifier and Type Method Description java.util.Collection<TextureAtlasSprite.Info>
StitcherException. getAllSprites()
Constructors in net.minecraft.client.renderer with parameters of type TextureAtlasSprite.Info Constructor Description StitcherException(TextureAtlasSprite.Info p_i226046_1_, java.util.Collection<TextureAtlasSprite.Info> p_i226046_2_)
Constructor parameters in net.minecraft.client.renderer with type arguments of type TextureAtlasSprite.Info Constructor Description StitcherException(TextureAtlasSprite.Info p_i226046_1_, java.util.Collection<TextureAtlasSprite.Info> p_i226046_2_)
-
Uses of TextureAtlasSprite.Info in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as TextureAtlasSprite.Info Modifier and Type Field Description private TextureAtlasSprite.Info
TextureAtlasSprite. info
private static TextureAtlasSprite.Info
MissingTextureSprite. INFO
TextureAtlasSprite.Info
Stitcher.Holder. spriteInfo
Methods in net.minecraft.client.renderer.texture that return TextureAtlasSprite.Info Modifier and Type Method Description static TextureAtlasSprite.Info
MissingTextureSprite. info()
Methods in net.minecraft.client.renderer.texture that return types with arguments of type TextureAtlasSprite.Info Modifier and Type Method Description private java.util.Collection<TextureAtlasSprite.Info>
AtlasTexture. getBasicSpriteInfos(IResourceManager p_215256_1_, java.util.Set<ResourceLocation> p_215256_2_)
Methods in net.minecraft.client.renderer.texture with parameters of type TextureAtlasSprite.Info Modifier and Type Method Description private TextureAtlasSprite
AtlasTexture. load(IResourceManager p_229218_1_, TextureAtlasSprite.Info p_229218_2_, int p_229218_3_, int p_229218_4_, int p_229218_5_, int p_229218_6_, int p_229218_7_)
void
Stitcher.ISpriteLoader. load(TextureAtlasSprite.Info p_load_1_, int p_load_2_, int p_load_3_, int p_load_4_, int p_load_5_)
void
Stitcher. registerSprite(TextureAtlasSprite.Info p_229211_1_)
Constructors in net.minecraft.client.renderer.texture with parameters of type TextureAtlasSprite.Info Constructor Description Holder(TextureAtlasSprite.Info p_i226045_1_, int p_i226045_2_)
InterpolationData(TextureAtlasSprite.Info p_i226051_2_, int p_i226051_3_)
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_)
-
Uses of TextureAtlasSprite.Info in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type TextureAtlasSprite.Info 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)
-
Uses of TextureAtlasSprite.Info in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type TextureAtlasSprite.Info 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 TextureAtlasSprite.Info in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type TextureAtlasSprite.Info 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)
-