EntityAIBase

Hello there, so I am trying to make a custom AITask, following the tutorial from the website (which can be found here).

In there it says that I need to use the “EntityAIBase” Object which is not available in the Sponge API itself. I figured out that I’d need to get the forge API for this but it seems that Maven just cant find the right Artifact from the Forge Website.

Is there anyway I can still somehow use the Forge API? (I tried aswell by just putting the jar itself into the Build Path, but for some reason that didn’t include the EntityAIBase Object)

Thanks in advance,
Blubo

The class you’re looking for is a vanilla class, you need to setup a forge mod dev environment (aka MCP setup).

First paragraph of the doc:

Please follow the instructions in Using MCP in Plugins.