Interface | Description |
---|---|
ExtentPattern | |
Pattern |
Returns a
BlockStateHolder for a given position. |
Class | Description |
---|---|
AbstractExtentPattern | |
AbstractPattern |
An abstract implementation for
Pattern s. |
BlockPattern |
A pattern that returns the same
BaseBlock each time. |
ClipboardPattern |
A pattern that reads from
Clipboard . |
ExtentBufferedCompositePattern |
A pattern that composes multiple patterns consecutively, ensuring that changes from one
pattern are realized by the subsequent one(s).
|
RandomPattern |
Uses a random pattern of a weighted list of patterns.
|
RandomStatePattern | |
RepeatingExtentPattern |
Returns the blocks from
Extent , repeating when out of bounds. |
StateApplyingPattern | |
TypeApplyingPattern |
Applies a block type while retaining all possible states.
|
WaterloggedRemover |
Removes the waterlogged state from blocks if possible.
|