Class BukkitServerInterface
java.lang.Object
com.sk89q.worldedit.extension.platform.AbstractPlatform
com.sk89q.worldedit.bukkit.BukkitServerInterface
- All Implemented Interfaces:
MultiUserPlatform, Platform, Keyed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetPlatformPlacementProcessor(Extent extent, BlockTypeMask mask, Region region) getPlatformPostProcessor(boolean fastMode) longid()booleanisValidMobType(String type) matchPlayer(Player player) matchWorld(World world) voidregisterCommands(org.enginehub.piston.CommandManager dispatcher) voidreload()intvoidsetGameHooksEnabled(boolean enabled) voidintintMethods inherited from class AbstractPlatform
getResourceLoaderMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Platform
getPlatformProcessor, getResourceLoader, registerGameHooks
-
Field Details
-
server
-
plugin
-
-
Constructor Details
-
BukkitServerInterface
-
-
Method Details
-
getRegistries
- Specified by:
getRegistriesin interfacePlatform
-
getDataVersion
public int getDataVersion()- Specified by:
getDataVersionin interfacePlatform
-
getDataFixer
- Specified by:
getDataFixerin interfacePlatform- Overrides:
getDataFixerin classAbstractPlatform
-
isValidMobType
- Specified by:
isValidMobTypein interfacePlatform
-
reload
-
schedule
- Specified by:
schedulein interfacePlatform- Overrides:
schedulein classAbstractPlatform
-
getWatchdog
- Specified by:
getWatchdogin interfacePlatform
-
getWorlds
-
matchPlayer
- Specified by:
matchPlayerin interfacePlatform
-
matchWorld
- Specified by:
matchWorldin interfacePlatform
-
registerCommands
public void registerCommands(org.enginehub.piston.CommandManager dispatcher) - Specified by:
registerCommandsin interfacePlatform
-
setGameHooksEnabled
public void setGameHooksEnabled(boolean enabled) - Specified by:
setGameHooksEnabledin interfacePlatform
-
getConfiguration
- Specified by:
getConfigurationin interfacePlatform
-
getVersion
- Specified by:
getVersionin interfacePlatform
-
getPlatformName
- Specified by:
getPlatformNamein interfacePlatform
-
getPlatformVersion
- Specified by:
getPlatformVersionin interfacePlatform
-
id
-
getCapabilities
- Specified by:
getCapabilitiesin interfacePlatform
-
getSupportedSideEffects
- Specified by:
getSupportedSideEffectsin interfacePlatform
-
getTickCount
public long getTickCount()- Specified by:
getTickCountin interfacePlatform- Overrides:
getTickCountin classAbstractPlatform
-
unregisterCommands
public void unregisterCommands() -
getConnectedUsers
- Specified by:
getConnectedUsersin interfaceMultiUserPlatform
-
getRelighterFactory
- Specified by:
getRelighterFactoryin interfacePlatform
-
versionMinY
public int versionMinY()- Specified by:
versionMinYin interfacePlatform
-
versionMaxY
public int versionMaxY()- Specified by:
versionMaxYin interfacePlatform
-
getPlatformPostProcessor
- Specified by:
getPlatformPostProcessorin interfacePlatform
-
getPlatformPlacementProcessor
public PlacementStateProcessor getPlatformPlacementProcessor(Extent extent, BlockTypeMask mask, Region region) - Specified by:
getPlatformPlacementProcessorin interfacePlatform
-