mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Net listeners
This commit is contained in:
parent
e817d3355c
commit
cf8612c99f
@ -31,6 +31,16 @@ public interface PregenListener {
|
|||||||
|
|
||||||
void onRegionSkipped(int x, int z);
|
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 onClose();
|
||||||
|
|
||||||
void onSaving();
|
void onSaving();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user