Uses of Record Class
net.minecraft.advancements.critereon.DistancePredicate
Packages that use DistancePredicate
-
Uses of DistancePredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type DistancePredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<DistancePredicate> DistancePredicate.CODEC
private final Optional
<DistancePredicate> DistanceTrigger.TriggerInstance.distance
The field for thedistance
record component.private final Optional
<DistancePredicate> FallAfterExplosionTrigger.TriggerInstance.distance
The field for thedistance
record component.private final Optional
<DistancePredicate> LevitationTrigger.TriggerInstance.distance
The field for thedistance
record component.private Optional
<DistancePredicate> EntityPredicate.Builder.distanceToPlayer
private final Optional
<DistancePredicate> EntityPredicate.distanceToPlayer
The field for thedistanceToPlayer
record component.private Optional
<DistancePredicate> EntityPredicate.Builder.fallDistance
Methods in net.minecraft.advancements.critereon that return DistancePredicateModifier and TypeMethodDescriptionstatic DistancePredicate
DistancePredicate.absolute
(MinMaxBounds.Doubles p_148841_) static DistancePredicate
DistancePredicate.horizontal
(MinMaxBounds.Doubles p_148837_) static DistancePredicate
DistancePredicate.vertical
(MinMaxBounds.Doubles p_148839_) Methods in net.minecraft.advancements.critereon that return types with arguments of type DistancePredicateModifier and TypeMethodDescriptionDistanceTrigger.TriggerInstance.distance()
Returns the value of thedistance
record component.FallAfterExplosionTrigger.TriggerInstance.distance()
Returns the value of thedistance
record component.LevitationTrigger.TriggerInstance.distance()
Returns the value of thedistance
record component.EntityPredicate.distanceToPlayer()
Returns the value of thedistanceToPlayer
record component.Methods in net.minecraft.advancements.critereon with parameters of type DistancePredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.distance
(DistancePredicate p_36639_) FallAfterExplosionTrigger.TriggerInstance.fallAfterExplosion
(DistancePredicate p_335666_, EntityPredicate.Builder p_335823_) DistanceTrigger.TriggerInstance.fallFromHeight
(EntityPredicate.Builder p_186198_, DistancePredicate p_186199_, LocationPredicate.Builder p_299057_) LevitationTrigger.TriggerInstance.levitated
(DistancePredicate p_49145_) DistanceTrigger.TriggerInstance.rideEntityInLava
(EntityPredicate.Builder p_186195_, DistancePredicate p_186196_) DistanceTrigger.TriggerInstance.travelledThroughNether
(DistancePredicate p_186193_)