public class ChatClickData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
pattern |
Constructor and Description |
---|
ChatClickData(FontRenderer par1FontRenderer,
ChatLine par2ChatLine,
int par3,
int par4) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClickedUrl()
Gets the URL which was clicked on.
|
java.net.URI |
getURI()
computes the URI from the clicked chat data object
|
public ChatClickData(FontRenderer par1FontRenderer, ChatLine par2ChatLine, int par3, int par4)