public class ItemStackValueFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
matchMeta |
boolean |
matchNbt |
ItemStackKey |
stack |
Constructor and Description |
---|
ItemStackValueFilter(ItemStackKey stack,
boolean matchMeta,
boolean matchNbt) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final ItemStackKey stack
public final boolean matchNbt
public final boolean matchMeta
public ItemStackValueFilter(ItemStackKey stack, boolean matchMeta, boolean matchNbt)