Uses of Class
net.minecraft.world.level.DataPackConfig
Packages that use DataPackConfig
- 
Uses of DataPackConfig in net.minecraft.serverMethods in net.minecraft.server that return DataPackConfigModifier and TypeMethodDescriptionprivate static DataPackConfigMinecraftServer.getSelectedPacks(PackRepository p_129818_) Methods in net.minecraft.server with parameters of type DataPackConfigModifier and TypeMethodDescriptionstatic WorldDataConfigurationMinecraftServer.configurePackRepository(PackRepository p_248681_, DataPackConfig p_248920_, boolean p_249869_, FeatureFlagSet p_251243_) 
- 
Uses of DataPackConfig in net.minecraft.server.dedicatedFields in net.minecraft.server.dedicated declared as DataPackConfigModifier and TypeFieldDescriptionfinal DataPackConfigDedicatedServerProperties.initialDataPackConfigurationMethods in net.minecraft.server.dedicated that return DataPackConfigModifier and TypeMethodDescriptionprivate static DataPackConfigDedicatedServerProperties.getDatapackConfig(String p_251757_, String p_249979_) 
- 
Uses of DataPackConfig in net.minecraft.world.levelFields in net.minecraft.world.level declared as DataPackConfigModifier and TypeFieldDescriptionprivate final DataPackConfigWorldDataConfiguration.dataPacksThe field for thedataPacksrecord component.static final DataPackConfigDataPackConfig.DEFAULTFields in net.minecraft.world.level with type parameters of type DataPackConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DataPackConfig>DataPackConfig.CODECMethods in net.minecraft.world.level that return DataPackConfigModifier and TypeMethodDescriptionWorldDataConfiguration.dataPacks()Returns the value of thedataPacksrecord component.Constructors in net.minecraft.world.level with parameters of type DataPackConfigModifierConstructorDescriptionWorldDataConfiguration(DataPackConfig dataPacks, FeatureFlagSet enabledFeatures) Creates an instance of aWorldDataConfigurationrecord class.