MinecraftDev
MinecraftDev copied to clipboard
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
### Minecraft Development for IntelliJ plugin version 1.3.2 ### Description of the feature request When you create a plugin, it would be nice to have an option to automatically generate...
### Minecraft Development for IntelliJ plugin version 2024.2-1.8.1 ### IntelliJ version IntelliJ IDEA 2024.2.0.1 (Community Edition) ### Operating System Windows 11 22H2 22621.4037 ### Target platform _No response_ ### Description...
Currently it's a weak warning
This PR adds support for `Little Endian` and `Network Varint` formatted NBT in Bedrock Edition. It also includes support for Bedrock Edition world `.dat` files. I'm not very familiar with...
This is a separate plugin to support all different Java mapping formats. This plugin will provide a extension points for the Minecraft Development plugin to hook into and provide mapping...
### 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...