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
Adding an @Invoker for a public method is redundant since you can just access the public method without the invoker
same for @Accessor
I would also like if there was a quick fix for removing the accessor/invoker and replacing all usages of it with usages of the public method/field (replacing all usages if that's possible)
The text was updated successfully, but these errors were encountered:
Minecraft Development for IntelliJ plugin version
2024.1-1.8.0
Description of the feature request
Adding an
@Invoker
for a public method is redundant since you can just access the public method without the invokersame for
@Accessor
I would also like if there was a quick fix for removing the accessor/invoker and replacing all usages of it with usages of the public method/field (replacing all usages if that's possible)
The text was updated successfully, but these errors were encountered: