Package com.sk89q.worldedit.bukkit
Class BukkitServerInterface
java.lang.Object
com.sk89q.worldedit.extension.platform.AbstractPlatform
com.sk89q.worldedit.bukkit.BukkitServerInterface
- All Implemented Interfaces:
MultiUserPlatform
,Platform
,Keyed
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getPlatformPostProcessor
(boolean fastMode) long
id()
boolean
isValidMobType
(String type) matchPlayer
(Player player) matchWorld
(World world) void
registerCommands
(org.enginehub.piston.CommandManager dispatcher) void
reload()
int
void
setGameHooksEnabled
(boolean enabled) void
int
int
Methods inherited from class com.sk89q.worldedit.extension.platform.AbstractPlatform
getResourceLoader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldedit.extension.platform.Platform
getPlatformProcessor, getResourceLoader, registerGameHooks
-
Field Details
-
server
-
plugin
-
-
Constructor Details
-
BukkitServerInterface
-
-
Method Details
-
getRegistries
- Specified by:
getRegistries
in interfacePlatform
-
getDataVersion
public int getDataVersion()- Specified by:
getDataVersion
in interfacePlatform
-
getDataFixer
- Specified by:
getDataFixer
in interfacePlatform
- Overrides:
getDataFixer
in classAbstractPlatform
-
isValidMobType
- Specified by:
isValidMobType
in interfacePlatform
-
reload
public void reload() -
schedule
- Specified by:
schedule
in interfacePlatform
- Overrides:
schedule
in classAbstractPlatform
-
getWatchdog
- Specified by:
getWatchdog
in interfacePlatform
-
getWorlds
- Specified by:
getWorlds
in interfacePlatform
- Overrides:
getWorlds
in classAbstractPlatform
-
matchPlayer
- Specified by:
matchPlayer
in interfacePlatform
-
matchWorld
- Specified by:
matchWorld
in interfacePlatform
-
registerCommands
public void registerCommands(org.enginehub.piston.CommandManager dispatcher) - Specified by:
registerCommands
in interfacePlatform
-
setGameHooksEnabled
public void setGameHooksEnabled(boolean enabled) - Specified by:
setGameHooksEnabled
in interfacePlatform
-
getConfiguration
- Specified by:
getConfiguration
in interfacePlatform
-
getVersion
- Specified by:
getVersion
in interfacePlatform
-
getPlatformName
- Specified by:
getPlatformName
in interfacePlatform
-
getPlatformVersion
- Specified by:
getPlatformVersion
in interfacePlatform
-
id
-
getCapabilities
- Specified by:
getCapabilities
in interfacePlatform
-
getSupportedSideEffects
- Specified by:
getSupportedSideEffects
in interfacePlatform
-
getTickCount
public long getTickCount()- Specified by:
getTickCount
in interfacePlatform
- Overrides:
getTickCount
in classAbstractPlatform
-
unregisterCommands
public void unregisterCommands() -
getConnectedUsers
- Specified by:
getConnectedUsers
in interfaceMultiUserPlatform
-
getRelighterFactory
- Specified by:
getRelighterFactory
in interfacePlatform
-
versionMinY
public int versionMinY()- Specified by:
versionMinY
in interfacePlatform
-
versionMaxY
public int versionMaxY()- Specified by:
versionMaxY
in interfacePlatform
-
getPlatformPostProcessor
- Specified by:
getPlatformPostProcessor
in interfacePlatform
-