public class TextureStitchEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
TextureStitchEvent.Post
This event is fired once the texture map has loaded all textures and
stitched them together.
|
static class |
TextureStitchEvent.Pre
Fired when the TextureMap is told to refresh it's stitched texture.
|
| Constructor and Description |
|---|
TextureStitchEvent(TextureMap map) |
| Modifier and Type | Method and Description |
|---|---|
TextureMap |
getMap() |
public TextureStitchEvent(TextureMap map)
public TextureMap getMap()