| Package | Description |
|---|---|
| com.sk89q.worldedit |
| Modifier and Type | Method and Description |
|---|---|
List<Countable<Integer>> |
CuboidClipboard.getBlockDistribution()
Get the block distribution inside a clipboard.
|
List<Countable<Integer>> |
EditSession.getBlockDistribution(Region region)
Get the block distribution inside a region.
|
List<Countable<BaseBlock>> |
CuboidClipboard.getBlockDistributionWithData()
Get the block distribution inside a clipboard with data values.
|
List<Countable<BaseBlock>> |
EditSession.getBlockDistributionWithData(Region region)
Get the block distribution (with data values) inside a region.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Countable.compareTo(Countable<T> other)
Comparison.
|
Copyright © 2010-2014. All Rights Reserved.