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.texture
Fields in net.minecraft.client.renderer.texture declared as TextureAtlasSprite.InfoModifier and TypeFieldDescriptionprivate static final TextureAtlasSprite.Info
MissingTextureAtlasSprite.INFO
final TextureAtlasSprite.Info
Stitcher.Holder.spriteInfo
Fields in net.minecraft.client.renderer.texture with type parameters of type TextureAtlasSprite.InfoModifier and TypeFieldDescriptionprivate final Collection<TextureAtlasSprite.Info>
StitcherException.allSprites
Methods in net.minecraft.client.renderer.texture that return TextureAtlasSprite.InfoModifier and TypeMethodDescriptionstatic TextureAtlasSprite.Info
MissingTextureAtlasSprite.info()
Methods in net.minecraft.client.renderer.texture that return types with arguments of type TextureAtlasSprite.InfoModifier and TypeMethodDescriptionStitcherException.getAllSprites()
private Collection<TextureAtlasSprite.Info>
TextureAtlas.getBasicSpriteInfos
(ResourceManager p_118305_, Set<ResourceLocation> p_118306_) Methods in net.minecraft.client.renderer.texture with parameters of type TextureAtlasSprite.InfoModifier and TypeMethodDescriptionTextureAtlasSprite.createTicker
(TextureAtlasSprite.Info p_174730_, int p_174731_, int p_174732_, int p_174733_) void
Stitcher.SpriteLoader.load
(TextureAtlasSprite.Info p_118229_, int p_118230_, int p_118231_, int p_118232_, int p_118233_) private TextureAtlasSprite
TextureAtlas.load
(ResourceManager p_118288_, TextureAtlasSprite.Info p_118289_, int p_118290_, int p_118291_, int p_118292_, int p_118293_, int p_118294_) void
Stitcher.registerSprite
(TextureAtlasSprite.Info p_118186_) Constructors in net.minecraft.client.renderer.texture with parameters of type TextureAtlasSprite.InfoModifierConstructorDescriptionHolder
(TextureAtlasSprite.Info p_118206_, int p_118207_) (package private)
InterpolationData
(TextureAtlasSprite.Info p_118446_, int p_118447_) StitcherException
(TextureAtlasSprite.Info p_118256_, Collection<TextureAtlasSprite.Info> p_118257_) protected
TextureAtlasSprite
(TextureAtlas p_118358_, TextureAtlasSprite.Info p_118359_, int p_118360_, int p_118361_, int p_118362_, int p_118363_, int p_118364_, NativeImage p_118365_) Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type TextureAtlasSprite.InfoModifierConstructorDescriptionStitcherException
(TextureAtlasSprite.Info p_118256_, Collection<TextureAtlasSprite.Info> p_118257_) -
Uses of TextureAtlasSprite.Info in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type TextureAtlasSprite.InfoModifier and TypeMethodDescriptionstatic TextureAtlasSprite
ForgeHooksClient.loadTextureAtlasSprite
(TextureAtlas textureAtlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource 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
(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource 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
(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image)