Package com.fastasyncworldedit.core
Interface IFawe
public interface IFawe
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
default ImageViewer
getImageViewer
(Player player) Deprecated, for removal: This API element is subject to removal in a future version.for removal with no replacement.getPreloader
(boolean initialise) Get the preloader instance and initialise if neededdefault boolean
Deprecated, 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() -
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()
-