mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-22 23:00:52 +00:00
World Ops
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user