@FunctionalInterface public interface WorldFeature
| Modifier and Type | Method and Description |
|---|---|
boolean |
place(ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z)
Tries to place this feature into the given level at the given position.
|
boolean place(ChunkManager level, net.daporkchop.lib.random.PRandom random, int x, int y, int z)
level - the level to place the feature intorandom - an instance of PRandom for generating random numbersx - the X coordinate to generate the feature aty - the Y coordinate to generate the feature atz - the Z coordinate to generate the feature atCopyright © 2020. All rights reserved.