Class FluidPredicate
java.lang.Object
net.minecraft.advancements.critereon.FluidPredicate
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic FluidPredicate
private Fluid
private StatePropertiesPredicate
-
Constructor Summary
ConstructorDescriptionFluidPredicate(Tag<Fluid> p_41100_, Fluid p_41101_, StatePropertiesPredicate p_41102_)
-
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 Tag<Fluid> p_41100_, @Nullable Fluid p_41101_, StatePropertiesPredicate p_41102_)
-
-
Method Details
-
matches
-
fromJson
-
serializeToJson
public com.google.gson.JsonElement serializeToJson()
-