Package com.fastasyncworldedit.core
Interface IFawe
public interface IFawe
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringdefault ImageViewergetImageViewer(Player player) Deprecated, for removal: This API element is subject to removal in a future version.for removal with no replacement.Get a friendly name of the platform.getPreloader(boolean initialise) Get the preloader instance and initialise if neededdefault booleanDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getDirectory
File getDirectory() -
getTaskManager
TaskManager getTaskManager() -
getMaskManagers
Collection<FaweMaskManager> getMaskManagers() -
getImageViewer
Deprecated, for removal: This API element is subject to removal in a future version.for removal with no replacement. Out of scope for FAWE. -
getPlatform
String getPlatform()Get a friendly name of the platform.The name can be anything (reasonable). An example name may be "Bukkit" or "Forge".
- Returns:
- the platform name
-
getUUID
-
getName
-
getDebugInfo
-
getQueueHandler
QueueHandler getQueueHandler() -
getPreloader
Get the preloader instance and initialise if needed- Parameters:
initialise- if the preloader should be initialised if null- Returns:
- preloader instance
-
isChunksStretched
Deprecated, for removal: This API element is subject to removal in a future version. -
getPlatformAdapter
FAWEPlatformAdapterImpl getPlatformAdapter()
-