java.lang.Object
com.gamersafer.minecraft.auth.velocity.abstraction.VelocitySender
All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.abstraction.ISender
Direct Known Subclasses:
VelocityConsole, VelocityPlayer

public abstract class VelocitySender extends Object implements com.gamersafer.minecraft.auth.common.abstraction.ISender
  • Constructor Summary

    Constructors
    Constructor
    Description
    VelocitySender(com.velocitypowered.api.command.CommandSource commandSource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.velocitypowered.api.command.CommandSource
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.gamersafer.minecraft.auth.common.abstraction.ISender

    hasPermission, sendMessage, sendMessage
  • Constructor Details

    • VelocitySender

      public VelocitySender(com.velocitypowered.api.command.CommandSource commandSource)
  • Method Details

    • getCommandSource

      public com.velocitypowered.api.command.CommandSource getCommandSource()