Interface SectionBlocksUpdatePacketView

All Superinterfaces:
PacketView

public interface SectionBlocksUpdatePacketView extends PacketView
Lazy indexed view of a clientbound section block update. Native values are borrowed.
  • Method Details

    • sectionPosition

      NativeValue sectionPosition()
    • changeCount

      int changeCount()
    • packedPosition

      short packedPosition(int index)
    • blockState

      NativeValue blockState(int index)
    • blockState

      void blockState(int index, NativeValue state)