Start hard-fork from Luminol

This commit is contained in:
Helvetica Volubi
2026-07-18 01:27:14 +08:00
parent f4aea025c1
commit 0678cc6e46
365 changed files with 28337 additions and 657 deletions
@@ -0,0 +1,10 @@
package me.earthme.luminol.utils;
import abomination.IRegionFile;
import java.io.IOException;
@FunctionalInterface
public interface IRegionCreateFunction {
IRegionFile create(RegionCreatorInfo info) throws IOException;
}