Created NMS 1.16.1 annotation

This commit is contained in:
bluefireoly
2020-07-06 00:56:03 +02:00
parent 974763c92e
commit f59c1f2f30

View File

@@ -1,3 +1,5 @@
@file:Suppress("ClassName")
package net.axay.kspigot.annotations
/**
@@ -7,3 +9,11 @@ package net.axay.kspigot.annotations
* to always give the expected results.
*/
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