Class TextureStitchEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.TextureStitchEvent
All Implemented Interfaces:
IModBusEvent
Direct Known Subclasses:
TextureStitchEvent.Post, TextureStitchEvent.Pre

public class TextureStitchEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    This event is fired once the texture map has loaded all textures and stitched them together.
    static class 
    Fired when the TextureMap is told to refresh it's stitched texture.

    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
    Modifier and Type
    Field
    Description
    private final AtlasTexture
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • TextureStitchEvent

      public TextureStitchEvent(AtlasTexture map)
  • Method Details