|
static final Pattern | pattern = Pattern.compile("^(?:(https?)://)?([-\\w_\\.]{2,}\\.[a-z]{2,4})(/\\S*)?$") |
|
net.minecraft.client.gui.ChatClickData.ChatClickData |
( |
FontRenderer |
par1FontRenderer, |
|
|
ChatLine |
par2ChatLine, |
|
|
int |
par3, |
|
|
int |
par4 |
|
) |
| |
String net.minecraft.client.gui.ChatClickData.getClickedUrl |
( |
) | |
|
Gets the URL which was clicked on.
URI net.minecraft.client.gui.ChatClickData.getURI |
( |
) | |
|
computes the URI from the clicked chat data object
final Pattern net.minecraft.client.gui.ChatClickData.pattern = Pattern.compile("^(?:(https?)://)?([-\\w_\\.]{2,}\\.[a-z]{2,4})(/\\S*)?$") |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/client/gui/ChatClickData.java