mirror of
https://hub.spigotmc.org/stash/scm/spigot/plugin-annotations.git
synced 2025-08-31 22:18:37 +00:00
Add 1.16 ApiVersion
This commit is contained in:
parent
4d209deecf
commit
6621a16619
1 changed files with 6 additions and 1 deletions
|
@ -44,7 +44,12 @@ public @interface ApiVersion {
|
||||||
/**
|
/**
|
||||||
* This target version specifies that the plugin was made with 1.15+ versions in mind.
|
* This target version specifies that the plugin was made with 1.15+ versions in mind.
|
||||||
*/
|
*/
|
||||||
v1_15( "1.15" );
|
v1_15( "1.15" ),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This target version specifies that the plugin was made with 1.16+ versions in mind.
|
||||||
|
*/
|
||||||
|
v1_16("1.16");
|
||||||
|
|
||||||
private final String version;
|
private final String version;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue