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 dyvintermediary net/minecraft/class_5217named net/minecraft/world/WorldProperties
- 
Method Summary
Modifier and TypeMethodDescriptionfloatintintintlonggetTime()longbooleanbooleanbooleanbooleandefault voidpopulateCrashReport(CrashReportSection reportSection, HeightLimitView world) voidsetRaining(boolean raining)  
- 
Method Details
- 
getSpawnX
int getSpawnX()- Mappings:
 Namespace Name Mixin selector official aLdyv;a()Iintermediary method_215Lnet/minecraft/class_5217;method_215()Inamed getSpawnXLnet/minecraft/world/WorldProperties;getSpawnX()I
 - 
getSpawnY
int getSpawnY()- Mappings:
 Namespace Name Mixin selector official bLdyv;b()Iintermediary method_144Lnet/minecraft/class_5217;method_144()Inamed getSpawnYLnet/minecraft/world/WorldProperties;getSpawnY()I
 - 
getSpawnZ
int getSpawnZ()- Mappings:
 Namespace Name Mixin selector official cLdyv;c()Iintermediary method_166Lnet/minecraft/class_5217;method_166()Inamed getSpawnZLnet/minecraft/world/WorldProperties;getSpawnZ()I
 - 
getSpawnAngle
float getSpawnAngle()- Mappings:
 Namespace Name Mixin selector official dLdyv;d()Fintermediary method_30656Lnet/minecraft/class_5217;method_30656()Fnamed getSpawnAngleLnet/minecraft/world/WorldProperties;getSpawnAngle()F
 - 
getTime
long getTime()- Mappings:
 Namespace Name Mixin selector official eLdyv;e()Jintermediary method_188Lnet/minecraft/class_5217;method_188()Jnamed getTimeLnet/minecraft/world/WorldProperties;getTime()J
 - 
getTimeOfDay
long getTimeOfDay()- Mappings:
 Namespace Name Mixin selector official fLdyv;f()Jintermediary method_217Lnet/minecraft/class_5217;method_217()Jnamed getTimeOfDayLnet/minecraft/world/WorldProperties;getTimeOfDay()J
 - 
isThundering
boolean isThundering()- Mappings:
 Namespace Name Mixin selector official iLdyv;i()Zintermediary method_203Lnet/minecraft/class_5217;method_203()Znamed isThunderingLnet/minecraft/world/WorldProperties;isThundering()Z
 - 
isRaining
boolean isRaining()- Mappings:
 Namespace Name Mixin selector official kLdyv;k()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 bLdyv;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 nLdyv;n()Zintermediary method_152Lnet/minecraft/class_5217;method_152()Znamed isHardcoreLnet/minecraft/world/WorldProperties;isHardcore()Z
 - 
getGameRules
GameRules getGameRules()- Mappings:
 Namespace Name Mixin selector official qLdyv;q()Lcmi;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 sLdyv;s()Lbdu;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 tLdyv;t()Zintermediary method_197Lnet/minecraft/class_5217;method_197()Znamed isDifficultyLockedLnet/minecraft/world/WorldProperties;isDifficultyLocked()Z
 - 
populateCrashReport
- Mappings:
 Namespace Name Mixin selector official aLdyv;a(Lp;Lcmo;)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
 
 -