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 dvb
intermediary net/minecraft/class_5217
named net/minecraft/world/WorldProperties
-
Method Summary
Modifier and TypeMethodDescriptionfloat
int
int
int
long
getTime()
long
boolean
boolean
boolean
boolean
default void
populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) void
setRaining
(boolean raining)
-
Method Details
-
getSpawnX
int getSpawnX()- Mappings:
Namespace Name Mixin selector official a
Ldvb;a()I
intermediary method_215
Lnet/minecraft/class_5217;method_215()I
named getSpawnX
Lnet/minecraft/world/WorldProperties;getSpawnX()I
-
getSpawnY
int getSpawnY()- Mappings:
Namespace Name Mixin selector official b
Ldvb;b()I
intermediary method_144
Lnet/minecraft/class_5217;method_144()I
named getSpawnY
Lnet/minecraft/world/WorldProperties;getSpawnY()I
-
getSpawnZ
int getSpawnZ()- Mappings:
Namespace Name Mixin selector official c
Ldvb;c()I
intermediary method_166
Lnet/minecraft/class_5217;method_166()I
named getSpawnZ
Lnet/minecraft/world/WorldProperties;getSpawnZ()I
-
getSpawnAngle
float getSpawnAngle()- Mappings:
Namespace Name Mixin selector official d
Ldvb;d()F
intermediary method_30656
Lnet/minecraft/class_5217;method_30656()F
named getSpawnAngle
Lnet/minecraft/world/WorldProperties;getSpawnAngle()F
-
getTime
long getTime()- Mappings:
Namespace Name Mixin selector official e
Ldvb;e()J
intermediary method_188
Lnet/minecraft/class_5217;method_188()J
named getTime
Lnet/minecraft/world/WorldProperties;getTime()J
-
getTimeOfDay
long getTimeOfDay()- Mappings:
Namespace Name Mixin selector official f
Ldvb;f()J
intermediary method_217
Lnet/minecraft/class_5217;method_217()J
named getTimeOfDay
Lnet/minecraft/world/WorldProperties;getTimeOfDay()J
-
isThundering
boolean isThundering()- Mappings:
Namespace Name Mixin selector official i
Ldvb;i()Z
intermediary method_203
Lnet/minecraft/class_5217;method_203()Z
named isThundering
Lnet/minecraft/world/WorldProperties;isThundering()Z
-
isRaining
boolean isRaining()- Mappings:
Namespace Name Mixin selector official k
Ldvb;k()Z
intermediary method_156
Lnet/minecraft/class_5217;method_156()Z
named isRaining
Lnet/minecraft/world/WorldProperties;isRaining()Z
-
setRaining
void setRaining(boolean raining) - Mappings:
Namespace Name Mixin selector official b
Ldvb;b(Z)V
intermediary method_157
Lnet/minecraft/class_5217;method_157(Z)V
named setRaining
Lnet/minecraft/world/WorldProperties;setRaining(Z)V
-
isHardcore
boolean isHardcore()- Mappings:
Namespace Name Mixin selector official n
Ldvb;n()Z
intermediary method_152
Lnet/minecraft/class_5217;method_152()Z
named isHardcore
Lnet/minecraft/world/WorldProperties;isHardcore()Z
-
getGameRules
GameRules getGameRules()- Mappings:
Namespace Name Mixin selector official q
Ldvb;q()Lcjs;
intermediary method_146
Lnet/minecraft/class_5217;method_146()Lnet/minecraft/class_1928;
named getGameRules
Lnet/minecraft/world/WorldProperties;getGameRules()Lnet/minecraft/world/GameRules;
-
getDifficulty
Difficulty getDifficulty()- Mappings:
Namespace Name Mixin selector official s
Ldvb;s()Lbcj;
intermediary method_207
Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;
named getDifficulty
Lnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;
-
isDifficultyLocked
boolean isDifficultyLocked()- Mappings:
Namespace Name Mixin selector official t
Ldvb;t()Z
intermediary method_197
Lnet/minecraft/class_5217;method_197()Z
named isDifficultyLocked
Lnet/minecraft/world/WorldProperties;isDifficultyLocked()Z
-
populateCrashReport
- Mappings:
Namespace Name Mixin selector official a
Ldvb;a(Lo;Lcjy;)V
intermediary method_151
Lnet/minecraft/class_5217;method_151(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;)V
named populateCrashReport
Lnet/minecraft/world/WorldProperties;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;)V
-