| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.patterns | |
| com.sk89q.worldedit.schematic | |
| com.sk89q.worldedit.tools.brushes |
| Modifier and Type | Method and Description |
|---|---|
CuboidClipboard |
LocalSession.getClipboard()
Gets the clipboard.
|
static CuboidClipboard |
CuboidClipboard.loadSchematic(File path)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSession.setClipboard(CuboidClipboard clipboard)
Sets the clipboard.
|
| Constructor and Description |
|---|
ClipboardPattern(CuboidClipboard clipboard)
Construct the object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CuboidClipboard |
SchematicFormat.load(File file)
Loads a schematic from the given file into a CuboidClipboard
|
CuboidClipboard |
MCEditSchematicFormat.load(File file) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SchematicFormat.save(CuboidClipboard clipboard,
File file)
Saves the data from the specified CuboidClipboard to the given file, overwriting any
existing data in the file
|
void |
MCEditSchematicFormat.save(CuboidClipboard clipboard,
File file) |
| Constructor and Description |
|---|
ClipboardBrush(CuboidClipboard clipboard,
boolean noAir) |
Copyright © 2010-2014. All Rights Reserved.