Package com.nexomc.nexo.fonts
Class FontListener
-
- All Implemented Interfaces:
-
org.bukkit.event.Listener
public final class FontListener implements Listener
-
-
Constructor Summary
Constructors Constructor Description FontListener(FontManager manager)
-
Method Summary
Modifier and Type Method Description final Unit
onJoin(PlayerJoinEvent $self)
final Unit
onQuit(PlayerQuitEvent $self)
final Unit
onDecorate(AsyncChatDecorateEvent $self)
final Unit
onPlayerCommandChat(AsyncChatCommandDecorateEvent $self)
final Unit
onRename(PrepareAnvilEvent $self)
-
-
Constructor Detail
-
FontListener
FontListener(FontManager manager)
-
-
Method Detail
-
onDecorate
final Unit onDecorate(AsyncChatDecorateEvent $self)
-
onPlayerCommandChat
final Unit onPlayerCommandChat(AsyncChatCommandDecorateEvent $self)
-
-
-
-