Uses of Record Class
net.minecraft.server.SaveLoading.DataPacks
Package
Description
-
Uses of SaveLoading.DataPacks in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final SaveLoading.DataPacks
SaveLoading.ServerConfig.dataPacks
The field for thedataPacks
record component.Modifier and TypeMethodDescriptionSaveLoading.ServerConfig.dataPacks()
Returns the value of thedataPacks
record component.ModifierConstructorDescriptionServerConfig
(SaveLoading.DataPacks dataPacks, CommandManager.RegistrationEnvironment registrationEnvironment, int int2) -
Uses of SaveLoading.DataPacks in net.minecraft.server.integrated
Modifier 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.storage
Modifier and TypeMethodDescriptionstatic SaveLoading.DataPacks
LevelStorage.parseDataPacks
(com.mojang.serialization.Dynamic<?> dynamic, ResourcePackManager dataPackManager, boolean safeMode)