Package dev.majek.pc.mechanic
Class PlayerChat
- java.lang.Object
-
- dev.majek.pc.mechanic.Mechanic
-
- dev.majek.pc.mechanic.PlayerChat
-
- All Implemented Interfaces:
org.bukkit.event.Listener
public class PlayerChat extends Mechanic
Handles the player chat event.
-
-
Constructor Summary
Constructors Constructor Description PlayerChat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onPlayerChat(org.bukkit.event.player.AsyncPlayerChatEvent event)
-
Methods inherited from class dev.majek.pc.mechanic.Mechanic
onPlayerJoin, onPlayerQuit, onShutdown, onStartup
-
-