Interface MultiUserPlatform
- All Superinterfaces:
Platform
Implements a platform with multiple connected users.
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of connected users.Methods inherited from interface com.sk89q.worldedit.extension.platform.Platform
getCapabilities, getConfiguration, getDataFixer, getDataVersion, getPlatformName, getPlatformVersion, getRegistries, getResourceLoader, getSupportedSideEffects, getTranslationManager, getVersion, getWatchdog, getWorlds, isValidMobType, matchPlayer, matchWorld, registerCommands, registerGameHooks, reload, schedule, setGameHooksEnabled
-
Method Details
-
getConnectedUsers
Collection<Actor> getConnectedUsers()Get a list of connected users.- Returns:
- a list of connected users
-