net.minecraft.world.level.storage

public class DerivedLevelData

implements ServerLevelData

flt
net.minecraft.world.level.storage.DerivedLevelData
net.minecraft.class_27
net.minecraft.world.level.UnmodifiableLevelProperties

Field summary

Modifier and TypeField
private final WorldData
a
worldData
field_24179
saveProperties
private final ServerLevelData
b
wrapped
field_139
worldProperties

Constructor summary

ModifierConstructor
public (WorldData saveProperties, ServerLevelData worldProperties)

Method summary

Modifier and TypeMethod
public LevelData$RespawnData
a()
getRespawnData()
method_74893()
getSpawnPoint()
public long
b()
getGameTime()
method_188()
getTime()
public long
c()
getDayTime()
method_217()
getTimeOfDay()
public String
d()
getLevelName()
method_150()
getLevelName()
public int
e()
getClearWeatherTime()
method_155()
getClearWeatherTime()
public void
a(int arg0)
setClearWeatherTime(int arg0)
method_167(int arg0)
setClearWeatherTime(int arg0)
public boolean
f()
isThundering()
method_203()
isThundering()
public int
g()
getThunderTime()
method_145()
getThunderTime()
public boolean
h()
isRaining()
method_156()
isRaining()
public int
i()
getRainTime()
method_190()
getRainTime()
public GameType
j()
getGameType()
method_210()
getGameMode()
public void
a(long arg0)
setGameTime(long arg0)
method_29034(long arg0)
setTime(long arg0)
public void
b(long arg0)
setDayTime(long arg0)
method_29035(long arg0)
setTimeOfDay(long arg0)
public void
a(flw$a arg0)
setSpawn(LevelData$RespawnData arg0)
method_187(class_5217$class_12064 arg0)
setSpawnPoint(WorldProperties$SpawnPoint arg0)
public void
a(boolean arg0)
setThundering(boolean arg0)
method_147(boolean arg0)
setThundering(boolean arg0)
public void
b(int arg0)
setThunderTime(int arg0)
method_173(int arg0)
setThunderTime(int arg0)
public void
b(boolean arg0)
setRaining(boolean arg0)
method_157(boolean arg0)
setRaining(boolean arg0)
public void
c(int arg0)
setRainTime(int arg0)
method_164(int arg0)
setRainTime(int arg0)
public void
a(dvd arg0)
setGameType(GameType arg0)
method_193(class_1934 arg0)
setGameMode(GameMode arg0)
public boolean
k()
isHardcore()
method_152()
isHardcore()
public boolean
l()
isAllowCommands()
method_194()
areCommandsAllowed()
public boolean
m()
isInitialized()
method_222()
isInitialized()
public void
c(boolean arg0)
setInitialized(boolean arg0)
method_223(boolean arg0)
setInitialized(boolean arg0)
public GameRules
n()
getGameRules()
method_146()
getGameRules()
public Optional<WorldBorder$Settings>
o()
getLegacyWorldBorderSettings()
method_27422()
getWorldBorder()
public void
a(Optional<eos$c> arg0)
setLegacyWorldBorderSettings(Optional<WorldBorder$Settings> arg0)
method_27415(Optional<class_2784$class_5200> arg0)
setWorldBorder(Optional<WorldBorder$Properties> arg0)
public Difficulty
p()
getDifficulty()
method_207()
getDifficulty()
public boolean
q()
isDifficultyLocked()
method_197()
isDifficultyLocked()
public TimerQueue<MinecraftServer>
r()
getScheduledEvents()
method_143()
getScheduledEvents()
public int
s()
getWanderingTraderSpawnDelay()
method_18038()
getWanderingTraderSpawnDelay()
public void
d(int arg0)
setWanderingTraderSpawnDelay(int arg0)
method_18041(int arg0)
setWanderingTraderSpawnDelay(int arg0)
public int
t()
getWanderingTraderSpawnChance()
method_18039()
getWanderingTraderSpawnChance()
public void
e(int arg0)
setWanderingTraderSpawnChance(int arg0)
method_18042(int arg0)
setWanderingTraderSpawnChance(int arg0)
public UUID
u()
getWanderingTraderId()
method_35506()
getWanderingTraderId()
public void
a(UUID arg0)
setWanderingTraderId(UUID arg0)
method_18040(UUID arg0)
setWanderingTraderId(UUID arg0)
public void
a(n arg0, dvi arg1)
fillCrashReportCategory(CrashReportCategory arg0, LevelHeightAccessor arg1)
method_151(class_129 arg0, class_5539 arg1)
populateCrashReport(CrashReportSection arg0, HeightLimitView arg1)