Uses of Record Class
net.minecraft.server.WorldLoader.PackConfig
Packages that use WorldLoader.PackConfig
-
Uses of WorldLoader.PackConfig in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return WorldLoader.PackConfigModifier and TypeMethodDescriptionprivate WorldLoader.PackConfig
WorldOpenFlows.getPackConfigFromLevelData
(LevelStorageSource.LevelStorageAccess p_249986_, boolean p_248615_, PackRepository p_249167_) 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.