Package org.core
Interface TranslateCore
- All Known Implementing Classes:
TranslateCore.CoreImplementation
public interface TranslateCore
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateConfigurationFile(File file, ConfigurationFormat type)
Deprecated.static ConfigManager
static ConsoleSource
static CurrencyManager
static EventManager
static Platform
static ScheduleManager
static PlatformServer
static Optional<Class<? extends CorePlugin>>
static boolean
boolean
-
Method Details
-
getRawPlatform
Platform getRawPlatform() -
getRawScheduleManager
ScheduleManager getRawScheduleManager() -
getRawEventManager
EventManager getRawEventManager() -
getRawConsole
ConsoleSource getRawConsole() -
getRawServer
PlatformServer getRawServer() -
getRawConfigManager
ConfigManager getRawConfigManager() -
getRawCurrencyManager
CurrencyManager getRawCurrencyManager() -
isOnServerThreadRaw
boolean isOnServerThreadRaw() -
isOnServerThread
static boolean isOnServerThread() -
getScheduleManager
-
getCurrencyManager
-
getPlatform
-
getConsole
-
getServer
-
getEventManager
-
getConfigManager
-
createConfigurationFile
@Deprecated static ConfigurationStream.ConfigurationFile createConfigurationFile(File file, ConfigurationFormat type)Deprecated. -
getStandAloneLauncher
-