Package org.mcmonkey.sentinel.commands
Class SentinelGreetingCommands
java.lang.Object
org.mcmonkey.sentinel.commands.SentinelGreetingCommands
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
greeting
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
greetRange
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
greetRate
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
warning
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-
Constructor Details
-
SentinelGreetingCommands
public SentinelGreetingCommands()
-
-
Method Details
-
greetRange
public void greetRange(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
greetRate
public void greetRate(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
greeting
public void greeting(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
warning
public void warning(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-