Class WrapperPlayClientUpdateSign

java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayClientUpdateSign>
com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientUpdateSign

public class WrapperPlayClientUpdateSign extends PacketWrapper<WrapperPlayClientUpdateSign>
This message is sent from the client to the server when the "Done" button is pushed after placing a sign.
  • Constructor Details

    • WrapperPlayClientUpdateSign

      public WrapperPlayClientUpdateSign(PacketReceiveEvent event)
    • WrapperPlayClientUpdateSign

      public WrapperPlayClientUpdateSign(Vector3i blockPosition, String[] textLines, boolean isFrontText)
  • Method Details