public abstract class Element extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
mixedContent |
Constructor and Description |
---|
Element() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyTextActions(org.spongepowered.api.text.TextBuilder builder) |
protected org.spongepowered.api.text.TextBuilder |
builderFromObject(Object o) |
static Element |
fromText(org.spongepowered.api.text.Text text,
Locale locale) |
protected abstract void |
modifyBuilder(org.spongepowered.api.text.TextBuilder builder) |
org.spongepowered.api.text.TextBuilder |
toText() |
protected abstract void modifyBuilder(org.spongepowered.api.text.TextBuilder builder)
protected void applyTextActions(org.spongepowered.api.text.TextBuilder builder) throws Exception
Exception
protected org.spongepowered.api.text.TextBuilder builderFromObject(Object o) throws Exception
Exception