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 originalListValue
before event changes.Sign
sign()
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 originalListValue
before event changes.- Returns:
- The immutable SignData
-
text
ListValue.Mutable<Component> text()
- Returns:
- The SignData
-
-