Class NPCMultiSelectCommandBase

Direct Known Subclasses:
NPCDebugCommand.ClearCommand, NPCDebugCommand.DefaultsCommand, NPCDebugCommand.SetCommand, NPCDebugCommand.ShowCommand, NPCDebugCommand.ToggleCommand

public abstract class NPCMultiSelectCommandBase extends NPCWorldCommandBase
  • Field Details

  • Constructor Details

    • NPCMultiSelectCommandBase

      public NPCMultiSelectCommandBase(@Nonnull String name, @Nonnull String description)
    • NPCMultiSelectCommandBase

      public NPCMultiSelectCommandBase(@Nonnull String name, @Nonnull String description, boolean requiresConfirmation)
    • NPCMultiSelectCommandBase

      public NPCMultiSelectCommandBase(@Nonnull String description)
  • Method Details