net.minecraft.world.level.storage

public class DerivedLevelData

implements ServerLevelData

evw
net.minecraft.world.level.storage.DerivedLevelData
net.minecraft.class_27
net.minecraft.world.level.UnmodifiableLevelProperties
net.minecraft.world.level.storage.SecondaryWorldData

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 BlockPos
a()
getSpawnPos()
method_56126()
getSpawnPos()
public float
b()
getSpawnAngle()
method_30656()
getSpawnAngle()
public long
c()
getGameTime()
method_188()
getTime()
public long
d()
getDayTime()
method_217()
getTimeOfDay()
public String
e()
getLevelName()
method_150()
getLevelName()
public int
f()
getClearWeatherTime()
method_155()
getClearWeatherTime()
public void
a(int arg0)
setClearWeatherTime(int arg0)
method_167(int arg0)
setClearWeatherTime(int arg0)
public boolean
g()
isThundering()
method_203()
isThundering()
public int
h()
getThunderTime()
method_145()
getThunderTime()
public boolean
i()
isRaining()
method_156()
isRaining()
public int
j()
getRainTime()
method_190()
getRainTime()
public GameType
k()
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(jh arg0, float arg1)
setSpawn(BlockPos arg0, float arg1)
method_187(class_2338 arg0, float arg1)
setSpawnPos(BlockPos arg0, float arg1)
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(dhf arg0)
setGameType(GameType arg0)
method_193(class_1934 arg0)
setGameMode(GameMode arg0)
public boolean
l()
isHardcore()
method_152()
isHardcore()
public boolean
m()
isAllowCommands()
method_194()
areCommandsAllowed()
public boolean
n()
isInitialized()
method_222()
isInitialized()
public void
c(boolean arg0)
setInitialized(boolean arg0)
method_223(boolean arg0)
setInitialized(boolean arg0)
public GameRules
o()
getGameRules()
method_146()
getGameRules()
public WorldBorder$Settings
p()
getWorldBorder()
method_27422()
getWorldBorder()
public void
a(dzl$c arg0)
setWorldBorder(WorldBorder$Settings arg0)
method_27415(class_2784$class_5200 arg0)
setWorldBorder(WorldBorder$Properties arg0)
public Difficulty
q()
getDifficulty()
method_207()
getDifficulty()
public boolean
r()
isDifficultyLocked()
method_197()
isDifficultyLocked()
public TimerQueue<MinecraftServer>
s()
getScheduledEvents()
method_143()
getScheduledEvents()
public int
t()
getWanderingTraderSpawnDelay()
method_18038()
getWanderingTraderSpawnDelay()
public void
d(int arg0)
setWanderingTraderSpawnDelay(int arg0)
method_18041(int arg0)
setWanderingTraderSpawnDelay(int arg0)
public int
u()
getWanderingTraderSpawnChance()
method_18039()
getWanderingTraderSpawnChance()
public void
e(int arg0)
setWanderingTraderSpawnChance(int arg0)
method_18042(int arg0)
setWanderingTraderSpawnChance(int arg0)
public UUID
v()
getWanderingTraderId()
method_35506()
getWanderingTraderId()
public void
a(UUID arg0)
setWanderingTraderId(UUID arg0)
method_18040(UUID arg0)
setWanderingTraderId(UUID arg0)
public void
a(p arg0, dhk arg1)
fillCrashReportCategory(CrashReportCategory arg0, LevelHeightAccessor arg1)
method_151(class_129 arg0, class_5539 arg1)
populateCrashReport(CrashReportSection arg0, HeightLimitView arg1)