Interface MetaProvider
- All Known Implementing Classes:
SchematicUpload
public interface MetaProvider
-
Method Summary
Modifier and TypeMethodDescription@NotNull org.bukkit.plugin.PluginDescriptionFiledefault @NotNull net.kyori.adventure.text.Componentdefault @NotNull net.william278.desertwell.util.Version
-
Method Details
-
getPluginVersion
@NotNull default @NotNull net.william278.desertwell.util.Version getPluginVersion() -
getPluginDescription
@NotNull default @NotNull net.kyori.adventure.text.Component getPluginDescription() -
getDescription
@NotNull @NotNull org.bukkit.plugin.PluginDescriptionFile getDescription()
-