40 ::ll::TypedStorage<8, 8, ::LevelSeed64> mSeed;
41 ::ll::TypedStorage<4, 4, ::GameType> mGameType;
42 ::ll::TypedStorage<1, 1, bool> mIsHardcore;
43 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::Difficulty> mGameDifficulty;
44 ::ll::TypedStorage<1, 1, bool> mForceGameType;
45 ::ll::TypedStorage<4, 4, ::GeneratorType> mGenerator;
46 ::ll::TypedStorage<1, 1, ::WorldVersion> mWorldVersion;
47 ::ll::TypedStorage<1, 1, ::NetherWorldType> mNetherType;
48 ::ll::TypedStorage<8, 48, ::SpawnSettings> mSpawnSettings;
49 ::ll::TypedStorage<1, 1, bool> mAchievementsDisabled;
50 ::ll::TypedStorage<4, 4, ::Editor::WorldType> mEditorWorldType;
51 ::ll::TypedStorage<1, 1, bool> mIsCreatedInEditor;
52 ::ll::TypedStorage<1, 1, bool> mIsExportedFromEditor;
53 ::ll::TypedStorage<4, 4, int> mTime;
54 ::ll::TypedStorage<4, 4, ::EducationEditionOfferValue> mEducationEditionOffer;
55 ::ll::TypedStorage<1, 1, bool> mEducationFeaturesEnabled;
56 ::ll::TypedStorage<1, 1, bool> mImmutableWorld;
57 ::ll::TypedStorage<4, 4, float> mRainLevel;
58 ::ll::TypedStorage<4, 4, float> mLightningLevel;
59 ::ll::TypedStorage<1, 1, bool> mConfirmedPlatformLockedContent;
60 ::ll::TypedStorage<1, 1, bool> mMultiplayerGameIntent;
61 ::ll::TypedStorage<1, 1, bool> mLANBroadcastIntent;
62 ::ll::TypedStorage<4, 4, ::Social::GamePublishSetting> mXBLBroadcastIntent;
63 ::ll::TypedStorage<4, 4, ::Social::GamePublishSetting> mPlatformBroadcastIntent;
64 ::ll::TypedStorage<1, 1, ::DaylightCycle> mDaylightCycle;
65 ::ll::TypedStorage<1, 1, bool> mDisablePlayerInteractions;
66 ::ll::TypedStorage<1, 1, bool> mCheatsEnabled;
67 ::ll::TypedStorage<1, 1, bool> mAdventureModeOverridesEnabled;
68 ::ll::TypedStorage<1, 1, bool> mCommandsEnabled;
69 ::ll::TypedStorage<1, 1, bool> mTexturePacksRequired;
70 ::ll::TypedStorage<1, 1, bool> mHasLockedBehaviorPack;
71 ::ll::TypedStorage<1, 1, bool> mHasLockedResourcePack;
72 ::ll::TypedStorage<1, 1, bool> mIsFromLockedTemplate;
73 ::ll::TypedStorage<1, 1, bool> mIsRandomSeedAllowed;
74 ::ll::TypedStorage<1, 1, bool> mUseMsaGamertagsOnly;
75 ::ll::TypedStorage<1, 1, bool> mOverrideSettings;
76 ::ll::TypedStorage<1, 1, bool> mBonusChestEnabled;
77 ::ll::TypedStorage<1, 1, bool> mStartWithMapEnabled;
78 ::ll::TypedStorage<4, 4, int> mServerChunkTickRange;
79 ::ll::TypedStorage<1, 1, bool> mIsFromWorldTemplate;
80 ::ll::TypedStorage<1, 1, bool> mIsWorldTemplateOptionLocked;
81 ::ll::TypedStorage<1, 1, bool> mSpawnV1Villagers;
82 ::ll::TypedStorage<1, 1, bool> mPersonaDisabled;
83 ::ll::TypedStorage<1, 1, bool> mCustomSkinsDisabled;
84 ::ll::TypedStorage<1, 1, bool> mEmoteChatMuted;
85 ::ll::TypedStorage<4, 4, int> mLimitedWorldWidth;
86 ::ll::TypedStorage<4, 4, int> mLimitedWorldDepth;
87 ::ll::TypedStorage<1, 2, ::PermissionsHandler> mDefaultPermissions;
88 ::ll::TypedStorage<4, 12, ::BlockPos> mDefaultSpawn;
89 ::ll::TypedStorage<8, 24, ::std::vector<::PackInstanceId>> mNewWorldBehaviorPackIdentities;
90 ::ll::TypedStorage<8, 24, ::std::vector<::PackInstanceId>> mNewWorldResourcePackIdentities;
91 ::ll::TypedStorage<8, 192, ::GameRules> mGameRules;
92 ::ll::TypedStorage<8, 72, ::ExperimentStorage> mExperiments;
93 ::ll::TypedStorage<8, 32, ::BaseGameVersion> mBaseGameVersion;
94 ::ll::TypedStorage<8, 32, ::std::string> mEducationProductID;
95 ::ll::TypedStorage<8, 32, ::std::string> mEducationCreatorID;
96 ::ll::TypedStorage<8, 32, ::std::string> mEducationWorldID;
97 ::ll::TypedStorage<8, 32, ::std::string> mBiomeOverride;
98 ::ll::TypedStorage<8, 64, ::EduSharedUriResource> mEduSharedUriResource;
99 ::ll::TypedStorage<1, 1, ::ChatRestrictionLevel> mChatRestrictionLevel;
100 ::ll::TypedStorage<8, 32, ::std::string> mServerId;
101 ::ll::TypedStorage<8, 32, ::std::string> mWorldId;
102 ::ll::TypedStorage<8, 32, ::std::string> mScenarioId;
103 ::ll::TypedStorage<8, 328, ::std::optional<::EducationLevelSettings>> mEducationLevelSettings;
104 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mOverrideForceExperimentalGameplayFlag;
105 ::ll::TypedStorage<8, 176, ::std::optional<::CloudSaveLevelInfo>> mCloudSaveInfo;
106 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mExcludedScriptModules;
124 MCAPI ::LevelSettings& addExcludedScriptModule(::std::string
const& moduleUUID);
126 MCAPI ::CloudSaveLevelInfo
const& getCloudSaveInfo()
const;
128 MCAPI ::SpawnSettings getSpawnSettings()
const;
132 MCAPI ::LevelSettings& setBaseGameVersion(
::BaseGameVersion const& baseGameVersion);
136 MCAPI ::LevelSettings& setEducationEditionOffer(::EducationEditionOffer offer);
138 MCAPI ::LevelSettings& setEducationProductID(::std::string
id);
142 MCAPI ::LevelSettings& setGameRules(
::GameRules gameRules);
144 MCAPI ::LevelSettings& setScenarioId(::std::string scenarioId);
146 MCAPI ::LevelSettings& setServerId(::std::string serverId);
148 MCAPI ::LevelSettings& setSpawnSettings(
::SpawnSettings spawnSettings);
150 MCAPI ::LevelSettings& setWorldId(::std::string worldId);
158 MCAPI static ::std::optional<::LevelSeed64> parseSeedString(::std::string
const& seedInput);