Uses of Record Class
net.minecraft.server.SaveLoading.DataPacks
-
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 SaveLoading.DataPacks
IntegratedServerLoader.createDataPackConfig
(LevelStorage.Session session, boolean safeMode, ResourcePackManager dataPackManager) Modifier and TypeMethodDescriptionprivate <D,
R> R IntegratedServerLoader.load
(SaveLoading.DataPacks dataPacks, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory)