Uses of Class
dev.wyck.worldgen.blockpredicates.MatchingBlocksPredicate.Builder
Packages that use MatchingBlocksPredicate.Builder
-
Uses of MatchingBlocksPredicate.Builder in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return MatchingBlocksPredicate.BuilderModifier and TypeMethodDescriptionAdds a block to match against.Adds multiple blocks to match against.Sets the blocks to match against.Sets the blocks to match against.MatchingBlocksPredicate.builder()Creates a new builder.BlockPredicate.matchingBlocks()Starts building aMatchingBlocksPredicate, which checks that the block at an offset is one of the specified blocks.MatchingBlocksPredicate.Builder.offset(int x, int y, int z) Sets the offset.MatchingBlocksPredicate.Builder.offset(BlockVector offset) Sets the offset.default MatchingBlocksPredicate.BuilderMatchingBlocksPredicate.toBuilder()Converts this object back to a builder.