Package net.minecraftforge.client.event
Class TextureStitchEvent.Post
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.TextureStitchEvent
net.minecraftforge.client.event.TextureStitchEvent.Post
- All Implemented Interfaces:
IModBusEvent
- Enclosing class:
- TextureStitchEvent
This event is fired once the texture map has loaded all textures and
stitched them together. All Icons should have there locations defined
by the time this is fired.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.client.event.TextureStitchEvent
TextureStitchEvent.Post, TextureStitchEvent.Pre
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.client.event.TextureStitchEvent
getAtlas
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
-
Constructor Details
-
Post
-