MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

@At("NEW") target parsing is incorrect

Open js6pak opened this issue 3 years ago • 0 comments

  • 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 image 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

js6pak avatar Mar 16 '22 15:03 js6pak