7410
7410
### What is your feature request? when putting all stone in the crafting grid  it doesn't consider it "part of the inventory"  i have noticed if i put...
constans -> constants
Currently it's a weak warning
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Currently, when the mixin is an interface and the target is a class, there is no...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request There is no reason to call a field getter accessor without using the return value, so...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request There are methods that do something and return a value from a calculation in the method,...
### 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,...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request An inspection with the same message and a quick fix to make the method static The...
### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Current behavior: `@Invoker` error message: "Cannot resolve method X in target class" `@Accessor` error message: "Cannot...
### 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...