| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.command | |
| com.sk89q.worldedit.scripting | |
| com.sk89q.worldedit.util.io.file |
| Modifier and Type | Method and Description |
|---|---|
File |
WorldEdit.getSafeOpenFile(Player player,
File dir,
String filename,
String defaultExt,
String... extensions)
Gets the path to a file.
|
File |
WorldEdit.getSafeSaveFile(Player player,
File dir,
String filename,
String defaultExt,
String... extensions)
Gets the path to a file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchematicCommands.load(Player player,
LocalSession session,
String formatName,
String filename)
Deprecated.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilenameResolutionException |
class |
FileSelectionAbortedException |
class |
InvalidFilenameException |
Copyright © 2010-2014. All Rights Reserved.