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 Details

    • PlayerTransferEvent

      public PlayerTransferEvent(String oldUsername, String newUsername)
  • Method Details

    • getOldUsername

      public String getOldUsername()
      Get the old username of the player being transfered
      Returns:
      Returns the old username
    • getOldUUID

      public UUID getOldUUID()
      Get the old UUID of the player being transfered
      Returns:
      Returns the old UUID
    • getNewusername

      public String getNewusername()
      Get the new username of the player being transfered
      Returns:
      Returns the new username
    • getNewUUID

      public UUID getNewUUID()
      Get the new UUID of the player being transfered
      Returns:
      Returns the new UUID