addon-level/src/main/java/world/bentobox/level/calculators/IslandLevelCalculator.java

11 lines
182 B
Java

package world.bentobox.level.calculators;
public interface IslandLevelCalculator {
/**
* @return the results of the island calculation
*/
Results getResult();
}