Package com.fastasyncworldedit.bukkit
Class FaweBukkit
java.lang.Object
com.fastasyncworldedit.bukkit.FaweBukkit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
createWorldUnloaded
(Supplier<T> task) getImageViewer
(Player player) A mask manager handles region restrictions e.g., PlotSquared plots / WorldGuard regionsgetPreloader
(boolean initialise) The task manager handles sync/async tasks.void
onPlayerQuit
(PlayerQuitEvent event) void
onWorldLoad
(WorldLoadEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.fastasyncworldedit.core.IFawe
isChunksStretched
-
Constructor Details
-
FaweBukkit
-
-
Method Details
-
getQueueHandler
- Specified by:
getQueueHandler
in interfaceIFawe
-
getImageViewer
- Specified by:
getImageViewer
in interfaceIFawe
-
getDirectory
- Specified by:
getDirectory
in interfaceIFawe
-
getItemUtil
-
getDebugInfo
- Specified by:
getDebugInfo
in interfaceIFawe
-
getTaskManager
The task manager handles sync/async tasks.- Specified by:
getTaskManager
in interfaceIFawe
-
getPlugin
-
getMaskManagers
A mask manager handles region restrictions e.g., PlotSquared plots / WorldGuard regions- Specified by:
getMaskManagers
in interfaceIFawe
-
onWorldLoad
-
createWorldUnloaded
-
onPlayerQuit
-
getPlatform
- Specified by:
getPlatform
in interfaceIFawe
-
getUUID
-
getName
-
getPreloader
- Specified by:
getPreloader
in interfaceIFawe
-
getPlatformAdapter
- Specified by:
getPlatformAdapter
in interfaceIFawe
-