Uses of Class
net.minecraft.advancements.criterion.LocationPredicate
-
Packages that use LocationPredicate Package Description net.minecraft.advancements.criterion net.minecraft.loot.conditions -
-
Uses of LocationPredicate in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as LocationPredicate Modifier and Type Field Description static LocationPredicateLocationPredicate. ANYprivate LocationPredicateNetherTravelTrigger.Instance. enteredprivate LocationPredicateNetherTravelTrigger.Instance. exitedprivate LocationPredicateEntityPredicate.Builder. locationprivate LocationPredicateEntityPredicate. locationprivate LocationPredicatePlacedBlockTrigger.Instance. locationprivate LocationPredicatePositionTrigger.Instance. locationprivate LocationPredicateRightClickBlockWithItemTrigger.Instance. locationMethods in net.minecraft.advancements.criterion that return LocationPredicate Modifier and Type Method Description LocationPredicateLocationPredicate.Builder. build()static LocationPredicateLocationPredicate. fromJson(com.google.gson.JsonElement p_193454_0_)static LocationPredicateLocationPredicate. inBiome(RegistryKey<Biome> p_242665_0_)static LocationPredicateLocationPredicate. inDimension(RegistryKey<World> p_235308_0_)static LocationPredicateLocationPredicate. inFeature(Structure<?> p_218020_0_)Methods in net.minecraft.advancements.criterion with parameters of type LocationPredicate Modifier and Type Method Description EntityPredicate.BuilderEntityPredicate.Builder. located(LocationPredicate p_203999_1_)static PositionTrigger.InstancePositionTrigger.Instance. located(LocationPredicate p_203932_0_) -
Uses of LocationPredicate in net.minecraft.loot.conditions
Fields in net.minecraft.loot.conditions declared as LocationPredicate Modifier and Type Field Description private LocationPredicateLocationCheck. predicateConstructors in net.minecraft.loot.conditions with parameters of type LocationPredicate Constructor Description LocationCheck(LocationPredicate p_i225895_1_, BlockPos p_i225895_2_)
-