Package net.minecraftforge.client.event
Class TextureStitchEvent
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.client.event.TextureStitchEvent
-
- All Implemented Interfaces:
IModBusEvent
- Direct Known Subclasses:
TextureStitchEvent.Post
,TextureStitchEvent.Pre
public class TextureStitchEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description private AtlasTexture
map
-
Constructor Summary
Constructors Constructor Description TextureStitchEvent(AtlasTexture map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtlasTexture
getMap()
-
-
-
Field Detail
-
map
private final AtlasTexture map
-
-
Constructor Detail
-
TextureStitchEvent
public TextureStitchEvent(AtlasTexture map)
-
-
Method Detail
-
getMap
public AtlasTexture getMap()
-
-