endstone::BlockEvent
Represents an Block-related event.
Bases: endstone::Event
Functions:
| Name | Description |
|---|---|
BlockEvent | |
getBlock | Gets the block involved in this event. |
BlockEvent
BlockEvent(std::unique_ptr<Block> block) getBlock
Block &getBlock() constGets the block involved in this event.
Returns:
The Block which block is involved in this event
Last updated on