From f59c1f2f30cc42c742b51b5a8ffa2e19351168bb Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Mon, 6 Jul 2020 00:56:03 +0200 Subject: [PATCH] Created NMS 1.16.1 annotation --- .../net/axay/kspigot/annotations/KSpigotAnnotations.kt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/kotlin/net/axay/kspigot/annotations/KSpigotAnnotations.kt b/src/main/kotlin/net/axay/kspigot/annotations/KSpigotAnnotations.kt index a25385d9..6208e14a 100644 --- a/src/main/kotlin/net/axay/kspigot/annotations/KSpigotAnnotations.kt +++ b/src/main/kotlin/net/axay/kspigot/annotations/KSpigotAnnotations.kt @@ -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 \ No newline at end of file