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 SummaryNested 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.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Field Details- 
atlas
 
- 
- 
Constructor Details- 
TextureStitchEvent
 
- 
- 
Method Details- 
getAtlasReturns the texture atlas.- Returns:
- the texture atlas
 
 
-