public class PrefabEditLoadCommand extends AbstractAsyncPlayerCommand
  • Field Details

    • DEFAULT_PASTE_LEVEL_GOAL

      public static final int DEFAULT_PASTE_LEVEL_GOAL
      See Also:
    • DEFAULT_BLOCKS_BETWEEN_MULTI_PREFABS

      public static final int DEFAULT_BLOCKS_BETWEEN_MULTI_PREFABS
      See Also:
    • DEFAULT_WORLD_GEN_TYPE

      @Nonnull public static final WorldGenType DEFAULT_WORLD_GEN_TYPE
    • DEFAULT_BLOCKS_ABOVE_SURFACE

      public static final int DEFAULT_BLOCKS_ABOVE_SURFACE
      See Also:
    • DEFAULT_PREFAB_STACKING_AXIS

      @Nonnull public static final PrefabStackingAxis DEFAULT_PREFAB_STACKING_AXIS
    • DEFAULT_PREFAB_ALIGNMENT

      @Nonnull public static final PrefabAlignment DEFAULT_PREFAB_ALIGNMENT
    • MAX_BLOCKS_BETWEEN_EACH_PREFAB

      public static final int MAX_BLOCKS_BETWEEN_EACH_PREFAB
      See Also:
    • MAX_BLOCKS_UNTIL_SURFACE

      public static final int MAX_BLOCKS_UNTIL_SURFACE
      See Also:
    • DEFAULT_PREFAB_ROOT_DIRECTORY

      @Nonnull public static final PrefabRootDirectory DEFAULT_PREFAB_ROOT_DIRECTORY
    • DEFAULT_ROW_SPLIT_MODE

      @Nonnull public static final PrefabRowSplitMode DEFAULT_ROW_SPLIT_MODE
    • MESSAGE_COMMANDS_PREFAB_EDIT_SESSION_MANAGER_EXISTING_EDIT_SESSION

      @Nonnull private static final Message MESSAGE_COMMANDS_PREFAB_EDIT_SESSION_MANAGER_EXISTING_EDIT_SESSION
    • MESSAGE_COMMANDS_EDIT_PREFAB_LOADING

      @Nonnull private static final Message MESSAGE_COMMANDS_EDIT_PREFAB_LOADING
    • prefabPathArg

      @Nonnull private final RequiredArg<PrefabRootDirectory> prefabPathArg
    • prefabNameArg

      @Nonnull private final RequiredArg<List<String>> prefabNameArg
    • pasteLevelGoalArg

      @Nonnull private final DefaultArg<Integer> pasteLevelGoalArg
    • blocksBetweenMultiPrefabsArg

      @Nonnull private final DefaultArg<Integer> blocksBetweenMultiPrefabsArg
    • worldGenTypeArg

      @Nonnull private final DefaultArg<WorldGenType> worldGenTypeArg
    • flatNumBlocksBelowArg

      @Nonnull private final DefaultArg<Integer> flatNumBlocksBelowArg
    • axisArg

      @Nonnull private final DefaultArg<PrefabStackingAxis> axisArg
    • alignmentArg

      @Nonnull private final DefaultArg<PrefabAlignment> alignmentArg
    • recursiveArg

      @Nonnull private final FlagArg recursiveArg
    • loadChildrenArg

      @Nonnull private final FlagArg loadChildrenArg
    • loadEntitiesArg

      @Nonnull private final FlagArg loadEntitiesArg
  • Constructor Details

    • PrefabEditLoadCommand

      public PrefabEditLoadCommand()
  • Method Details