Added NBTData support

This commit is contained in:
Jakob K
2020-07-23 20:08:28 +02:00
parent c23940ea0c
commit 324a326a87
3 changed files with 110 additions and 1 deletions

View File

@@ -16,4 +16,16 @@ annotation class UnsafeImplementation
* unstable and should be checked every time
* with a version change.
*/
annotation class NMS_1_16_1
annotation class NMS_1_16_1
/**
* 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.
*
* This element uses some part of NMS
* which is more likely to stay the same
* over a long period of time.
*/
annotation class NMS_General