Interface ChangeSignEvent
-
- All Superinterfaces:
Cancellable,Event
public interface ChangeSignEvent extends Event, Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListValue.Immutable<Component>originalText()Gets the originalListValuebefore event changes.Signsign()Gets theSign.ListValue.Mutable<Component>text()-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-
-
-
Method Detail
-
originalText
ListValue.Immutable<Component> originalText()
Gets the originalListValuebefore event changes.- Returns:
- The immutable SignData
-
text
ListValue.Mutable<Component> text()
- Returns:
- The SignData
-
-