Class GSRoomCommand

java.lang.Object
com.gamersafer.minecraft.auth.common.commands.ICommand
com.gamersafer.minecraft.auth.paper.command.GSRoomCommand

public class GSRoomCommand extends com.gamersafer.minecraft.auth.common.commands.ICommand
  • Field Summary

    Fields inherited from class com.gamersafer.minecraft.auth.common.commands.ICommand

    core
  • Constructor Summary

    Constructors
    Constructor
    Description
    GSRoomCommand(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    complete(com.gamersafer.minecraft.auth.common.abstraction.ISender sender, String[] args)
     
    void
    execute(com.gamersafer.minecraft.auth.common.abstraction.ISender sender, String[] args)
     
     
     
     

    Methods inherited from class com.gamersafer.minecraft.auth.common.commands.ICommand

    withPrefix

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GSRoomCommand

      public GSRoomCommand(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class com.gamersafer.minecraft.auth.common.commands.ICommand
    • getAliases

      public List<String> getAliases()
      Specified by:
      getAliases in class com.gamersafer.minecraft.auth.common.commands.ICommand
    • getPermission

      public String getPermission()
      Overrides:
      getPermission in class com.gamersafer.minecraft.auth.common.commands.ICommand
    • execute

      public void execute(com.gamersafer.minecraft.auth.common.abstraction.ISender sender, String[] args)
      Specified by:
      execute in class com.gamersafer.minecraft.auth.common.commands.ICommand
    • complete

      public List<String> complete(com.gamersafer.minecraft.auth.common.abstraction.ISender sender, String[] args)
      Specified by:
      complete in class com.gamersafer.minecraft.auth.common.commands.ICommand