Package net.minecraft.world.level
Class LevelProperties
java.lang.Object
net.minecraft.world.level.LevelProperties
- All Implemented Interfaces:
ServerWorldProperties
,MutableWorldProperties
,SaveProperties
,WorldProperties
- Mappings:
Namespace Name official dru
intermediary net/minecraft/class_31
named net/minecraft/world/level/LevelProperties
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private @Nullable NbtCompound
private final @Nullable com.mojang.datafixers.DataFixer
private final int
private boolean
private NbtCompound
private final GeneratorOptions
private boolean
private LevelInfo
private final com.mojang.serialization.Lifecycle
private static final Logger
private boolean
protected static final String
private @Nullable NbtCompound
private boolean
private boolean
private int
private final Timer<MinecraftServer>
private float
private int
private int
private int
private boolean
private int
private long
private long
private final int
private int
private int
protected static final String
private WorldBorder.Properties
Fields inherited from interface net.minecraft.world.SaveProperties
ANVIL_FORMAT_ID, MCREGION_FORMAT_ID
-
Constructor Summary
ModifierConstructorDescriptionprivate
LevelProperties
(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) LevelProperties
(LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addServerBrand
(String brand, boolean modded) boolean
cloneWorldNbt
(DynamicRegistryManager registryManager, @Nullable NbtCompound playerNbt) int
com.mojang.serialization.Lifecycle
int
float
int
int
int
int
long
getTime()
long
int
int
int
boolean
boolean
boolean
boolean
isModded()
boolean
boolean
private void
void
populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) static LevelProperties
readProperties
(com.mojang.serialization.Dynamic<NbtElement> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) void
setClearWeatherTime
(int clearWeatherTime) void
setCustomBossEvents
(@Nullable NbtCompound customBossEvents) void
setDifficulty
(Difficulty difficulty) void
setDifficultyLocked
(boolean difficultyLocked) void
setDragonFight
(NbtCompound dragonFight) void
setGameMode
(GameMode gameMode) void
setInitialized
(boolean initialized) void
setRaining
(boolean raining) void
setRainTime
(int rainTime) void
setSpawnAngle
(float spawnAngle) void
setSpawnPos
(BlockPos pos, float angle) void
setSpawnX
(int spawnX) void
setSpawnY
(int spawnY) void
setSpawnZ
(int spawnZ) void
setThundering
(boolean thundering) void
setThunderTime
(int thunderTime) void
setTime
(long time) void
setTimeOfDay
(long timeOfDay) void
setWanderingTraderId
(UUID wanderingTraderId) void
setWanderingTraderSpawnChance
(int wanderingTraderSpawnChance) void
setWanderingTraderSpawnDelay
(int wanderingTraderSpawnDelay) void
setWorldBorder
(WorldBorder.Properties worldBorder) void
updateLevelInfo
(DataPackSettings dataPackSettings) private void
updateProperties
(DynamicRegistryManager registryManager, NbtCompound levelNbt, @Nullable NbtCompound playerNbt) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.SaveProperties
getFormatName, populateCrashReport
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official e
Ldru;e:Lorg/slf4j/Logger;
intermediary field_25029
Lnet/minecraft/class_31;field_25029:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/world/level/LevelProperties;LOGGER:Lorg/slf4j/Logger;
-
PLAYER_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Ldru;a:Ljava/lang/String;
intermediary field_36349
Lnet/minecraft/class_31;field_36349:Ljava/lang/String;
named PLAYER_KEY
Lnet/minecraft/world/level/LevelProperties;PLAYER_KEY:Ljava/lang/String;
-
WORLD_GEN_SETTINGS_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official b
Ldru;b:Ljava/lang/String;
intermediary field_31843
Lnet/minecraft/class_31;field_31843:Ljava/lang/String;
named WORLD_GEN_SETTINGS_KEY
Lnet/minecraft/world/level/LevelProperties;WORLD_GEN_SETTINGS_KEY:Ljava/lang/String;
-
levelInfo
- Mappings:
Namespace Name Mixin selector official f
Ldru;f:Lchb;
intermediary field_25030
Lnet/minecraft/class_31;field_25030:Lnet/minecraft/class_1940;
named levelInfo
Lnet/minecraft/world/level/LevelProperties;levelInfo:Lnet/minecraft/world/level/LevelInfo;
-
generatorOptions
- Mappings:
Namespace Name Mixin selector official g
Ldru;g:Ldbm;
intermediary field_25425
Lnet/minecraft/class_31;field_25425:Lnet/minecraft/class_5285;
named generatorOptions
Lnet/minecraft/world/level/LevelProperties;generatorOptions:Lnet/minecraft/world/gen/GeneratorOptions;
-
lifecycle
private final com.mojang.serialization.Lifecycle lifecycle- Mappings:
Namespace Name Mixin selector official h
Ldru;h:Lcom/mojang/serialization/Lifecycle;
intermediary field_25426
Lnet/minecraft/class_31;field_25426:Lcom/mojang/serialization/Lifecycle;
named lifecycle
Lnet/minecraft/world/level/LevelProperties;lifecycle:Lcom/mojang/serialization/Lifecycle;
-
spawnX
private int spawnX- Mappings:
Namespace Name Mixin selector official i
Ldru;i:I
intermediary field_151
Lnet/minecraft/class_31;field_151:I
named spawnX
Lnet/minecraft/world/level/LevelProperties;spawnX:I
-
spawnY
private int spawnY- Mappings:
Namespace Name Mixin selector official j
Ldru;j:I
intermediary field_167
Lnet/minecraft/class_31;field_167:I
named spawnY
Lnet/minecraft/world/level/LevelProperties;spawnY:I
-
spawnZ
private int spawnZ- Mappings:
Namespace Name Mixin selector official k
Ldru;k:I
intermediary field_182
Lnet/minecraft/class_31;field_182:I
named spawnZ
Lnet/minecraft/world/level/LevelProperties;spawnZ:I
-
spawnAngle
private float spawnAngle- Mappings:
Namespace Name Mixin selector official l
Ldru;l:F
intermediary field_26367
Lnet/minecraft/class_31;field_26367:F
named spawnAngle
Lnet/minecraft/world/level/LevelProperties;spawnAngle:F
-
time
private long time- Mappings:
Namespace Name Mixin selector official m
Ldru;m:J
intermediary field_189
Lnet/minecraft/class_31;field_189:J
named time
Lnet/minecraft/world/level/LevelProperties;time:J
-
timeOfDay
private long timeOfDay- Mappings:
Namespace Name Mixin selector official n
Ldru;n:J
intermediary field_198
Lnet/minecraft/class_31;field_198:J
named timeOfDay
Lnet/minecraft/world/level/LevelProperties;timeOfDay:J
-
dataFixer
- Mappings:
Namespace Name Mixin selector official o
Ldru;o:Lcom/mojang/datafixers/DataFixer;
intermediary field_184
Lnet/minecraft/class_31;field_184:Lcom/mojang/datafixers/DataFixer;
named dataFixer
Lnet/minecraft/world/level/LevelProperties;dataFixer:Lcom/mojang/datafixers/DataFixer;
-
dataVersion
private final int dataVersion- Mappings:
Namespace Name Mixin selector official p
Ldru;p:I
intermediary field_196
Lnet/minecraft/class_31;field_196:I
named dataVersion
Lnet/minecraft/world/level/LevelProperties;dataVersion:I
-
playerDataLoaded
private boolean playerDataLoaded- Mappings:
Namespace Name Mixin selector official q
Ldru;q:Z
intermediary field_172
Lnet/minecraft/class_31;field_172:Z
named playerDataLoaded
Lnet/minecraft/world/level/LevelProperties;playerDataLoaded:Z
-
playerData
- Mappings:
Namespace Name Mixin selector official r
Ldru;r:Lpj;
intermediary field_170
Lnet/minecraft/class_31;field_170:Lnet/minecraft/class_2487;
named playerData
Lnet/minecraft/world/level/LevelProperties;playerData:Lnet/minecraft/nbt/NbtCompound;
-
version
private final int version- Mappings:
Namespace Name Mixin selector official s
Ldru;s:I
intermediary field_158
Lnet/minecraft/class_31;field_158:I
named version
Lnet/minecraft/world/level/LevelProperties;version:I
-
clearWeatherTime
private int clearWeatherTime- Mappings:
Namespace Name Mixin selector official t
Ldru;t:I
intermediary field_176
Lnet/minecraft/class_31;field_176:I
named clearWeatherTime
Lnet/minecraft/world/level/LevelProperties;clearWeatherTime:I
-
raining
private boolean raining- Mappings:
Namespace Name Mixin selector official u
Ldru;u:Z
intermediary field_190
Lnet/minecraft/class_31;field_190:Z
named raining
Lnet/minecraft/world/level/LevelProperties;raining:Z
-
rainTime
private int rainTime- Mappings:
Namespace Name Mixin selector official v
Ldru;v:I
intermediary field_192
Lnet/minecraft/class_31;field_192:I
named rainTime
Lnet/minecraft/world/level/LevelProperties;rainTime:I
-
thundering
private boolean thundering- Mappings:
Namespace Name Mixin selector official w
Ldru;w:Z
intermediary field_168
Lnet/minecraft/class_31;field_168:Z
named thundering
Lnet/minecraft/world/level/LevelProperties;thundering:Z
-
thunderTime
private int thunderTime- Mappings:
Namespace Name Mixin selector official x
Ldru;x:I
intermediary field_173
Lnet/minecraft/class_31;field_173:I
named thunderTime
Lnet/minecraft/world/level/LevelProperties;thunderTime:I
-
initialized
private boolean initialized- Mappings:
Namespace Name Mixin selector official y
Ldru;y:Z
intermediary field_185
Lnet/minecraft/class_31;field_185:Z
named initialized
Lnet/minecraft/world/level/LevelProperties;initialized:Z
-
difficultyLocked
private boolean difficultyLocked- Mappings:
Namespace Name Mixin selector official z
Ldru;z:Z
intermediary field_157
Lnet/minecraft/class_31;field_157:Z
named difficultyLocked
Lnet/minecraft/world/level/LevelProperties;difficultyLocked:Z
-
worldBorder
- Mappings:
Namespace Name Mixin selector official A
Ldru;A:Lcxe$c;
intermediary field_24193
Lnet/minecraft/class_31;field_24193:Lnet/minecraft/class_2784$class_5200;
named worldBorder
Lnet/minecraft/world/level/LevelProperties;worldBorder:Lnet/minecraft/world/border/WorldBorder$Properties;
-
dragonFight
- Mappings:
Namespace Name Mixin selector official B
Ldru;B:Lpj;
intermediary field_25031
Lnet/minecraft/class_31;field_25031:Lnet/minecraft/class_2487;
named dragonFight
Lnet/minecraft/world/level/LevelProperties;dragonFight:Lnet/minecraft/nbt/NbtCompound;
-
customBossEvents
- Mappings:
Namespace Name Mixin selector official C
Ldru;C:Lpj;
intermediary field_156
Lnet/minecraft/class_31;field_156:Lnet/minecraft/class_2487;
named customBossEvents
Lnet/minecraft/world/level/LevelProperties;customBossEvents:Lnet/minecraft/nbt/NbtCompound;
-
wanderingTraderSpawnDelay
private int wanderingTraderSpawnDelay- Mappings:
Namespace Name Mixin selector official D
Ldru;D:I
intermediary field_17736
Lnet/minecraft/class_31;field_17736:I
named wanderingTraderSpawnDelay
Lnet/minecraft/world/level/LevelProperties;wanderingTraderSpawnDelay:I
-
wanderingTraderSpawnChance
private int wanderingTraderSpawnChance- Mappings:
Namespace Name Mixin selector official E
Ldru;E:I
intermediary field_17737
Lnet/minecraft/class_31;field_17737:I
named wanderingTraderSpawnChance
Lnet/minecraft/world/level/LevelProperties;wanderingTraderSpawnChance:I
-
wanderingTraderId
- Mappings:
Namespace Name Mixin selector official F
Ldru;F:Ljava/util/UUID;
intermediary field_17738
Lnet/minecraft/class_31;field_17738:Ljava/util/UUID;
named wanderingTraderId
Lnet/minecraft/world/level/LevelProperties;wanderingTraderId:Ljava/util/UUID;
-
serverBrands
- Mappings:
Namespace Name Mixin selector official G
Ldru;G:Ljava/util/Set;
intermediary field_21837
Lnet/minecraft/class_31;field_21837:Ljava/util/Set;
named serverBrands
Lnet/minecraft/world/level/LevelProperties;serverBrands:Ljava/util/Set;
-
modded
private boolean modded- Mappings:
Namespace Name Mixin selector official H
Ldru;H:Z
intermediary field_21838
Lnet/minecraft/class_31;field_21838:Z
named modded
Lnet/minecraft/world/level/LevelProperties;modded:Z
-
scheduledEvents
- Mappings:
Namespace Name Mixin selector official I
Ldru;I:Ldwi;
intermediary field_191
Lnet/minecraft/class_31;field_191:Lnet/minecraft/class_236;
named scheduledEvents
Lnet/minecraft/world/level/LevelProperties;scheduledEvents:Lnet/minecraft/world/timer/Timer;
-
-
Constructor Details
-
LevelProperties
private LevelProperties(@Nullable @Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) - Mappings:
Namespace Name Mixin selector official <init>
Ldru;<init>(Lcom/mojang/datafixers/DataFixer;ILpj;ZIIIFJJIIIZIZZZLcxe$c;IILjava/util/UUID;Ljava/util/Set;Ldwi;Lpj;Lpj;Lchb;Ldbm;Lcom/mojang/serialization/Lifecycle;)V
intermediary <init>
Lnet/minecraft/class_31;<init>(Lcom/mojang/datafixers/DataFixer;ILnet/minecraft/class_2487;ZIIIFJJIIIZIZZZLnet/minecraft/class_2784$class_5200;IILjava/util/UUID;Ljava/util/Set;Lnet/minecraft/class_236;Lnet/minecraft/class_2487;Lnet/minecraft/class_2487;Lnet/minecraft/class_1940;Lnet/minecraft/class_5285;Lcom/mojang/serialization/Lifecycle;)V
named <init>
Lnet/minecraft/world/level/LevelProperties;<init>(Lcom/mojang/datafixers/DataFixer;ILnet/minecraft/nbt/NbtCompound;ZIIIFJJIIIZIZZZLnet/minecraft/world/border/WorldBorder$Properties;IILjava/util/UUID;Ljava/util/Set;Lnet/minecraft/world/timer/Timer;Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/world/level/LevelInfo;Lnet/minecraft/world/gen/GeneratorOptions;Lcom/mojang/serialization/Lifecycle;)V
-
LevelProperties
public LevelProperties(LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) - Mappings:
Namespace Name Mixin selector official <init>
Ldru;<init>(Lchb;Ldbm;Lcom/mojang/serialization/Lifecycle;)V
intermediary <init>
Lnet/minecraft/class_31;<init>(Lnet/minecraft/class_1940;Lnet/minecraft/class_5285;Lcom/mojang/serialization/Lifecycle;)V
named <init>
Lnet/minecraft/world/level/LevelProperties;<init>(Lnet/minecraft/world/level/LevelInfo;Lnet/minecraft/world/gen/GeneratorOptions;Lcom/mojang/serialization/Lifecycle;)V
-
-
Method Details
-
readProperties
public static LevelProperties readProperties(com.mojang.serialization.Dynamic<NbtElement> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) - Mappings:
Namespace Name Mixin selector official a
Ldru;a(Lcom/mojang/serialization/Dynamic;Lcom/mojang/datafixers/DataFixer;ILpj;Lchb;Ldrs;Ldbm;Lcom/mojang/serialization/Lifecycle;)Ldru;
intermediary method_29029
Lnet/minecraft/class_31;method_29029(Lcom/mojang/serialization/Dynamic;Lcom/mojang/datafixers/DataFixer;ILnet/minecraft/class_2487;Lnet/minecraft/class_1940;Lnet/minecraft/class_5315;Lnet/minecraft/class_5285;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/class_31;
named readProperties
Lnet/minecraft/world/level/LevelProperties;readProperties(Lcom/mojang/serialization/Dynamic;Lcom/mojang/datafixers/DataFixer;ILnet/minecraft/nbt/NbtCompound;Lnet/minecraft/world/level/LevelInfo;Lnet/minecraft/world/level/storage/SaveVersionInfo;Lnet/minecraft/world/gen/GeneratorOptions;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/world/level/LevelProperties;
-
cloneWorldNbt
public NbtCompound cloneWorldNbt(DynamicRegistryManager registryManager, @Nullable @Nullable NbtCompound playerNbt) - Specified by:
cloneWorldNbt
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrw;a(Lhn;Lpj;)Lpj;
intermediary method_163
Lnet/minecraft/class_5219;method_163(Lnet/minecraft/class_5455;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
named cloneWorldNbt
Lnet/minecraft/world/SaveProperties;cloneWorldNbt(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
-
updateProperties
private void updateProperties(DynamicRegistryManager registryManager, NbtCompound levelNbt, @Nullable @Nullable NbtCompound playerNbt) - Mappings:
Namespace Name Mixin selector official a
Ldru;a(Lhn;Lpj;Lpj;)V
intermediary method_158
Lnet/minecraft/class_31;method_158(Lnet/minecraft/class_5455;Lnet/minecraft/class_2487;Lnet/minecraft/class_2487;)V
named updateProperties
Lnet/minecraft/world/level/LevelProperties;updateProperties(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/nbt/NbtCompound;)V
-
getSpawnX
public int getSpawnX()- Specified by:
getSpawnX
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrn;a()I
intermediary method_215
Lnet/minecraft/class_5217;method_215()I
named getSpawnX
Lnet/minecraft/world/WorldProperties;getSpawnX()I
-
getSpawnY
public int getSpawnY()- Specified by:
getSpawnY
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official b
Ldrn;b()I
intermediary method_144
Lnet/minecraft/class_5217;method_144()I
named getSpawnY
Lnet/minecraft/world/WorldProperties;getSpawnY()I
-
getSpawnZ
public int getSpawnZ()- Specified by:
getSpawnZ
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official c
Ldrn;c()I
intermediary method_166
Lnet/minecraft/class_5217;method_166()I
named getSpawnZ
Lnet/minecraft/world/WorldProperties;getSpawnZ()I
-
getSpawnAngle
public float getSpawnAngle()- Specified by:
getSpawnAngle
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official d
Ldrn;d()F
intermediary method_30656
Lnet/minecraft/class_5217;method_30656()F
named getSpawnAngle
Lnet/minecraft/world/WorldProperties;getSpawnAngle()F
-
getTime
public long getTime()- Specified by:
getTime
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official e
Ldrn;e()J
intermediary method_188
Lnet/minecraft/class_5217;method_188()J
named getTime
Lnet/minecraft/world/WorldProperties;getTime()J
-
getTimeOfDay
public long getTimeOfDay()- Specified by:
getTimeOfDay
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official f
Ldrn;f()J
intermediary method_217
Lnet/minecraft/class_5217;method_217()J
named getTimeOfDay
Lnet/minecraft/world/WorldProperties;getTimeOfDay()J
-
loadPlayerData
private void loadPlayerData()- Mappings:
Namespace Name Mixin selector official J
Ldru;J()V
intermediary method_185
Lnet/minecraft/class_31;method_185()V
named loadPlayerData
Lnet/minecraft/world/level/LevelProperties;loadPlayerData()V
-
getPlayerData
- Specified by:
getPlayerData
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official y
Ldrw;y()Lpj;
intermediary method_226
Lnet/minecraft/class_5219;method_226()Lnet/minecraft/class_2487;
named getPlayerData
Lnet/minecraft/world/SaveProperties;getPlayerData()Lnet/minecraft/nbt/NbtCompound;
-
setSpawnX
public void setSpawnX(int spawnX) - Specified by:
setSpawnX
in interfaceMutableWorldProperties
- Mappings:
Namespace Name Mixin selector official b
Ldrx;b(I)V
intermediary method_27416
Lnet/minecraft/class_5269;method_27416(I)V
named setSpawnX
Lnet/minecraft/world/MutableWorldProperties;setSpawnX(I)V
-
setSpawnY
public void setSpawnY(int spawnY) - Specified by:
setSpawnY
in interfaceMutableWorldProperties
- Mappings:
Namespace Name Mixin selector official c
Ldrx;c(I)V
intermediary method_27417
Lnet/minecraft/class_5269;method_27417(I)V
named setSpawnY
Lnet/minecraft/world/MutableWorldProperties;setSpawnY(I)V
-
setSpawnZ
public void setSpawnZ(int spawnZ) - Specified by:
setSpawnZ
in interfaceMutableWorldProperties
- Mappings:
Namespace Name Mixin selector official d
Ldrx;d(I)V
intermediary method_27419
Lnet/minecraft/class_5269;method_27419(I)V
named setSpawnZ
Lnet/minecraft/world/MutableWorldProperties;setSpawnZ(I)V
-
setSpawnAngle
public void setSpawnAngle(float spawnAngle) - Specified by:
setSpawnAngle
in interfaceMutableWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrx;a(F)V
intermediary method_30657
Lnet/minecraft/class_5269;method_30657(F)V
named setSpawnAngle
Lnet/minecraft/world/MutableWorldProperties;setSpawnAngle(F)V
-
setTime
public void setTime(long time) - Specified by:
setTime
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrv;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
public void setTimeOfDay(long timeOfDay) - Specified by:
setTimeOfDay
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official b
Ldrv;b(J)V
intermediary method_29035
Lnet/minecraft/class_5268;method_29035(J)V
named setTimeOfDay
Lnet/minecraft/world/level/ServerWorldProperties;setTimeOfDay(J)V
-
setSpawnPos
- Specified by:
setSpawnPos
in interfaceMutableWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrx;a(Lgt;F)V
intermediary method_187
Lnet/minecraft/class_5269;method_187(Lnet/minecraft/class_2338;F)V
named setSpawnPos
Lnet/minecraft/world/MutableWorldProperties;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V
-
getLevelName
- Specified by:
getLevelName
in interfaceSaveProperties
- Specified by:
getLevelName
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official g
Ldrv;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;
-
getVersion
public int getVersion()- Specified by:
getVersion
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official z
Ldrw;z()I
intermediary method_168
Lnet/minecraft/class_5219;method_168()I
named getVersion
Lnet/minecraft/world/SaveProperties;getVersion()I
-
getClearWeatherTime
public int getClearWeatherTime()- Specified by:
getClearWeatherTime
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official h
Ldrv;h()I
intermediary method_155
Lnet/minecraft/class_5268;method_155()I
named getClearWeatherTime
Lnet/minecraft/world/level/ServerWorldProperties;getClearWeatherTime()I
-
setClearWeatherTime
public void setClearWeatherTime(int clearWeatherTime) - Specified by:
setClearWeatherTime
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrv;a(I)V
intermediary method_167
Lnet/minecraft/class_5268;method_167(I)V
named setClearWeatherTime
Lnet/minecraft/world/level/ServerWorldProperties;setClearWeatherTime(I)V
-
isThundering
public boolean isThundering()- Specified by:
isThundering
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official i
Ldrn;i()Z
intermediary method_203
Lnet/minecraft/class_5217;method_203()Z
named isThundering
Lnet/minecraft/world/WorldProperties;isThundering()Z
-
setThundering
public void setThundering(boolean thundering) - Specified by:
setThundering
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrv;a(Z)V
intermediary method_147
Lnet/minecraft/class_5268;method_147(Z)V
named setThundering
Lnet/minecraft/world/level/ServerWorldProperties;setThundering(Z)V
-
getThunderTime
public int getThunderTime()- Specified by:
getThunderTime
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official j
Ldrv;j()I
intermediary method_145
Lnet/minecraft/class_5268;method_145()I
named getThunderTime
Lnet/minecraft/world/level/ServerWorldProperties;getThunderTime()I
-
setThunderTime
public void setThunderTime(int thunderTime) - Specified by:
setThunderTime
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official e
Ldrv;e(I)V
intermediary method_173
Lnet/minecraft/class_5268;method_173(I)V
named setThunderTime
Lnet/minecraft/world/level/ServerWorldProperties;setThunderTime(I)V
-
isRaining
public boolean isRaining()- Specified by:
isRaining
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official k
Ldrn;k()Z
intermediary method_156
Lnet/minecraft/class_5217;method_156()Z
named isRaining
Lnet/minecraft/world/WorldProperties;isRaining()Z
-
setRaining
public void setRaining(boolean raining) - Specified by:
setRaining
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official b
Ldrn;b(Z)V
intermediary method_157
Lnet/minecraft/class_5217;method_157(Z)V
named setRaining
Lnet/minecraft/world/WorldProperties;setRaining(Z)V
-
getRainTime
public int getRainTime()- Specified by:
getRainTime
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official l
Ldrv;l()I
intermediary method_190
Lnet/minecraft/class_5268;method_190()I
named getRainTime
Lnet/minecraft/world/level/ServerWorldProperties;getRainTime()I
-
setRainTime
public void setRainTime(int rainTime) - Specified by:
setRainTime
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official f
Ldrv;f(I)V
intermediary method_164
Lnet/minecraft/class_5268;method_164(I)V
named setRainTime
Lnet/minecraft/world/level/ServerWorldProperties;setRainTime(I)V
-
getGameMode
- Specified by:
getGameMode
in interfaceSaveProperties
- Specified by:
getGameMode
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official m
Ldrv;m()Lcgu;
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;
-
setGameMode
- Specified by:
setGameMode
in interfaceSaveProperties
- Specified by:
setGameMode
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrv;a(Lcgu;)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
-
isHardcore
public boolean isHardcore()- Specified by:
isHardcore
in interfaceSaveProperties
- Specified by:
isHardcore
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official n
Ldrn;n()Z
intermediary method_152
Lnet/minecraft/class_5217;method_152()Z
named isHardcore
Lnet/minecraft/world/WorldProperties;isHardcore()Z
-
areCommandsAllowed
public boolean areCommandsAllowed()- Specified by:
areCommandsAllowed
in interfaceSaveProperties
- Specified by:
areCommandsAllowed
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official o
Ldrv;o()Z
intermediary method_194
Lnet/minecraft/class_5268;method_194()Z
named areCommandsAllowed
Lnet/minecraft/world/level/ServerWorldProperties;areCommandsAllowed()Z
-
isInitialized
public boolean isInitialized()- Specified by:
isInitialized
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official p
Ldrv;p()Z
intermediary method_222
Lnet/minecraft/class_5268;method_222()Z
named isInitialized
Lnet/minecraft/world/level/ServerWorldProperties;isInitialized()Z
-
setInitialized
public void setInitialized(boolean initialized) - Specified by:
setInitialized
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official c
Ldrv;c(Z)V
intermediary method_223
Lnet/minecraft/class_5268;method_223(Z)V
named setInitialized
Lnet/minecraft/world/level/ServerWorldProperties;setInitialized(Z)V
-
getGameRules
- Specified by:
getGameRules
in interfaceSaveProperties
- Specified by:
getGameRules
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official q
Ldrn;q()Lcgt;
intermediary method_146
Lnet/minecraft/class_5217;method_146()Lnet/minecraft/class_1928;
named getGameRules
Lnet/minecraft/world/WorldProperties;getGameRules()Lnet/minecraft/world/GameRules;
-
getWorldBorder
- Specified by:
getWorldBorder
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official r
Ldrv;r()Lcxe$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;
-
setWorldBorder
- Specified by:
setWorldBorder
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrv;a(Lcxe$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
-
getDifficulty
- Specified by:
getDifficulty
in interfaceSaveProperties
- Specified by:
getDifficulty
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official s
Ldrn;s()Lbag;
intermediary method_207
Lnet/minecraft/class_5217;method_207()Lnet/minecraft/class_1267;
named getDifficulty
Lnet/minecraft/world/WorldProperties;getDifficulty()Lnet/minecraft/world/Difficulty;
-
setDifficulty
- Specified by:
setDifficulty
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrw;a(Lbag;)V
intermediary method_208
Lnet/minecraft/class_5219;method_208(Lnet/minecraft/class_1267;)V
named setDifficulty
Lnet/minecraft/world/SaveProperties;setDifficulty(Lnet/minecraft/world/Difficulty;)V
-
isDifficultyLocked
public boolean isDifficultyLocked()- Specified by:
isDifficultyLocked
in interfaceSaveProperties
- Specified by:
isDifficultyLocked
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official t
Ldrn;t()Z
intermediary method_197
Lnet/minecraft/class_5217;method_197()Z
named isDifficultyLocked
Lnet/minecraft/world/WorldProperties;isDifficultyLocked()Z
-
setDifficultyLocked
public void setDifficultyLocked(boolean difficultyLocked) - Specified by:
setDifficultyLocked
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official d
Ldrw;d(Z)V
intermediary method_186
Lnet/minecraft/class_5219;method_186(Z)V
named setDifficultyLocked
Lnet/minecraft/world/SaveProperties;setDifficultyLocked(Z)V
-
getScheduledEvents
- Specified by:
getScheduledEvents
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official u
Ldrv;u()Ldwi;
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;
-
populateCrashReport
- Specified by:
populateCrashReport
in interfaceServerWorldProperties
- Specified by:
populateCrashReport
in interfaceWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrn;a(Lr;Lcgz;)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
-
getGeneratorOptions
- Specified by:
getGeneratorOptions
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official A
Ldrw;A()Ldbm;
intermediary method_28057
Lnet/minecraft/class_5219;method_28057()Lnet/minecraft/class_5285;
named getGeneratorOptions
Lnet/minecraft/world/SaveProperties;getGeneratorOptions()Lnet/minecraft/world/gen/GeneratorOptions;
-
getLifecycle
public com.mojang.serialization.Lifecycle getLifecycle()- Specified by:
getLifecycle
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official B
Ldrw;B()Lcom/mojang/serialization/Lifecycle;
intermediary method_29588
Lnet/minecraft/class_5219;method_29588()Lcom/mojang/serialization/Lifecycle;
named getLifecycle
Lnet/minecraft/world/SaveProperties;getLifecycle()Lcom/mojang/serialization/Lifecycle;
-
getDragonFight
- Specified by:
getDragonFight
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official C
Ldrw;C()Lpj;
intermediary method_29036
Lnet/minecraft/class_5219;method_29036()Lnet/minecraft/class_2487;
named getDragonFight
Lnet/minecraft/world/SaveProperties;getDragonFight()Lnet/minecraft/nbt/NbtCompound;
-
setDragonFight
- Specified by:
setDragonFight
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrw;a(Lpj;)V
intermediary method_29037
Lnet/minecraft/class_5219;method_29037(Lnet/minecraft/class_2487;)V
named setDragonFight
Lnet/minecraft/world/SaveProperties;setDragonFight(Lnet/minecraft/nbt/NbtCompound;)V
-
getDataPackSettings
- Specified by:
getDataPackSettings
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official D
Ldrw;D()Lcgl;
intermediary method_29589
Lnet/minecraft/class_5219;method_29589()Lnet/minecraft/class_5359;
named getDataPackSettings
Lnet/minecraft/world/SaveProperties;getDataPackSettings()Lnet/minecraft/resource/DataPackSettings;
-
updateLevelInfo
- Specified by:
updateLevelInfo
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrw;a(Lcgl;)V
intermediary method_29590
Lnet/minecraft/class_5219;method_29590(Lnet/minecraft/class_5359;)V
named updateLevelInfo
Lnet/minecraft/world/SaveProperties;updateLevelInfo(Lnet/minecraft/resource/DataPackSettings;)V
-
getCustomBossEvents
- Specified by:
getCustomBossEvents
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official E
Ldrw;E()Lpj;
intermediary method_228
Lnet/minecraft/class_5219;method_228()Lnet/minecraft/class_2487;
named getCustomBossEvents
Lnet/minecraft/world/SaveProperties;getCustomBossEvents()Lnet/minecraft/nbt/NbtCompound;
-
setCustomBossEvents
- Specified by:
setCustomBossEvents
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official b
Ldrw;b(Lpj;)V
intermediary method_221
Lnet/minecraft/class_5219;method_221(Lnet/minecraft/class_2487;)V
named setCustomBossEvents
Lnet/minecraft/world/SaveProperties;setCustomBossEvents(Lnet/minecraft/nbt/NbtCompound;)V
-
getWanderingTraderSpawnDelay
public int getWanderingTraderSpawnDelay()- Specified by:
getWanderingTraderSpawnDelay
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official v
Ldrv;v()I
intermediary method_18038
Lnet/minecraft/class_5268;method_18038()I
named getWanderingTraderSpawnDelay
Lnet/minecraft/world/level/ServerWorldProperties;getWanderingTraderSpawnDelay()I
-
setWanderingTraderSpawnDelay
public void setWanderingTraderSpawnDelay(int wanderingTraderSpawnDelay) - Specified by:
setWanderingTraderSpawnDelay
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official g
Ldrv;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
public int getWanderingTraderSpawnChance()- Specified by:
getWanderingTraderSpawnChance
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official w
Ldrv;w()I
intermediary method_18039
Lnet/minecraft/class_5268;method_18039()I
named getWanderingTraderSpawnChance
Lnet/minecraft/world/level/ServerWorldProperties;getWanderingTraderSpawnChance()I
-
setWanderingTraderSpawnChance
public void setWanderingTraderSpawnChance(int wanderingTraderSpawnChance) - Specified by:
setWanderingTraderSpawnChance
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official h
Ldrv;h(I)V
intermediary method_18042
Lnet/minecraft/class_5268;method_18042(I)V
named setWanderingTraderSpawnChance
Lnet/minecraft/world/level/ServerWorldProperties;setWanderingTraderSpawnChance(I)V
-
getWanderingTraderId
- Specified by:
getWanderingTraderId
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official x
Ldrv;x()Ljava/util/UUID;
intermediary method_35506
Lnet/minecraft/class_5268;method_35506()Ljava/util/UUID;
named getWanderingTraderId
Lnet/minecraft/world/level/ServerWorldProperties;getWanderingTraderId()Ljava/util/UUID;
-
setWanderingTraderId
- Specified by:
setWanderingTraderId
in interfaceServerWorldProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrv;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
-
addServerBrand
- Specified by:
addServerBrand
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official a
Ldrw;a(Ljava/lang/String;Z)V
intermediary method_24285
Lnet/minecraft/class_5219;method_24285(Ljava/lang/String;Z)V
named addServerBrand
Lnet/minecraft/world/SaveProperties;addServerBrand(Ljava/lang/String;Z)V
-
isModded
public boolean isModded()- Specified by:
isModded
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official F
Ldrw;F()Z
intermediary method_27431
Lnet/minecraft/class_5219;method_27431()Z
named isModded
Lnet/minecraft/world/SaveProperties;isModded()Z
-
getServerBrands
- Specified by:
getServerBrands
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official G
Ldrw;G()Ljava/util/Set;
intermediary method_27432
Lnet/minecraft/class_5219;method_27432()Ljava/util/Set;
named getServerBrands
Lnet/minecraft/world/SaveProperties;getServerBrands()Ljava/util/Set;
-
getMainWorldProperties
- Specified by:
getMainWorldProperties
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official H
Ldrw;H()Ldrv;
intermediary method_27859
Lnet/minecraft/class_5219;method_27859()Lnet/minecraft/class_5268;
named getMainWorldProperties
Lnet/minecraft/world/SaveProperties;getMainWorldProperties()Lnet/minecraft/world/level/ServerWorldProperties;
-
getLevelInfo
- Specified by:
getLevelInfo
in interfaceSaveProperties
- Mappings:
Namespace Name Mixin selector official I
Ldrw;I()Lchb;
intermediary method_27433
Lnet/minecraft/class_5219;method_27433()Lnet/minecraft/class_1940;
named getLevelInfo
Lnet/minecraft/world/SaveProperties;getLevelInfo()Lnet/minecraft/world/level/LevelInfo;
-