Package net.minecraftforge.client.event
Class TextureStitchEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.TextureStitchEvent
- All Implemented Interfaces:
 IModBusEvent
- Direct Known Subclasses:
 TextureStitchEvent.Post
public class TextureStitchEvent
extends net.minecraftforge.eventbus.api.Event
implements IModBusEvent
Fired after a texture atlas is stitched together.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFired after a texture atlas is stitched together and all textures therein has been loaded.Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult 
- 
Field Details
- 
atlas
 
 - 
 - 
Constructor Details
- 
TextureStitchEvent
 
 - 
 - 
Method Details
- 
getAtlas
Returns the texture atlas.- Returns:
 - the texture atlas
 
 
 -