public static class Types_v1_20_5.ContainerSlot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ITEM |
static java.lang.String |
SLOT |
| Constructor and Description |
|---|
ContainerSlot() |
ContainerSlot(int slot,
Types_v1_20_5.ItemStack item) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Types_v1_20_5.ItemStack |
getItem() |
int |
getSlot() |
int |
hashCode() |
void |
setItem(Types_v1_20_5.ItemStack item) |
void |
setSlot(int slot) |
java.lang.String |
toString() |
public static final java.lang.String SLOT
public static final java.lang.String ITEM
public ContainerSlot()
public ContainerSlot(int slot,
Types_v1_20_5.ItemStack item)
public int getSlot()
public Types_v1_20_5.ItemStack getItem()
public void setSlot(int slot)
public void setItem(Types_v1_20_5.ItemStack item)
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