Start hard-fork from Luminol
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user