Interface PongResponsePacketView

All Superinterfaces:
PacketView

public interface PongResponsePacketView extends PacketView
Lazy copy-on-write view of a clientbound pong response.
  • Method Summary

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

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

    isModified, nativeHandle, type
  • Method Details

    • time

      long time()
    • time

      void time(long time)