Package ch.njol.skript.doc
Interface Documentable
- All Known Subinterfaces:
DefaultFunction<T>
- All Known Implementing Classes:
JavaFunction
,SimpleJavaFunction
public interface Documentable
Represents any object that can be documented using methods.
-
Method Summary
-
Method Details
-
name
- Returns:
- The name.
-
description
- Returns:
- The unmodifiable description.
-
since
- Returns:
- The unmodifiable version history.
-
examples
- Returns:
- The unmodifiable examples.
-
keywords
- Returns:
- The unmodifiable keywords.
-
requires
- Returns:
- The unmodifiable requirements.
-