public static class Types_v1_20_5.ContainerLoot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOOT_TABLE |
static java.lang.String |
SEED |
| Constructor and Description |
|---|
ContainerLoot() |
ContainerLoot(net.lenni0451.mcstructs.core.Identifier lootTable) |
ContainerLoot(net.lenni0451.mcstructs.core.Identifier lootTable,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
net.lenni0451.mcstructs.core.Identifier |
getLootTable() |
long |
getSeed() |
int |
hashCode() |
void |
setLootTable(net.lenni0451.mcstructs.core.Identifier lootTable) |
void |
setSeed(long seed) |
java.lang.String |
toString() |
public static final java.lang.String LOOT_TABLE
public static final java.lang.String SEED
public ContainerLoot(net.lenni0451.mcstructs.core.Identifier lootTable)
public ContainerLoot()
public ContainerLoot(net.lenni0451.mcstructs.core.Identifier lootTable,
long seed)
public net.lenni0451.mcstructs.core.Identifier getLootTable()
public long getSeed()
public void setLootTable(net.lenni0451.mcstructs.core.Identifier lootTable)
public void setSeed(long seed)
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