Package | Description |
---|---|
net.minecraft.client.renderer.texture |
Modifier and Type | Class and Description |
---|---|
class |
TextureClock |
class |
TextureCompass |
Modifier and Type | Method and Description |
---|---|
static TextureStitched |
TextureStitched.func_94220_a(String par0Str) |
TextureStitched |
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 |
---|---|
List |
TextureManager.createNewTexture(String textureName,
String textureFile,
TextureStitched stitched) |
void |
TextureStitched.func_94217_a(TextureStitched par1TextureStitched) |
boolean |
TextureMap.setTextureEntry(String name,
TextureStitched entry)
Adds a texture registry entry to this map for the specified name if one does not already exist.
|