Uses of Record Class
net.minecraft.predicate.entity.LocationPredicate
Packages that use LocationPredicate
Package
Description
-
Uses of LocationPredicate in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion with type parameters of type LocationPredicateModifier and TypeFieldDescriptionprivate final Optional<LocationPredicate> FallAfterExplosionCriterion.Conditions.startPositionThe field for thestartPositionrecord component.private final Optional<LocationPredicate> TravelCriterion.Conditions.startPositionThe field for thestartPositionrecord component.Methods in net.minecraft.advancement.criterion that return types with arguments of type LocationPredicateModifier and TypeMethodDescriptionFallAfterExplosionCriterion.Conditions.startPosition()Returns the value of thestartPositionrecord component.TravelCriterion.Conditions.startPosition()Returns the value of thestartPositionrecord component. -
Uses of LocationPredicate in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition with type parameters of type LocationPredicateModifier and TypeFieldDescriptionprivate final Optional<LocationPredicate> LocationCheckLootCondition.predicateThe field for thepredicaterecord component.Methods in net.minecraft.loot.condition that return types with arguments of type LocationPredicateModifier and TypeMethodDescriptionLocationCheckLootCondition.predicate()Returns the value of thepredicaterecord component.Constructor parameters in net.minecraft.loot.condition with type arguments of type LocationPredicateModifierConstructorDescriptionLocationCheckLootCondition(Optional<LocationPredicate> optional, BlockPos offset) -
Uses of LocationPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type LocationPredicateModifier and TypeFieldDescriptionprivate final Optional<LocationPredicate> EntityPredicate.class_9777.affectsMovementThe field for theaffectsMovementrecord component.static final com.mojang.serialization.Codec<LocationPredicate> LocationPredicate.CODECprivate Optional<LocationPredicate> EntityPredicate.Builder.field_51937private Optional<LocationPredicate> EntityPredicate.Builder.field_51938private final Optional<LocationPredicate> EntityPredicate.class_9777.locatedThe field for thelocatedrecord component.private Optional<LocationPredicate> EntityPredicate.Builder.steppingOnprivate final Optional<LocationPredicate> EntityPredicate.class_9777.steppingOnThe field for thesteppingOnrecord component.Methods in net.minecraft.predicate.entity that return LocationPredicateMethods in net.minecraft.predicate.entity that return types with arguments of type LocationPredicateModifier and TypeMethodDescriptionEntityPredicate.class_9777.affectsMovement()Returns the value of theaffectsMovementrecord component.EntityPredicate.class_9777.located()Returns the value of thelocatedrecord component.EntityPredicate.class_9777.steppingOn()Returns the value of thesteppingOnrecord component.Constructor parameters in net.minecraft.predicate.entity with type arguments of type LocationPredicateModifierConstructorDescriptionclass_9777(Optional<LocationPredicate> optional, Optional<LocationPredicate> optional2, Optional<LocationPredicate> optional3)