コード例 #1
0
 public function getLocationToName($name)
 {
     return $this->loader->getLocationToName($name);
 }
コード例 #2
0
 public function onPlayerKickEvent(PlayerKickEvent $event)
 {
     $this->locationLoader->unloadLocation($event->getPlayer()->getName());
 }