Package org.mcmonkey.sentinel.commands
Class SentinelInfoCommands
java.lang.Object
org.mcmonkey.sentinel.commands.SentinelInfoCommands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender) voidinfo(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidreload(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender) voidstats(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-
Constructor Details
-
SentinelInfoCommands
public SentinelInfoCommands()
-
-
Method Details
-
info
public void info(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
stats
public void stats(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
debug
public void debug(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender) -
reload
public void reload(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender)
-