Interface DebugEntityValuePacketView

All Superinterfaces:
PacketView

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

    • entityId

      int entityId()
    • update

      NativeValue update()
    • entityId

      void entityId(int value)
    • update

      void update(NativeValue value)