Class WPayer

java.lang.Object
com.olziedev.playerwarps.api.player.WPayer

public abstract class WPayer extends Object
Handles and manages a player that has paid to teleport to a warp.
  • Constructor Details

    • WPayer

      public WPayer()
  • Method Details

    • getPayer

      public abstract UUID getPayer()
      Returns:
      The UUID of the payer.
    • getPlayerWarp

      public abstract Warp getPlayerWarp()
      Returns:
      The warp that the payer has paid for.
    • getTime

      public abstract long getTime()
      Returns:
      The time that the payer will go for in milliseconds.
    • getTimeLeft

      public abstract long getTimeLeft()
      Returns:
      The time left for this payer in milliseconds.