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.LocationWrapper
EntityPredicate.location
The field for thelocation
record 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.CODEC
private Optional
<EntityPredicate.LocationWrapper> EntityPredicate.Builder.location
Methods in net.minecraft.advancements.critereon that return EntityPredicate.LocationWrapperModifier and TypeMethodDescriptionEntityPredicate.location()
Returns the value of thelocation
record 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 aEntityPredicate
record class.