SPIGOT-7540, #946: Add ServerTickManager API
By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
parent
f3d18a30c1
commit
172c526a4b
3 changed files with 146 additions and 0 deletions
|
@ -280,6 +280,16 @@ public final class Bukkit {
|
|||
return server.getDataPackManager();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the ServerTick Manager.
|
||||
*
|
||||
* @return the manager
|
||||
*/
|
||||
@NotNull
|
||||
public static ServerTickManager getServerTickManager() {
|
||||
return server.getServerTickManager();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the server resource pack uri, or empty string if not specified.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue