Class PlayerCreativeRemoveConstructionEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.world.PlayerConstructionEvent
net.risingworld.api.events.player.world.PlayerCreativeRemoveConstructionEvent
- All Implemented Interfaces:
Cancellable
Called when a player uses the creative removal tools (F7) to remove a construction element.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the construction element.Methods inherited from class PlayerConstructionEvent
getChunkPosition, getChunkPositionX, getChunkPositionY, getChunkPositionZ, getConstructionColor, getConstructionDefinition, getGlobalID, getLocalPosition, getPosition, getRotation, getSize, getTexture, getTypeID, isCancelled, setCancelledMethods inherited from class PlayerEvent
getPlayer
-
Method Details
-
getConstructionElement
Description copied from class:PlayerConstructionEventGets the construction element.- Overrides:
getConstructionElementin classPlayerConstructionEvent- Returns:
- the construction element.
-