public class PrefabEditSaveCommand extends AbstractAsyncPlayerCommand
  • Field Details

    • MESSAGE_COMMANDS_EDIT_PREFAB_NOT_IN_EDIT_SESSION

      @Nonnull private static final Message MESSAGE_COMMANDS_EDIT_PREFAB_NOT_IN_EDIT_SESSION
    • MESSAGE_PATH_OUTSIDE_PREFABS_DIR

      @Nonnull private static final Message MESSAGE_PATH_OUTSIDE_PREFABS_DIR
    • saveAllArg

      @Nonnull private final FlagArg saveAllArg
    • noEntitiesArg

      @Nonnull private final FlagArg noEntitiesArg
    • emptyArg

      @Nonnull private final FlagArg emptyArg
    • confirmArg

      @Nonnull private final FlagArg confirmArg
  • Constructor Details

    • PrefabEditSaveCommand

      public PrefabEditSaveCommand()
  • Method Details