Interface ChangeSignEvent
- 
- All Superinterfaces:
- Cancellable,- Event
 
 public interface ChangeSignEvent extends Event, Cancellable 
- 
- 
Method SummaryAll 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.CancellableisCancelled, setCancelled
 
- 
 
- 
- 
- 
Method Detail- 
originalTextListValue.Immutable<Component> originalText() Gets the originalListValuebefore event changes.- Returns:
- The immutable SignData
 
 - 
textListValue.Mutable<Component> text() - Returns:
- The SignData
 
 
- 
 
-