Package org.bukkit
Interface ServerLinks.ServerLink
- Enclosing interface:
- ServerLinks
public static interface ServerLinks.ServerLink
Represents a server link.
- 
Method Details- 
getTypeGets the type of this link if it is a known special type.- Returns:
- type or null
 
- 
getDisplayNameGets the display name/text of this link.- Returns:
- display name
 
- 
getUrlGets the url of this link.- Returns:
- link url
 
 
-