Package | Description |
---|---|
net.risingworld.api.events.player.world |
Modifier and Type | Method and Description |
---|---|
PlayerCreativeTerrainEditEvent.Mode |
PlayerCreativeTerrainEditEvent.getCreativeEditMode()
Gets the edit mode, i.e. the terrain edit sub tool (Add, Subtract, Paint, Smooth etc).
|
static PlayerCreativeTerrainEditEvent.Mode |
PlayerCreativeTerrainEditEvent.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerCreativeTerrainEditEvent.Mode[] |
PlayerCreativeTerrainEditEvent.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PlayerCreativeTerrainEditEvent(Player player,
int terrainID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz,
int brushsize,
PlayerCreativeTerrainEditEvent.Mode mode) |