Class TeleportState

java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.TeleportState

public class TeleportState extends Object
  • Constructor Details

    • TeleportState

      public TeleportState(org.bukkit.entity.Player player, org.bukkit.Location destination, String clanName, int counter)
  • Method Details

    • getLocation

      public org.bukkit.Location getLocation()
    • isTeleportTime

      public boolean isTeleportTime()
    • getPlayer

      @Nullable public @Nullable org.bukkit.entity.Player getPlayer()
      The player that is waiting for teleport
      Returns:
      the player
    • getCounter

      public int getCounter()
      Get seconds left before teleport
      Returns:
      the counter
    • setCounter

      public void setCounter(int counter)
    • getClanName

      public String getClanName()
    • getDestination

      public org.bukkit.Location getDestination()
    • isProcessing

      public boolean isProcessing()
    • setProcessing

      public void setProcessing(boolean processing)