minecraft-dev / MinecraftDev

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
https://minecraftdev.org/
GNU Lesser General Public License v3.0
1.52k stars 186 forks source link

Entity constructor warning on abstract entity #725

Closed Novarch129 closed 4 years ago

Novarch129 commented 4 years ago

Minecraft version: 1.15.2 IntelliJ version: 2019.3.3 Community OS: Windows 10 Target platform: Forge 31.2.20

The "entity requires a constructor with one parameter of type net.minecarft.world.World" should not appear on abstract classes that extend Entity, as they cannot be instantiated.

Earthcomputer commented 4 years ago

Duplicate of #707, and already fixed, please update the plugin.