| Package | Description |
|---|---|
| com.sk89q.worldedit.extent.clipboard.io | |
| com.sk89q.worldedit.internal | |
| com.sk89q.worldedit.session | |
| com.sk89q.worldedit.world | |
| com.sk89q.worldedit.world.registry |
| Modifier and Type | Method and Description |
|---|---|
Clipboard |
SchematicReader.read(WorldData data) |
Clipboard |
ClipboardReader.read(WorldData data)
Read a
Clipboard. |
void |
SchematicWriter.write(Clipboard clipboard,
WorldData data) |
void |
ClipboardWriter.write(Clipboard clipboard,
WorldData data)
Writes a clipboard.
|
| Modifier and Type | Method and Description |
|---|---|
WorldData |
LocalWorldAdapter.getWorldData() |
| Modifier and Type | Method and Description |
|---|---|
WorldData |
ClipboardHolder.getWorldData()
Get the mapping used for blocks, entities, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
PasteBuilder |
ClipboardHolder.createPaste(Extent targetExtent,
WorldData targetWorldData)
Create a builder for an operation to paste this clipboard.
|
| Constructor and Description |
|---|
ClipboardHolder(Clipboard clipboard,
WorldData worldData)
Create a new instance with the given clipboard.
|
| Modifier and Type | Method and Description |
|---|---|
WorldData |
NullWorld.getWorldData() |
WorldData |
World.getWorldData()
Get the data for blocks and so on for this world.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyWorldData
An implementation of
WorldData that uses legacy numeric IDs and
a built-in block database. |
Copyright © 2010-2014. All Rights Reserved.