This commit is contained in:
Dylan K. Taylor
2021-11-09 00:20:06 +00:00
parent fed59d3ebe
commit 09a2e006a8

View File

@ -25,7 +25,6 @@ namespace pocketmine\block\inventory;
use pocketmine\inventory\SimpleInventory;
use pocketmine\inventory\TemporaryInventory;
use pocketmine\player\Player;
use pocketmine\world\Position;
final class LoomInventory extends SimpleInventory implements BlockInventory, TemporaryInventory{