Interface SignedChatCommandPacketView

All Superinterfaces:
PacketView

public interface SignedChatCommandPacketView extends PacketView
Zero-copy view of a serverbound signed chat command.
  • Method Details

    • command

      String command()
    • timestamp

      Instant timestamp()
    • salt

      long salt()
    • argumentSignatures

      NativeValue argumentSignatures()
    • lastSeenMessages

      NativeValue lastSeenMessages()