Allow setting a connections uuid when in offline mode
This commit is contained in:
@@ -54,6 +54,11 @@ public interface PendingConnection extends Connection
|
||||
*/
|
||||
UUID getUniqueId();
|
||||
|
||||
/**
|
||||
* Set the connection's uuid
|
||||
*/
|
||||
void setUniqueId(UUID uuid);
|
||||
|
||||
/**
|
||||
* Get this connection's online mode.
|
||||
*
|
||||
|
Reference in New Issue
Block a user