mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Preparing to merge
This commit is contained in:
@ -36,12 +36,10 @@ class DoubleChestInventory extends ChestInventory implements InventoryHolder{
|
||||
BaseInventory::__construct($this, InventoryType::get(InventoryType::DOUBLE_CHEST));
|
||||
}
|
||||
|
||||
//TODO
|
||||
public function getInventory(){
|
||||
return $this;
|
||||
}
|
||||
|
||||
//TODO
|
||||
public function getHolder(){
|
||||
return $this->left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user