Uses of Interface
net.minecraft.world.storage.IServerConfiguration
Package
Description
-
Uses of IServerConfiguration in net.minecraft.client
Modifier and TypeFieldDescriptionprivate final IServerConfiguration
Minecraft.PackManager.worldData
Modifier and TypeMethodDescriptionstatic IServerConfiguration
Minecraft.loadWorldData
(SaveFormat.LevelSave p_238181_0_, DynamicRegistries.Impl p_238181_1_, IResourceManager p_238181_2_, DatapackCodec p_238181_3_) Minecraft.PackManager.worldData()
Modifier and TypeMethodDescriptionprivate void
Minecraft.loadWorld
(String p_238195_1_, DynamicRegistries.Impl p_238195_2_, Function<SaveFormat.LevelSave, DatapackCodec> p_238195_3_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave, DynamicRegistries.Impl, IResourceManager, DatapackCodec, IServerConfiguration> p_238195_4_, boolean p_238195_5_, Minecraft.WorldSelectionType p_238195_6_, boolean creating) Minecraft.makeServerStem
(DynamicRegistries.Impl p_238189_1_, Function<SaveFormat.LevelSave, DatapackCodec> p_238189_2_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave, DynamicRegistries.Impl, IResourceManager, DatapackCodec, IServerConfiguration> p_238189_3_, boolean p_238189_4_, SaveFormat.LevelSave p_238189_5_) ModifierConstructorDescriptionprivate
PackManager
(ResourcePackList p_i232241_1_, DataPackRegistries p_i232241_2_, IServerConfiguration p_i232241_3_) -
Uses of IServerConfiguration in net.minecraft.command.impl
Modifier and TypeMethodDescriptionprivate static Collection<String>
ReloadCommand.discoverNewPacks
(ResourcePackList p_241058_0_, IServerConfiguration p_241058_1_, Collection<String> p_241058_2_) -
Uses of IServerConfiguration in net.minecraft.server
Modifier and TypeMethodDescriptionprivate void
MinecraftServer.setupDebugLevel
(IServerConfiguration p_240778_1_) ModifierConstructorDescriptionMinecraftServer
(Thread p_i232576_1_, DynamicRegistries.Impl p_i232576_2_, SaveFormat.LevelSave p_i232576_3_, IServerConfiguration p_i232576_4_, ResourcePackList p_i232576_5_, Proxy p_i232576_6_, com.mojang.datafixers.DataFixer p_i232576_7_, DataPackRegistries p_i232576_8_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232576_9_, com.mojang.authlib.GameProfileRepository p_i232576_10_, PlayerProfileCache p_i232576_11_, IChunkStatusListenerFactory p_i232576_12_) -
Uses of IServerConfiguration in net.minecraft.server.dedicated
ModifierConstructorDescriptionDedicatedServer
(Thread p_i232601_1_, DynamicRegistries.Impl p_i232601_2_, SaveFormat.LevelSave p_i232601_3_, ResourcePackList p_i232601_4_, DataPackRegistries p_i232601_5_, IServerConfiguration p_i232601_6_, ServerPropertiesProvider p_i232601_7_, com.mojang.datafixers.DataFixer p_i232601_8_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232601_9_, com.mojang.authlib.GameProfileRepository p_i232601_10_, PlayerProfileCache p_i232601_11_, IChunkStatusListenerFactory p_i232601_12_) -
Uses of IServerConfiguration in net.minecraft.server.integrated
ModifierConstructorDescriptionIntegratedServer
(Thread p_i232494_1_, Minecraft p_i232494_2_, DynamicRegistries.Impl p_i232494_3_, SaveFormat.LevelSave p_i232494_4_, ResourcePackList p_i232494_5_, DataPackRegistries p_i232494_6_, IServerConfiguration p_i232494_7_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232494_8_, com.mojang.authlib.GameProfileRepository p_i232494_9_, PlayerProfileCache p_i232494_10_, IChunkStatusListenerFactory p_i232494_11_) -
Uses of IServerConfiguration in net.minecraft.world.storage
Modifier and TypeMethodDescriptionSaveFormat.LevelSave.getDataTag
(com.mojang.serialization.DynamicOps<INBT> p_237284_1_, DatapackCodec p_237284_2_) Modifier and TypeMethodDescriptionvoid
SaveFormat.LevelSave.saveDataTag
(DynamicRegistries p_237287_1_, IServerConfiguration p_237287_2_) void
SaveFormat.LevelSave.saveDataTag
(DynamicRegistries p_237288_1_, IServerConfiguration p_237288_2_, CompoundNBT p_237288_3_) ModifierConstructorDescriptionDerivedWorldInfo
(IServerConfiguration p_i232150_1_, IServerWorldInfo p_i232150_2_) -
Uses of IServerConfiguration in net.minecraftforge.common
Modifier and TypeMethodDescriptionForgeMod.getDataForWriting
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) void
ForgeMod.readData
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag) -
Uses of IServerConfiguration in net.minecraftforge.fml
Modifier and TypeMethodDescriptionFMLWorldPersistenceHook.getDataForWriting
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) WorldPersistenceHooks.WorldPersistenceHook.getDataForWriting
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) static void
WorldPersistenceHooks.handleWorldDataLoad
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) static void
WorldPersistenceHooks.handleWorldDataSave
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) void
FMLWorldPersistenceHook.readData
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag) void
WorldPersistenceHooks.WorldPersistenceHook.readData
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)