Interface AddonModule.ModuleOrigin

All Superinterfaces:
Origin, Origin.AddonOrigin
Enclosing interface:
AddonModule

public static sealed interface AddonModule.ModuleOrigin extends Origin.AddonOrigin
An origin to be used for something provided by a module of an addon.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.skriptlang.skript.docs.Origin

    Origin.AddonOrigin
  • Field Summary

    Fields inherited from interface org.skriptlang.skript.docs.Origin

    UNKNOWN
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.skriptlang.skript.docs.Origin.AddonOrigin

    addon, name
  • Method Details

    • moduleName

      String moduleName()
      Returns:
      The name of the module represented by this origin.