Package org.mcmonkey.sentinel.commands
Class SentinelIntelligenceCommands
java.lang.Object
org.mcmonkey.sentinel.commands.SentinelIntelligenceCommands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidautoswitch(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidguard(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidguardDistance(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidneedAmmo(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidrealistic(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) voidsquad(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-
Constructor Details
-
SentinelIntelligenceCommands
public SentinelIntelligenceCommands()
-
-
Method Details
-
squad
public void squad(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
guard
public void guard(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
needAmmo
public void needAmmo(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
autoswitch
public void autoswitch(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
realistic
public void realistic(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel) -
guardDistance
public void guardDistance(net.citizensnpcs.api.command.CommandContext args, org.bukkit.command.CommandSender sender, SentinelTrait sentinel)
-