Package | Description |
---|---|
cpw.mods.fml.client | |
net.minecraft.client.renderer.texture |
Modifier and Type | Method and Description |
---|---|
void |
CopySubimageTextureHelper.doTextureUpload(TextureStitched source) |
void |
OpenGL43TextureHelper.doTextureUpload(TextureStitched source) |
abstract void |
TextureHelper.doTextureUpload(TextureStitched source)
Upload the texture to the GPU for GL side copying operations
This may be a no-op depending on the active implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TextureClock |
class |
TextureCompass |
Modifier and Type | Method and Description |
---|---|
TextureStitched |
TextureMap.getTextureExtry(String name)
Grabs the registered entry for the specified name, returning null if there was not a entry.
|
static TextureStitched |
TextureStitched.makeTextureStitched(String par0Str) |
Modifier and Type | Method and Description |
---|---|
void |
TextureStitched.copyFrom(TextureStitched par1TextureStitched) |
List |
TextureManager.createNewTexture(String textureName,
String textureFile,
TextureStitched stitched) |
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.
|