Class BlockSpawnerGetCommand


public class BlockSpawnerGetCommand 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
    • MESSAGE_COMMANDS_BLOCK_SPAWNER_NO_BLOCK_SPAWNER_SET

      @Nonnull private static final Message MESSAGE_COMMANDS_BLOCK_SPAWNER_NO_BLOCK_SPAWNER_SET
    • positionArg

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

    • BlockSpawnerGetCommand

      public BlockSpawnerGetCommand()
  • Method Details