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.Result
 
Field Summary
 TexturePackBase pack
           
 String texture
           
 
Constructor Summary
TextureLoadEvent(String texture, TexturePackBase pack)
           
 
Method Summary
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, isCancelable, isCanceled, setCanceled
 
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 TexturePackBase pack
Constructor Detail

TextureLoadEvent

public TextureLoadEvent(String texture,
                        TexturePackBase pack)