Uses of Class
net.minecraft.server.DataPackContents
Packages that use DataPackContents
Package
Description
The base package for all Minecraft classes.
-
Uses of DataPackContents in net.minecraft
Fields in net.minecraft declared as DataPackContentsModifier and TypeFieldDescriptionprivate final DataPackContentsclass_10961.class_10962.bThe field for thebrecord component.Methods in net.minecraft that return DataPackContentsModifier and TypeMethodDescriptionclass_10961.class_10962.b()Returns the value of thebrecord component.Constructors in net.minecraft with parameters of type DataPackContentsModifierConstructorDescription(package private)class_10962(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) -
Uses of DataPackContents in net.minecraft.client.world
Fields in net.minecraft.client.world declared as DataPackContentsModifier and TypeFieldDescriptionprivate final DataPackContentsGeneratorOptionsHolder.dataPackContentsThe field for thedataPackContentsrecord component.Methods in net.minecraft.client.world that return DataPackContentsModifier and TypeMethodDescriptionGeneratorOptionsHolder.dataPackContents()Returns the value of thedataPackContentsrecord component.Methods in net.minecraft.client.world with parameters of type DataPackContentsModifier and TypeMethodDescriptionGeneratorOptionsFactory.apply(DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, WorldCreationSettings settings) Constructors in net.minecraft.client.world with parameters of type DataPackContentsModifierConstructorDescriptionGeneratorOptionsHolder(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, DimensionOptionsRegistryHolder dimensionOptionsRegistryHolder, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration, InitialWorldOptions initialWorldOptions) GeneratorOptionsHolder(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration, InitialWorldOptions initialWorldOptions) GeneratorOptionsHolder(WorldGenSettings worldGenSettings, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) -
Uses of DataPackContents in net.minecraft.server
Fields in net.minecraft.server declared as DataPackContentsModifier and TypeFieldDescriptionprivate final DataPackContentsSaveLoader.dataPackContentsThe field for thedataPackContentsrecord component.Methods in net.minecraft.server that return DataPackContentsModifier and TypeMethodDescriptionSaveLoader.dataPackContents()Returns the value of thedataPackContentsrecord component.Methods in net.minecraft.server that return types with arguments of type DataPackContentsModifier and TypeMethodDescriptionstatic CompletableFuture<DataPackContents> DataPackContents.reload(ResourceManager resourceManager, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.PendingTagLoad<?>> pendingTagLoads, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.Methods in net.minecraft.server with parameters of type DataPackContentsModifier and TypeMethodDescriptionSaveLoading.SaveApplierFactory.create(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, D loadContext) Constructors in net.minecraft.server with parameters of type DataPackContentsModifierConstructorDescriptionSaveLoader(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) -
Uses of DataPackContents in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type DataPackContentsModifier and TypeMethodDescriptionvoidIntegratedServerLoader.startNewWorld(LevelStorage.Session session, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager, SaveProperties saveProperties)