Class GSAuthMuteListener

java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
com.gamersafer.minecraft.auth.common.listener.GSAuthMuteServerListener
com.gamersafer.minecraft.auth.paper.listener.GSAuthMuteListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class GSAuthMuteListener extends com.gamersafer.minecraft.auth.common.listener.GSAuthMuteServerListener implements org.bukkit.event.Listener
  • Field Summary

    Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteServerListener

    config

    Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener

    core, lang, muteManager, playerPreferencesConfig, playerStorage, server
  • Constructor Summary

    Constructors
    Constructor
    Description
    GSAuthMuteListener(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage playerStorage, com.gamersafer.minecraft.auth.common.mute.MuteManager muteManager, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang, com.gamersafer.minecraft.auth.common.configuration.PlayerPreferencesConfiguration playerPreferencesConfig)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChat(org.bukkit.event.player.AsyncPlayerChatEvent e)
     
    void
    onCommandPreprocessEvent(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
     
    void
    onPlayerEditBookEvent(org.bukkit.event.player.PlayerEditBookEvent event)
     
    void
    onSignChangeEvent(org.bukkit.event.block.SignChangeEvent event)
     

    Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteServerListener

    onPlayerEditBook, onSignChange

    Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener

    onChat, onSendPrivateMessage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GSAuthMuteListener

      public GSAuthMuteListener(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage playerStorage, com.gamersafer.minecraft.auth.common.mute.MuteManager muteManager, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang, com.gamersafer.minecraft.auth.common.configuration.PlayerPreferencesConfiguration playerPreferencesConfig)
  • Method Details

    • onChat

      public void onChat(org.bukkit.event.player.AsyncPlayerChatEvent e)
    • onCommandPreprocessEvent

      public void onCommandPreprocessEvent(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
    • onSignChangeEvent

      public void onSignChangeEvent(org.bukkit.event.block.SignChangeEvent event)
    • onPlayerEditBookEvent

      public void onPlayerEditBookEvent(org.bukkit.event.player.PlayerEditBookEvent event)