Package | Description |
---|---|
net.minecraft.advancements.critereon |
Modifier and Type | Field and Description |
---|---|
static NBTPredicate |
NBTPredicate.ANY |
private NBTPredicate |
EntityPredicate.nbt |
private NBTPredicate |
ItemPredicate.nbt |
Modifier and Type | Method and Description |
---|---|
static NBTPredicate |
NBTPredicate.deserialize(com.google.gson.JsonElement json) |
Constructor and Description |
---|
EntityPredicate(ResourceLocation type,
DistancePredicate distance,
LocationPredicate location,
MobEffectsPredicate effects,
NBTPredicate nbt) |
ItemPredicate(Item item,
java.lang.Integer data,
MinMaxBounds count,
MinMaxBounds durability,
EnchantmentPredicate[] enchantments,
PotionType potion,
NBTPredicate nbt) |