Class SentinelInfoCommands

java.lang.Object
org.mcmonkey.sentinel.commands.SentinelInfoCommands

public class SentinelInfoCommands extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)