BlockPattern
@Deprecated public class SingleBlockPattern extends java.lang.Object implements Pattern
Constructor and Description |
---|
SingleBlockPattern(BaseBlock block)
Deprecated.
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
BaseBlock |
getBlock()
Deprecated.
Get the block.
|
BaseBlock |
next(int x,
int y,
int z)
Deprecated.
Get a block for a position.
|
BaseBlock |
next(Vector position)
Deprecated.
Get a block for a position.
|
public SingleBlockPattern(BaseBlock block)
block
- the blockpublic BaseBlock getBlock()
public BaseBlock next(Vector position)
Pattern