Uses of Interface
net.minecraft.world.storage.IServerConfiguration
-
-
Uses of IServerConfiguration in net.minecraft.client
Fields in net.minecraft.client declared as IServerConfiguration Modifier and Type Field Description private IServerConfiguration
Minecraft.PackManager. worldData
Methods in net.minecraft.client that return IServerConfiguration Modifier and Type Method Description static IServerConfiguration
Minecraft. loadWorldData(SaveFormat.LevelSave p_238181_0_, DynamicRegistries.Impl p_238181_1_, IResourceManager p_238181_2_, DatapackCodec p_238181_3_)
IServerConfiguration
Minecraft.PackManager. worldData()
Method parameters in net.minecraft.client with type arguments of type IServerConfiguration Modifier and Type Method Description private void
Minecraft. loadWorld(java.lang.String p_238195_1_, DynamicRegistries.Impl p_238195_2_, java.util.function.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.PackManager
Minecraft. makeServerStem(DynamicRegistries.Impl p_238189_1_, java.util.function.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_)
Constructors in net.minecraft.client with parameters of type IServerConfiguration Constructor Description PackManager(ResourcePackList p_i232241_1_, DataPackRegistries p_i232241_2_, IServerConfiguration p_i232241_3_)
-
Uses of IServerConfiguration in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type IServerConfiguration Modifier and Type Method Description private static java.util.Collection<java.lang.String>
ReloadCommand. discoverNewPacks(ResourcePackList p_241058_0_, IServerConfiguration p_241058_1_, java.util.Collection<java.lang.String> p_241058_2_)
-
Uses of IServerConfiguration in net.minecraft.server
Fields in net.minecraft.server declared as IServerConfiguration Modifier and Type Field Description protected IServerConfiguration
MinecraftServer. worldData
Methods in net.minecraft.server that return IServerConfiguration Modifier and Type Method Description IServerConfiguration
MinecraftServer. getWorldData()
Methods in net.minecraft.server with parameters of type IServerConfiguration Modifier and Type Method Description private void
MinecraftServer. setupDebugLevel(IServerConfiguration p_240778_1_)
Constructors in net.minecraft.server with parameters of type IServerConfiguration Constructor Description MinecraftServer(java.lang.Thread p_i232576_1_, DynamicRegistries.Impl p_i232576_2_, SaveFormat.LevelSave p_i232576_3_, IServerConfiguration p_i232576_4_, ResourcePackList p_i232576_5_, java.net.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
Constructors in net.minecraft.server.dedicated with parameters of type IServerConfiguration Constructor Description DedicatedServer(java.lang.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
Constructors in net.minecraft.server.integrated with parameters of type IServerConfiguration Constructor Description IntegratedServer(java.lang.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
Classes in net.minecraft.world.storage that implement IServerConfiguration Modifier and Type Class Description class
ServerWorldInfo
Fields in net.minecraft.world.storage declared as IServerConfiguration Modifier and Type Field Description private IServerConfiguration
DerivedWorldInfo. worldData
Methods in net.minecraft.world.storage that return IServerConfiguration Modifier and Type Method Description IServerConfiguration
SaveFormat.LevelSave. getDataTag(com.mojang.serialization.DynamicOps<INBT> p_237284_1_, DatapackCodec p_237284_2_)
Methods in net.minecraft.world.storage with parameters of type IServerConfiguration Modifier and Type Method Description void
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_)
Constructors in net.minecraft.world.storage with parameters of type IServerConfiguration Constructor Description DerivedWorldInfo(IServerConfiguration p_i232150_1_, IServerWorldInfo p_i232150_2_)
-
Uses of IServerConfiguration in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type IServerConfiguration Modifier and Type Method Description CompoundNBT
ForgeMod. getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)
void
ForgeMod. readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)
-
Uses of IServerConfiguration in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type IServerConfiguration Modifier and Type Method Description CompoundNBT
FMLWorldPersistenceHook. getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)
CompoundNBT
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)
-