Interface | Description |
---|---|
Pattern |
Returns a
BaseBlock for a given position. |
Class | Description |
---|---|
AbstractPattern |
An abstract implementation for
Pattern s. |
BlockPattern |
A pattern that returns the same
BaseBlock each time. |
ClipboardPattern |
A pattern that reads from
Clipboard . |
Patterns |
Utility methods related to
Pattern s. |
RandomPattern |
Uses a random pattern of a weighted list of patterns.
|
RepeatingExtentPattern |
Returns the blocks from
Extent , repeating when out of bounds. |