Uses of Class
net.minecraft.advancements.critereon.LocationPredicate
Packages that use LocationPredicate
Package
Description
-
Uses of LocationPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as LocationPredicateModifier and TypeFieldDescriptionstatic LocationPredicateLocationPredicate.ANYprivate LocationPredicateNetherTravelTrigger.TriggerInstance.enteredprivate LocationPredicateNetherTravelTrigger.TriggerInstance.exitedprivate LocationPredicateEntityPredicate.Builder.locationprivate LocationPredicateEntityPredicate.locationprivate LocationPredicateItemUsedOnBlockTrigger.TriggerInstance.locationprivate LocationPredicateLocationTrigger.TriggerInstance.locationprivate LocationPredicatePlacedBlockTrigger.TriggerInstance.locationprivate LocationPredicateEntityPredicate.Builder.steppingOnLocationprivate LocationPredicateEntityPredicate.steppingOnLocationMethods in net.minecraft.advancements.critereon that return LocationPredicateModifier and TypeMethodDescriptionLocationPredicate.Builder.build()static LocationPredicateLocationPredicate.fromJson(com.google.gson.JsonElement p_52630_)static LocationPredicateLocationPredicate.inBiome(ResourceKey<Biome> p_52635_)static LocationPredicateLocationPredicate.inDimension(ResourceKey<Level> p_52639_)static LocationPredicateLocationPredicate.inFeature(StructureFeature<?> p_52628_)Methods in net.minecraft.advancements.critereon with parameters of type LocationPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.located(LocationPredicate p_36651_)LocationTrigger.TriggerInstance.located(LocationPredicate p_53671_)EntityPredicate.Builder.steppingOn(LocationPredicate p_150331_)Constructors in net.minecraft.advancements.critereon with parameters of type LocationPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate p_150306_, DistancePredicate p_150307_, LocationPredicate p_150308_, LocationPredicate p_150309_, MobEffectsPredicate p_150310_, NbtPredicate p_150311_, EntityFlagsPredicate p_150312_, EntityEquipmentPredicate p_150313_, PlayerPredicate p_150314_, FishingHookPredicate p_150315_, LighthingBoltPredicate p_150316_, String p_150317_, ResourceLocation p_150318_)(package private)EntityPredicate(EntityTypePredicate p_150289_, DistancePredicate p_150290_, LocationPredicate p_150291_, LocationPredicate p_150292_, MobEffectsPredicate p_150293_, NbtPredicate p_150294_, EntityFlagsPredicate p_150295_, EntityEquipmentPredicate p_150296_, PlayerPredicate p_150297_, FishingHookPredicate p_150298_, LighthingBoltPredicate p_150299_, EntityPredicate p_150300_, EntityPredicate p_150301_, EntityPredicate p_150302_, String p_150303_, ResourceLocation p_150304_)TriggerInstance(EntityPredicate.Composite p_45504_, LocationPredicate p_45505_, ItemPredicate p_45506_)TriggerInstance(ResourceLocation p_53662_, EntityPredicate.Composite p_53663_, LocationPredicate p_53664_)TriggerInstance(EntityPredicate.Composite p_58459_, LocationPredicate p_58460_, LocationPredicate p_58461_, DistancePredicate p_58462_)TriggerInstance(EntityPredicate.Composite p_59500_, Block p_59501_, StatePropertiesPredicate p_59502_, LocationPredicate p_59503_, ItemPredicate p_59504_) -
Uses of LocationPredicate in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates declared as LocationPredicateConstructors in net.minecraft.world.level.storage.loot.predicates with parameters of type LocationPredicateModifierConstructorDescription(package private)LocationCheck(LocationPredicate p_81719_, BlockPos p_81720_)