Package net.minecraft.world
Interface WorldProperties
- All Known Subinterfaces:
- MutableWorldProperties,- ServerWorldProperties
- All Known Implementing Classes:
- ClientWorld.Properties,- LevelProperties,- UnmodifiableLevelProperties
public interface WorldProperties
- Mappings:
- Namespace - Name - official - dyv- intermediary - net/minecraft/class_5217- named - net/minecraft/world/WorldProperties
- 
Method SummaryModifier and TypeMethodDescriptionfloatintintintlonggetTime()longbooleanbooleanbooleanbooleandefault voidpopulateCrashReport(CrashReportSection reportSection, HeightLimitView world) voidsetRaining(boolean raining) 
- 
Method Details- 
getSpawnXint getSpawnX()- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyv;a()I- intermediary - method_215- Lnet/minecraft/class_5217;method_215()I- named - getSpawnX- Lnet/minecraft/world/WorldProperties;getSpawnX()I
 
- 
getSpawnYint getSpawnY()- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldyv;b()I- intermediary - method_144- Lnet/minecraft/class_5217;method_144()I- named - getSpawnY- Lnet/minecraft/world/WorldProperties;getSpawnY()I
 
- 
getSpawnZint getSpawnZ()- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldyv;c()I- intermediary - method_166- Lnet/minecraft/class_5217;method_166()I- named - getSpawnZ- Lnet/minecraft/world/WorldProperties;getSpawnZ()I
 
- 
getSpawnAnglefloat getSpawnAngle()- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldyv;d()F- intermediary - method_30656- Lnet/minecraft/class_5217;method_30656()F- named - getSpawnAngle- Lnet/minecraft/world/WorldProperties;getSpawnAngle()F
 
- 
getTimelong getTime()- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldyv;e()J- intermediary - method_188- Lnet/minecraft/class_5217;method_188()J- named - getTime- Lnet/minecraft/world/WorldProperties;getTime()J
 
- 
getTimeOfDaylong getTimeOfDay()- Mappings:
- Namespace - Name - Mixin selector - official - f- Ldyv;f()J- intermediary - method_217- Lnet/minecraft/class_5217;method_217()J- named - getTimeOfDay- Lnet/minecraft/world/WorldProperties;getTimeOfDay()J
 
- 
isThunderingboolean isThundering()- Mappings:
- Namespace - Name - Mixin selector - official - i- Ldyv;i()Z- intermediary - method_203- Lnet/minecraft/class_5217;method_203()Z- named - isThundering- Lnet/minecraft/world/WorldProperties;isThundering()Z
 
- 
isRainingboolean isRaining()- Mappings:
- Namespace - Name - Mixin selector - official - k- Ldyv;k()Z- intermediary - method_156- Lnet/minecraft/class_5217;method_156()Z- named - isRaining- Lnet/minecraft/world/WorldProperties;isRaining()Z
 
- 
setRainingvoid setRaining(boolean raining) - Mappings:
- Namespace - Name - Mixin selector - official - b- Ldyv;b(Z)V- intermediary - method_157- Lnet/minecraft/class_5217;method_157(Z)V- named - setRaining- Lnet/minecraft/world/WorldProperties;setRaining(Z)V
 
- 
isHardcoreboolean isHardcore()- Mappings:
- Namespace - Name - Mixin selector - official - n- Ldyv;n()Z- intermediary - method_152- Lnet/minecraft/class_5217;method_152()Z- named - isHardcore- Lnet/minecraft/world/WorldProperties;isHardcore()Z
 
- 
getGameRulesGameRules getGameRules()- Mappings:
- Namespace - Name - Mixin selector - official - q- Ldyv;q()Lcmi;- intermediary - method_146- Lnet/minecraft/class_5217;method_146()Lnet/minecraft/class_1928;- named - getGameRules- Lnet/minecraft/world/WorldProperties;getGameRules()Lnet/minecraft/world/GameRules;
 
- 
getDifficultyDifficulty getDifficulty()- Mappings:
- Namespace - Name - Mixin selector - official - s- Ldyv;s()Lbdu;- intermediary - method_207- Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;- named - getDifficulty- Lnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;
 
- 
isDifficultyLockedboolean isDifficultyLocked()- Mappings:
- Namespace - Name - Mixin selector - official - t- Ldyv;t()Z- intermediary - method_197- Lnet/minecraft/class_5217;method_197()Z- named - isDifficultyLocked- Lnet/minecraft/world/WorldProperties;isDifficultyLocked()Z
 
- 
populateCrashReport- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyv;a(Lp;Lcmo;)V- intermediary - method_151- Lnet/minecraft/class_5217;method_151(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;)V- named - populateCrashReport- Lnet/minecraft/world/WorldProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;)V
 
 
-