Interface MessageCancellable
- All Known Subinterfaces:
AdvancementEvent.Grant
,DestructEntityEvent
,DestructEntityEvent.Death
,ServerSideConnectionEvent.Join
,ServerSideConnectionEvent.Leave
public interface MessageCancellable
Represents an event whose message can be cancelled.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if theComponent
should not be sent.void
setMessageCancelled
(boolean cancelled) Sets whether theComponent
should be sent.
-
Method Details