Class GSAuthRequiredBypassListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
com.gamersafer.minecraft.auth.paper.listener.GSAuthRequiredBypassListener
- All Implemented Interfaces:
org.bukkit.event.Listener
public class GSAuthRequiredBypassListener
extends com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
implements org.bukkit.event.Listener
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
onboardingService
Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
disableChecks, lang, profileService, requiredCache
-
Constructor Summary
ConstructorDescriptionGSAuthRequiredBypassListener
(GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache requiredCache, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onBlockBreak
(org.bukkit.event.block.BlockBreakEvent e) void
onBlockPlace
(org.bukkit.event.block.BlockPlaceEvent e) void
onChat
(org.bukkit.event.player.AsyncPlayerChatEvent e) void
onCommand
(org.bukkit.event.player.PlayerCommandPreprocessEvent e) void
onDamage
(org.bukkit.event.entity.EntityDamageEvent e) void
onDrop
(org.bukkit.event.player.PlayerDropItemEvent e) void
onEntityDamage
(org.bukkit.event.entity.EntityDamageByEntityEvent e) void
onInteract
(org.bukkit.event.player.PlayerInteractEvent e) void
onInteractAtEntity
(org.bukkit.event.player.PlayerInteractAtEntityEvent e) void
onInventoryClick
(org.bukkit.event.inventory.InventoryClickEvent e) void
onMove
(org.bukkit.event.player.PlayerMoveEvent e) void
onPickup
(org.bukkit.event.player.PlayerPickupItemEvent e) Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
onBlockBreak, onBlockPlace, onDamage, onInteract, onInteractAtEntity, onInventoryClick, onMove, onPickupOrDrop
Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
disableChecks, enableChecks, onChat, onCommand
-
Constructor Details
-
GSAuthRequiredBypassListener
public GSAuthRequiredBypassListener(GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache requiredCache, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang)
-
-
Method Details
-
onBlockPlace
public void onBlockPlace(org.bukkit.event.block.BlockPlaceEvent e) -
onBlockBreak
public void onBlockBreak(org.bukkit.event.block.BlockBreakEvent e) -
onMove
public void onMove(org.bukkit.event.player.PlayerMoveEvent e) -
onChat
public void onChat(org.bukkit.event.player.AsyncPlayerChatEvent e) -
onCommand
public void onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent e) -
onInteract
public void onInteract(org.bukkit.event.player.PlayerInteractEvent e) -
onInteractAtEntity
public void onInteractAtEntity(org.bukkit.event.player.PlayerInteractAtEntityEvent e) -
onDamage
public void onDamage(org.bukkit.event.entity.EntityDamageEvent e) -
onEntityDamage
public void onEntityDamage(org.bukkit.event.entity.EntityDamageByEntityEvent e) -
onPickup
public void onPickup(org.bukkit.event.player.PlayerPickupItemEvent e) -
onDrop
public void onDrop(org.bukkit.event.player.PlayerDropItemEvent e) -
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e)
-