Uses of 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 declared as LocationPredicateModifier and TypeFieldDescriptionprivate final LocationPredicateNetherTravelCriterion.Conditions.enteredPosprivate final LocationPredicateNetherTravelCriterion.Conditions.exitedPosprivate final LocationPredicateItemUsedOnBlockCriterion.Conditions.locationprivate final LocationPredicateLocationArrivalCriterion.Conditions.locationprivate final LocationPredicatePlacedBlockCriterion.Conditions.locationMethods in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifier and TypeMethodDescriptionLocationArrivalCriterion.Conditions.create(LocationPredicate location) Constructors in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifierConstructorDescriptionConditions(EntityPredicate.Extended player, LocationPredicate location, ItemPredicate item) Conditions(Identifier id, EntityPredicate.Extended player, LocationPredicate location) Conditions(EntityPredicate.Extended player, LocationPredicate enteredPos, LocationPredicate exitedPos, DistancePredicate distance) Conditions(EntityPredicate.Extended player, @Nullable Block block, StatePredicate state, LocationPredicate location, ItemPredicate item) -
Uses of LocationPredicate in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as LocationPredicateModifier and TypeFieldDescription(package private) final LocationPredicateLocationCheckLootCondition.predicateConstructors in net.minecraft.loot.condition with parameters of type LocationPredicateModifierConstructorDescription(package private)LocationCheckLootCondition(LocationPredicate locationPredicate, BlockPos blockPos) -
Uses of LocationPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as LocationPredicateModifier and TypeFieldDescriptionstatic final LocationPredicateLocationPredicate.ANYprivate final LocationPredicateEntityPredicate.field_33912private LocationPredicateEntityPredicate.Builder.field_33915private LocationPredicateEntityPredicate.Builder.locationprivate final LocationPredicateEntityPredicate.locationMethods in net.minecraft.predicate.entity that return LocationPredicateModifier and TypeMethodDescriptionstatic LocationPredicateLocationPredicate.biome(RegistryKey<Biome> biome) LocationPredicate.Builder.build()static LocationPredicateLocationPredicate.dimension(RegistryKey<World> dimension) static LocationPredicateLocationPredicate.feature(StructureFeature<?> feature) static LocationPredicateLocationPredicate.fromJson(@Nullable JsonElement json) Methods in net.minecraft.predicate.entity with parameters of type LocationPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.location(LocationPredicate location) EntityPredicate.Builder.method_37230(LocationPredicate locationPredicate) Constructors in net.minecraft.predicate.entity with parameters of type LocationPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, @Nullable String string, @Nullable Identifier identifier) (package private)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate entityPredicate3, @Nullable String string, @Nullable Identifier identifier)