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 intermediary net/minecraft/class_5217official dysnamed 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 intermediary method_215Lnet/minecraft/class_5217;method_215()Iofficial aLdys;a()Inamed getSpawnXLnet/minecraft/world/WorldProperties;getSpawnX()I
-
getSpawnY
int getSpawnY()- Mappings:
Namespace Name Mixin selector intermediary method_144Lnet/minecraft/class_5217;method_144()Iofficial bLdys;b()Inamed getSpawnYLnet/minecraft/world/WorldProperties;getSpawnY()I
-
getSpawnZ
int getSpawnZ()- Mappings:
Namespace Name Mixin selector intermediary method_166Lnet/minecraft/class_5217;method_166()Iofficial cLdys;c()Inamed getSpawnZLnet/minecraft/world/WorldProperties;getSpawnZ()I
-
getSpawnAngle
float getSpawnAngle()- Mappings:
Namespace Name Mixin selector intermediary method_30656Lnet/minecraft/class_5217;method_30656()Fofficial dLdys;d()Fnamed getSpawnAngleLnet/minecraft/world/WorldProperties;getSpawnAngle()F
-
getTime
long getTime()- Mappings:
Namespace Name Mixin selector intermediary method_188Lnet/minecraft/class_5217;method_188()Jofficial eLdys;e()Jnamed getTimeLnet/minecraft/world/WorldProperties;getTime()J
-
getTimeOfDay
long getTimeOfDay()- Mappings:
Namespace Name Mixin selector intermediary method_217Lnet/minecraft/class_5217;method_217()Jofficial fLdys;f()Jnamed getTimeOfDayLnet/minecraft/world/WorldProperties;getTimeOfDay()J
-
isThundering
boolean isThundering()- Mappings:
Namespace Name Mixin selector intermediary method_203Lnet/minecraft/class_5217;method_203()Zofficial iLdys;i()Znamed isThunderingLnet/minecraft/world/WorldProperties;isThundering()Z
-
isRaining
boolean isRaining()- Mappings:
Namespace Name Mixin selector intermediary method_156Lnet/minecraft/class_5217;method_156()Zofficial kLdys;k()Znamed isRainingLnet/minecraft/world/WorldProperties;isRaining()Z
-
setRaining
void setRaining(boolean raining) - Mappings:
Namespace Name Mixin selector intermediary method_157Lnet/minecraft/class_5217;method_157(Z)Vofficial bLdys;b(Z)Vnamed setRainingLnet/minecraft/world/WorldProperties;setRaining(Z)V
-
isHardcore
boolean isHardcore()- Mappings:
Namespace Name Mixin selector intermediary method_152Lnet/minecraft/class_5217;method_152()Zofficial nLdys;n()Znamed isHardcoreLnet/minecraft/world/WorldProperties;isHardcore()Z
-
getGameRules
GameRules getGameRules()- Mappings:
Namespace Name Mixin selector intermediary method_146Lnet/minecraft/class_5217;method_146()Lnet/minecraft/class_1928;official qLdys;q()Lcmg;named getGameRulesLnet/minecraft/world/WorldProperties;getGameRules()Lnet/minecraft/world/GameRules;
-
getDifficulty
Difficulty getDifficulty()- Mappings:
Namespace Name Mixin selector intermediary method_207Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;official sLdys;s()Lbdt;named getDifficultyLnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;
-
isDifficultyLocked
boolean isDifficultyLocked()- Mappings:
Namespace Name Mixin selector intermediary method_197Lnet/minecraft/class_5217;method_197()Zofficial tLdys;t()Znamed isDifficultyLockedLnet/minecraft/world/WorldProperties;isDifficultyLocked()Z
-
populateCrashReport
- Mappings:
Namespace Name Mixin selector intermediary method_151Lnet/minecraft/class_5217;method_151(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;)Vofficial aLdys;a(Lp;Lcmm;)Vnamed populateCrashReportLnet/minecraft/world/WorldProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;)V
-