Package net.minecraftforge.debug.client
Class CustomTASTest.TasLoader
java.lang.Object
net.minecraftforge.debug.client.CustomTASTest.TasLoader
- All Implemented Interfaces:
ITextureAtlasSpriteLoader
- Enclosing class:
- CustomTASTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull TextureAtlasSprite
load
(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) Load aTextureAtlasSprite
for the given resource.
-
Constructor Details
-
TasLoader
private TasLoader()
-
-
Method Details
-
load
@NotNull public @NotNull TextureAtlasSprite load(TextureAtlas atlas, ResourceManager resourceManager, TextureAtlasSprite.Info textureInfo, Resource resource, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel, NativeImage image) Description copied from interface:ITextureAtlasSpriteLoader
Load aTextureAtlasSprite
for the given resource.- Specified by:
load
in interfaceITextureAtlasSpriteLoader
-