Interface ChangeSignEvent

All Superinterfaces:
Cancellable, Event

public interface ChangeSignEvent extends Event, Cancellable
  • Method Details

    • sign

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

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

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

      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.