Package | Description |
---|---|
net.minecraft.client.renderer | |
net.minecraftforge.client | |
net.minecraftforge.client.event |
Modifier and Type | Field and Description |
---|---|
TextureMap |
RenderEngine.textureMapBlocks |
TextureMap |
RenderEngine.textureMapItems |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.onTextureStitchedPost(TextureMap map) |
static void |
ForgeHooksClient.onTextureStitchedPre(TextureMap map) |
Modifier and Type | Field and Description |
---|---|
TextureMap |
TextureStitchEvent.map |
Constructor and Description |
---|
TextureStitchEvent.Post(TextureMap map) |
TextureStitchEvent.Pre(TextureMap map) |
TextureStitchEvent(TextureMap map) |