Interface CommandContextFactory<C extends VelocityCommandContext<C>>

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 interface CommandContextFactory<C extends VelocityCommandContext<C>>
  • Method Summary

    Modifier and Type
    Method
    Description
    createContext(site.lab0x13.scrow.commands.model.literal.RootLiteral<C> literal, com.velocitypowered.api.command.CommandSource sender)
     
  • Method Details

    • createContext

      C createContext(site.lab0x13.scrow.commands.model.literal.RootLiteral<C> literal, com.velocitypowered.api.command.CommandSource sender)