Package org.mcmonkey.sentinel.commands
Class SentinelChaseCommands
java.lang.Object
org.mcmonkey.sentinel.commands.SentinelChaseCommands
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
chaseClose
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
chaseRange
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
chaseRanged
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
speed
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) void
wgRegion
(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-
Constructor Details
-
SentinelChaseCommands
public SentinelChaseCommands()
-
-
Method Details
-
speed
public void speed(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
chaseRange
public void chaseRange(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
wgRegion
public void wgRegion(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
chaseClose
public void chaseClose(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
chaseRanged
public void chaseRanged(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-