|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.client.gui.ChatClickData
public class ChatClickData
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 |
---|
public static final Pattern pattern
Constructor Detail |
---|
public ChatClickData(FontRenderer par1FontRenderer, ChatLine par2ChatLine, int par3, int par4)
Method Detail |
---|
public String getClickedUrl()
public URI getURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |