GenisysPro  for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
BlockEvent Class Reference

Public Member Functions

 __construct (Block $block)
 
 getBlock ()
 
- Public Member Functions inherited from Event
 getEventName ()
 
 getHandlers ()
 

Protected Attributes

 $block
 
- Protected Attributes inherited from Event
 $eventName = null
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( Block  $block)
Parameters
Block$block
38  {
39  $this->block = $block;
40  }

Member Function Documentation

◆ getBlock()

getBlock ( )
Returns
Block
45  {
46  return $this->block;
47  }

Field Documentation

◆ $block

$block
protected

The documentation for this class was generated from the following file: