Interface FileDialogFactory
public interface FileDialogFactory
Client side only
-
Method Summary
Modifier and TypeMethodDescriptionshowOpenFileDialog(String titleTranslationKey, boolean rememberPath, String[] allowedFileTypePatterns, String allowedFileTypesDescription) showOpenFileDialog(net.minecraft.network.chat.Component title, boolean rememberPath, String[] allowedFileTypePatterns, String allowedFileTypesDescription) File[]showOpenMultiFileDialog(String titleTranslationKey, boolean rememberPath, String[] allowedFileTypePatterns, String allowedFileTypesDescription) File[]showOpenMultiFileDialog(net.minecraft.network.chat.Component title, boolean rememberPath, String[] allowedFileTypePatterns, String allowedFileTypesDescription) showSaveFileDialog(String titleTranslationKey, boolean rememberPath, String[] allowedFileTypePatterns, String allowedFileTypesDescription) showSaveFileDialog(net.minecraft.network.chat.Component title, boolean rememberPath, String[] allowedFileTypePatterns, String allowedFileTypesDescription)
-
Method Details
-
showOpenFileDialog
-
showOpenFileDialog
-
showOpenMultiFileDialog
-
showOpenMultiFileDialog
-
showSaveFileDialog
-
showSaveFileDialog
-