Interface DebugBlockValuePacketView

All Superinterfaces:
PacketView

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

    • x

      int x()
    • y

      int y()
    • z

      int z()
    • update

      NativeValue update()
    • position

      void position(int x, int y, int z)
    • update

      void update(NativeValue value)