Uses of Record Class
net.minecraft.advancements.critereon.LocationPredicate
Packages that use LocationPredicate
Package
Description
-
Uses of LocationPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type LocationPredicateModifier and TypeFieldDescriptionprivate final Optional<LocationPredicate> EntityPredicate.LocationWrapper.affectsMovementThe field for theaffectsMovementrecord component.static final com.mojang.serialization.Codec<LocationPredicate> LocationPredicate.CODECprivate Optional<LocationPredicate> EntityPredicate.Builder.locatedprivate final Optional<LocationPredicate> EntityPredicate.LocationWrapper.locatedThe field for thelocatedrecord component.private Optional<LocationPredicate> EntityPredicate.Builder.movementAffectedByprivate final Optional<LocationPredicate> DistanceTrigger.TriggerInstance.startPositionThe field for thestartPositionrecord component.private final Optional<LocationPredicate> FallAfterExplosionTrigger.TriggerInstance.startPositionThe field for thestartPositionrecord component.private final Optional<LocationPredicate> EntityPredicate.LocationWrapper.steppingOnThe field for thesteppingOnrecord component.private Optional<LocationPredicate> EntityPredicate.Builder.steppingOnLocationMethods in net.minecraft.advancements.critereon that return LocationPredicateMethods in net.minecraft.advancements.critereon that return types with arguments of type LocationPredicateModifier and TypeMethodDescriptionEntityPredicate.LocationWrapper.affectsMovement()Returns the value of theaffectsMovementrecord component.EntityPredicate.LocationWrapper.located()Returns the value of thelocatedrecord component.DistanceTrigger.TriggerInstance.startPosition()Returns the value of thestartPositionrecord component.FallAfterExplosionTrigger.TriggerInstance.startPosition()Returns the value of thestartPositionrecord component.EntityPredicate.LocationWrapper.steppingOn()Returns the value of thesteppingOnrecord component.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type LocationPredicateModifierConstructorDescriptionLocationWrapper(Optional<LocationPredicate> located, Optional<LocationPredicate> steppingOn, Optional<LocationPredicate> affectsMovement) Creates an instance of aLocationWrapperrecord class. -
Uses of LocationPredicate in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates with type parameters of type LocationPredicateModifier and TypeFieldDescriptionprivate final Optional<LocationPredicate> LocationCheck.predicateThe field for thepredicaterecord component.Methods in net.minecraft.world.level.storage.loot.predicates that return types with arguments of type LocationPredicateModifier and TypeMethodDescriptionLocationCheck.predicate()Returns the value of thepredicaterecord component.Constructor parameters in net.minecraft.world.level.storage.loot.predicates with type arguments of type LocationPredicateModifierConstructorDescriptionLocationCheck(Optional<LocationPredicate> predicate, BlockPos offset) Creates an instance of aLocationCheckrecord class.