package me.youhavetrouble.blockedit.schematic; import org.jetbrains.annotations.NotNull; public interface FileSchematicProvider extends SchematicProvider { /** * Get the file extensions of the schematic provider. */ @NotNull String[] fileExtensions(); }