Uses of Class
net.minecraft.client.renderer.texture.TextureAtlasSprite.Info
Packages that use TextureAtlasSprite.Info
Package
Description
-
Uses of TextureAtlasSprite.Info in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type TextureAtlasSprite.InfoModifier and TypeFieldDescriptionprivate final Collection<TextureAtlasSprite.Info>
StitcherException.allSprites
Methods in net.minecraft.client.renderer that return types with arguments of type TextureAtlasSprite.InfoConstructors in net.minecraft.client.renderer with parameters of type TextureAtlasSprite.InfoModifierConstructorDescriptionStitcherException
(TextureAtlasSprite.Info p_i226046_1_, Collection<TextureAtlasSprite.Info> p_i226046_2_) Constructor parameters in net.minecraft.client.renderer with type arguments of type TextureAtlasSprite.InfoModifierConstructorDescriptionStitcherException
(TextureAtlasSprite.Info p_i226046_1_, 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.InfoModifier and TypeFieldDescriptionprivate final TextureAtlasSprite.Info
TextureAtlasSprite.info
private static final TextureAtlasSprite.Info
MissingTextureSprite.INFO
final TextureAtlasSprite.Info
Stitcher.Holder.spriteInfo
Methods in net.minecraft.client.renderer.texture that return TextureAtlasSprite.InfoMethods in net.minecraft.client.renderer.texture that return types with arguments of type TextureAtlasSprite.InfoModifier and TypeMethodDescriptionprivate Collection<TextureAtlasSprite.Info>
AtlasTexture.getBasicSpriteInfos
(IResourceManager p_215256_1_, Set<ResourceLocation> p_215256_2_) Methods in net.minecraft.client.renderer.texture with parameters of type TextureAtlasSprite.InfoModifier 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_) Constructors in net.minecraft.client.renderer.texture with parameters of type TextureAtlasSprite.InfoModifierConstructorDescriptionHolder
(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
Methods in net.minecraftforge.client with parameters of type TextureAtlasSprite.InfoModifier 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
Methods in net.minecraftforge.client.textures with parameters of type TextureAtlasSprite.InfoModifier 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
Methods in net.minecraftforge.debug.client with parameters of type TextureAtlasSprite.InfoModifier 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)