mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 17:19:16 +00:00
Net listeners
This commit is contained in:
@@ -31,6 +31,16 @@ public interface PregenListener {
|
||||
|
||||
void onRegionSkipped(int x, int z);
|
||||
|
||||
void onNetworkStarted(int x, int z);
|
||||
|
||||
void onNetworkFailed(int x, int z);
|
||||
|
||||
void onNetworkReclaim(int revert);
|
||||
|
||||
void onNetworkGeneratedChunk(int x, int z);
|
||||
|
||||
void onNetworkDownloaded(int x, int z);
|
||||
|
||||
void onClose();
|
||||
|
||||
void onSaving();
|
||||
|
||||
Reference in New Issue
Block a user