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 LocationPredicate
LocationPredicate. ANY
private LocationPredicate
NetherTravelTrigger.Instance. entered
private LocationPredicate
NetherTravelTrigger.Instance. exited
private LocationPredicate
EntityPredicate.Builder. location
private LocationPredicate
EntityPredicate. location
private LocationPredicate
PlacedBlockTrigger.Instance. location
private LocationPredicate
PositionTrigger.Instance. location
private LocationPredicate
RightClickBlockWithItemTrigger.Instance. location
Methods in net.minecraft.advancements.criterion that return LocationPredicate Modifier and Type Method Description LocationPredicate
LocationPredicate.Builder. build()
static LocationPredicate
LocationPredicate. fromJson(com.google.gson.JsonElement p_193454_0_)
static LocationPredicate
LocationPredicate. inBiome(RegistryKey<Biome> p_242665_0_)
static LocationPredicate
LocationPredicate. inDimension(RegistryKey<World> p_235308_0_)
static LocationPredicate
LocationPredicate. inFeature(Structure<?> p_218020_0_)
Methods in net.minecraft.advancements.criterion with parameters of type LocationPredicate Modifier and Type Method Description EntityPredicate.Builder
EntityPredicate.Builder. located(LocationPredicate p_203999_1_)
static PositionTrigger.Instance
PositionTrigger.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 LocationPredicate
LocationCheck. predicate
Constructors in net.minecraft.loot.conditions with parameters of type LocationPredicate Constructor Description LocationCheck(LocationPredicate p_i225895_1_, BlockPos p_i225895_2_)
-