Interface WorldProperties

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

public interface WorldProperties
Mappings:
Namespace Name
named net/minecraft/world/WorldProperties
intermediary net/minecraft/class_5217
official erb
  • Method Details

    • getSpawnPos

      BlockPos getSpawnPos()
      Mappings:
      Namespace Name Mixin selector
      named getSpawnPos Lnet/minecraft/world/WorldProperties;getSpawnPos()Lnet/minecraft/util/math/BlockPos;
      intermediary method_56126 Lnet/minecraft/class_5217;method_56126()Lnet/minecraft/class_2338;
      official a Lerb;a()Ljd;
    • getSpawnAngle

      float getSpawnAngle()
      Mappings:
      Namespace Name Mixin selector
      named getSpawnAngle Lnet/minecraft/world/WorldProperties;getSpawnAngle()F
      intermediary method_30656 Lnet/minecraft/class_5217;method_30656()F
      official b Lerb;b()F
    • getTime

      long getTime()
      Mappings:
      Namespace Name Mixin selector
      named getTime Lnet/minecraft/world/WorldProperties;getTime()J
      intermediary method_188 Lnet/minecraft/class_5217;method_188()J
      official c Lerb;c()J
    • getTimeOfDay

      long getTimeOfDay()
      Mappings:
      Namespace Name Mixin selector
      named getTimeOfDay Lnet/minecraft/world/WorldProperties;getTimeOfDay()J
      intermediary method_217 Lnet/minecraft/class_5217;method_217()J
      official d Lerb;d()J
    • isThundering

      boolean isThundering()
      Mappings:
      Namespace Name Mixin selector
      named isThundering Lnet/minecraft/world/WorldProperties;isThundering()Z
      intermediary method_203 Lnet/minecraft/class_5217;method_203()Z
      official g Lerb;g()Z
    • isRaining

      boolean isRaining()
      Mappings:
      Namespace Name Mixin selector
      named isRaining Lnet/minecraft/world/WorldProperties;isRaining()Z
      intermediary method_156 Lnet/minecraft/class_5217;method_156()Z
      official i Lerb;i()Z
    • setRaining

      void setRaining(boolean raining)
      Mappings:
      Namespace Name Mixin selector
      named setRaining Lnet/minecraft/world/WorldProperties;setRaining(Z)V
      intermediary method_157 Lnet/minecraft/class_5217;method_157(Z)V
      official b Lerb;b(Z)V
    • isHardcore

      boolean isHardcore()
      Mappings:
      Namespace Name Mixin selector
      named isHardcore Lnet/minecraft/world/WorldProperties;isHardcore()Z
      intermediary method_152 Lnet/minecraft/class_5217;method_152()Z
      official l Lerb;l()Z
    • getGameRules

      GameRules getGameRules()
      Mappings:
      Namespace Name Mixin selector
      named getGameRules Lnet/minecraft/world/WorldProperties;getGameRules()Lnet/minecraft/world/GameRules;
      intermediary method_146 Lnet/minecraft/class_5217;method_146()Lnet/minecraft/class_1928;
      official o Lerb;o()Ldcs;
    • getDifficulty

      Difficulty getDifficulty()
      Mappings:
      Namespace Name Mixin selector
      named getDifficulty Lnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;
      intermediary method_207 Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;
      official q Lerb;q()Lbqo;
    • isDifficultyLocked

      boolean isDifficultyLocked()
      Mappings:
      Namespace Name Mixin selector
      named isDifficultyLocked Lnet/minecraft/world/WorldProperties;isDifficultyLocked()Z
      intermediary method_197 Lnet/minecraft/class_5217;method_197()Z
      official r Lerb;r()Z
    • populateCrashReport

      default void populateCrashReport(CrashReportSection reportSection, HeightLimitView world)
      Mappings:
      Namespace Name Mixin selector
      named populateCrashReport Lnet/minecraft/world/WorldProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;)V
      intermediary method_151 Lnet/minecraft/class_5217;method_151(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;)V
      official a Lerb;a(Lp;Ldcy;)V