lgou2w/ldk

NBTBase.createTag does not exist in NMS 1.15

Closed this issue · 1 comments

See below:

// NMS.NBTBase -> public static NBTBase createTag(byte)
@JvmStatic val METHOD_NBT_CREATE: AccessorMethod<Any, Any> by lazy {
FuzzyReflect.of(CLASS_NBT_BASE, true)
.useMethodMatcher()
.withVisibilities(Visibility.STATIC)
.withName("createTag")
.withType(CLASS_NBT_BASE)
.withParams(Byte::class.java)
.resultAccessor()
}

Since Minecraft 1.15 was removed !

Fixed in 0.2.0-SNAPSHOT.