Interface Event
- All Known Subinterfaces:
ClientEvent,ClientSoundEvent,ClientVoicechatConnectionEvent,CreateGroupEvent,EntitySoundPacketEvent,GroupEvent,JoinGroupEvent,LeaveGroupEvent,LocationalSoundPacketEvent,MicrophoneMuteEvent,MicrophonePacketEvent,PacketEvent<T>,PlayerConnectedEvent,PlayerDisconnectedEvent,ServerEvent,SoundPacketEvent<T>,StaticSoundPacketEvent,VoicechatDisableEvent,VoicechatServerStartedEvent,VoicechatServerStartingEvent,VoicechatServerStoppedEvent,VoiceHostEvent
public interface Event
-
Method Summary
-
Method Details
-
isCancellable
boolean isCancellable()- Returns:
- if this event can be cancelled
-
cancel
boolean cancel()Cancels this event. Does nothing if the event isn't cancellable.- Returns:
- if the event was actually cancelled
-
isCancelled
boolean isCancelled()- Returns:
- if the event was cancelled
-