Interface ClientReceiveMessageEvents.GameCanceled
- Enclosing class:
ClientReceiveMessageEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonReceiveGameMessageCanceled(Text message, boolean overlay) Called when receiving a game message is canceled withClientReceiveMessageEvents.ALLOW_GAME.
-
Method Details
-
onReceiveGameMessageCanceled
Called when receiving a game message is canceled withClientReceiveMessageEvents.ALLOW_GAME.- Parameters:
message- the message received from the serveroverlay- whether the message would have been displayed in the action bar
-