RandomPattern
@Deprecated public class RandomFillPattern extends java.lang.Object implements Pattern
Constructor and Description |
---|
RandomFillPattern(java.util.List<BlockChance> blocks)
Deprecated.
Construct the object.
|
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.
|
public RandomFillPattern(java.util.List<BlockChance> blocks)
blocks
- a list of blockspublic BaseBlock next(Vector position)
Pattern