Uses of Class
net.minecraft.advancements.critereon.LocationPredicate
Package
Description
-
Uses of LocationPredicate in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic LocationPredicate
LocationPredicate.ANY
private LocationPredicate
NetherTravelTrigger.TriggerInstance.entered
private LocationPredicate
NetherTravelTrigger.TriggerInstance.exited
private LocationPredicate
EntityPredicate.Builder.location
private LocationPredicate
EntityPredicate.location
private LocationPredicate
ItemUsedOnBlockTrigger.TriggerInstance.location
private LocationPredicate
LocationTrigger.TriggerInstance.location
private LocationPredicate
PlacedBlockTrigger.TriggerInstance.location
private LocationPredicate
EntityPredicate.Builder.steppingOnLocation
private LocationPredicate
EntityPredicate.steppingOnLocation
Modifier and TypeMethodDescriptionLocationPredicate.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(StructureFeature<?> p_52628_)
Modifier and TypeMethodDescriptionEntityPredicate.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(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
ModifierConstructorDescription(package private)
LocationCheck(LocationPredicate p_81719_, BlockPos p_81720_)