@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public class DecorateCubeBiomeEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
DecorateCubeBiomeEvent.Decorate
This event is fired when a cube is decorated with a biome feature.
|
static class |
DecorateCubeBiomeEvent.Post
This event is fired after a cube is decorated with a biome feature.
|
static class |
DecorateCubeBiomeEvent.Pre
This event is fired before a cube is decorated with a biome feature.
|
| Constructor and Description |
|---|
DecorateCubeBiomeEvent(net.minecraft.world.World world,
java.util.Random rand,
CubePos cubePos) |
| Modifier and Type | Method and Description |
|---|---|
CubePos |
getCubePos() |
java.util.Random |
getRand() |
net.minecraft.world.World |
getWorld() |