57 ::ll::TypedStorage<8, 8, ::GameCallbacks&> mGameCallbacks;
58 ::ll::TypedStorage<8, 8, ::IMinecraftEventing&> mEventing;
59 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ResourcePackManager>> mResourceLoader;
60 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::StructureManager>> mStructureManager;
61 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::GameModuleServer>> mGameModuleServer;
62 ::ll::TypedStorage<8, 8, ::AllowList&> mAllowList;
63 ::ll::TypedStorage<8, 8, ::PermissionsFile*> mPermissionsFile;
64 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::PrivateKeyManager>> mServerKeys;
65 ::ll::TypedStorage<8, 32, ::std::string const> mSaveGamePath;
66 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager>> mFilePathManager;
67 ::ll::TypedStorage<8, 8, ::ServerMetrics*> mServerMetrics;
68 ::ll::TypedStorage<1, 1, bool> mCorruptionDetected;
69 ::ll::TypedStorage<1, 1, bool> mFireOnLevelCorrupt;
70 ::ll::TypedStorage<8, 8, double> mFrameDuration;
71 ::ll::TypedStorage<8, 8, double> mLastFrameStart;
72 ::ll::TypedStorage<8, 8, ::std::chrono::seconds> mMaxPlayerIdleTime;
73 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::MinecraftCommands>> mCommands;
74 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::GameSession>> mGameSession;
75 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::GameTestLevelListener>> mGameTestLevelListener;
76 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::MinecraftGameTest>> mGameTest;
77 ::ll::TypedStorage<8, 8, ::Timer&> mSimTimer;
78 ::ll::TypedStorage<8, 8, ::Timer&> mRealTimer;
79 ::ll::TypedStorage<8, 16, ::ClientOrServerNetworkSystemRef> mNetwork;
80 ::ll::TypedStorage<8, 8, ::PacketSender&> mPacketSender;
81 ::ll::TypedStorage<8, 8, ::IMinecraftApp&> mApp;
82 ::ll::TypedStorage<1, 1, ::SubClientId> mClientSubId;
83 ::ll::TypedStorage<8, 16, ::OwnerPtr<::EntityRegistry>> mEntityRegistry;
98 virtual void setSimTimePause(
bool pause);
101 virtual void setSimTimeScale(
float scale);
104 virtual bool getSimPaused()
const;
107 virtual bool isOnlineClient()
const;
110 virtual ::StackRefResult<::EntityRegistry> getEntityRegistry() ;
113 virtual ::StackRefResult<::EntityRegistry const> getEntityRegistry()
const ;
124 ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager>
const& filePathManager,
125 ::std::chrono::seconds maxPlayerIdleTime,
129 ::SubClientId clientSubId,
132 ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const>
const& contentTierManager,
136 MCAPI
void _tryCatchupMovementTicks();
138 MCAPI
void activateAllowList();
142 MCAPI
void disconnectClient(
144 ::Connection::DisconnectFailReason discoReason,
145 ::std::string
const& reasonMessage
148 MCAPI ::Level* getLevel()
const;
150 MCAPI ::Bedrock::NonOwnerPointer<::ServerNetworkHandler> getServerNetworkHandler();
152 MCAPI ::Bedrock::NotNullNonOwnerPtr<::StructureManager> getStructureManager();
154 MCAPI
bool hostMultiplayer(
155 ::std::string
const& serverName,
159 ::std::unique_ptr<::NetEventCallback> maxChunkRadius,
160 int connectionDefinition,
161 bool packIdToContentKey,
163 ::std::unordered_map<::PackIdVersion, ::std::string>
const& textFilteringProcessor,
171 MCAPI
void setupServerCommands(::std::string
const& networkCommands, ::std::string
const& networkTestCommands);
173 MCAPI
void startLeaveGame(
bool stopNetwork);
175 MCAPI
void tickSimtime(
int nTick,
int maxTick);
194 ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager>
const& filePathManager,
195 ::std::chrono::seconds maxPlayerIdleTime,
199 ::SubClientId clientSubId,
202 ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const>
const& contentTierManager,
216 MCAPI
void $setSimTimePause(
bool pause);
218 MCAPI
void $setSimTimeScale(
float scale);
220 MCAPI
bool $getSimPaused()
const;
222 MCAPI
bool $isOnlineClient()
const;
224 MCFOLD ::StackRefResult<::EntityRegistry> $getEntityRegistry();
226 MCFOLD ::StackRefResult<::EntityRegistry const> $getEntityRegistry()
const;
232 MCAPI
static void** $vftable();
Definition EntityContext.h:16
Definition IContentTierManager.h:13
Definition TextFilteringProcessor.h:18