Pattern
@Deprecated
public interface Pattern
Modifier and Type | Method and Description |
---|---|
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.
|
BaseBlock next(Vector position)
position
- the position where a block is neededBaseBlock next(int x, int y, int z)
x
- the X coordinatey
- the Y coordinatez
- the Z coordinate