mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-22 08:41:05 +00:00
Height getter
This commit is contained in:
@@ -105,4 +105,8 @@ public class IrisWorld {
|
||||
|
||||
return (KList<? extends T>) NO_ENTITIES;
|
||||
}
|
||||
|
||||
public int getHeight() {
|
||||
return maxHeight - minHeight;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user