Package net.minecraftforge.client.event
Class TextureStitchEvent.Post
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.client.event.TextureStitchEvent
-
- net.minecraftforge.client.event.TextureStitchEvent.Post
-
- All Implemented Interfaces:
IModBusEvent
- Enclosing class:
- TextureStitchEvent
public static class TextureStitchEvent.Post extends TextureStitchEvent
This event is fired once the texture map has loaded all textures and stitched them together. All Icons should have there locations defined by the time this is fired.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.client.event.TextureStitchEvent
TextureStitchEvent.Post, TextureStitchEvent.Pre
-
-
Constructor Summary
Constructors Constructor Description Post(AtlasTexture map)
-
Method Summary
-
Methods inherited from class net.minecraftforge.client.event.TextureStitchEvent
getMap
-
-
-
-
Constructor Detail
-
Post
public Post(AtlasTexture map)
-
-