net.minecraft.client.gui
Class ChatClickData

java.lang.Object
  extended by net.minecraft.client.gui.ChatClickData

public class ChatClickData
extends Object


Field Summary
static Pattern pattern
           
 
Constructor Summary
ChatClickData(FontRenderer par1FontRenderer, ChatLine par2ChatLine, int par3, int par4)
           
 
Method Summary
 String getClickedUrl()
          Gets the URL which was clicked on.
 URI getURI()
          computes the URI from the clicked chat data object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

public static final Pattern pattern
Constructor Detail

ChatClickData

public ChatClickData(FontRenderer par1FontRenderer,
                     ChatLine par2ChatLine,
                     int par3,
                     int par4)
Method Detail

getClickedUrl

public String getClickedUrl()
Gets the URL which was clicked on.


getURI

public URI getURI()
computes the URI from the clicked chat data object