MinecraftDev
MinecraftDev copied to clipboard
Add inspections when accessoring a member and not having the same "staticness"
Minecraft Development for IntelliJ plugin version
2024.1-1.8.0
Description of the feature request
Wanted behavior: When accessoring a static method or field while the accessor method is not static, warning and quick fix to make the accessor method static with throwing an exception (that will be replaced from the mixins) When accessoring a non static method or field while the acccessor method is static, an IDE error with a quick fix to make the accessor method non static