Package 

Class ToggleAI

  • All Implemented Interfaces:
    org.lazywizard.console.BaseCommand

    
    public class ToggleAI
     implements BaseCommand
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class ToggleAI.NullAI
    • Method Summary

      Modifier and Type Method Description
      static boolean isAIDisabled(ShipAPI target)
      static void setAIEnabled(ShipAPI target, boolean enabled)
      BaseCommand.CommandResult runCommand(String args, BaseCommand.CommandContext context) Called when the player enters your command.
      • Methods inherited from class org.lazywizard.console.BaseCommand

        runCommand
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait