Uses of Record Class
net.minecraft.server.SaveLoading.DataPacks
Packages that use SaveLoading.DataPacks
Package
Description
- 
Uses of SaveLoading.DataPacks in net.minecraft.serverFields in net.minecraft.server declared as SaveLoading.DataPacksModifier and TypeFieldDescriptionprivate final SaveLoading.DataPacksSaveLoading.ServerConfig.dataPacksThe field for thedataPacksrecord component.Methods in net.minecraft.server that return SaveLoading.DataPacksModifier and TypeMethodDescriptionSaveLoading.ServerConfig.dataPacks()Returns the value of thedataPacksrecord component.Constructors in net.minecraft.server with parameters of type SaveLoading.DataPacksModifierConstructorDescriptionServerConfig(SaveLoading.DataPacks dataPacks, CommandManager.RegistrationEnvironment registrationEnvironment, int int2) 
- 
Uses of SaveLoading.DataPacks in net.minecraft.server.integratedMethods in net.minecraft.server.integrated with parameters of type SaveLoading.DataPacksModifier and TypeMethodDescriptionprivate <D,R> R IntegratedServerLoader.load(SaveLoading.DataPacks dataPacks, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory) 
- 
Uses of SaveLoading.DataPacks in net.minecraft.world.level.storageMethods in net.minecraft.world.level.storage that return SaveLoading.DataPacksModifier and TypeMethodDescriptionstatic SaveLoading.DataPacksLevelStorage.parseDataPacks(com.mojang.serialization.Dynamic<?> dynamic, ResourcePackManager dataPackManager, boolean safeMode)