public class NPCCommand extends AbstractCommandCollection
Command for np operations. Registered with the command system and callable by players.
java.lang.Object > AbstractCommandCollection > NPCCommand
Field Summary
npcPlugin
final
NPCPlugin
npcPlugin
Field npcPlugin.
index
final
int
index
Field index.
roles
final
List
roles
Field roles.
builderInfo
final
BuilderInfo
builderInfo
Field builderInfo.
Method Detail
NPCCommand
public
public
NPCCommand
()
Method NPCCommand.
NPCAllCommand
public
new
NPCAllCommand
()
Method NPCAllCommand.
NPCAppearanceCommand
public
new
NPCAppearanceCommand
()
Method NPCAppearanceCommand.
NPCAttackCommand
public
new
NPCAttackCommand
()
Method NPCAttackCommand.
NPCBenchmarkCommand
public
new
NPCBenchmarkCommand
()
Method NPCBenchmarkCommand.
NPCBlackboardCommand
public
new
NPCBlackboardCommand
()
Method NPCBlackboardCommand.
NPCCleanCommand
public
new
NPCCleanCommand
()
Method NPCCleanCommand.
NPCDebugCommand
public
new
NPCDebugCommand
()
Method NPCDebugCommand.
NPCDumpCommand
public
new
NPCDumpCommand
()
Method NPCDumpCommand.
NPCFlockCommand
public
new
NPCFlockCommand
()
Method NPCFlockCommand.
NPCFreezeCommand
public
new
NPCFreezeCommand
()
Method NPCFreezeCommand.
NPCGiveCommand
public
new
NPCGiveCommand
()
Method NPCGiveCommand.
NPCPathCommand
public
new
NPCPathCommand
()
Method NPCPathCommand.
NPCRoleCommand
public
new
NPCRoleCommand
()
Method NPCRoleCommand.
NPCRunTestsCommand
public
new
NPCRunTestsCommand
()
Method NPCRunTestsCommand.
NPCSensorStatsCommand
public
new
NPCSensorStatsCommand
()
Method NPCSensorStatsCommand.
NPCSpawnCommand
public
new
NPCSpawnCommand
()
Method NPCSpawnCommand.
NPCStepCommand
public
new
NPCStepCommand
()
Method NPCStepCommand.
NPCTestCommand
public
new
NPCTestCommand
()
Method NPCTestCommand.
NPCThawCommand
public
new
NPCThawCommand
()
Method NPCThawCommand.
NPCMessageCommand
public
new
NPCMessageCommand
()
Method NPCMessageCommand.
suggest
public
void
suggest
(@Nonnull final CommandSender sender, @Nonnull String textAlreadyEntered, final int numParametersTyped, @Nonnull final SuggestionResult result)
Method suggest.
- Parameters:
@Nonnull final CommandSendersender@Nonnull StringtextAlreadyEnteredfinal intnumParametersTyped@Nonnull final SuggestionResultresult