Class WrapperPlayServerOpenSignEditor

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerOpenSignEditor

public class WrapperPlayServerOpenSignEditor extends AbstractPacket
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
      The packet type that is wrapped by this wrapper.
  • Constructor Details

    • WrapperPlayServerOpenSignEditor

      public WrapperPlayServerOpenSignEditor()
      Constructs a new wrapper and initialize it with a packet handle with default values
    • WrapperPlayServerOpenSignEditor

      public WrapperPlayServerOpenSignEditor(com.comphenix.protocol.events.PacketContainer packet)
  • Method Details

    • getPos

      public com.comphenix.protocol.wrappers.BlockPosition getPos()
      Retrieves the value of field 'pos'
      Returns:
      'pos'
    • setPos

      public void setPos(com.comphenix.protocol.wrappers.BlockPosition value)
      Sets the value of field 'pos'
      Parameters:
      value - New value for field 'pos'
    • getIsFrontText

      public boolean getIsFrontText()
      Gets the field front text
      Returns:
      whether the opened editor is for the front or on the back of the sign
      Since:
      1.20
    • setIsFrontText

      public void setIsFrontText(boolean value)
      Sets the field front text
      Parameters:
      value - whether the opened editor is for the front or on the back of the sign
      Since:
      1.20