Class GSAuthMuteServerListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
com.gamersafer.minecraft.auth.common.listener.GSAuthMuteServerListener
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
core, lang, muteManager, playerPreferencesConfig, playerStorage, server
-
Constructor Summary
ConstructorDescriptionGSAuthMuteServerListener
(GSAuthPlugin core, IServer server, IPlayerStorage playerStorage, MuteManager muteManager, ServerConfiguration config, LanguageConfiguration lang, PlayerPreferencesConfiguration playerPreferencesConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onPlayerEditBook
(UserIdentity identity, Runnable eventCanceller) Event priority should beNORMAL
void
onSignChange
(UserIdentity identity, Runnable eventCanceller) Event priority should beNORMAL
Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
onChat, onSendPrivateMessage
-
Field Details
-
config
-
-
Constructor Details
-
GSAuthMuteServerListener
public GSAuthMuteServerListener(GSAuthPlugin core, IServer server, IPlayerStorage playerStorage, MuteManager muteManager, ServerConfiguration config, LanguageConfiguration lang, PlayerPreferencesConfiguration playerPreferencesConfig)
-
-
Method Details