Uses of Record Class
net.minecraft.advancements.criterion.MovementPredicate
Packages that use MovementPredicate
-
Uses of MovementPredicate in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type MovementPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MovementPredicate> MovementPredicate.CODECprivate Optional<MovementPredicate> EntityPredicate.Builder.movementprivate final Optional<MovementPredicate> EntityPredicate.movementThe field for themovementrecord component.Methods in net.minecraft.advancements.criterion that return MovementPredicateModifier and TypeMethodDescriptionstatic MovementPredicateMovementPredicate.fallDistance(MinMaxBounds.Doubles bounds) static MovementPredicateMovementPredicate.horizontalSpeed(MinMaxBounds.Doubles bounds) static MovementPredicateMovementPredicate.speed(MinMaxBounds.Doubles bounds) static MovementPredicateMovementPredicate.verticalSpeed(MinMaxBounds.Doubles bounds) Methods in net.minecraft.advancements.criterion that return types with arguments of type MovementPredicateModifier and TypeMethodDescriptionEntityPredicate.movement()Returns the value of themovementrecord component.Methods in net.minecraft.advancements.criterion with parameters of type MovementPredicate