Class PlayerTransferEvent
java.lang.Object
dev.array21.dutchycore.module.events.ModuleEvent
dev.array21.offlineplayers.events.PlayerTransferEvent
public class PlayerTransferEvent
extends dev.array21.dutchycore.module.events.ModuleEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the new username of the player being transferedGet the new UUID of the player being transferedGet the old username of the player being transferedGet the old UUID of the player being transfered
-
Constructor Details
-
PlayerTransferEvent
-
-
Method Details
-
getOldUsername
Get the old username of the player being transfered- Returns:
- Returns the old username
-
getOldUUID
Get the old UUID of the player being transfered- Returns:
- Returns the old UUID
-
getNewusername
Get the new username of the player being transfered- Returns:
- Returns the new username
-
getNewUUID
Get the new UUID of the player being transfered- Returns:
- Returns the new UUID
-