Class TextureAtlasStitchedEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.TextureAtlasStitchedEvent
All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent

public class TextureAtlasStitchedEvent extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.IModBusEvent
Fired after a texture atlas is stitched together and all textures therein have been loaded.

This event is not cancellable, and does not

invalid reference
have a result
.

This event is fired on the mod-specific event bus, only on the logical client.

See Also:
  • Field Details

  • Constructor Details

    • TextureAtlasStitchedEvent

      @Internal public TextureAtlasStitchedEvent(TextureAtlas atlas)
  • Method Details

    • getAtlas

      public TextureAtlas getAtlas()
      Returns the texture atlas.
      Returns:
      the texture atlas