| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.scripting |
| Modifier and Type | Class and Description |
|---|---|
class |
FilenameResolutionException |
class |
FileSelectionAbortedException |
class |
InvalidFilenameException |
| Modifier and Type | Method and Description |
|---|---|
File |
WorldEdit.getSafeOpenFile(LocalPlayer player,
File dir,
String filename,
String defaultExt,
String... extensions)
Gets the path to a file.
|
File |
WorldEdit.getSafeSaveFile(LocalPlayer player,
File dir,
String filename,
String defaultExt,
String... extensions)
Gets the path to a file.
|
| Modifier and Type | Method and Description |
|---|---|
File |
CraftScriptContext.getSafeFile(String folder,
String filename)
Deprecated.
|
File |
CraftScriptContext.getSafeOpenFile(String folder,
String filename,
String defaultExt,
String... exts)
Gets the path to a file for opening.
|
File |
CraftScriptContext.getSafeSaveFile(String folder,
String filename,
String defaultExt,
String... exts)
Gets the path to a file for saving.
|
Copyright © 2010-2014. All Rights Reserved.