Package com.loohp.limbo.events.player
Class PlayerChatEvent
java.lang.Object
com.loohp.limbo.events.Event
com.loohp.limbo.events.player.PlayerEvent
com.loohp.limbo.events.player.PlayerChatEvent
- All Implemented Interfaces:
Cancellable
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerChatEvent(Player player, String format, String message, boolean cancelled) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCancelled(boolean cancelled) voidvoidsetMessage(String message) Methods inherited from class com.loohp.limbo.events.player.PlayerEvent
getPlayer
-
Constructor Details
-
PlayerChatEvent
-
-
Method Details
-
getFormat
-
setFormat
-
getMessage
-
setMessage
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceCancellable
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceCancellable
-