Class SleepCommand

java.lang.Object
io.guixer.lang.command.SleepCommand
All Implemented Interfaces:
Command

public class SleepCommand extends Object implements Command
  • Field Details

    • seconds

      public final int seconds
  • Constructor Details

    • SleepCommand

      public SleepCommand(int seconds)
  • Method Details