public class StorageNbtComponent extends NbtComponent
| Constructor and Description |
|---|
StorageNbtComponent(java.lang.String component,
boolean resolve,
ATextComponent separator,
net.lenni0451.mcstructs.core.Identifier id) |
StorageNbtComponent(java.lang.String component,
boolean resolve,
net.lenni0451.mcstructs.core.Identifier id) |
| Modifier and Type | Method and Description |
|---|---|
ATextComponent |
copy() |
boolean |
equals(java.lang.Object o) |
net.lenni0451.mcstructs.core.Identifier |
getId() |
int |
hashCode() |
java.lang.String |
toString() |
asSingleString, getComponent, getSeparator, isResolveappend, append, asLegacyFormatString, asUnformattedString, copyParentStyle, forEach, getSiblings, getStyle, putMetaCopy, setParentStyle, setStylepublic StorageNbtComponent(java.lang.String component,
boolean resolve,
net.lenni0451.mcstructs.core.Identifier id)
public StorageNbtComponent(java.lang.String component,
boolean resolve,
ATextComponent separator,
net.lenni0451.mcstructs.core.Identifier id)
public net.lenni0451.mcstructs.core.Identifier getId()
public 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