public static class Types_v1_20_5.TagEntryList
extends java.lang.Object
| Constructor and Description |
|---|
TagEntryList(net.lenni0451.mcstructs.core.Identifier tag) |
TagEntryList(java.util.List<net.lenni0451.mcstructs.core.Identifier> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<net.lenni0451.mcstructs.core.Identifier> |
getEntries() |
net.lenni0451.mcstructs.core.Identifier |
getTag() |
int |
hashCode() |
boolean |
isEntries() |
boolean |
isTag() |
java.lang.String |
toString() |
public TagEntryList(net.lenni0451.mcstructs.core.Identifier tag)
public TagEntryList(java.util.List<net.lenni0451.mcstructs.core.Identifier> entries)
public boolean isTag()
public boolean isEntries()
public net.lenni0451.mcstructs.core.Identifier getTag()
public java.util.List<net.lenni0451.mcstructs.core.Identifier> getEntries()
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