Class LocationPredicate
java.lang.Object
net.minecraft.advancements.critereon.LocationPredicate
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocationPredicateprivate final ResourceKey<Biome>private final BlockPredicateprivate final ResourceKey<Level>private final ResourceKey<ConfiguredStructureFeature<?,?>> private final FluidPredicateprivate final LightPredicateprivate static final org.slf4j.Loggerprivate final Booleanprivate final MinMaxBounds.Doublesprivate final MinMaxBounds.Doublesprivate final MinMaxBounds.Doubles -
Constructor Summary
ConstructorsConstructorDescriptionLocationPredicate(MinMaxBounds.Doubles p_207916_, MinMaxBounds.Doubles p_207917_, MinMaxBounds.Doubles p_207918_, ResourceKey<Biome> p_207919_, ResourceKey<ConfiguredStructureFeature<?, ?>> p_207920_, ResourceKey<Level> p_207921_, Boolean p_207922_, LightPredicate p_207923_, BlockPredicate p_207924_, FluidPredicate p_207925_) -
Method Summary
Modifier and TypeMethodDescriptionstatic LocationPredicateatYLocation(MinMaxBounds.Doubles p_187443_) static LocationPredicatefromJson(com.google.gson.JsonElement p_52630_) static LocationPredicateinBiome(ResourceKey<Biome> p_52635_) static LocationPredicateinDimension(ResourceKey<Level> p_52639_) static LocationPredicateinFeature(ResourceKey<ConfiguredStructureFeature<?, ?>> p_207929_) booleanmatches(ServerLevel p_52618_, double p_52619_, double p_52620_, double p_52621_) com.google.gson.JsonElement
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
ANY
-
x
-
y
-
z
-
biome
-
feature
-
dimension
-
smokey
-
light
-
block
-
fluid
-
-
Constructor Details
-
LocationPredicate
public LocationPredicate(MinMaxBounds.Doubles p_207916_, MinMaxBounds.Doubles p_207917_, MinMaxBounds.Doubles p_207918_, @Nullable ResourceKey<Biome> p_207919_, @Nullable ResourceKey<ConfiguredStructureFeature<?, ?>> p_207920_, @Nullable ResourceKey<Level> p_207921_, @Nullable Boolean p_207922_, LightPredicate p_207923_, BlockPredicate p_207924_, FluidPredicate p_207925_)
-
-
Method Details
-
inBiome
-
inDimension
-
inFeature
-
atYLocation
-
matches
-
serializeToJson
public com.google.gson.JsonElement serializeToJson() -
fromJson
-