Uses of Record Class
net.minecraft.server.WorldLoader.PackConfig
Packages that use WorldLoader.PackConfig
Package
Description
-
Uses of WorldLoader.PackConfig in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldLoader.PackConfigModifier and TypeMethodDescriptionprivate <D,
R> R WorldOpenFlows.loadWorldDataBlocking
(WorldLoader.PackConfig p_250997_, WorldLoader.WorldDataSupplier<D> p_251759_, WorldLoader.ResultFactory<D, R> p_249635_) -
Uses of WorldLoader.PackConfig in net.minecraft.server
Fields in net.minecraft.server declared as WorldLoader.PackConfigModifier and TypeFieldDescriptionprivate final WorldLoader.PackConfig
WorldLoader.InitConfig.packConfig
The field for thepackConfig
record component.Methods in net.minecraft.server that return WorldLoader.PackConfigModifier and TypeMethodDescriptionWorldLoader.InitConfig.packConfig()
Returns the value of thepackConfig
record component.Constructors in net.minecraft.server with parameters of type WorldLoader.PackConfigModifierConstructorDescriptionInitConfig
(WorldLoader.PackConfig packConfig, Commands.CommandSelection commandSelection, int functionCompilationLevel) Creates an instance of aInitConfig
record class. -
Uses of WorldLoader.PackConfig in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return WorldLoader.PackConfigModifier and TypeMethodDescriptionstatic WorldLoader.PackConfig
LevelStorageSource.getPackConfig
(com.mojang.serialization.Dynamic<?> p_307282_, PackRepository p_307421_, boolean p_307393_)