Class TargetPrefabSpawnerCommand

Direct Known Subclasses:
PrefabSpawnerGetCommand, PrefabSpawnerSetCommand, PrefabSpawnerWeightCommand

public abstract class TargetPrefabSpawnerCommand extends AbstractWorldCommand
  • Field Details

    • MESSAGE_GENERAL_BLOCK_TARGET_NOT_IN_RANGE

      @Nonnull private static final Message MESSAGE_GENERAL_BLOCK_TARGET_NOT_IN_RANGE
    • MESSAGE_COMMANDS_ERRORS_PROVIDE_POSITION

      @Nonnull private static final Message MESSAGE_COMMANDS_ERRORS_PROVIDE_POSITION
    • positionArg

      @Nonnull protected final OptionalArg<RelativeIntPosition> positionArg
  • Constructor Details

    • TargetPrefabSpawnerCommand

      public TargetPrefabSpawnerCommand(@Nonnull String name, @Nonnull String description)
  • Method Details