Package net.minecraft.predicate
Class FluidPredicate
java.lang.Object
net.minecraft.predicate.FluidPredicate
public class FluidPredicate extends Object
-
Field Summary
Fields Modifier and Type Field Description static FluidPredicateANYprivate Fluidfluidprivate StatePredicatestateprivate Tag<Fluid>tag -
Constructor Summary
Constructors Constructor Description FluidPredicate(Tag<Fluid> tag, Fluid fluid, StatePredicate state) -
Method Summary
Modifier and Type Method Description static FluidPredicatefromJson(JsonElement json)booleantest(ServerWorld world, BlockPos pos)JsonElementtoJson()