net.minecraftforge.client.event
Class TextureLoadEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.client.event.TextureLoadEvent

public class TextureLoadEvent
extends Event


Nested Class Summary
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 ITexturePack pack
           
 String texture
           
 
Constructor Summary
TextureLoadEvent(String texture, ITexturePack pack)
           
 
Method Summary
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

texture

public final String texture

pack

public final ITexturePack pack
Constructor Detail

TextureLoadEvent

public TextureLoadEvent(String texture,
                        ITexturePack pack)