Package net.minecraft.world.level
Interface ServerWorldProperties
- All Superinterfaces:
MutableWorldProperties
,WorldProperties
- All Known Implementing Classes:
LevelProperties
,UnmodifiableLevelProperties
public interface ServerWorldProperties extends MutableWorldProperties
- Mappings:
Namespace Name official dhf
intermediary net/minecraft/class_5268
named net/minecraft/world/level/ServerWorldProperties
-
Method Summary
Methods inherited from interface net.minecraft.world.MutableWorldProperties
setSpawnAngle, setSpawnPos, setSpawnX, setSpawnY, setSpawnZ
Methods inherited from interface net.minecraft.world.WorldProperties
getDifficulty, getGameRules, getSpawnAngle, getSpawnX, getSpawnY, getSpawnZ, getTime, getTimeOfDay, isDifficultyLocked, isHardcore, isRaining, isThundering, setRaining
-
Method Details
-
getLevelName
String getLevelName()- Mappings:
Namespace Name Mixin selector official g
Ldhf;g()Ljava/lang/String;
intermediary method_150
Lnet/minecraft/class_5268;method_150()Ljava/lang/String;
named getLevelName
Lnet/minecraft/world/level/ServerWorldProperties;getLevelName()Ljava/lang/String;
-
setThundering
void setThundering(boolean thundering)- Mappings:
Namespace Name Mixin selector official a
Ldhf;a(Z)V
intermediary method_147
Lnet/minecraft/class_5268;method_147(Z)V
named setThundering
Lnet/minecraft/world/level/ServerWorldProperties;setThundering(Z)V
-
getRainTime
int getRainTime()- Mappings:
Namespace Name Mixin selector official l
Ldhf;l()I
intermediary method_190
Lnet/minecraft/class_5268;method_190()I
named getRainTime
Lnet/minecraft/world/level/ServerWorldProperties;getRainTime()I
-
setRainTime
void setRainTime(int rainTime)- Mappings:
Namespace Name Mixin selector official f
Ldhf;f(I)V
intermediary method_164
Lnet/minecraft/class_5268;method_164(I)V
named setRainTime
Lnet/minecraft/world/level/ServerWorldProperties;setRainTime(I)V
-
setThunderTime
void setThunderTime(int thunderTime)- Mappings:
Namespace Name Mixin selector official e
Ldhf;e(I)V
intermediary method_173
Lnet/minecraft/class_5268;method_173(I)V
named setThunderTime
Lnet/minecraft/world/level/ServerWorldProperties;setThunderTime(I)V
-
getThunderTime
int getThunderTime()- Mappings:
Namespace Name Mixin selector official j
Ldhf;j()I
intermediary method_145
Lnet/minecraft/class_5268;method_145()I
named getThunderTime
Lnet/minecraft/world/level/ServerWorldProperties;getThunderTime()I
-
populateCrashReport
- Specified by:
populateCrashReport
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldgw;a(Lr;Lbvt;)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
-
getClearWeatherTime
int getClearWeatherTime()- Mappings:
Namespace Name Mixin selector official h
Ldhf;h()I
intermediary method_155
Lnet/minecraft/class_5268;method_155()I
named getClearWeatherTime
Lnet/minecraft/world/level/ServerWorldProperties;getClearWeatherTime()I
-
setClearWeatherTime
void setClearWeatherTime(int clearWeatherTime)- Mappings:
Namespace Name Mixin selector official a
Ldhf;a(I)V
intermediary method_167
Lnet/minecraft/class_5268;method_167(I)V
named setClearWeatherTime
Lnet/minecraft/world/level/ServerWorldProperties;setClearWeatherTime(I)V
-
getWanderingTraderSpawnDelay
int getWanderingTraderSpawnDelay()- Mappings:
Namespace Name Mixin selector official v
Ldhf;v()I
intermediary method_18038
Lnet/minecraft/class_5268;method_18038()I
named getWanderingTraderSpawnDelay
Lnet/minecraft/world/level/ServerWorldProperties;getWanderingTraderSpawnDelay()I
-
setWanderingTraderSpawnDelay
void setWanderingTraderSpawnDelay(int wanderingTraderSpawnDelay)- Mappings:
Namespace Name Mixin selector official g
Ldhf;g(I)V
intermediary method_18041
Lnet/minecraft/class_5268;method_18041(I)V
named setWanderingTraderSpawnDelay
Lnet/minecraft/world/level/ServerWorldProperties;setWanderingTraderSpawnDelay(I)V
-
getWanderingTraderSpawnChance
int getWanderingTraderSpawnChance()- Mappings:
Namespace Name Mixin selector official w
Ldhf;w()I
intermediary method_18039
Lnet/minecraft/class_5268;method_18039()I
named getWanderingTraderSpawnChance
Lnet/minecraft/world/level/ServerWorldProperties;getWanderingTraderSpawnChance()I
-
setWanderingTraderSpawnChance
void setWanderingTraderSpawnChance(int wanderingTraderSpawnChance)- Mappings:
Namespace Name Mixin selector official h
Ldhf;h(I)V
intermediary method_18042
Lnet/minecraft/class_5268;method_18042(I)V
named setWanderingTraderSpawnChance
Lnet/minecraft/world/level/ServerWorldProperties;setWanderingTraderSpawnChance(I)V
-
method_35506
- Mappings:
Namespace Name Mixin selector official x
Ldhf;x()Ljava/util/UUID;
intermediary method_35506
Lnet/minecraft/class_5268;method_35506()Ljava/util/UUID;
named method_35506
Lnet/minecraft/world/level/ServerWorldProperties;method_35506()Ljava/util/UUID;
-
setWanderingTraderId
- Mappings:
Namespace Name Mixin selector official a
Ldhf;a(Ljava/util/UUID;)V
intermediary method_18040
Lnet/minecraft/class_5268;method_18040(Ljava/util/UUID;)V
named setWanderingTraderId
Lnet/minecraft/world/level/ServerWorldProperties;setWanderingTraderId(Ljava/util/UUID;)V
-
getGameMode
GameMode getGameMode()- Mappings:
Namespace Name Mixin selector official m
Ldhf;m()Lbvo;
intermediary method_210
Lnet/minecraft/class_5268;method_210()Lnet/minecraft/class_1934;
named getGameMode
Lnet/minecraft/world/level/ServerWorldProperties;getGameMode()Lnet/minecraft/world/GameMode;
-
setWorldBorder
- Mappings:
Namespace Name Mixin selector official a
Ldhf;a(Lclh$c;)V
intermediary method_27415
Lnet/minecraft/class_5268;method_27415(Lnet/minecraft/class_2784$class_5200;)V
named setWorldBorder
Lnet/minecraft/world/level/ServerWorldProperties;setWorldBorder(Lnet/minecraft/world/border/WorldBorder$Properties;)V
-
getWorldBorder
WorldBorder.Properties getWorldBorder()- Mappings:
Namespace Name Mixin selector official r
Ldhf;r()Lclh$c;
intermediary method_27422
Lnet/minecraft/class_5268;method_27422()Lnet/minecraft/class_2784$class_5200;
named getWorldBorder
Lnet/minecraft/world/level/ServerWorldProperties;getWorldBorder()Lnet/minecraft/world/border/WorldBorder$Properties;
-
isInitialized
boolean isInitialized()- Mappings:
Namespace Name Mixin selector official p
Ldhf;p()Z
intermediary method_222
Lnet/minecraft/class_5268;method_222()Z
named isInitialized
Lnet/minecraft/world/level/ServerWorldProperties;isInitialized()Z
-
setInitialized
void setInitialized(boolean initialized)- Mappings:
Namespace Name Mixin selector official c
Ldhf;c(Z)V
intermediary method_223
Lnet/minecraft/class_5268;method_223(Z)V
named setInitialized
Lnet/minecraft/world/level/ServerWorldProperties;setInitialized(Z)V
-
areCommandsAllowed
boolean areCommandsAllowed()- Mappings:
Namespace Name Mixin selector official o
Ldhf;o()Z
intermediary method_194
Lnet/minecraft/class_5268;method_194()Z
named areCommandsAllowed
Lnet/minecraft/world/level/ServerWorldProperties;areCommandsAllowed()Z
-
setGameMode
- Mappings:
Namespace Name Mixin selector official a
Ldhf;a(Lbvo;)V
intermediary method_193
Lnet/minecraft/class_5268;method_193(Lnet/minecraft/class_1934;)V
named setGameMode
Lnet/minecraft/world/level/ServerWorldProperties;setGameMode(Lnet/minecraft/world/GameMode;)V
-
getScheduledEvents
Timer<MinecraftServer> getScheduledEvents()- Mappings:
Namespace Name Mixin selector official u
Ldhf;u()Ldlq;
intermediary method_143
Lnet/minecraft/class_5268;method_143()Lnet/minecraft/class_236;
named getScheduledEvents
Lnet/minecraft/world/level/ServerWorldProperties;getScheduledEvents()Lnet/minecraft/world/timer/Timer;
-
setTime
void setTime(long time)- Mappings:
Namespace Name Mixin selector official a
Ldhf;a(J)V
intermediary method_29034
Lnet/minecraft/class_5268;method_29034(J)V
named setTime
Lnet/minecraft/world/level/ServerWorldProperties;setTime(J)V
-
setTimeOfDay
void setTimeOfDay(long timeOfDay)- Mappings:
Namespace Name Mixin selector official b
Ldhf;b(J)V
intermediary method_29035
Lnet/minecraft/class_5268;method_29035(J)V
named setTimeOfDay
Lnet/minecraft/world/level/ServerWorldProperties;setTimeOfDay(J)V
-