mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
Locator API
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
package com.dfsek.terra.api.structure.feature;
|
||||
|
||||
import com.dfsek.terra.api.world.Column;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface Locator {
|
||||
List<Integer> getSuitableCoordinates(Column column, int x, int z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user