31 ::ll::TypedStorage<8, 32, ::std::string> mLevelSeed;
32 ::ll::TypedStorage<8, 32, ::std::string> mLevelName;
33 ::ll::TypedStorage<8, 32, ::std::string> mLevelType;
34 ::ll::TypedStorage<8, 32, ::std::string> mServerName;
35 ::ll::TypedStorage<2, 2, ushort> mServerPort;
36 ::ll::TypedStorage<2, 2, ushort> mServerPortv6;
37 ::ll::TypedStorage<4, 4, int> mMaxPlayers;
38 ::ll::TypedStorage<4, 4, int> mOpPermissionLevel;
39 ::ll::TypedStorage<8, 32, ::std::string> mDifficulty;
40 ::ll::TypedStorage<8, 32, ::std::string> mServerType;
41 ::ll::TypedStorage<8, 32, ::std::string> mGameMode;
42 ::ll::TypedStorage<8, 32, ::std::string> mLanguage;
43 ::ll::TypedStorage<8, 32, ::std::string> mServerId;
44 ::ll::TypedStorage<4, 4, uint> mMaxThreads;
45 ::ll::TypedStorage<4, 4, int> mServerTickRange;
46 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mExtraTrustedKeys;
47 ::ll::TypedStorage<1, 1, bool> mUseAllowList;
48 ::ll::TypedStorage<1, 1, bool> mIsOnlineMode;
49 ::ll::TypedStorage<1, 1, bool> mForceGameMode;
50 ::ll::TypedStorage<1, 1, bool> mAllowCheats;
51 ::ll::TypedStorage<1, 1, bool> mIsHardcore;
52 ::ll::TypedStorage<1, 1, bool> mAdventureModeOverridesEnabled;
53 ::ll::TypedStorage<1, 1, bool> mDisablePlayerInteractions;
54 ::ll::TypedStorage<1, 1, bool> mTexturePackRequired;
55 ::ll::TypedStorage<1, 1, bool> mUseMsaGamertagsOnly;
56 ::ll::TypedStorage<1, 1, bool> mEnableItemStackNetManager;
57 ::ll::TypedStorage<1, 1, bool> mIsItemTransactionLoggingEnabled;
58 ::ll::TypedStorage<1, 1, bool> mIsPropertiesFileLoaded;
59 ::ll::TypedStorage<1, 1, bool> mIsServerVisibleToLanDiscovery;
60 ::ll::TypedStorage<1, 1, bool> mIsPacketRateLimitingEnabled;
61 ::ll::TypedStorage<1, 1, bool> mIsPacketReceiptEventingEnabled;
62 ::ll::TypedStorage<1, 1, bool> mEncryptionDisabled;
63 ::ll::TypedStorage<4, 4, int> mMaxViewDistanceChunks;
64 ::ll::TypedStorage<4, 4, ::std::chrono::minutes> mMaxIdleTime;
65 ::ll::TypedStorage<4, 4, int> mServerWakeupFrequency;
66 ::ll::TypedStorage<4, 4, ::TransportLayer> mTransportLayerType;
67 ::ll::TypedStorage<8, 32, ::std::optional<::NetherNet::NetworkID>> mNetherNetId;
68 ::ll::TypedStorage<8, 40, ::NetworkAddress> mRemoteServerCommunicationEndpoint;
69 ::ll::TypedStorage<8, 32, ::std::string> mDefaultPlayerPermissionLevel;
70 ::ll::TypedStorage<4, 4, ::std::bitset<3>> mServerTextSettings;
71 ::ll::TypedStorage<1, 1, bool> mEmitServerTelemetry;
72 ::ll::TypedStorage<4, 4, ::LogLevel> mContentLogLevel;
73 ::ll::TypedStorage<1, 1, bool> mIsContentLogConsoleOutputEnabled;
74 ::ll::TypedStorage<1, 1, bool> mIsContentLogFileEnabled;
75 ::ll::TypedStorage<4, 4, ::NetherNet::LogSeverity> mTransportLogLevel;
76 ::ll::TypedStorage<4, 4, ::HCTraceLevel> mHttpLogLevel;
77 ::ll::TypedStorage<4, 4, float> mWebsocketRetryTime;
78 ::ll::TypedStorage<1, 1, bool> mUseWebsocketEncryption;
79 ::ll::TypedStorage<4, 24, ::NetworkSettingOptions> mNetworkSettings;
80 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::string>> mCustomProperties;
81 ::ll::TypedStorage<8, 88, ::PlayerMovementSettings> mPlayerMovementSettings;
82 ::ll::TypedStorage<8, 704, ::ScriptSettings> mScriptSettings;
83 ::ll::TypedStorage<1, 1, ::ChatRestrictionLevel> mChatRestrictionLevel;
84 ::ll::TypedStorage<1, 1, bool> mPersonaDisabled;
85 ::ll::TypedStorage<1, 1, bool> mCustomSkinsDisabled;
86 ::ll::TypedStorage<1, 1, bool> mEmoteChatMute;
87 ::ll::TypedStorage<1, 1, bool> mClientSideGenerationEnabled;
88 ::ll::TypedStorage<4, 8, ::std::optional<float>> mServerBuildRatioOverride;
89 ::ll::TypedStorage<1, 1, bool> mUseHashesForBlockRuntimeIds;
90 ::ll::TypedStorage<1, 1, bool> mBlockNetworkIdsAreHashes;
91 ::ll::TypedStorage<1, 1, bool> mRakNetJoinFloodProtection;
92 ::ll::TypedStorage<1, 1, bool> mAllowUnconnectedPings;
93 ::ll::TypedStorage<1, 1, bool> mAllowSubClientLogin;
94 ::ll::TypedStorage<1, 1, ::NetworkPermissions> mNetworkPermissions;
95 ::ll::TypedStorage<8, 32, ::std::string> mAppId;
96 ::ll::TypedStorage<8, 32, ::std::string> mAppTenantId;
97 ::ll::TypedStorage<8, 32, ::std::string> mServerPublicIP;
98 ::ll::TypedStorage<8, 24, ::std::vector<::MappedPorts>> mPortMappings;
99 ::ll::TypedStorage<4, 8, ::Bedrock::Services::DiscoveryConfig> mDiscoveryConfig;
111 MCAPI ::std::unordered_map<::std::string, ::std::string> getChangedValues()
const;
113 MCAPI ::SharedTypes::Legacy::Difficulty getDifficulty()
const;
115 MCAPI ::CommandPermissionLevel getOpPermissionLevel()
const;
123 MCAPI
static bool parseBoolValue(::std::string
const& value);
125 MCAPI static ::GameType parseGameMode(::std::string
const& value);
127 MCAPI
static int parseInt32Value(::std::string
const& value);
133 MCAPI
void* $ctor(::std::string
const& filename);