public class MessageBox extends TextComponentProducer
Constructor and Description |
---|
MessageBox(java.lang.String title,
TextComponentProducer contents)
Create a new box.
|
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.formatting.text.TextComponent |
create() |
TextComponentProducer |
getContents()
Gets the message box contents producer.
|
append, append, getBuilder, newline
public MessageBox(java.lang.String title, TextComponentProducer contents)
public TextComponentProducer getContents()
public com.sk89q.worldedit.util.formatting.text.TextComponent create()
create
in class TextComponentProducer