Skip to content

Commit c197644

Browse files
committed
Fix method name
1 parent e3d5619 commit c197644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastasyncworldedit/API/fill-region-by-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Given are 3 things:
1212
**This code is Fawe specific and can not be used in WorldEdit in this way**
1313
{% endhint %}
1414
```java
15-
public void setChessArea(World world, BlockVector3 position1, BlockVector3 position2) {
15+
public void setCheckerBoardArea(World world, BlockVector3 position1, BlockVector3 position2) {
1616
// Here we must first adapt the world as in the WorldEdit example or translate it into the WorldEdit specialized object.
1717
World faweWorld = BukkitAdapter.adapt(world);
1818

0 commit comments

Comments
 (0)