Interface KeepAlivePacketView

All Superinterfaces:
PacketView

public interface KeepAlivePacketView extends PacketView
Lazy copy-on-write view of a clientbound keep-alive packet.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    id()
     
    void
    id(long id)
     

    Methods inherited from interface devs.beer.nativepackets.api.PacketView

    isModified, nativeHandle, type
  • Method Details

    • id

      long id()
    • id

      void id(long id)