public class OredictItemPredicate extends ItemPredicate
ItemPredicate
that matches oredicts.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
ore |
ANY
Constructor and Description |
---|
OredictItemPredicate(com.google.gson.JsonObject jsonObject) |
OredictItemPredicate(java.lang.String ore) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(ItemStack stack) |
deserialize, deserializeArray
public OredictItemPredicate(java.lang.String ore)
public OredictItemPredicate(com.google.gson.JsonObject jsonObject)
public boolean test(ItemStack stack)
test
in class ItemPredicate