mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 21:46:19 +00:00
expanded the schematic api draft
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package me.youhavetrouble.blockedit.schematic;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface FileSchematicProvider<S extends Schematic> extends SchematicProvider<S> {
|
||||
|
||||
/**
|
||||
* Get the file extensions of the schematic provider.
|
||||
*/
|
||||
@NotNull String[] fileExtensions();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user