Class SolidPredicate.Builder
java.lang.Object
dev.wyck.worldgen.blockpredicates.SolidPredicate.Builder
- Enclosing interface:
SolidPredicate
Builder for
SolidPredicate.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the solid predicate.offset(int x, int y, int z) Sets the offset.offset(BlockVector offset) Sets the offset.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
offset
Sets the offset.- Parameters:
offset- the offset- Returns:
- this builder
- Since:
- 3.0.0
-
offset
Sets the offset.- Parameters:
x- the x offsety- the y offsetz- the z offset- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the solid predicate.- Returns:
- the solid predicate
- Since:
- 3.0.0
-