public interface WorldProperties
Modifier and Type | Method and Description |
---|---|
Difficulty |
getDifficulty() |
GameRules |
getGameRules() |
float |
getSpawnAngle() |
int |
getSpawnX() |
int |
getSpawnY() |
int |
getSpawnZ() |
long |
getTime() |
long |
getTimeOfDay() |
boolean |
isDifficultyLocked() |
boolean |
isHardcore() |
boolean |
isRaining() |
boolean |
isThundering() |
default void |
populateCrashReport(CrashReportSection reportSection) |
void |
setRaining(boolean raining) |
int getSpawnX()
int getSpawnY()
int getSpawnZ()
float getSpawnAngle()
long getTime()
long getTimeOfDay()
boolean isThundering()
boolean isRaining()
void setRaining(boolean raining)
boolean isHardcore()
GameRules getGameRules()
Difficulty getDifficulty()
boolean isDifficultyLocked()
default void populateCrashReport(CrashReportSection reportSection)