Added playerflow
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user