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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.bukkit.entity.Player>booleanonCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)voidonPlayerLogin(org.bukkit.event.player.PlayerJoinEvent event)voidremoveFromCurrentlyCreating(org.bukkit.entity.Player player)voidremoveFromShowTitle(org.bukkit.entity.Player player)org.bukkit.scheduler.BukkitTask
-
Constructor Details
-
CreateJobCommand
-
-
Method Details
-
onCommand
public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)- Specified by:
onCommandin interfaceorg.bukkit.command.CommandExecutor
-
removeFromCurrentlyCreating
public void removeFromCurrentlyCreating(org.bukkit.entity.Player player) -
removeFromShowTitle
public void removeFromShowTitle(org.bukkit.entity.Player player) -
getCurrentlyCreating
-
onPlayerLogin
public void onPlayerLogin(org.bukkit.event.player.PlayerJoinEvent event) -
showTitleRunnable
public org.bukkit.scheduler.BukkitTask showTitleRunnable()
-