Interface WorldData
- All Known Implementing Classes:
PrimaryLevelData
public interface WorldData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptioncreateTag
(RegistryAccess pRegistries, CompoundTag pHostPlayerNBT) default FeatureFlagSet
default void
fillCrashReportCategory
(CrashReportCategory pCategory) default String
getStorageVersionName
(int pStorageVersionId) int
boolean
boolean
boolean
boolean
boolean
void
void
setDataConfiguration
(WorldDataConfiguration pDataConfiguration) void
setDifficulty
(Difficulty pDifficulty) void
setDifficultyLocked
(boolean pLocked) void
setEndDragonFightData
(EndDragonFight.Data pEndDragonFightData) void
setGameType
(GameType pType) void
setModdedInfo
(String pName, boolean pIsModded) boolean
com.mojang.serialization.Lifecycle
-
Field Details
-
ANVIL_VERSION_ID
static final int ANVIL_VERSION_ID- See Also:
-
MCREGION_VERSION_ID
static final int MCREGION_VERSION_ID- See Also:
-
-
Method Details
-
getDataConfiguration
WorldDataConfiguration getDataConfiguration() -
setDataConfiguration
-
wasModded
boolean wasModded() -
getKnownServerBrands
-
getRemovedFeatureFlags
-
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
-
isAllowCommands
boolean isAllowCommands() -
getDifficulty
Difficulty getDifficulty() -
setDifficulty
-
isDifficultyLocked
boolean isDifficultyLocked() -
setDifficultyLocked
void setDifficultyLocked(boolean pLocked) -
getGameRules
GameRules getGameRules() -
getLoadedPlayerTag
-
endDragonFightData
EndDragonFight.Data endDragonFightData() -
setEndDragonFightData
-
worldGenOptions
WorldOptions worldGenOptions() -
isFlatWorld
boolean isFlatWorld() -
isDebugWorld
boolean isDebugWorld() -
worldGenSettingsLifecycle
com.mojang.serialization.Lifecycle worldGenSettingsLifecycle() -
enabledFeatures
-