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
onboardingServiceFields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
disableChecks, lang, profileService, requiredCache -
Constructor Summary
ConstructorsConstructorDescriptionGSAuthRequiredBypassListener(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 TypeMethodDescriptionvoidonBlockBreak(org.bukkit.event.block.BlockBreakEvent e) voidonBlockPlace(org.bukkit.event.block.BlockPlaceEvent e) voidonChat(org.bukkit.event.player.AsyncPlayerChatEvent e) voidonCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent e) voidonDamage(org.bukkit.event.entity.EntityDamageEvent e) voidonDrop(org.bukkit.event.player.PlayerDropItemEvent e) voidonEntityDamage(org.bukkit.event.entity.EntityDamageByEntityEvent e) voidonInteract(org.bukkit.event.player.PlayerInteractEvent e) voidonInteractAtEntity(org.bukkit.event.player.PlayerInteractAtEntityEvent e) voidonInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e) voidonMove(org.bukkit.event.player.PlayerMoveEvent e) voidonPickup(org.bukkit.event.player.PlayerPickupItemEvent e) Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
onBlockBreak, onBlockPlace, onDamage, onInteract, onInteractAtEntity, onInventoryClick, onMove, onPickupOrDropMethods 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)
-