mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 07:16:10 +00:00
column min/max y
This commit is contained in:
@@ -13,4 +13,8 @@ public interface Column {
|
||||
BlockState getBlock(int y);
|
||||
|
||||
World getWorld();
|
||||
|
||||
int getMinY();
|
||||
|
||||
int getMaxY();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user