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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
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 interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.gamersafer.minecraft.auth.common.event.EventFactory
-
loginRemind
- Specified by:
loginRemind
in interfacecom.gamersafer.minecraft.auth.common.event.EventFactory
-
authed
- Specified by:
authed
in interfacecom.gamersafer.minecraft.auth.common.event.EventFactory
-