Interface OpenSignEditorPacketView

All Superinterfaces:
PacketView

public interface OpenSignEditorPacketView extends PacketView
Lazy copy-on-write view of a clientbound sign-editor packet.
  • Method Details

    • blockX

      int blockX()
    • blockY

      int blockY()
    • blockZ

      int blockZ()
    • frontText

      boolean frontText()
    • position

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

      void frontText(boolean frontText)