Uses of Class
net.minecraft.server.DataPackContents
Packages that use DataPackContents
-
Uses of DataPackContents in net.minecraft.client.world
Fields in net.minecraft.client.world declared as DataPackContentsModifier and TypeFieldDescriptionprivate final DataPackContents
GeneratorOptionsHolder.dataPackContents
The field for thedataPackContents
record component.Methods in net.minecraft.client.world that return DataPackContentsModifier and TypeMethodDescriptionGeneratorOptionsHolder.dataPackContents()
Returns the value of thedataPackContents
record component.Constructors in net.minecraft.client.world with parameters of type DataPackContentsModifierConstructorDescriptionGeneratorOptionsHolder
(GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle, DynamicRegistryManager.Immutable immutable, DataPackContents dataPackContents) -
Uses of DataPackContents in net.minecraft.server
Fields in net.minecraft.server declared as DataPackContentsModifier and TypeFieldDescriptionprivate final DataPackContents
MinecraftServer.ResourceManagerHolder.dataPackContents
The field for thedataPackContents
record component.private final DataPackContents
SaveLoader.dataPackContents
The field for thedataPackContents
record component.Methods in net.minecraft.server that return DataPackContentsModifier and TypeMethodDescriptionMinecraftServer.ResourceManagerHolder.dataPackContents()
Returns the value of thedataPackContents
record component.SaveLoader.dataPackContents()
Returns the value of thedataPackContents
record component.Methods in net.minecraft.server that return types with arguments of type DataPackContentsModifier and TypeMethodDescriptionstatic CompletableFuture<DataPackContents>
DataPackContents.reload
(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, 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, DynamicRegistryManager.Immutable dynamicRegistryManager, D loadContext) Constructors in net.minecraft.server with parameters of type DataPackContentsModifierConstructorDescription(package private)
ResourceManagerHolder
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) SaveLoader
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties) -
Uses of DataPackContents in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type DataPackContentsModifier and TypeMethodDescriptionvoid
IntegratedServerLoader.start
(LevelStorage.Session session, DataPackContents dataPackContents, DynamicRegistryManager.Immutable dynamicRegistryManager, SaveProperties saveProperties)