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 have a result.
This event is fired on the mod-specific event bus, only on the logical client.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.bus.api.Event
net.neoforged.bus.api.Event.HasResult, net.neoforged.bus.api.Event.Result - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.neoforged.bus.api.Event
getResult, hasResult, setResult 
- 
Field Details
- 
atlas
 
 - 
 - 
Constructor Details
- 
TextureAtlasStitchedEvent
 
 - 
 - 
Method Details
- 
getAtlas
Returns the texture atlas.- Returns:
 - the texture atlas
 
 
 -