Uses of Interface
io.papermc.paper.datapack.DatapackRegistrar.Configurer
Packages that use DatapackRegistrar.Configurer
-
Uses of DatapackRegistrar.Configurer in io.papermc.paper.datapack
Methods in io.papermc.paper.datapack that return DatapackRegistrar.ConfigurerModifier and TypeMethodDescriptionDatapackRegistrar.Configurer.autoEnableOnServerStart(boolean autoEnableOnServerStart) Sets whether this pack is going to be automatically enabled on server starts even if previously disabled.DatapackRegistrar.Configurer.position(boolean fixed, Datapack.Position position) Configures the position in the load order of this datapack.DatapackRegistrar.Configurer.title(net.kyori.adventure.text.Component title) Changes the title of the datapack from the default which is just the "id" in theregisterPackmethods.Method parameters in io.papermc.paper.datapack with type arguments of type DatapackRegistrar.ConfigurerModifier and TypeMethodDescriptionDatapackRegistrar.discoverPack(PluginMeta pluginMeta, URI uri, String id, Consumer<DatapackRegistrar.Configurer> configurer) Discovers a datapack at the specifiedURIwith the id.DatapackRegistrar.discoverPack(PluginMeta pluginMeta, Path path, String id, Consumer<DatapackRegistrar.Configurer> configurer) Discovers a datapack at the specifiedPathwith the id.DatapackRegistrar.discoverPack(URI uri, String id, Consumer<DatapackRegistrar.Configurer> configurer) Discovers a datapack at the specifiedURIwith the id.DatapackRegistrar.discoverPack(Path path, String id, Consumer<DatapackRegistrar.Configurer> configurer) Discovers a datapack at the specifiedPathwith the id.