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 SummaryConstructorsConstructorDescriptionQueuedTrap(UpgradeLevel level, UUID buyerUUID) QueuedTrap(UpgradeLevel level, OfflinePlayer player) 
- 
Method SummaryModifier 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- 
getLevelGet the upgrade's level that represents the queued trap.- Returns:
- The upgrade's level that represents the queued trap
 
- 
getBuyerUUIDGet the UUID of the player who bought the trap.- Returns:
- The UUID of the player who bought the trap
- See Also:
 
 
-