Class MatchingBiomesPredicate.Builder
java.lang.Object
dev.wyck.worldgen.blockpredicates.MatchingBiomesPredicate.Builder
- Enclosing interface:
MatchingBiomesPredicate
- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.build()Builds the matching biomes predicate.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
biomes
Sets the biomes to match against.- Parameters:
biomes- the biomes- Returns:
- this builder
- Since:
- 3.0.0
-
biomes
Sets the biomes to match against.- Parameters:
biomes- the biomes- Returns:
- this builder
- Since:
- 3.0.0
-
biome
Adds a biome to match against.- Parameters:
biome- the biome- Returns:
- this builder
- Since:
- 3.0.0
-
biome
Adds multiple biomes to match against.- Parameters:
biomes- the biomes- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the matching biomes predicate.- Returns:
- the matching biomes predicate
- Since:
- 3.0.0
-