[Fix] Wrong method name for terrainAdjustments
This commit is contained in:
parent
f07a651279
commit
eb2d25ce11
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class BCLStructureBuilder<S extends Structure> {
|
|||
return INSTANCE;
|
||||
}
|
||||
|
||||
public BCLStructureBuilder<S> step(TerrainAdjustment value) {
|
||||
public BCLStructureBuilder<S> adjustment(TerrainAdjustment value) {
|
||||
this.terrainAdjustment = value;
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue