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.
|
Modifier and Type | Field and Description |
---|---|
private AtlasTexture |
map |
Constructor and Description |
---|
TextureStitchEvent(AtlasTexture map) |
Modifier and Type | Method and Description |
---|---|
AtlasTexture |
getMap() |
private final AtlasTexture map
public TextureStitchEvent(AtlasTexture map)
public AtlasTexture getMap()