Interface Elements.PexExecutor<C>

  • Enclosing class:
    Elements
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Elements.PexExecutor<C>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(C sender, ca.stellardrift.permissionsex.PermissionsEngine engine, cloud.commandframework.context.CommandContext<C> ctx)  
    • Method Detail

      • execute

        void execute​(C sender,
                     ca.stellardrift.permissionsex.PermissionsEngine engine,
                     cloud.commandframework.context.CommandContext<C> ctx)