World Ops

This commit is contained in:
Brian Neumann-Fopiano
2026-06-11 14:29:32 -04:00
parent 1c9f9d92bb
commit 13002b04df
11 changed files with 64 additions and 29 deletions
@@ -36,5 +36,7 @@ public interface IrisPlatform {
File dataFolder();
void dispatchConsoleCommand(String command);
void log(LogLevel level, String message);
}
@@ -38,5 +38,11 @@ public interface PlatformWorld {
boolean isChunkLoaded(int chunkX, int chunkZ);
long getTime();
boolean isStorming();
boolean isThundering();
Object nativeHandle();
}