Interface InitializeBorderPacketView

All Superinterfaces:
PacketView

public interface InitializeBorderPacketView extends PacketView
Complete clientbound world-border initialization.
  • Method Details

    • centerX

      double centerX()
    • centerZ

      double centerZ()
    • oldSize

      double oldSize()
    • newSize

      double newSize()
    • lerpDurationMillis

      long lerpDurationMillis()
    • absoluteMaxSize

      int absoluteMaxSize()
    • warningBlocks

      int warningBlocks()
    • warningTimeSeconds

      int warningTimeSeconds()
    • center

      void center(double x, double z)
    • sizes

      void sizes(double oldSize, double newSize)
    • lerpDurationMillis

      void lerpDurationMillis(long durationMillis)
    • absoluteMaxSize

      void absoluteMaxSize(int absoluteMaxSize)
    • warningBlocks

      void warningBlocks(int warningBlocks)
    • warningTimeSeconds

      void warningTimeSeconds(int warningTimeSeconds)