Uses of Class
net.minecraft.advancements.critereon.LocationPredicate
Package
Description
-
Uses of LocationPredicate in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final LocationPredicate
LocationPredicate.ANY
private LocationPredicate
EntityPredicate.Builder.location
private final LocationPredicate
EntityPredicate.location
private final LocationPredicate
ItemUsedOnBlockTrigger.TriggerInstance.location
private final LocationPredicate
LocationTrigger.TriggerInstance.location
private final LocationPredicate
PlacedBlockTrigger.TriggerInstance.location
private final LocationPredicate
DistanceTrigger.TriggerInstance.startPosition
private LocationPredicate
EntityPredicate.Builder.steppingOnLocation
private final LocationPredicate
EntityPredicate.steppingOnLocation
Modifier and TypeMethodDescriptionstatic LocationPredicate
LocationPredicate.atYLocation
(MinMaxBounds.Doubles p_187443_) LocationPredicate.Builder.build()
static LocationPredicate
LocationPredicate.fromJson
(com.google.gson.JsonElement p_52630_) static LocationPredicate
LocationPredicate.inBiome
(ResourceKey<Biome> p_52635_) static LocationPredicate
LocationPredicate.inDimension
(ResourceKey<Level> p_52639_) static LocationPredicate
LocationPredicate.inFeature
(ResourceKey<ConfiguredStructureFeature<?, ?>> p_207929_) Modifier and TypeMethodDescriptionDistanceTrigger.TriggerInstance.fallFromHeight
(EntityPredicate.Builder p_186198_, DistancePredicate p_186199_, LocationPredicate p_186200_) EntityPredicate.Builder.located
(LocationPredicate p_36651_) LocationTrigger.TriggerInstance.located
(LocationPredicate p_53671_) EntityPredicate.Builder.steppingOn
(LocationPredicate p_150331_) ModifierConstructorDescriptionprivate
EntityPredicate
(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
(ResourceLocation p_186184_, EntityPredicate.Composite p_186185_, LocationPredicate p_186186_, DistancePredicate p_186187_) 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_59500_, Block p_59501_, StatePropertiesPredicate p_59502_, LocationPredicate p_59503_, ItemPredicate p_59504_) -
Uses of LocationPredicate in net.minecraft.world.level.storage.loot.predicates
Modifier and TypeFieldDescription(package private) final LocationPredicate
LocationCheck.predicate
ModifierConstructorDescription(package private)
LocationCheck
(LocationPredicate p_81719_, BlockPos p_81720_)