Package org.mcmonkey.sentinel.commands
Class SentinelInfoCommands
java.lang.Object
org.mcmonkey.sentinel.commands.SentinelInfoCommands
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender) void
info
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
reload
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender) void
stats
(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)
-