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 SummaryNested classes/interfaces inherited from class net.minecraftforge.client.event.TextureStitchEventTextureStitchEvent.PostNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.client.event.TextureStitchEventgetAtlasMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Constructor Details- 
Post
 
-