Uses of Class
dev.wyck.worldgen.blockpredicates.MatchingFluidsPredicate.Builder
Packages that use MatchingFluidsPredicate.Builder
-
Uses of MatchingFluidsPredicate.Builder in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return MatchingFluidsPredicate.BuilderModifier and TypeMethodDescriptionMatchingFluidsPredicate.builder()Creates a new builder.Adds a fluid to match against.Adds multiple fluids to match against.Sets the fluids to match against.Sets the fluids to match against.BlockPredicate.matchingFluids()Starts building aMatchingFluidsPredicate, which checks that the fluid at an offset is one of the specified fluids.MatchingFluidsPredicate.Builder.offset(BlockVector offset) Sets the offset.default MatchingFluidsPredicate.BuilderMatchingFluidsPredicate.toBuilder()Converts this object back to a builder.