You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently an error message when trying to use an inner class in a mixin that is not also a @Mixin class itself.
This does not show on method local classes though, even though the same restrictions apply (attempting to use such a class results in org.spongepowered.asm.mixin.transformer.throwables.IllegalClassLoadError: <localclass> is in a defined mixin package <mixin.package> owned by <mixin.config> and cannot be referenced directly )
The text was updated successfully, but these errors were encountered:
Minecraft Development for IntelliJ plugin version
2024.1-1.8.1
Description of the feature request
There is currently an error message when trying to use an inner class in a mixin that is not also a
@Mixin
class itself.This does not show on method local classes though, even though the same restrictions apply (attempting to use such a class results in
org.spongepowered.asm.mixin.transformer.throwables.IllegalClassLoadError: <localclass> is in a defined mixin package <mixin.package> owned by <mixin.config> and cannot be referenced directly
)The text was updated successfully, but these errors were encountered: