Class QueuedTrap

java.lang.Object
de.marcely.bedwars.api.game.upgrade.QueuedTrap

public class QueuedTrap extends Object
Represents a trap that has been bought and is queued to be activated.
  • Constructor Details

  • Method Details

    • getLevel

      public UpgradeLevel getLevel()
      Get the upgrade's level that represents the queued trap.
      Returns:
      The upgrade's level that represents the queued trap
    • getBuyerUUID

      public UUID getBuyerUUID()
      Get the UUID of the player who bought the trap.
      Returns:
      The UUID of the player who bought the trap
      See Also: