Interface ClientReceiveMessageEvents.ChatCanceled

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.

@FunctionalInterface public static interface ClientReceiveMessageEvents.ChatCanceled
  • Method Details

    • onReceiveChatMessageCanceled

      void onReceiveChatMessageCanceled(Text message, @Nullable @Nullable SignedMessage signedMessage, @Nullable @Nullable com.mojang.authlib.GameProfile sender, MessageType.Parameters params, Instant receptionTimestamp)
      Called when receiving a chat message is canceled with ClientReceiveMessageEvents.ALLOW_CHAT.
      Parameters:
      message - the message received from the server
      signedMessage - the signed message received from the server (nullable)
      sender - the sender of the message (nullable)
      params - the parameters of the message
      receptionTimestamp - the timestamp when the message was received