FabricMC / fabric-mixin-compile-extensions

Extensions for Mixin's annotation processor.
MIT License
8 stars 8 forks source link

Cannot remap anonymous classes #13

Closed LogicFan closed 3 years ago

LogicFan commented 3 years ago

It will have the following error when I use this extensions

C:\Users\logic\SpongeFabric\SpongePowered\SpongeFabric\src\accessors\java\org\spongepowered\common\accessor\[Mojang Map].java:31: warning: Mixin target net.minecraft.[Mojang Map]$1 could not be fully resolved.
@Mixin(targets = "net.minecraft.[Mojang Map]$1")

The class will be correctly mapped if $1 does not exists, but with $1 it does not remap.