public class TextureMap extends Object implements IconRegister
Modifier and Type | Field and Description |
---|---|
String |
field_94251_d |
String |
field_94253_b |
String |
field_94254_c |
int |
field_94255_a |
Constructor and Description |
---|
TextureMap(int par1,
String par2,
String par3Str,
BufferedImage par4BufferedImage) |
Modifier and Type | Method and Description |
---|---|
Icon |
func_94245_a(String par1Str) |
Texture |
func_94246_d() |
void |
func_94247_b() |
void |
func_94248_c() |
Icon |
func_96455_e() |
TextureStitched |
getTextureExtry(String name)
Grabs the registered entry for the specified name, returning null if there was not a entry.
|
boolean |
setTextureEntry(String name,
TextureStitched entry)
Adds a texture registry entry to this map for the specified name if one does not already exist.
|
public final int field_94255_a
public final String field_94253_b
public final String field_94254_c
public final String field_94251_d
public TextureMap(int par1, String par2, String par3Str, BufferedImage par4BufferedImage)
public void func_94247_b()
public void func_94248_c()
public Texture func_94246_d()
public Icon func_94245_a(String par1Str)
func_94245_a
in interface IconRegister
public Icon func_96455_e()
public TextureStitched getTextureExtry(String name)
name
- The name of the entry to findpublic boolean setTextureEntry(String name, TextureStitched entry)
name
- Entry nameentry
- Entry instance