net.minecraft.client.world

public class ClientWorld$Properties

implements MutableWorldProperties

net.minecraft.client.multiplayer.ClientLevel$ClientLevelData
net.minecraft.class_638$class_5271
net.minecraft.client.world.ClientWorld$Properties

Field summary

Modifier and TypeField
private final boolean
hardcore
field_24433
hardcore
private final boolean
isFlat
field_24607
flatWorld
private WorldProperties$SpawnPoint
respawnData
field_63066
position
private long
gameTime
field_24438
time
private long
dayTime
field_24439
timeOfDay
private boolean
raining
field_24440
raining
private Difficulty
difficulty
field_24441
difficulty
private boolean
difficultyLocked
field_24442
difficultyLocked

Constructor summary

ModifierConstructor
public (Difficulty difficulty, boolean hardcore, boolean flatWorld)

Method summary

Modifier and TypeMethod
public WorldProperties$SpawnPoint
getRespawnData()
method_74893()
getSpawnPoint()
public long
getGameTime()
method_188()
getTime()
public long
getDayTime()
method_217()
getTimeOfDay()
public void
setGameTime(long time)
method_177(long arg0)
setTime(long time)
public void
setDayTime(long time)
method_165(long arg0)
setTimeOfDay(long timeOfDay)
public void
setSpawn(LevelData$RespawnData respawnData)
method_187(class_5217$class_12064 arg0)
setSpawnPoint(WorldProperties$SpawnPoint arg0)
public boolean
isThundering()
method_203()
isThundering()
public boolean
isRaining()
method_156()
isRaining()
public void
setRaining(boolean raining)
method_157(boolean arg0)
setRaining(boolean arg0)
public boolean
isHardcore()
method_152()
isHardcore()
public Difficulty
getDifficulty()
method_207()
getDifficulty()
public boolean
isDifficultyLocked()
method_197()
isDifficultyLocked()
public void
fillCrashReportCategory(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor)
method_151(class_129 arg0, class_5539 arg1)
populateCrashReport(CrashReportSection arg0, HeightLimitView arg1)
public void
setDifficulty(Difficulty difficulty)
method_27875(class_1267 arg0)
setDifficulty(Difficulty difficulty)
public void
setDifficultyLocked(boolean locked)
method_27876(boolean arg0)
setDifficultyLocked(boolean difficultyLocked)
public double
getHorizonHeight(LevelHeightAccessor level)
method_28105(class_5539 arg0)
getSkyDarknessHeight(HeightLimitView world)
public float
voidDarknessOnsetRange()
method_71646()
getVoidDarknessRange()