Interface FileDialogFactory


public interface FileDialogFactory
Client side only
  • Method Details

    • showOpenFileDialog

      @Nullable File showOpenFileDialog(String titleTranslationKey, boolean rememberPath, @Nullable String[] allowedFileTypePatterns, @Nullable String allowedFileTypesDescription)
    • showOpenFileDialog

      @Nullable File showOpenFileDialog(net.minecraft.network.chat.Component title, boolean rememberPath, @Nullable String[] allowedFileTypePatterns, @Nullable String allowedFileTypesDescription)
    • showOpenMultiFileDialog

      @Nullable File[] showOpenMultiFileDialog(String titleTranslationKey, boolean rememberPath, @Nullable String[] allowedFileTypePatterns, @Nullable String allowedFileTypesDescription)
    • showOpenMultiFileDialog

      @Nullable File[] showOpenMultiFileDialog(net.minecraft.network.chat.Component title, boolean rememberPath, @Nullable String[] allowedFileTypePatterns, @Nullable String allowedFileTypesDescription)
    • showSaveFileDialog

      @Nullable File showSaveFileDialog(String titleTranslationKey, boolean rememberPath, @Nullable String[] allowedFileTypePatterns, @Nullable String allowedFileTypesDescription)
    • showSaveFileDialog

      @Nullable File showSaveFileDialog(net.minecraft.network.chat.Component title, boolean rememberPath, @Nullable String[] allowedFileTypePatterns, @Nullable String allowedFileTypesDescription)