Fix the issue where superinterfaces are not included in signatures (#2799)

This commit is contained in:
enbrain 2021-10-30 05:34:00 +09:00 committed by GitHub
parent c1f479284f
commit 2db595cdf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
"net/minecraft/class_2769$class_4933": "<T::Ljava/lang/Comparable<TT;>;>Ljava/lang/Record;",
"net/minecraft/class_6759": "<T::Ljava/lang/Object;>Ljava/lang/Record;",
"net/minecraft/class_6760": "<T::Ljava/lang/Object;>Ljava/lang/Record;",
"net/minecraft/class_5699$class_6739": "<A::Ljava/lang/Object;>Ljava/lang/Record;",
"net/minecraft/class_6492$class_6738": "<C::Ljava/lang/Object;>Ljava/lang/Record;"
"net/minecraft/class_5699$class_6739": "<A::Ljava/lang/Object;>Ljava/lang/Record;Lcom/mojang/serialization/Codec;",
"net/minecraft/class_6492$class_6738": "<C::Ljava/lang/Object;>Ljava/lang/Record;Lnet/minecraft/class_6492;"
}