Uses of Class
net.minecraft.server.DataPackContents
-
Uses of DataPackContents in net.minecraft.client.world
Modifier and TypeFieldDescriptionprivate final DataPackContents
GeneratorOptionsHolder.dataPackContents
The field for thedataPackContents
record component.Modifier and TypeMethodDescriptionGeneratorOptionsHolder.dataPackContents()
Returns the value of thedataPackContents
record component.ModifierConstructorDescriptionGeneratorOptionsHolder
(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, DimensionOptionsRegistryHolder dimensionOptionsRegistryHolder, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) GeneratorOptionsHolder
(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) GeneratorOptionsHolder
(WorldGenSettings worldGenSettings, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) -
Uses of DataPackContents in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final DataPackContents
MinecraftServer.ResourceManagerHolder.dataPackContents
The field for thedataPackContents
record component.private final DataPackContents
SaveLoader.dataPackContents
The field for thedataPackContents
record component.Modifier and TypeMethodDescriptionMinecraftServer.ResourceManagerHolder.dataPackContents()
Returns the value of thedataPackContents
record component.SaveLoader.dataPackContents()
Returns the value of thedataPackContents
record component.Modifier and TypeMethodDescriptionstatic CompletableFuture<DataPackContents>
DataPackContents.reload
(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.Modifier and TypeMethodDescriptionSaveLoading.SaveApplierFactory.create
(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, D loadContext) ModifierConstructorDescription(package private)
ResourceManagerHolder
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) SaveLoader
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) -
Uses of DataPackContents in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionvoid
IntegratedServerLoader.start
(LevelStorage.Session session, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager, SaveProperties saveProperties)