That's not possible with the current API.
Also our current priority is to get the existing mobs working first.
Ok , I wanted create a steve mob.
It is possible to adapte citzen's on MCServer ?
Not with the current API. But it will be in the future
Well, isn't Citizens more or less getting entities to move (or not move) to a configurable place and interact when right clicked? We have HOOK_PLAYER_RIGHT_CLICK_ENTITY for right clicks, and MoveToPosition for (basic) pathfinding to a block, and these work for any mob.
Yea but we can't make computer controlled players yet.
Make an intelligent robot, coded in Lua, that plays on the client with a keyboard, that is controlled using GPIO pins on a Raspberry Pi running MCServer?
You just need to create cPluginControlledPlayer inheriting cPlayer and turn all the client callbacks in to plugin hooks.
ok ! thanks for the information .