Class VelocityPlatform<C extends VelocityCommandContext<C>>

java.lang.Object
site.lab0x13.scrow.commands.velocity.VelocityPlatform<C>
All Implemented Interfaces:
site.lab0x13.scrow.commands.PlatformAdapter<C>

public class VelocityPlatform<C extends VelocityCommandContext<C>> extends Object implements site.lab0x13.scrow.commands.PlatformAdapter<C>
  • Constructor Details

    • VelocityPlatform

      public VelocityPlatform()
  • Method Details

    • checkPermission

      public boolean checkPermission(C ctx, @Nullable @Nullable String permission)
      Specified by:
      checkPermission in interface site.lab0x13.scrow.commands.PlatformAdapter<C extends VelocityCommandContext<C>>
    • sendMessage

      public void sendMessage(C ctx, net.kyori.adventure.text.Component message)
      Specified by:
      sendMessage in interface site.lab0x13.scrow.commands.PlatformAdapter<C extends VelocityCommandContext<C>>