Minecraft Development for IntelliJ plugin version
2022.3-1.6.3
Description of the feature request
SuppressWarnings for some special class/method, eg. BlockBehavior$canSurvive
This can be accomplish by 2 ways though
- Don't show warning is when overriding those special methods
- Automatically put @SuppressWarnings("deprecation") when overriding those special methods
Both will be a good idea!
Minecraft Development for IntelliJ plugin version
2022.3-1.6.3
Description of the feature request
SuppressWarnings for some special class/method, eg. BlockBehavior$canSurvive
This can be accomplish by 2 ways though
Both will be a good idea!