@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault public class PopulateCubeEvent extends CubeGeneratorEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
PopulateCubeEvent.Populate |
static class |
PopulateCubeEvent.Post |
static class |
PopulateCubeEvent.Pre |
| Constructor and Description |
|---|
PopulateCubeEvent(net.minecraft.world.World world,
java.util.Random rand,
int cubeX,
int cubeY,
int cubeZ,
boolean hasVillageGenerated) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCubeX() |
int |
getCubeY() |
int |
getCubeZ() |
java.util.Random |
getRand() |
net.minecraft.world.World |
getWorld() |
boolean |
isHasVillageGenerated() |
getGenerator