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 emwintermediary net/minecraft/class_5217named net/minecraft/world/WorldProperties
-
Method Summary
Modifier and TypeMethodDescriptionfloatlonggetTime()longbooleanbooleanbooleanbooleandefault voidpopulateCrashReport(CrashReportSection reportSection, HeightLimitView world) voidsetRaining(boolean raining)
-
Method Details
-
getSpawnPos
BlockPos getSpawnPos()- Mappings:
Namespace Name Mixin selector official aLemw;a()Lid;intermediary method_56126Lnet/minecraft/class_5217;method_56126()Lnet/minecraft/class_2338;named getSpawnPosLnet/minecraft/world/WorldProperties;getSpawnPos()Lnet/minecraft/util/math/BlockPos;
-
getSpawnAngle
float getSpawnAngle()- Mappings:
Namespace Name Mixin selector official bLemw;b()Fintermediary method_30656Lnet/minecraft/class_5217;method_30656()Fnamed getSpawnAngleLnet/minecraft/world/WorldProperties;getSpawnAngle()F
-
getTime
long getTime()- Mappings:
Namespace Name Mixin selector official cLemw;c()Jintermediary method_188Lnet/minecraft/class_5217;method_188()Jnamed getTimeLnet/minecraft/world/WorldProperties;getTime()J
-
getTimeOfDay
long getTimeOfDay()- Mappings:
Namespace Name Mixin selector official dLemw;d()Jintermediary method_217Lnet/minecraft/class_5217;method_217()Jnamed getTimeOfDayLnet/minecraft/world/WorldProperties;getTimeOfDay()J
-
isThundering
boolean isThundering()- Mappings:
Namespace Name Mixin selector official gLemw;g()Zintermediary method_203Lnet/minecraft/class_5217;method_203()Znamed isThunderingLnet/minecraft/world/WorldProperties;isThundering()Z
-
isRaining
boolean isRaining()- Mappings:
Namespace Name Mixin selector official iLemw;i()Zintermediary method_156Lnet/minecraft/class_5217;method_156()Znamed isRainingLnet/minecraft/world/WorldProperties;isRaining()Z
-
setRaining
void setRaining(boolean raining) - Mappings:
Namespace Name Mixin selector official bLemw;b(Z)Vintermediary method_157Lnet/minecraft/class_5217;method_157(Z)Vnamed setRainingLnet/minecraft/world/WorldProperties;setRaining(Z)V
-
isHardcore
boolean isHardcore()- Mappings:
Namespace Name Mixin selector official lLemw;l()Zintermediary method_152Lnet/minecraft/class_5217;method_152()Znamed isHardcoreLnet/minecraft/world/WorldProperties;isHardcore()Z
-
getGameRules
GameRules getGameRules()- Mappings:
Namespace Name Mixin selector official oLemw;o()Lczc;intermediary method_146Lnet/minecraft/class_5217;method_146()Lnet/minecraft/class_1928;named getGameRulesLnet/minecraft/world/WorldProperties;getGameRules()Lnet/minecraft/world/GameRules;
-
getDifficulty
Difficulty getDifficulty()- Mappings:
Namespace Name Mixin selector official qLemw;q()Lboc;intermediary method_207Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;named getDifficultyLnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;
-
isDifficultyLocked
boolean isDifficultyLocked()- Mappings:
Namespace Name Mixin selector official rLemw;r()Zintermediary method_197Lnet/minecraft/class_5217;method_197()Znamed isDifficultyLockedLnet/minecraft/world/WorldProperties;isDifficultyLocked()Z
-
populateCrashReport
- Mappings:
Namespace Name Mixin selector official aLemw;a(Lp;Lczi;)Vintermediary method_151Lnet/minecraft/class_5217;method_151(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;)Vnamed populateCrashReportLnet/minecraft/world/WorldProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;)V
-