| Package | Description |
|---|---|
| com.sk89q.worldedit.function.pattern |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockPattern
A pattern that returns the same
BaseBlock each time. |
class |
ClipboardPattern
A pattern that reads from
Clipboard. |
class |
RandomPattern
Uses a random pattern of a weighted list of patterns.
|
class |
RepeatingExtentPattern
Returns the blocks from
Extent, repeating when out of bounds. |
Copyright © 2010-2014. All Rights Reserved.