public abstract class SpriteUploader extends ReloadListener<AtlasTexture.SheetData> implements java.lang.AutoCloseable
IFutureReloadListener.IStage| Constructor and Description |
|---|
SpriteUploader(TextureManager textureManagerIn,
ResourceLocation atlasTextureLocation,
java.lang.String prefixIn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(AtlasTexture.SheetData objectIn,
IResourceManager resourceManagerIn,
IProfiler profilerIn) |
void |
close() |
protected abstract java.util.stream.Stream<ResourceLocation> |
getResourceLocations() |
protected TextureAtlasSprite |
getSprite(ResourceLocation locationIn) |
protected AtlasTexture.SheetData |
prepare(IResourceManager resourceManagerIn,
IProfiler profilerIn) |
reloadclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfunc_225594_i_public SpriteUploader(TextureManager textureManagerIn, ResourceLocation atlasTextureLocation, java.lang.String prefixIn)
protected abstract java.util.stream.Stream<ResourceLocation> getResourceLocations()
protected TextureAtlasSprite getSprite(ResourceLocation locationIn)
protected AtlasTexture.SheetData prepare(IResourceManager resourceManagerIn, IProfiler profilerIn)
prepare in class ReloadListener<AtlasTexture.SheetData>protected void apply(AtlasTexture.SheetData objectIn, IResourceManager resourceManagerIn, IProfiler profilerIn)
apply in class ReloadListener<AtlasTexture.SheetData>public void close()
close in interface java.lang.AutoCloseable