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 registries, CompoundTag hostPlayerNBT) default FeatureFlagSet
default void
fillCrashReportCategory
(CrashReportCategory category) default String
getStorageVersionName
(int storageVersionId) int
boolean
boolean
boolean
boolean
boolean
void
void
setDataConfiguration
(WorldDataConfiguration dataConfiguration) void
setDifficulty
(Difficulty difficulty) void
setDifficultyLocked
(boolean locked) void
setEndDragonFightData
(EndDragonFight.Data endDragonFightData) void
setGameType
(GameType type) void
setModdedInfo
(String name, boolean isModded) 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 locked) -
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
-