Class BungeecordEventFactory

java.lang.Object
com.gamersafer.minecraft.auth.bungeecord.event.BungeecordEventFactory
All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.event.EventFactory

public class BungeecordEventFactory extends Object implements com.gamersafer.minecraft.auth.common.event.EventFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    BungeecordEventFactory(net.md_5.bungee.api.ProxyServer server)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authed(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid)
     
    void
    ban(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender banner, boolean nowBanned)
     
    void
    kick(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender kicker)
     
    void
    loginRemind(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid)
     
    void
    mute(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender muter, boolean nowMuted)
     
    void
    warn(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender warner)
     

    Methods inherited from class java.lang.Object

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

    • BungeecordEventFactory

      public BungeecordEventFactory(net.md_5.bungee.api.ProxyServer server)
  • Method Details

    • kick

      public void kick(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender kicker)
      Specified by:
      kick in interface com.gamersafer.minecraft.auth.common.event.EventFactory
    • ban

      public void ban(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender banner, boolean nowBanned)
      Specified by:
      ban in interface com.gamersafer.minecraft.auth.common.event.EventFactory
    • mute

      public void mute(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender muter, boolean nowMuted)
      Specified by:
      mute in interface com.gamersafer.minecraft.auth.common.event.EventFactory
    • warn

      public void warn(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid, com.gamersafer.minecraft.auth.common.abstraction.ISender warner)
      Specified by:
      warn in interface com.gamersafer.minecraft.auth.common.event.EventFactory
    • loginRemind

      public void loginRemind(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid)
      Specified by:
      loginRemind in interface com.gamersafer.minecraft.auth.common.event.EventFactory
    • authed

      public void authed(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player, UUID uuid)
      Specified by:
      authed in interface com.gamersafer.minecraft.auth.common.event.EventFactory