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 fky
  • Method Details

    • getSpawnPoint

      Mappings:
      Namespace Name Mixin selector
      named getSpawnPoint Lnet/minecraft/world/WorldProperties;getSpawnPoint()Lnet/minecraft/world/WorldProperties$SpawnPoint;
      intermediary method_74893 Lnet/minecraft/class_5217;method_74893()Lnet/minecraft/class_5217$class_12064;
      official a Lfky;a()Lfky$a;
    • 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 b Lfky;b()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 c Lfky;c()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 f Lfky;f()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 h Lfky;h()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 Lfky;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 k Lfky;k()Z
    • 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 p Lfky;p()Lccu;
    • 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 q Lfky;q()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 Lfky;a(Lq;Ldup;)V