Package devs.beer.nativepackets.api
Interface DisguisedChatPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of clientbound disguised chat.
-
Method Summary
Modifier and TypeMethodDescriptionchatType()Returns the retained exact-adapter chat-type binding without conversion.message()voidmessage(NativeText message) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
message
NativeText message() -
chatType
NativeValue chatType()Returns the retained exact-adapter chat-type binding without conversion. -
message
-