MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Warn against non-interface mixins mixing into interfaces.

Open T0RNATO opened this issue 1 month ago • 0 comments

Minecraft Development for IntelliJ plugin version

2024.2-1.8.6

Description of the feature request

Having an ordinary mixin class that targets an interface should cause warn the developer, as this will cause a somewhat cryptic compile time error. Additionally, there could be a quick-fix that changes the class into an interface.

T0RNATO avatar Nov 26 '25 11:11 T0RNATO