Interface MetaProvider

All Known Implementing Classes:
SchematicUpload

public interface MetaProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.bukkit.plugin.PluginDescriptionFile
     
    default @NotNull net.kyori.adventure.text.Component
     
    default @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()