|
GenisysPro
for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
|
Public Member Functions | |
| __construct (Player $player, Block $blockPlace, Block $blockReplace, Block $blockAgainst, Item $item) | |
| getPlayer () | |
| getItem () | |
| getBlockReplaced () | |
| getBlockAgainst () | |
Public Member Functions inherited from BlockEvent | |
| __construct (Block $block) | |
| getBlock () | |
Public Member Functions inherited from Event | |
| getEventName () | |
| getHandlers () | |
Public Member Functions inherited from Cancellable | |
| isCancelled () | |
| setCancelled ($forceCancel=false) | |
Static Public Attributes | |
| static | $handlerList = null |
Protected Attributes | |
| $player | |
| $item | |
| $blockReplace | |
| $blockAgainst | |
Protected Attributes inherited from BlockEvent | |
| $block | |
Protected Attributes inherited from Event | |
| $eventName = null | |
Called when a player places a block
| __construct | ( | Player | $player, |
| Block | $blockPlace, | ||
| Block | $blockReplace, | ||
| Block | $blockAgainst, | ||
| Item | $item | ||
| ) |
BlockPlaceEvent constructor.
| Player | $player | |
| Block | $blockPlace | |
| Block | $blockReplace | |
| Block | $blockAgainst | |
| Item | $item |
| getBlockAgainst | ( | ) |
| getBlockReplaced | ( | ) |
| getItem | ( | ) |
| getPlayer | ( | ) |
|
protected |
|
protected |
|
static |
|
protected |
|
protected |