Class FluidPredicate
java.lang.Object
net.minecraft.advancements.critereon.FluidPredicate
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final FluidPredicate
private final Fluid
private final StatePropertiesPredicate
-
Constructor Summary
ConstructorDescriptionFluidPredicate
(TagKey<Fluid> p_204102_, Fluid p_204103_, StatePropertiesPredicate p_204104_) -
Method Summary
Modifier and TypeMethodDescriptionstatic FluidPredicate
fromJson
(com.google.gson.JsonElement p_41108_) boolean
matches
(ServerLevel p_41105_, BlockPos p_41106_) com.google.gson.JsonElement
-
Field Details
-
ANY
-
tag
-
fluid
-
properties
-
-
Constructor Details
-
FluidPredicate
public FluidPredicate(@Nullable TagKey<Fluid> p_204102_, @Nullable Fluid p_204103_, StatePropertiesPredicate p_204104_)
-
-
Method Details
-
matches
-
fromJson
-
serializeToJson
public com.google.gson.JsonElement serializeToJson()
-