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 - named - net/minecraft/world/WorldProperties- intermediary - net/minecraft/class_5217- official - evc
- 
Method SummaryModifier and TypeMethodDescriptionfloatlonggetTime()longbooleanbooleanbooleanbooleandefault voidpopulateCrashReport(CrashReportSection reportSection, HeightLimitView world) voidsetRaining(boolean raining) 
- 
Method Details- 
getSpawnPosBlockPos 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- Levc;a()Lji;
 
- 
getSpawnAnglefloat 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- Levc;b()F
 
- 
getTimelong 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- Levc;c()J
 
- 
getTimeOfDaylong 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- Levc;d()J
 
- 
isThunderingboolean 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- Levc;g()Z
 
- 
isRainingboolean 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- Levc;i()Z
 
- 
setRainingvoid 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- Levc;b(Z)V
 
- 
isHardcoreboolean 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- Levc;l()Z
 
- 
getDifficultyDifficulty 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- Levc;q()Lbsi;
 
- 
isDifficultyLockedboolean 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- Levc;r()Z
 
- 
populateCrashReport- 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- Levc;a(Lp;Ldgl;)V
 
 
-