public class NBTPredicate
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static NBTPredicate | 
ANY  | 
| Constructor and Description | 
|---|
NBTPredicate(NBTTagCompound tag)  | 
| Modifier and Type | Method and Description | 
|---|---|
static NBTPredicate | 
deserialize(JsonElement json)  | 
boolean | 
test(Entity entityIn)  | 
boolean | 
test(ItemStack item)  | 
boolean | 
test(NBTBase nbt)  | 
public static final NBTPredicate ANY
public NBTPredicate(NBTTagCompound tag)
public boolean test(ItemStack item)
public boolean test(Entity entityIn)
public boolean test(NBTBase nbt)
public static NBTPredicate deserialize(JsonElement json)