public class PlayerServerRegisterTransaction extends PlayerRegisterTransaction
playerUUID, registered
dbType, success
Constructor and Description |
---|
PlayerServerRegisterTransaction(java.util.UUID playerUUID,
java.util.function.LongSupplier registered,
java.lang.String playerName,
java.util.UUID serverUUID) |
Modifier and Type | Method and Description |
---|---|
protected void |
performOperations()
Implement this method for transaction execution.
|
shouldBeExecuted
execute, execute, executeOther, executeSwallowingExceptions, executeTransaction, getServerUUID, query, toString, wasSuccessful
public PlayerServerRegisterTransaction(java.util.UUID playerUUID, java.util.function.LongSupplier registered, java.lang.String playerName, java.util.UUID serverUUID)
protected void performOperations()
Transaction
performOperations
in class PlayerRegisterTransaction