Package com.fastasyncworldedit.core
Interface IFawe
public interface IFawe
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
default ImageViewer
getImageViewer
(Player player) getPreloader
(boolean initialise) Get the preloader instance and initialise if neededdefault boolean
-
Method Details
-
getDirectory
File getDirectory() -
getTaskManager
TaskManager getTaskManager() -
getMaskManagers
Collection<FaweMaskManager> getMaskManagers() -
getImageViewer
-
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
default boolean isChunksStretched() -
getPlatformAdapter
FAWEPlatformAdapterImpl getPlatformAdapter()
-