Created NMS 1.16.1 annotation
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
@file:Suppress("ClassName")
|
||||||
|
|
||||||
package net.axay.kspigot.annotations
|
package net.axay.kspigot.annotations
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -7,3 +9,11 @@ package net.axay.kspigot.annotations
|
|||||||
* to always give the expected results.
|
* to always give the expected results.
|
||||||
*/
|
*/
|
||||||
annotation class UnsafeImplementation
|
annotation class UnsafeImplementation
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This element uses [net.minecraft.server]
|
||||||
|
* in some way. Because of that, it is
|
||||||
|
* unstable and should be checked every time
|
||||||
|
* with a version change.
|
||||||
|
*/
|
||||||
|
annotation class NMS_1_16_1
|
Reference in New Issue
Block a user