Uses of Class
net.minecraft.client.renderer.texture.TextureAtlasSprite.Info
Package
Description
-
Uses of TextureAtlasSprite.Info in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate final Collection<TextureAtlasSprite.Info>
StitcherException.allSprites
ModifierConstructorDescriptionStitcherException
(TextureAtlasSprite.Info p_i226046_1_, Collection<TextureAtlasSprite.Info> p_i226046_2_) ModifierConstructorDescriptionStitcherException
(TextureAtlasSprite.Info p_i226046_1_, Collection<TextureAtlasSprite.Info> p_i226046_2_) -
Uses of TextureAtlasSprite.Info in net.minecraft.client.renderer.texture
Modifier and TypeFieldDescriptionprivate final TextureAtlasSprite.Info
TextureAtlasSprite.info
private static final TextureAtlasSprite.Info
MissingTextureSprite.INFO
final TextureAtlasSprite.Info
Stitcher.Holder.spriteInfo
Modifier and TypeMethodDescriptionprivate Collection<TextureAtlasSprite.Info>
AtlasTexture.getBasicSpriteInfos
(IResourceManager p_215256_1_, Set<ResourceLocation> p_215256_2_) Modifier and TypeMethodDescriptionprivate 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_) ModifierConstructorDescriptionHolder
(TextureAtlasSprite.Info p_i226045_1_, int p_i226045_2_) private
InterpolationData
(TextureAtlasSprite.Info p_i226051_2_, int p_i226051_3_) protected
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
Modifier and TypeMethodDescriptionstatic 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
Modifier 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 TextureAtlasSprite.Info in net.minecraftforge.debug.client
Modifier 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)