Package | Description |
---|---|
net.minecraft.client.renderer.texture |
Modifier and Type | Class and Description |
---|---|
class |
TextureClock |
class |
TextureCompass |
Modifier and Type | Method and Description |
---|---|
TextureAtlasSprite |
StitchHolder.getAtlasSprite() |
TextureAtlasSprite |
TextureMap.getAtlasSprite(String par1Str) |
TextureAtlasSprite |
TextureMap.getTextureExtry(String name)
Grabs the registered entry for the specified name, returning null if there was not a entry.
|
Modifier and Type | Method and Description |
---|---|
void |
Stitcher.addSprite(TextureAtlasSprite par1TextureAtlasSprite) |
void |
TextureAtlasSprite.copyFrom(TextureAtlasSprite par1TextureAtlasSprite) |
boolean |
TextureMap.setTextureEntry(String name,
TextureAtlasSprite entry)
Adds a texture registry entry to this map for the specified name if one does not already exist.
|
Constructor and Description |
---|
StitchHolder(TextureAtlasSprite par1TextureAtlasSprite) |