Uses of Record Class
net.minecraft.predicate.entity.EntityPredicate.PositionalPredicates
Packages that use EntityPredicate.PositionalPredicates
-
Uses of EntityPredicate.PositionalPredicates in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityPredicate.PositionalPredicatesModifier and TypeFieldDescriptionprivate final EntityPredicate.PositionalPredicatesEntityPredicate.locationThe field for thelocationrecord component.Fields in net.minecraft.predicate.entity with type parameters of type EntityPredicate.PositionalPredicatesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<EntityPredicate.PositionalPredicates> EntityPredicate.PositionalPredicates.CODECMethods in net.minecraft.predicate.entity that return EntityPredicate.PositionalPredicatesModifier and TypeMethodDescriptionEntityPredicate.location()Returns the value of thelocationrecord component.Constructors in net.minecraft.predicate.entity with parameters of type EntityPredicate.PositionalPredicatesModifierConstructorDescriptionEntityPredicate(Optional<EntityTypePredicate> entityType, Optional<DistancePredicate> distanceToPlayer, Optional<MovementPredicate> movement, EntityPredicate.PositionalPredicates location, Optional<EntityEffectPredicate> effects, Optional<NbtPredicate> nbt, Optional<EntityFlagsPredicate> flags, Optional<EntityEquipmentPredicate> equipment, Optional<EntitySubPredicate> subPredicate, Optional<Integer> periodicTick, Optional<EntityPredicate> vehicle, Optional<EntityPredicate> passenger, Optional<EntityPredicate> targetedEntity, Optional<String> team, Optional<SlotsPredicate> slots, ComponentsPredicate components)