RandomPattern@Deprecated public class RandomFillPattern extends Object implements Pattern
| Constructor and Description |
|---|
RandomFillPattern(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(List<BlockChance> blocks)
blocks - a list of blockspublic BaseBlock next(Vector position)
PatternCopyright © 2010-2014. All Rights Reserved.