Class TpaRequest

java.lang.Object
fr.fuzeblocks.homeplugin.tpa.TpaRequest

public class TpaRequest extends Object
The type Tpa request.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.bukkit.entity.Player
    The Sender.
    final org.bukkit.entity.Player
    The Target.
    final org.bukkit.scheduler.BukkitRunnable
    The Timeout task.
  • Constructor Summary

    Constructors
    Constructor
    Description
    TpaRequest(org.bukkit.entity.Player sender, org.bukkit.entity.Player target, org.bukkit.scheduler.BukkitRunnable timeoutTask)
    Instantiates a new Tpa request.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sender

      public final org.bukkit.entity.Player sender
      The Sender.
    • target

      public final org.bukkit.entity.Player target
      The Target.
    • timeoutTask

      public final org.bukkit.scheduler.BukkitRunnable timeoutTask
      The Timeout task.
  • Constructor Details

    • TpaRequest

      public TpaRequest(org.bukkit.entity.Player sender, org.bukkit.entity.Player target, org.bukkit.scheduler.BukkitRunnable timeoutTask)
      Instantiates a new Tpa request.
      Parameters:
      sender - the sender
      target - the target
      timeoutTask - the timeout task