MinecraftDev
MinecraftDev copied to clipboard
mixin @Implements support
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