net.minecraft.client.renderer.texture.TextureMap.TextureMap |
( |
int |
par1, |
|
|
String |
par2, |
|
|
String |
par3Str, |
|
|
BufferedImage |
par4BufferedImage |
|
) |
| |
Icon net.minecraft.client.renderer.texture.TextureMap.getMissingIcon |
( |
) | |
|
Texture net.minecraft.client.renderer.texture.TextureMap.getTexture |
( |
) | |
|
TextureStitched net.minecraft.client.renderer.texture.TextureMap.getTextureExtry |
( |
String |
name) | |
|
Grabs the registered entry for the specified name, returning null if there was not a entry. Opposed to registerIcon, this will not instantiate the entry, useful to test if a maping exists.
- Parameters
-
name | The name of the entry to find |
- Returns
- The registered entry, null if nothing was registered.
void net.minecraft.client.renderer.texture.TextureMap.refreshTextures |
( |
) | |
|
Icon net.minecraft.client.renderer.texture.TextureMap.registerIcon |
( |
String |
par1Str) | |
|
boolean net.minecraft.client.renderer.texture.TextureMap.setTextureEntry |
( |
String |
name, |
|
|
TextureStitched |
entry |
|
) |
| |
Adds a texture registry entry to this map for the specified name if one does not already exist. Returns false if the map already contains a entry for the specified name.
- Parameters
-
name | Entry name |
entry | Entry instance |
- Returns
- True if the entry was added to the map, false otherwise.
void net.minecraft.client.renderer.texture.TextureMap.updateAnimations |
( |
) | |
|
final String net.minecraft.client.renderer.texture.TextureMap.basePath |
final String net.minecraft.client.renderer.texture.TextureMap.textureExt |
final String net.minecraft.client.renderer.texture.TextureMap.textureName |
final int net.minecraft.client.renderer.texture.TextureMap.textureType |
0 = terrain.png, 1 = items.png
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/client/renderer/texture/TextureMap.java