public class ItemStackKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.ItemStack |
baseStack |
static ItemStackKey |
EMPTY |
Constructor and Description |
---|
ItemStackKey(net.minecraft.item.ItemStack stack) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public static final ItemStackKey EMPTY
@Nonnull public final net.minecraft.item.ItemStack baseStack