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/WorldPropertiesintermediary net/minecraft/class_5217official fid
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlonggetTime()longbooleanbooleanbooleanbooleandefault voidpopulateCrashReport(CrashReportSection reportSection, HeightLimitView world) voidsetRaining(boolean raining)
-
Method Details
-
getSpawnPoint
WorldProperties.SpawnPoint getSpawnPoint()- Mappings:
Namespace Name Mixin selector named getSpawnPointLnet/minecraft/world/WorldProperties;getSpawnPoint()Lnet/minecraft/world/WorldProperties$SpawnPoint;intermediary method_74893Lnet/minecraft/class_5217;method_74893()Lnet/minecraft/class_5217$class_12064;official aLfid;a()Lfid$a;
-
getTime
long getTime()- Mappings:
Namespace Name Mixin selector named getTimeLnet/minecraft/world/WorldProperties;getTime()Jintermediary method_188Lnet/minecraft/class_5217;method_188()Jofficial bLfid;b()J
-
getTimeOfDay
long getTimeOfDay()- Mappings:
Namespace Name Mixin selector named getTimeOfDayLnet/minecraft/world/WorldProperties;getTimeOfDay()Jintermediary method_217Lnet/minecraft/class_5217;method_217()Jofficial cLfid;c()J
-
isThundering
boolean isThundering()- Mappings:
Namespace Name Mixin selector named isThunderingLnet/minecraft/world/WorldProperties;isThundering()Zintermediary method_203Lnet/minecraft/class_5217;method_203()Zofficial fLfid;f()Z
-
isRaining
boolean isRaining()- Mappings:
Namespace Name Mixin selector named isRainingLnet/minecraft/world/WorldProperties;isRaining()Zintermediary method_156Lnet/minecraft/class_5217;method_156()Zofficial hLfid;h()Z
-
setRaining
void setRaining(boolean raining) - Mappings:
Namespace Name Mixin selector named setRainingLnet/minecraft/world/WorldProperties;setRaining(Z)Vintermediary method_157Lnet/minecraft/class_5217;method_157(Z)Vofficial bLfid;b(Z)V
-
isHardcore
boolean isHardcore()- Mappings:
Namespace Name Mixin selector named isHardcoreLnet/minecraft/world/WorldProperties;isHardcore()Zintermediary method_152Lnet/minecraft/class_5217;method_152()Zofficial kLfid;k()Z
-
getDifficulty
Difficulty getDifficulty()- Mappings:
Namespace Name Mixin selector named getDifficultyLnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;intermediary method_207Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;official pLfid;p()Lcbn;
-
isDifficultyLocked
boolean isDifficultyLocked()- Mappings:
Namespace Name Mixin selector named isDifficultyLockedLnet/minecraft/world/WorldProperties;isDifficultyLocked()Zintermediary method_197Lnet/minecraft/class_5217;method_197()Zofficial qLfid;q()Z
-
populateCrashReport
- Mappings:
Namespace Name Mixin selector named populateCrashReportLnet/minecraft/world/WorldProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;)Vintermediary method_151Lnet/minecraft/class_5217;method_151(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;)Vofficial aLfid;a(Lq;Ldrs;)V
-