Interface TickingStepPacketView

All Superinterfaces:
PacketView

public interface TickingStepPacketView extends PacketView
Lazy copy-on-write view of a clientbound ticking-step packet.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    steps(int steps)
     

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

    isModified, nativeHandle, type
  • Method Details

    • steps

      int steps()
    • steps

      void steps(int steps)