mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Implemented new Inventory windows on Player, Chest and Furnace
This commit is contained in:
@ -106,6 +106,7 @@ class Position extends Vector3{
|
||||
if(!$this->isValid()){
|
||||
throw new \RuntimeException("Undefined Level reference");
|
||||
}
|
||||
|
||||
return Position::fromObject(parent::getSide($side, $step), $this->getLevel());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user