obfuscator icon indicating copy to clipboard operation
obfuscator copied to clipboard

bug

Open MENQ opened this issue 4 years ago • 1 comments

Method net.dv8tion.jda.api.entities.Activity.lllIlllIlIlI(II)Z must be InterfaceMethodref constant

MENQ avatar Dec 28 '20 17:12 MENQ

I wouldn't except any help with that much information provided.

Possible fix (for devs): at method generations, in interfaces tell ASM somehow to generate InterfaceMethodRef constant instead of MethodRef, because java 8+ the jvm doesn't accept MethodRef in interfaces.

MrExplode avatar Dec 29 '20 00:12 MrExplode