Class ClipboardShareDestinations
java.lang.Object
com.sk89q.worldedit.extent.clipboard.io.share.ClipboardShareDestinations
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClipboardShareDestination
findByAlias(String alias)
Find the clipboard format named by the given alias.static Collection<ClipboardShareDestination>
getAll()
static void
registerClipboardShareDestination(ClipboardShareDestination destination)
-
Method Details
-
findByAlias
Find the clipboard format named by the given alias.- Parameters:
alias
- the alias- Returns:
- the format, otherwise null if none is matched
-
getAll