Package | Description |
---|---|
net.minecraft.client.renderer.texture | |
net.minecraftforge.fml.common |
Modifier and Type | Method and Description |
---|---|
private void |
TextureMap.finishLoading(Stitcher stitcher,
ProgressManager.ProgressBar bar,
int j,
int k) |
private int |
TextureMap.loadTexture(Stitcher stitcher,
IResourceManager resourceManager,
ResourceLocation location,
TextureAtlasSprite textureatlassprite,
ProgressManager.ProgressBar bar,
int j,
int k) |
Modifier and Type | Field and Description |
---|---|
private ProgressManager.ProgressBar |
Loader.progressBar |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<ProgressManager.ProgressBar> |
ProgressManager.bars |
Modifier and Type | Method and Description |
---|---|
static ProgressManager.ProgressBar |
ProgressManager.push(java.lang.String title,
int steps)
Not a fully fleshed out API, may change in future MC versions.
|
static ProgressManager.ProgressBar |
ProgressManager.push(java.lang.String title,
int steps,
boolean timeEachStep)
Not a fully fleshed out API, may change in future MC versions.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<ProgressManager.ProgressBar> |
ProgressManager.barIterator() |
Modifier and Type | Method and Description |
---|---|
static void |
ProgressManager.pop(ProgressManager.ProgressBar bar)
Not a fully fleshed out API, may change in future MC versions.
|