PHP Class pocketmine\event\level\ChunkEvent

Inheritance: extends LevelEvent
Mostra file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Public Methods

Method Description
__construct ( pocketmine\level\format\FullChunk $chunk )
getChunk ( ) : pocketmine\level\format\FullChunk

Method Details

__construct() public method

public __construct ( pocketmine\level\format\FullChunk $chunk )
$chunk pocketmine\level\format\FullChunk

getChunk() public method

public getChunk ( ) : pocketmine\level\format\FullChunk
return pocketmine\level\format\FullChunk