Uses of Interface
net.minecraft.world.storage.IServerConfiguration
Packages that use IServerConfiguration
Package
Description
-
Uses of IServerConfiguration in net.minecraft.client
Fields in net.minecraft.client declared as IServerConfigurationModifier and TypeFieldDescriptionprivate final IServerConfigurationMinecraft.PackManager.worldDataMethods in net.minecraft.client that return IServerConfigurationModifier and TypeMethodDescriptionstatic IServerConfigurationMinecraft.loadWorldData(SaveFormat.LevelSave p_238181_0_, DynamicRegistries.Impl p_238181_1_, IResourceManager p_238181_2_, DatapackCodec p_238181_3_) Minecraft.PackManager.worldData()Method parameters in net.minecraft.client with type arguments of type IServerConfigurationModifier and TypeMethodDescriptionprivate voidMinecraft.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_) Constructors in net.minecraft.client with parameters of type IServerConfigurationModifierConstructorDescriptionprivatePackManager(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 IServerConfigurationModifier 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
Fields in net.minecraft.server declared as IServerConfigurationMethods in net.minecraft.server that return IServerConfigurationMethods in net.minecraft.server with parameters of type IServerConfigurationModifier and TypeMethodDescriptionprivate voidMinecraftServer.setupDebugLevel(IServerConfiguration p_240778_1_) Constructors in net.minecraft.server with parameters of type IServerConfigurationModifierConstructorDescriptionMinecraftServer(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
Constructors in net.minecraft.server.dedicated with parameters of type IServerConfigurationModifierConstructorDescriptionDedicatedServer(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 IServerConfigurationModifierConstructorDescriptionIntegratedServer(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 IServerConfigurationFields in net.minecraft.world.storage declared as IServerConfigurationMethods in net.minecraft.world.storage that return IServerConfigurationModifier and TypeMethodDescriptionSaveFormat.LevelSave.getDataTag(com.mojang.serialization.DynamicOps<INBT> p_237284_1_, DatapackCodec p_237284_2_) Methods in net.minecraft.world.storage with parameters of type IServerConfigurationModifier and TypeMethodDescriptionvoidSaveFormat.LevelSave.saveDataTag(DynamicRegistries p_237287_1_, IServerConfiguration p_237287_2_) voidSaveFormat.LevelSave.saveDataTag(DynamicRegistries p_237288_1_, IServerConfiguration p_237288_2_, CompoundNBT p_237288_3_) Constructors in net.minecraft.world.storage with parameters of type IServerConfigurationModifierConstructorDescriptionDerivedWorldInfo(IServerConfiguration p_i232150_1_, IServerWorldInfo p_i232150_2_) -
Uses of IServerConfiguration in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type IServerConfigurationModifier and TypeMethodDescriptionForgeMod.getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) voidForgeMod.readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag) -
Uses of IServerConfiguration in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type IServerConfigurationModifier and TypeMethodDescriptionFMLWorldPersistenceHook.getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) WorldPersistenceHooks.WorldPersistenceHook.getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) static voidWorldPersistenceHooks.handleWorldDataLoad(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) static voidWorldPersistenceHooks.handleWorldDataSave(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) voidFMLWorldPersistenceHook.readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag) voidWorldPersistenceHooks.WorldPersistenceHook.readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)