mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 06:02:12 -07:00
Expose the internal current tick
This commit is contained in:
@@ -2221,5 +2221,12 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
|
||||
*/
|
||||
@NotNull
|
||||
com.destroystokyo.paper.profile.PlayerProfile createProfileExact(@Nullable UUID uuid, @Nullable String name);
|
||||
|
||||
/**
|
||||
* Get the current internal server tick
|
||||
*
|
||||
* @return Current tick
|
||||
*/
|
||||
int getCurrentTick();
|
||||
// Paper end
|
||||
}
|
||||
|
Reference in New Issue
Block a user