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
Fired after a texture atlas is stitched together and all textures therein has been loaded.
This event is not cancellable, and does not have a result.
This event is fired on the FMLJavaModLoadingContext.getModEventBus() mod-specific event bus}, only on the logical client.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.client.event.TextureStitchEvent
TextureStitchEvent.Post
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, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Post
-