Added playerflow

This commit is contained in:
Auxilor
2023-05-21 16:38:17 +01:00
parent 137e9dc7d6
commit a4c5ff921e
4 changed files with 74 additions and 3 deletions

View File

@@ -9,6 +9,14 @@ import org.jetbrains.annotations.NotNull;
* Profiles save automatically, so there is no need to save after changes.
*/
public interface ServerProfile extends Profile {
/**
* Get the server ID.
*
* @return The server ID.
*/
@NotNull
String getServerID();
/**
* Load the server profile.
*