Class GSAuthRequiredBypassServerListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
-
Field Summary
FieldsFields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
disableChecks, lang, profileService, requiredCache -
Constructor Summary
ConstructorsConstructorDescriptionGSAuthRequiredBypassServerListener(ServerConfiguration config, IProfileService profileService, IGSAuthRequiredCache requiredCache, IOnboardingService onboardingService, LanguageConfiguration lang) -
Method Summary
Modifier and TypeMethodDescriptionvoidonBlockBreak(IPlayer player, Runnable eventCanceller) Event priority isNORMALvoidonBlockPlace(IPlayer player, Runnable eventCanceller) Event priority isNORMALvoidEvent priority isNORMALvoidonInteract(IPlayer player, Runnable eventCanceller) Event priority isNORMALvoidonInteractAtEntity(IPlayer player, Runnable eventCanceller) Event priority isNORMALvoidonInventoryClick(IPlayer player, Runnable eventCanceller) Event priority isNORMALvoidonMove(IPlayer player, Runnable eventCanceller, String fromWorldKey, int fromX, int fromY, int fromZ, String toWorldKey, int toX, int toY, int toZ) Event priority isNORMALvoidonPickupOrDrop(IPlayer player, Runnable eventCanceller) Event priority isNORMALMethods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
disableChecks, enableChecks, onChat, onCommand
-
Field Details
-
onboardingService
-
-
Constructor Details
-
GSAuthRequiredBypassServerListener
public GSAuthRequiredBypassServerListener(ServerConfiguration config, IProfileService profileService, IGSAuthRequiredCache requiredCache, IOnboardingService onboardingService, LanguageConfiguration lang)
-
-
Method Details
-
onBlockPlace
Event priority isNORMAL -
onBlockBreak
Event priority isNORMAL -
onMove
public void onMove(IPlayer player, Runnable eventCanceller, String fromWorldKey, int fromX, int fromY, int fromZ, String toWorldKey, int toX, int toY, int toZ) Event priority isNORMAL -
onInteract
Event priority isNORMAL -
onInteractAtEntity
Event priority isNORMAL -
onDamage
Event priority isNORMAL -
onPickupOrDrop
Event priority isNORMAL -
onInventoryClick
Event priority isNORMAL
-