Interface ChangeSignEvent
- All Superinterfaces:
Cancellable
,Event
-
Method Summary
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Method Details
-
sign
Sign sign()Gets theSign
.- Returns:
- The sign
-
originalText
ListValue.Immutable<Component> originalText()Gets the originalListValue
before event changes.- Returns:
- The immutable SignData
-
text
ListValue.Mutable<Component> text()- Returns:
- The SignData
-