Class PlayerRemoveVegetationEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.world.PlayerVegetationEvent
net.risingworld.api.events.player.world.PlayerRemoveVegetationEvent
- All Implemented Interfaces:
Cancellable
Called when a player removes a plant without destroying it.
-
Field Summary
-
Method Summary
Methods inherited from class net.risingworld.api.events.player.world.PlayerVegetationEvent
getChunkPositionX, getChunkPositionY, getChunkPositionZ, getGlobalID, getPlantDefinition, getTypeID, isCancelled, setCancelled
Methods inherited from class net.risingworld.api.events.player.PlayerEvent
getPlayer
-
Method Details
-
getPlant
Description copied from class:PlayerVegetationEvent
Gets the plant.- Overrides:
getPlant
in classPlayerVegetationEvent
- Returns:
- the plant element.
-