Interface DebugChunkValuePacketView

All Superinterfaces:
PacketView

public interface DebugChunkValuePacketView extends PacketView
Lazy copy-on-write view of a structured chunk debug update.
  • Method Details

    • x

      int x()
    • z

      int z()
    • update

      NativeValue update()
    • position

      void position(int x, int z)
    • update

      void update(NativeValue value)