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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
atlas
-
-
Constructor Details
-
TextureAtlasStitchedEvent
-
-
Method Details
-
getAtlas
Returns the texture atlas.- Returns:
- the texture atlas
-