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
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.inStructure
(ResourceKey<Structure> p_220590_) Modifier and TypeMethodDescriptionDistanceTrigger.TriggerInstance.fallFromHeight
(EntityPredicate.Builder p_186198_, DistancePredicate p_186199_, LocationPredicate p_186200_) EntityPredicate.Builder.located
(LocationPredicate p_36651_) PlayerTrigger.TriggerInstance.located
(LocationPredicate p_222636_) EntityPredicate.Builder.steppingOn
(LocationPredicate p_150331_) ModifierConstructorDescriptionprivate
EntityPredicate
(EntityTypePredicate p_218789_, DistancePredicate p_218790_, LocationPredicate p_218791_, LocationPredicate p_218792_, MobEffectsPredicate p_218793_, NbtPredicate p_218794_, EntityFlagsPredicate p_218795_, EntityEquipmentPredicate p_218796_, EntitySubPredicate p_218797_, String p_218798_) (package private)
EntityPredicate
(EntityTypePredicate p_218775_, DistancePredicate p_218776_, LocationPredicate p_218777_, LocationPredicate p_218778_, MobEffectsPredicate p_218779_, NbtPredicate p_218780_, EntityFlagsPredicate p_218781_, EntityEquipmentPredicate p_218782_, EntitySubPredicate p_218783_, EntityPredicate p_218784_, EntityPredicate p_218785_, EntityPredicate p_218786_, String p_218787_) TriggerInstance
(ResourceLocation p_286369_, ContextAwarePredicate p_286587_, LocationPredicate p_286563_, DistancePredicate p_286818_) -
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_)