mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added Inventory interfaces and types, updated long array() to []
This commit is contained in:
@ -41,12 +41,12 @@ abstract class Tile extends Position{
|
||||
/**
|
||||
* @var Tile[]
|
||||
*/
|
||||
public static $list = array();
|
||||
public static $list = [];
|
||||
|
||||
/**
|
||||
* @var Tile[]
|
||||
*/
|
||||
public static $needUpdate = array();
|
||||
public static $needUpdate = [];
|
||||
|
||||
public $chunkIndex;
|
||||
public $name;
|
||||
|
Reference in New Issue
Block a user