mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 15:36:08 +00:00
Added object metadata for Plugins, use WeakMap on perms
This commit is contained in:
@@ -27,9 +27,10 @@ namespace pocketmine\block;
|
||||
use pocketmine\item\Item;
|
||||
use pocketmine\level\Level;
|
||||
use pocketmine\level\Position;
|
||||
use pocketmine\metadata\Metadatable;
|
||||
use pocketmine\Player;
|
||||
|
||||
abstract class Block extends Position{
|
||||
abstract class Block extends Position implements Metadatable{
|
||||
const AIR = 0;
|
||||
const STONE = 1;
|
||||
const GRASS = 2;
|
||||
|
Reference in New Issue
Block a user