Uses of Record Class
net.minecraft.predicate.DamagePredicate
Packages that use DamagePredicate
- 
Uses of DamagePredicate in net.minecraft.advancement.criterionFields in net.minecraft.advancement.criterion with type parameters of type DamagePredicateModifier and TypeFieldDescriptionprivate final Optional<DamagePredicate> EntityHurtPlayerCriterion.Conditions.damageThe field for thedamagerecord component.private final Optional<DamagePredicate> PlayerHurtEntityCriterion.Conditions.damageThe field for thedamagerecord component.Methods in net.minecraft.advancement.criterion that return types with arguments of type DamagePredicateModifier and TypeMethodDescriptionEntityHurtPlayerCriterion.Conditions.damage()Returns the value of thedamagerecord component.PlayerHurtEntityCriterion.Conditions.damage()Returns the value of thedamagerecord component.Methods in net.minecraft.advancement.criterion with parameters of type DamagePredicateModifier and TypeMethodDescriptionEntityHurtPlayerCriterion.Conditions.create(DamagePredicate predicate) Method parameters in net.minecraft.advancement.criterion with type arguments of type DamagePredicateModifier and TypeMethodDescriptionPlayerHurtEntityCriterion.Conditions.create(Optional<DamagePredicate> damage, Optional<EntityPredicate> entity) PlayerHurtEntityCriterion.Conditions.createDamage(Optional<DamagePredicate> damage) 
- 
Uses of DamagePredicate in net.minecraft.predicateFields in net.minecraft.predicate with type parameters of type DamagePredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DamagePredicate> DamagePredicate.CODECMethods in net.minecraft.predicate that return DamagePredicate