Package net.pl3x.map.core
Class Pl3xMap
java.lang.Object
net.pl3x.map.core.Pl3xMap
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static final class
static final class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract @NotNull net.kyori.adventure.platform.AudienceProvider
static @NotNull Pl3xMap
api()
abstract @NotNull World
cloneWorld
(@NotNull World world) void
disable()
void
enable()
@NotNull BlockRegistry
abstract int
getColorForPower
(byte power) @NotNull EventRegistry
abstract @Nullable Block
@NotNull HeightmapRegistry
@NotNull HttpdServer
@NotNull IconRegistry
abstract @NotNull Path
abstract @NotNull Path
abstract int
abstract boolean
abstract @NotNull String
@NotNull PlayerRegistry
@NotNull RegionDoubleChecker
@NotNull RegionProcessor
@NotNull RendererRegistry
@NotNull ExecutorService
@NotNull Scheduler
abstract String
abstract @NotNull String
@NotNull String
@NotNull WorldRegistry
boolean
isBukkit()
boolean
protected abstract void
protected abstract void
protected abstract void
-
Constructor Details
-
Pl3xMap
public Pl3xMap(boolean isBukkit)
-
-
Method Details
-
api
-
isEnabled
public boolean isEnabled() -
getHttpdServer
-
getRegionProcessor
-
getRegionDoubleChecker
-
getBlockRegistry
-
getEventRegistry
-
getHeightmapRegistry
-
getIconRegistry
-
getPlayerRegistry
-
getRendererRegistry
-
getWorldRegistry
-
getRenderExecutor
-
getScheduler
-
enable
public void enable() -
disable
public void disable() -
isBukkit
public boolean isBukkit() -
getPlatform
-
getVersion
-
getVersionCommit
-
getMaxPlayers
public abstract int getMaxPlayers() -
getOnlineMode
public abstract boolean getOnlineMode() -
getServerVersion
-
adventure
@NotNull public abstract @NotNull net.kyori.adventure.platform.AudienceProvider adventure() -
getMainDir
-
getJarPath
-
getColorForPower
public abstract int getColorForPower(byte power) -
getFlower
-
loadBlocks
protected abstract void loadBlocks() -
loadWorlds
protected abstract void loadWorlds() -
loadPlayers
protected abstract void loadPlayers() -
cloneWorld
-