Class ItemDurabilityTrigger.Instance
java.lang.Object
net.minecraft.advancements.criterion.CriterionInstance
net.minecraft.advancements.criterion.ItemDurabilityTrigger.Instance
- All Implemented Interfaces:
ICriterionInstance
- Enclosing class:
- ItemDurabilityTrigger
-
Field Summary
Modifier and TypeFieldDescriptionprivate final MinMaxBounds.IntBound
private final MinMaxBounds.IntBound
private final ItemPredicate
-
Constructor Summary
ConstructorDescriptionInstance
(EntityPredicate.AndPredicate p_i231598_1_, ItemPredicate p_i231598_2_, MinMaxBounds.IntBound p_i231598_3_, MinMaxBounds.IntBound p_i231598_4_) -
Method Summary
Modifier and TypeMethodDescriptionchangedDurability
(EntityPredicate.AndPredicate p_234816_0_, ItemPredicate p_234816_1_, MinMaxBounds.IntBound p_234816_2_) boolean
com.google.gson.JsonObject
serializeToJson
(ConditionArraySerializer p_230240_1_) Methods inherited from class net.minecraft.advancements.criterion.CriterionInstance
getCriterion, getPlayerPredicate, toString
-
Field Details
-
item
-
durability
-
delta
-
-
Constructor Details
-
Instance
public Instance(EntityPredicate.AndPredicate p_i231598_1_, ItemPredicate p_i231598_2_, MinMaxBounds.IntBound p_i231598_3_, MinMaxBounds.IntBound p_i231598_4_)
-
-
Method Details
-
changedDurability
public static ItemDurabilityTrigger.Instance changedDurability(EntityPredicate.AndPredicate p_234816_0_, ItemPredicate p_234816_1_, MinMaxBounds.IntBound p_234816_2_) -
matches
-
serializeToJson
- Specified by:
serializeToJson
in interfaceICriterionInstance
- Overrides:
serializeToJson
in classCriterionInstance
-