Interface ChangeSignEvent

All Superinterfaces:
Cancellable, Event

public interface ChangeSignEvent extends Event, Cancellable
  • Method Details Link icon

    • sign Link icon

      Sign sign()
      Gets the Sign.
      Returns:
      The sign
    • originalText Link icon

      Gets the original ListValue before event changes.
      Returns:
      The immutable SignData
    • text Link icon

      Gets the ListValue to be applied to the Sign after event resolution.
      Returns:
      The SignData
    • isFrontSide Link icon

      boolean isFrontSide()
      Gets whether this event is for the front side or back side of the sign.
      Returns:
      true if this event fired for the front side.