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