Interface Delay

All Superinterfaces:
DataSerializable

public interface Delay extends DataSerializable
Setting the command execution delay.
  • Method Details

    • builder

      static Delay.Builder builder()
    • unregisteredBuilder

      static Delay.Builder unregisteredBuilder()
    • of

      static Delay of(long seconds, CancelRules rules)
    • getSeconds

      long getSeconds()
      Time in seconds until the command is executed.
    • getCancelRules

      CancelRules getCancelRules()
      Rules for canceling the execution of a command.