MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

[FEATURE] Support for @SupressWarnings token added by Mixin

Open DenisD3D opened this issue 3 years ago • 0 comments

Curently, MinecraftDev doesn't remove warning when using @SupressWarnings annotation. Sponge mixins add some token for this annotation which are listed here

@SuppressWarnings("target") Should remove Cannot resolve method 'xxxxx' in target class warning on @Inject(method = "xxx")

DenisD3D avatar May 04 '21 14:05 DenisD3D