Modifier and Type | Fields and Description |
---|---|
static Pattern |
ID_PATTERN
The pattern plugin IDs must match.
|
Modifier and Type | Required Element and Description |
---|---|
String |
id
An ID for the plugin to be used internally.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
authors
The authors of the plugin.
|
Dependency[] |
dependencies
The dependencies required to load before this plugin.
|
String |
description
The description of the plugin, explaining what it can be used for.
|
String |
name
The human readable name of the plugin as to be used in descriptions and
similar things.
|
String |
url
The URL or website of the plugin.
|
String |
version
The version of the plugin.
|
public static final Pattern ID_PATTERN
public abstract String id
The plugin ID must match the ID_PATTERN
.
public abstract String name
public abstract String version
public abstract Dependency[] dependencies
public abstract String description
public abstract String url
public abstract String[] authors