public class BlockSourceRules extends java.lang.Object implements BlockSource
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockSourceRules.Builder |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.block.state.IBlockState |
sample(int x,
int y,
int z)
Samples a block state for initial terrain generation.
|
public net.minecraft.block.state.IBlockState sample(int x,
int y,
int z)
BlockSourcesample in interface BlockSourcex - x-coordinate in block coordinates.y - y-coordinate in block coordinates.z - z-coordinate in block coordinates.