public interface IslandCalculationAlgorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IslandCalculationAlgorithm.IslandCalculationResult
Represents calculation result.
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.concurrent.CompletableFuture<IslandCalculationAlgorithm.IslandCalculationResult> |
calculateIsland()
Deprecated.
|
java.util.concurrent.CompletableFuture<IslandCalculationAlgorithm.IslandCalculationResult> |
calculateIsland(Island island)
Calculate the island blocks of the island.
|
@Deprecated default java.util.concurrent.CompletableFuture<IslandCalculationAlgorithm.IslandCalculationResult> calculateIsland()
calculateIsland(Island)java.util.concurrent.CompletableFuture<IslandCalculationAlgorithm.IslandCalculationResult> calculateIsland(Island island)
island - The island to calculate blocks for.