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

public static class TextureStitchEvent.Post extends 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.

  • Constructor Details