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 LocationPredicateItemUsedOnBlockCriterion.Conditions.locationprivate final LocationPredicatePlacedBlockCriterion.Conditions.locationprivate final LocationPredicateTravelCriterion.Conditions.startPosMethods in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifier and TypeMethodDescriptionstatic TravelCriterion.ConditionsTravelCriterion.Conditions.fallFromHeight(EntityPredicate.Builder entity, DistancePredicate distance, LocationPredicate startPos) static TickCriterion.ConditionsTickCriterion.Conditions.method_43137(LocationPredicate locationPredicate) Constructors in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifierConstructorDescriptionConditions(Identifier identifier, EntityPredicate.Extended extended, LocationPredicate locationPredicate, ItemPredicate itemPredicate) Conditions(EntityPredicate.Extended player, @Nullable Block block, StatePredicate state, LocationPredicate location, ItemPredicate item) Conditions(Identifier id, EntityPredicate.Extended entity, LocationPredicate startPos, DistancePredicate distance) -
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 predicate, BlockPos offset) -
Uses of LocationPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as LocationPredicateModifier and TypeFieldDescriptionstatic final LocationPredicateLocationPredicate.ANYprivate LocationPredicateEntityPredicate.Builder.locationprivate final LocationPredicateEntityPredicate.locationprivate LocationPredicateEntityPredicate.Builder.steppingOnprivate final LocationPredicateEntityPredicate.steppingOnMethods 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(RegistryKey<StructureFeature> feature) static LocationPredicateLocationPredicate.fromJson(@Nullable JsonElement json) static LocationPredicateLocationPredicate.y(NumberRange.FloatRange y) Methods in net.minecraft.predicate.entity with parameters of type LocationPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.location(LocationPredicate location) EntityPredicate.Builder.steppingOn(LocationPredicate location) Constructors in net.minecraft.predicate.entity with parameters of type LocationPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, class_7376 class_7376, @Nullable String string) (package private)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, class_7376 class_7376, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate vehicle, @Nullable String string)