Interface WorldData
- All Known Implementing Classes:
PrimaryLevelData
public interface WorldData
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateTag(RegistryAccess p_78636_, CompoundTag p_78637_)default voidfillCrashReportCategory(CrashReportCategory p_78640_)booleandefault StringgetStorageVersionName(int p_78647_)intbooleanbooleanvoidsetCustomBossEvents(CompoundTag p_78643_)voidsetDataPackConfig(DataPackConfig p_78634_)voidsetDifficulty(Difficulty p_78633_)voidsetDifficultyLocked(boolean p_78645_)voidsetEndDragonFightData(CompoundTag p_78641_)voidsetGameType(GameType p_78635_)voidsetModdedInfo(String p_78638_, boolean p_78639_)booleancom.mojang.serialization.Lifecycle
-
Field Details
-
ANVIL_VERSION_ID
static final int ANVIL_VERSION_ID- See Also:
- Constant Field Values
-
MCREGION_VERSION_ID
static final int MCREGION_VERSION_ID- See Also:
- Constant Field Values
-
-
Method Details
-
getDataPackConfig
DataPackConfig getDataPackConfig() -
setDataPackConfig
-
wasModded
boolean wasModded() -
getKnownServerBrands
-
setModdedInfo
-
fillCrashReportCategory
-
getStorageVersionName
-
getCustomBossEvents
-
setCustomBossEvents
-
overworldData
ServerLevelData overworldData() -
getLevelSettings
LevelSettings getLevelSettings() -
createTag
-
isHardcore
boolean isHardcore() -
getVersion
int getVersion() -
getLevelName
String getLevelName() -
getGameType
GameType getGameType() -
setGameType
-
getAllowCommands
boolean getAllowCommands() -
getDifficulty
Difficulty getDifficulty() -
setDifficulty
-
isDifficultyLocked
boolean isDifficultyLocked() -
setDifficultyLocked
void setDifficultyLocked(boolean p_78645_) -
getGameRules
GameRules getGameRules() -
getLoadedPlayerTag
CompoundTag getLoadedPlayerTag() -
endDragonFightData
CompoundTag endDragonFightData() -
setEndDragonFightData
-
worldGenSettings
WorldGenSettings worldGenSettings() -
worldGenSettingsLifecycle
com.mojang.serialization.Lifecycle worldGenSettingsLifecycle()
-