MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

mixin @Implements support

Open loordgek opened this issue 2 years ago • 0 comments

Minecraft Development for IntelliJ plugin version

2023.2-1.6.10

Description of the feature request

when you normal implement a interface on a class idea asks if you want to implement the methods from the interface. it would be handy if @Implements would do the same and apply the prefix to all the methods it Implements.

is it also possible to have a virtual @override so if a method from a @Implements interface change it signature idea reports a error

loordgek avatar Oct 01 '23 11:10 loordgek