Class PlayerCreativeTerrainEditEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.world.PlayerWorldEditEvent
net.risingworld.api.events.player.world.PlayerCreativeTerrainEditEvent
- All Implemented Interfaces:
Cancellable
Called when a player uses the creative terrain edit tools (F5) to edit the terrain
(e.g remove, place, smooth etc).
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the size of the brush.Gets the edit mode, i.e the terrain edit sub tool (Add, Subtract, Paint, Smooth etc).int
Gets the terrain id the player wants to place.void
setTerrainID
(int terrainID) Changes the terrain id to another id.Methods inherited from class net.risingworld.api.events.player.world.PlayerWorldEditEvent
getBlockPositionX, getBlockPositionY, getBlockPositionZ, getChunkPositionX, getChunkPositionY, getChunkPositionZ, isCancelled, setCancelled
Methods inherited from class net.risingworld.api.events.player.PlayerEvent
getPlayer
-
Method Details
-
getTerrainID
public int getTerrainID()Gets the terrain id the player wants to place.- Returns:
- the terrain id.
-
setTerrainID
public void setTerrainID(int terrainID) Changes the terrain id to another id.- Parameters:
terrainID
- the new terrain id.
-
getCreativeEditMode
Gets the edit mode, i.e the terrain edit sub tool (Add, Subtract, Paint, Smooth etc).- Returns:
- the creative mode terrain edit tool.
-
getBrushSize
public int getBrushSize()Gets the size of the brush.- Returns:
- the brush size.
-