Package net.minecraft.src
Class ChatClickData
java.lang.Object
net.minecraft.src.ChatClickData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChatClickData(FontRenderer par1FontRenderer, ChatLine par2ChatLine, int par3, int par4) -
Method Summary
Modifier and TypeMethodDescriptionGets the URL which was clicked on.getURI()computes the URI from the clicked chat data objectbooleanisLinkingAScreenshot(URI uri) Returnstrueif the URI links to a screenshot
-
Field Details
-
pattern
-
-
Constructor Details
-
ChatClickData
-
-
Method Details
-
getClickedUrl
Gets the URL which was clicked on. -
getURI
computes the URI from the clicked chat data object -
isLinkingAScreenshot
Returnstrueif the URI links to a screenshot
-