LeviLamina
|
This is the complete list of members for ServerInstance, including all inherited members.
$ctor(::IMinecraftApp &app, ::Bedrock::NotNullNonOwnerPtr<::ServerInstanceEventCoordinator > const &coordinator) (defined in ServerInstance) | ServerInstance | |
$dtor() (defined in ServerInstance) | ServerInstance | |
$onAppFocusGained() | AppPlatformListener | |
$onAppFocusLost() | AppPlatformListener | |
$onAppPaused() | AppPlatformListener | |
$onAppPreSuspended() | AppPlatformListener | |
$onAppResumed() (defined in ServerInstance) | ServerInstance | |
$onAppSurfaceCreated() | AppPlatformListener | |
$onAppSurfaceDestroyed() | AppPlatformListener | |
$onAppSuspended() (defined in ServerInstance) | ServerInstance | |
$onAppTerminated() | AppPlatformListener | |
$onAppUnpaused() | AppPlatformListener | |
$onBeforeSimTick() | GameCallbacks | |
$onClipboardCopy(::std::string const &) | AppPlatformListener | |
$onClipboardPaste(::std::string const &) | AppPlatformListener | |
$onCriticalDiskError(bool const bSet, ::Core::LevelStorageState const &errorCode) (defined in ServerInstance) | ServerInstance | |
$onCriticalScriptError(char const *clientDisconnectMessage, char const *logMessage) (defined in ServerInstance) | ServerInstance | |
$onDeviceLost() | AppPlatformListener | |
$onExtendDiskSpace(bool const bSet, ::std::weak_ptr<::Core::FileStorageArea > &fileStorageAreaWeakPtr, uint64 freeSpace, ::std::function< void()> onHandledEventCallback) | Core::StorageAreaStateListener | |
$onGameModeChanged() (defined in ServerInstance) | ServerInstance | |
$onGameSessionReset() (defined in ServerInstance) | ServerInstance | |
$onInternetUpdate() (defined in ServerInstance) | ServerInstance | |
$onLevelCorrupt() (defined in ServerInstance) | ServerInstance | |
$onLevelExit() (defined in ServerInstance) | ServerInstance | |
$onLowDiskSpace(bool const bSet) (defined in ServerInstance) | ServerInstance | |
$onLowMemory(::LowMemorySeverity) | AppPlatformListener | |
$onOutOfDiskSpace(bool const bSet) (defined in ServerInstance) | ServerInstance | |
$onPerformanceModeChanged(bool const boost) | AppPlatformListener | |
$onPushNotificationReceived(::PushNotificationMessage const &msg) | AppPlatformListener | |
$onRequestResourceReload() (defined in ServerInstance) | ServerInstance | |
$onResizeBegin() | AppPlatformListener | |
$onResizeEnd() | AppPlatformListener | |
$onTick(int nTick, int maxTick) (defined in ServerInstance) | ServerInstance | |
$updateScreens() (defined in ServerInstance) | ServerInstance | |
Bedrock::$vftable() | Bedrock::EnableNonOwnerReferences | static |
AppPlatformListener::$vftable() | AppPlatformListener | static |
GameCallbacks::$vftable() | GameCallbacks | static |
Core::StorageAreaStateListener::$vftable() | Core::StorageAreaStateListener | static |
$vftableForAppPlatformListener() | ServerInstance | static |
$vftableForEnableNonOwnerReferences() | ServerInstance | static |
$vftableForGameCallbacks() | ServerInstance | static |
$vftableForStorageAreaStateListener() | ServerInstance | static |
_resetServerScriptManager() (defined in ServerInstance) | ServerInstance | |
_shutdownStorage(::Bedrock::UniqueOwnerPointer<::LevelStorage > &storage) (defined in ServerInstance) | ServerInstance | |
_update() (defined in ServerInstance) | ServerInstance | |
_useClientSideChunkGeneration(::LevelData *levelData) const (defined in ServerInstance) | ServerInstance | |
disconnectAllClientsWithMessage(::std::string msg) (defined in ServerInstance) | ServerInstance | |
forceOffClientChunkGeneration(::LevelData &levelData) (defined in ServerInstance) | ServerInstance | static |
getEditorManager() const (defined in ServerInstance) | ServerInstance | |
getServerItemRegistry() const (defined in ServerInstance) | ServerInstance | |
initializeServer(::IMinecraftApp &app, ::AllowList &allowList, ::PermissionsFile *permissionsFile, ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager > const &pathManager, ::std::chrono::seconds maxPlayerIdleTime, ::std::string levelId, ::std::string levelName, ::std::string serverName, ::LevelSettings levelSettings, int maxChunkRadius, bool shouldAnnounce, ::ConnectionDefinition connectionDefinition, ::NetworkServerConfig networkServerConfig, ::mce::UUID const &localPlayerId, ::IMinecraftEventing &eventing, ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository > const &resourcePackRepository, ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const > const &contentTierManager, ::ResourcePackManager &clientResourcePackManager, ::std::function<::Bedrock::UniqueOwnerPointer<::LevelStorage >(::Scheduler &)> createLevelStorageCallback, ::std::string const &basePath, ::Bedrock::NotNullNonOwnerPtr<::LevelData > levelData, ::std::unique_ptr<::EducationOptions > educationOptions, ::ResourcePackManager *localServerResourcePackManager, ::std::function< void()> criticalSaveCallback, ::std::function< void()> compactionCallback, ::ServerMetrics *serverMetrics, ::DebugEndPoint *debugEndPoint, bool enableWorldSessionEndPoint, ::std::shared_ptr<::Core::FileStorageArea > storageAreaForLevel, ::NetworkSettingOptions const &networkSettings, bool enableItemStackNetManager, bool enableItemTransactionLogger, ::std::optional<::PlayerMovementSettings > playerMovementSettings, ::ScriptSettings &&scriptSettings, ::Experiments const &levelExperiments, bool isServerVisibleToLanDiscovery, bool enablePacketRateLimiting, float worldSizeMB, ::std::optional< bool > clientSideGenerationEnabled, ::ForceBlockNetworkIdsAreHashes blockNetworkIdsAreHashes, ::Bedrock::NotNullNonOwnerPtr<::NetworkSessionOwner > networkSessionOwner, ::Bedrock::NonOwnerPointer<::CDNConfig > cdnConfig, ::Bedrock::NonOwnerPointer<::ServerTextSettings > serverTextSettings, ::PortMappingInfo const &portMappingInfo, ::NetherNet::LogSeverity defaultLogSeverity, ::TextProcessorInitParams textProcessorInitParams, ::std::optional<::NetherNet::NetworkID > netherNetId) (defined in ServerInstance) | ServerInstance | |
AppPlatformListener::initListener(float priority) | AppPlatformListener | |
Core::StorageAreaStateListener::initListener(::std::shared_ptr<::Core::FileStorageArea > fileStorageArea) | Core::StorageAreaStateListener | |
InstanceState enum name (defined in ServerInstance) | ServerInstance | |
leaveGameSync() (defined in ServerInstance) | ServerInstance | |
mApp (defined in ServerInstance) | ServerInstance | |
mbFlaggedForEarlyDestruction (defined in ServerInstance) | ServerInstance | |
mbInitialized (defined in ServerInstance) | ServerInstance | |
mBlockRegistry (defined in ServerInstance) | ServerInstance | |
mCDNConfig (defined in ServerInstance) | ServerInstance | |
mCerealContext (defined in ServerInstance) | ServerInstance | |
mCommandQueue (defined in ServerInstance) | ServerInstance | |
mControlBlock (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
mCriticalDiskErrorTelemetrySent (defined in ServerInstance) | ServerInstance | |
mEditorManager (defined in ServerInstance) | ServerInstance | |
mEducationOptions (defined in ServerInstance) | ServerInstance | |
mEnableItemStackNetManager (defined in ServerInstance) | ServerInstance | |
mEventCoordinator (defined in ServerInstance) | ServerInstance | |
mFileStorageArea (defined in Core::StorageAreaStateListener) | Core::StorageAreaStateListener | |
mHandledLevelCorruption (defined in ServerInstance) | ServerInstance | |
mHasScheduledLeaveGame (defined in ServerInstance) | ServerInstance | |
mInstanceState (defined in ServerInstance) | ServerInstance | |
mInUpdate (defined in ServerInstance) | ServerInstance | |
mLastSyncTime (defined in ServerInstance) | ServerInstance | |
mLevelId (defined in ServerInstance) | ServerInstance | |
mLinkedAssetValidator (defined in ServerInstance) | ServerInstance | |
mListenerRegistered (defined in AppPlatformListener) | AppPlatformListener | |
mLowMemorySubscription (defined in AppPlatformListener) | AppPlatformListener | |
mMinecraft (defined in ServerInstance) | ServerInstance | |
mMutex (defined in Core::StorageAreaStateListener) | Core::StorageAreaStateListener | |
mMutexDestruction (defined in ServerInstance) | ServerInstance | |
mNetwork (defined in ServerInstance) | ServerInstance | |
mPacketSender (defined in ServerInstance) | ServerInstance | |
mRealTimer (defined in ServerInstance) | ServerInstance | |
mResumeMutex (defined in ServerInstance) | ServerInstance | |
mResumeSignal (defined in ServerInstance) | ServerInstance | |
mScheduler (defined in ServerInstance) | ServerInstance | |
mScriptRegistryManager (defined in ServerInstance) | ServerInstance | |
mScriptWatchdogCriticalErrorCallback (defined in ServerInstance) | ServerInstance | |
mServerInstanceThread (defined in ServerInstance) | ServerInstance | |
mServerItemRegistry (defined in ServerInstance) | ServerInstance | |
mServerScriptManager (defined in ServerInstance) | ServerInstance | |
mServerTextSettings (defined in ServerInstance) | ServerInstance | |
mServiceRegistrationToken (defined in ServerInstance) | ServerInstance | |
mSimTimer (defined in ServerInstance) | ServerInstance | |
mStorage (defined in ServerInstance) | ServerInstance | |
mStorageAreaForLevel (defined in ServerInstance) | ServerInstance | |
mTextFilteringProcessor (defined in ServerInstance) | ServerInstance | |
mThreadShouldJoin (defined in ServerInstance) | ServerInstance | |
mUnrecoverableErrorCallback (defined in ServerInstance) | ServerInstance | |
mWakeupInterval (defined in ServerInstance) | ServerInstance | |
mWorldSessionEndPoint (defined in ServerInstance) | ServerInstance | |
mWriteRefCounter (defined in ServerInstance) | ServerInstance | |
onAppFocusGained() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onAppFocusLost() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onAppPaused() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onAppPreSuspended() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onAppResumed() (defined in ServerInstance) | ServerInstance | virtual |
onAppSurfaceCreated() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onAppSurfaceDestroyed() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onAppSuspended() (defined in ServerInstance) | ServerInstance | virtual |
onAppTerminated() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onAppUnpaused() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onBeforeSimTick() (defined in GameCallbacks) | GameCallbacks | virtual |
onClipboardCopy(::std::string const &) (defined in AppPlatformListener) | AppPlatformListener | virtual |
onClipboardPaste(::std::string const &) (defined in AppPlatformListener) | AppPlatformListener | virtual |
onCriticalDiskError(bool const bSet, ::Core::LevelStorageState const &errorCode) (defined in ServerInstance) | ServerInstance | virtual |
onCriticalScriptError(char const *clientDisconnectMessage, char const *logMessage) (defined in ServerInstance) | ServerInstance | virtual |
onDeviceLost() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onExtendDiskSpace(bool const bSet, ::std::weak_ptr<::Core::FileStorageArea > &fileStorageAreaWeakPtr, uint64 freeSpace, ::std::function< void()> onHandledEventCallback) (defined in Core::StorageAreaStateListener) | Core::StorageAreaStateListener | virtual |
onGameModeChanged() (defined in ServerInstance) | ServerInstance | virtual |
onGameSessionReset() (defined in ServerInstance) | ServerInstance | virtual |
onInternetUpdate() (defined in ServerInstance) | ServerInstance | virtual |
onLevelCorrupt() (defined in ServerInstance) | ServerInstance | virtual |
onLevelExit() (defined in ServerInstance) | ServerInstance | virtual |
onLowDiskSpace(bool const bSet) (defined in ServerInstance) | ServerInstance | virtual |
onLowMemory(::LowMemorySeverity) (defined in ServerInstance) | ServerInstance | virtual |
onOperationModeChanged(::OperationMode const) (defined in AppPlatformListener) | AppPlatformListener | virtual |
onOutOfDiskSpace(bool const bSet) (defined in ServerInstance) | ServerInstance | virtual |
onPerformanceModeChanged(bool const boost) (defined in AppPlatformListener) | AppPlatformListener | virtual |
onPushNotificationReceived(::PushNotificationMessage const &msg) (defined in AppPlatformListener) | AppPlatformListener | virtual |
onRequestResourceReload() (defined in ServerInstance) | ServerInstance | virtual |
onResizeBegin() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onResizeEnd() (defined in AppPlatformListener) | AppPlatformListener | virtual |
onTick(int nTick, int maxTick) (defined in ServerInstance) | ServerInstance | virtual |
operator=(ServerInstance const &) (defined in ServerInstance) | ServerInstance | |
operator=(EnableNonOwnerReferences const &)=default (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
queueForServerThread(::std::function< void()> command) (defined in ServerInstance) | ServerInstance | |
removeListener() | Core::StorageAreaStateListener | |
SERVER_MAX_DELAY_BEFORE_SLOWDOWN() (defined in ServerInstance) | ServerInstance | static |
ServerInstance(ServerInstance const &) (defined in ServerInstance) | ServerInstance | |
ServerInstance() (defined in ServerInstance) | ServerInstance | |
ServerInstance(::IMinecraftApp &app, ::Bedrock::NotNullNonOwnerPtr<::ServerInstanceEventCoordinator > const &coordinator) (defined in ServerInstance) | ServerInstance | |
setScriptWatchdogCriticalErrorCallback(::std::function< void(char const *)> criticalErrorCallback) (defined in ServerInstance) | ServerInstance | |
setUnrecoverableErrorCallback(::std::function< void(char const *, char const *)> unrecoverableErrorCallback) (defined in ServerInstance) | ServerInstance | |
setWakeupFrequency(int hertz) (defined in ServerInstance) | ServerInstance | |
startLeaveGame() (defined in ServerInstance) | ServerInstance | |
startServerThread() (defined in ServerInstance) | ServerInstance | |
updateScreens() (defined in ServerInstance) | ServerInstance | virtual |
~AppPlatformListener() (defined in AppPlatformListener) | AppPlatformListener | virtual |
~EnableNonOwnerReferences() (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | virtual |
~GameCallbacks() (defined in GameCallbacks) | GameCallbacks | virtual |
~ServerInstance() (defined in ServerInstance) | ServerInstance | virtual |
~StorageAreaStateListener() (defined in Core::StorageAreaStateListener) | Core::StorageAreaStateListener | virtual |