Uses of Class
net.minecraft.server.DataPackContents
Packages that use DataPackContents
-
Uses of DataPackContents in net.minecraft
Fields in net.minecraft declared as DataPackContentsModifier and TypeFieldDescriptionprivate final DataPackContentsclass_7193.dataPackResourcesThe field for thedataPackResourcesrecord component.Methods in net.minecraft that return DataPackContentsModifier and TypeMethodDescriptionclass_7193.dataPackResources()Returns the value of thedataPackResourcesrecord component.Methods in net.minecraft with parameters of type DataPackContentsModifier and TypeMethodDescriptionclass_7237.class_7239.create(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, D d) voidclass_7196.method_41889(LevelStorage.Session session, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties) Constructors in net.minecraft with parameters of type DataPackContentsModifierConstructorDescriptionclass_7193(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 DataPackContentsMinecraftServer.ResourceManagerHolder.dataPackContentsThe field for thedataPackContentsrecord component.private final DataPackContentsSaveLoader.dataPackContentsThe field for thedataPackContentsrecord component.Methods in net.minecraft.server that return DataPackContentsModifier and TypeMethodDescriptionMinecraftServer.ResourceManagerHolder.dataPackContents()Returns the value of thedataPackContentsrecord component.SaveLoader.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 manager, DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.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)