| Package | Description |
|---|---|
| com.sk89q.worldedit.extent.transform | |
| com.sk89q.worldedit.world.registry |
| Modifier and Type | Method and Description |
|---|---|
static BaseBlock |
BlockTransformExtent.transform(BaseBlock block,
Transform transform,
BlockRegistry registry)
Transform the given block using the given transform.
|
| Constructor and Description |
|---|
BlockTransformExtent(Extent extent,
Transform transform,
BlockRegistry blockRegistry)
Create a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyBlockRegistry
A block registry that uses
BundledBlockData to serve information
about blocks. |
| Modifier and Type | Method and Description |
|---|---|
BlockRegistry |
WorldData.getBlockRegistry()
Get the block registry.
|
BlockRegistry |
LegacyWorldData.getBlockRegistry() |
Copyright © 2010-2014. All Rights Reserved.