SYMBOL INDEX (13 symbols across 2 files) FILE: src/BoxOfDevs/CommandShop/CShopListener.php class CShopListener (line 12) | class CShopListener implements Listener { method __construct (line 27) | public function __construct(CommandShop $cs) { method onSignTouch (line 36) | public function onSignTouch(PlayerInteractEvent $event) { method onBlockBreak (line 108) | public function onBlockBreak(BlockBreakEvent $event) { FILE: src/BoxOfDevs/CommandShop/CommandShop.php class CommandShop (line 16) | class CommandShop extends PluginBase implements Listener { method onEnable (line 46) | public function onEnable() { method getMessage (line 65) | public function getMessage(string $msg, array $replacers = []): string { method sendUsage (line 83) | public function sendUsage(string $cmd, CommandSender $p) { method getItem (line 93) | public function getItem(string $name): Item { method executeCommands (line 123) | public function executeCommands(array $cmds, Player $p) { method remove (line 141) | private function remove(Item $item, BaseInventory $inventory) { method buyCmd (line 170) | public function buyCmd(string $cmd, Player $p): bool { method onCommand (line 237) | public function onCommand(CommandSender $sender, Command $command, str...