Uses of Record Class
net.minecraft.advancements.critereon.EntityPredicate.LocationWrapper
Packages that use EntityPredicate.LocationWrapper
-
Uses of EntityPredicate.LocationWrapper in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as EntityPredicate.LocationWrapperModifier and TypeFieldDescriptionprivate final EntityPredicate.LocationWrapperEntityPredicate.locationThe field for thelocationrecord component.Fields in net.minecraft.advancements.critereon with type parameters of type EntityPredicate.LocationWrapperModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<EntityPredicate.LocationWrapper> EntityPredicate.LocationWrapper.CODECprivate Optional<EntityPredicate.LocationWrapper> EntityPredicate.Builder.locationMethods in net.minecraft.advancements.critereon that return EntityPredicate.LocationWrapperModifier and TypeMethodDescriptionEntityPredicate.location()Returns the value of thelocationrecord component.Constructors in net.minecraft.advancements.critereon with parameters of type EntityPredicate.LocationWrapperModifierConstructorDescriptionEntityPredicate(Optional<EntityTypePredicate> entityType, Optional<DistancePredicate> distanceToPlayer, Optional<MovementPredicate> movement, EntityPredicate.LocationWrapper location, Optional<MobEffectsPredicate> 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) Creates an instance of aEntityPredicaterecord class.