Uses of Class
dev.wyck.worldgen.blockpredicates.MatchingBiomesPredicate.Builder
Packages that use MatchingBiomesPredicate.Builder
-
Uses of MatchingBiomesPredicate.Builder in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return MatchingBiomesPredicate.BuilderModifier and TypeMethodDescriptionAdds a biome to match against.Adds multiple biomes to match against.Sets the biomes to match against.Sets the biomes to match against.MatchingBiomesPredicate.builder()Creates a new builder.BlockPredicate.matchingBiomes()Starts building aMatchingBiomesPredicate, which checks that the biome at the block's position is one of the specified biomes.default MatchingBiomesPredicate.BuilderMatchingBiomesPredicate.toBuilder()Converts this object back to a builder.