Skip to content

runTaskTimerAsynchronously changed in Bukkit 1.10 #5

@Durburz

Description

@Durburz

@deprecated

BukkitTask runTaskTimerAsynchronously(Plugin plugin,
                                               BukkitRunnable task,
                                               long delay,
                                               long period)
                                      throws IllegalArgumentException

got replaced by

public BukkitTask runTaskTimerAsynchronously(Plugin plugin,
                                    long delay,
                                    long period)
                                      throws IllegalArgumentException,
                                             IllegalStateException

Tickets aren't saved to database any more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions