pocketmine\event\HandlerList::getHandlerLists PHP 메소드

getHandlerLists() 공개 정적인 메소드

public static getHandlerLists ( ) : HandlerList[]
리턴 HandlerList[]
    public static function getHandlerLists()
    {
        return self::$allLists;
    }