Class CreateJobCommand

java.lang.Object
me.fami6xx.rpuniverse.core.jobs.commands.createJob.CreateJobCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.event.Listener

public class CreateJobCommand extends Object implements org.bukkit.command.CommandExecutor, org.bukkit.event.Listener
  • Constructor Details

    • CreateJobCommand

      public CreateJobCommand(CreateJobStarter createJobStarter)
  • Method Details

    • onCommand

      public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor
    • removeFromCurrentlyCreating

      public void removeFromCurrentlyCreating(org.bukkit.entity.Player player)
    • removeFromShowTitle

      public void removeFromShowTitle(org.bukkit.entity.Player player)
    • getCurrentlyCreating

      public Set<org.bukkit.entity.Player> getCurrentlyCreating()
    • onPlayerLogin

      public void onPlayerLogin(org.bukkit.event.player.PlayerJoinEvent event)
    • showTitleRunnable

      public org.bukkit.scheduler.BukkitTask showTitleRunnable()