Package baritone.api.schematic
Interface ISchematicSystem
public interface ISchematicSystem
- Since:
- 12/23/2019
- Author:
- Brady
-
Method Summary
Modifier and TypeMethodDescriptionAttempts to find anISchematicFormatthat supports the specified schematic file.
-
Method Details
-
getRegistry
- Returns:
- The registry of supported schematic formats
-
getByFile
Attempts to find anISchematicFormatthat supports the specified schematic file.- Parameters:
file- A schematic file- Returns:
- The corresponding format for the file,
Optional.empty()if no candidates were found.
-
getFileExtensions
- Returns:
- A list of file extensions used by supported formats
-