pocketmine\event\HandlerList::bakeAll PHP Method

bakeAll() public static method

public static bakeAll ( )
    public static function bakeAll()
    {
        foreach (self::$allLists as $h) {
            $h->bake();
        }
    }