SPIGOT-7540, #946: Add ServerTickManager API

By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
Bukkit/Spigot
2023-12-17 09:29:57 +11:00
parent f3d18a30c1
commit 172c526a4b
3 changed files with 146 additions and 0 deletions

View File

@@ -239,6 +239,14 @@ public interface Server extends PluginMessageRecipient {
@NotNull
public DataPackManager getDataPackManager();
/**
* Get the ServerTick Manager.
*
* @return the manager
*/
@NotNull
public ServerTickManager getServerTickManager();
/**
* Gets the server resource pack uri, or empty string if not specified.
*