MinecraftDev
MinecraftDev copied to clipboard
@At("NEW") target parsing is incorrect
- Minecraft Development for IntelliJ plugin version: 1.5.18
- IntelliJ version: 2021.3.2
- Target platform, if relevant: Mixin
To target a constructor like this
Mixin format requires you to use ([Lnet/minecraft/client/model/Vertex;IIII)Lnet/minecraft/client/model/Quad; as the target, yet mcdev fails to parse that and instead recommends Lnet/minecraft/client/model/Quad;<init>([Lnet/minecraft/client/model/Vertex;IIII)V (which fails)
This is probably a regression introduced by #1525