| Package | Description |
|---|---|
| com.sk89q.worldedit.extent.clipboard.io |
| Modifier and Type | Method and Description |
|---|---|
static ClipboardFormat |
ClipboardFormat.findByAlias(String alias)
Find the clipboard format named by the given alias.
|
static ClipboardFormat |
ClipboardFormat.findByFile(File file)
Detect the format given a file.
|
static ClipboardFormat |
ClipboardFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClipboardFormat[] |
ClipboardFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2014. All Rights Reserved.