Interface DisguisedChatPacketView

All Superinterfaces:
PacketView

public interface DisguisedChatPacketView extends PacketView
Lazy copy-on-write view of clientbound disguised chat.
  • Method Details

    • message

      NativeText message()
    • chatType

      NativeValue chatType()
      Returns the retained exact-adapter chat-type binding without conversion.
    • message

      void message(NativeText message)