Class QueuedTrap
java.lang.Object
de.marcely.bedwars.api.game.upgrade.QueuedTrap
Represents a trap that has been bought and is queued to be activated.
-
Constructor Summary
ConstructorsConstructorDescriptionQueuedTrap
(UpgradeLevel level, UUID buyerUUID) QueuedTrap
(UpgradeLevel level, OfflinePlayer player) -
Method Summary
Modifier and TypeMethodDescriptionGet the UUID of the player who bought the trap.getLevel()
Get the upgrade's level that represents the queued trap.
-
Constructor Details
-
QueuedTrap
-
QueuedTrap
-
-
Method Details
-
getLevel
Get the upgrade's level that represents the queued trap.- Returns:
- The upgrade's level that represents the queued trap
-
getBuyerUUID
Get the UUID of the player who bought the trap.- Returns:
- The UUID of the player who bought the trap
- See Also:
-