public class SelectorComponent extends ATextComponent
| Constructor and Description |
|---|
SelectorComponent(java.lang.String selector,
ATextComponent separator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asSingleString() |
ATextComponent |
copy() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getSelector() |
ATextComponent |
getSeparator() |
int |
hashCode() |
java.lang.String |
toString() |
append, append, asLegacyFormatString, asUnformattedString, copyParentStyle, forEach, getSiblings, getStyle, putMetaCopy, setParentStyle, setStylepublic SelectorComponent(java.lang.String selector,
@Nullable
ATextComponent separator)
public java.lang.String getSelector()
@Nullable public ATextComponent getSeparator()
public java.lang.String asSingleString()
asSingleString in class ATextComponentpublic ATextComponent copy()
copy in interface net.lenni0451.mcstructs.core.ICopyable<ATextComponent>copy in class ATextComponentpublic boolean equals(java.lang.Object o)
equals in class ATextComponentpublic int hashCode()
hashCode in class ATextComponentpublic java.lang.String toString()
toString in class ATextComponent