public static class Types_v1_20_5.Lore
extends java.lang.Object
| Constructor and Description |
|---|
Lore() |
Lore(java.util.List<net.lenni0451.mcstructs.text.ATextComponent> lines) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(net.lenni0451.mcstructs.text.ATextComponent line) |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<net.lenni0451.mcstructs.text.ATextComponent> |
getLines() |
int |
hashCode() |
void |
removeLine(net.lenni0451.mcstructs.text.ATextComponent line) |
void |
setLines(java.util.List<net.lenni0451.mcstructs.text.ATextComponent> lines) |
java.lang.String |
toString() |
public Lore()
public Lore(java.util.List<net.lenni0451.mcstructs.text.ATextComponent> lines)
public void addLine(net.lenni0451.mcstructs.text.ATextComponent line)
public void removeLine(net.lenni0451.mcstructs.text.ATextComponent line)
public java.util.List<net.lenni0451.mcstructs.text.ATextComponent> getLines()
public void setLines(java.util.List<net.lenni0451.mcstructs.text.ATextComponent> lines)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object