Interface WorldProperties

All Known Subinterfaces:
MutableWorldProperties, ServerWorldProperties
All Known Implementing Classes:
ClientWorld.Properties, LevelProperties, UnmodifiableLevelProperties

public interface WorldProperties
  • Method Details

    • getSpawnX

      int getSpawnX()
    • getSpawnY

      int getSpawnY()
    • getSpawnZ

      int getSpawnZ()
    • getSpawnAngle

      float getSpawnAngle()
    • getTime

      long getTime()
    • getTimeOfDay

      long getTimeOfDay()
    • isThundering

      boolean isThundering()
    • isRaining

      boolean isRaining()
    • setRaining

      void setRaining​(boolean raining)
    • isHardcore

      boolean isHardcore()
    • getGameRules

      GameRules getGameRules()
    • getDifficulty

      Difficulty getDifficulty()
    • isDifficultyLocked

      boolean isDifficultyLocked()
    • populateCrashReport

      default void populateCrashReport​(CrashReportSection reportSection)