Class GSAuthRequiredBypassServerListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
disableChecks, lang, profileService, requiredCache
-
Constructor Summary
ConstructorDescriptionGSAuthRequiredBypassServerListener
(ServerConfiguration config, IProfileService profileService, IGSAuthRequiredCache requiredCache, IOnboardingService onboardingService, LanguageConfiguration lang) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onBlockBreak
(IPlayer player, Runnable eventCanceller) Event priority isNORMAL
void
onBlockPlace
(IPlayer player, Runnable eventCanceller) Event priority isNORMAL
void
Event priority isNORMAL
void
onInteract
(IPlayer player, Runnable eventCanceller) Event priority isNORMAL
void
onInteractAtEntity
(IPlayer player, Runnable eventCanceller) Event priority isNORMAL
void
onInventoryClick
(IPlayer player, Runnable eventCanceller) Event priority isNORMAL
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
void
onPickupOrDrop
(IPlayer player, Runnable eventCanceller) Event priority isNORMAL
Methods 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
-