Class SimpleQueryContext

java.lang.Object
me.hsgamer.topper.query.simple.SimpleQueryContext
All Implemented Interfaces:
SimpleQuery.Context

public final class SimpleQueryContext extends Object implements SimpleQuery.Context
  • Field Details

    • name

      @NotNull public final @NotNull String name
    • args

      @NotNull public final @NotNull String args
  • Constructor Details

    • SimpleQueryContext

      public SimpleQueryContext(@NotNull @NotNull String name, @NotNull @NotNull String args, @NotNull @NotNull String actionName)
  • Method Details