Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#396] Entities: AI [$65] #502

Open
gdude2002 opened this issue Jun 24, 2017 · 2 comments
Open

[#396] Entities: AI [$65] #502

gdude2002 opened this issue Jun 24, 2017 · 2 comments

Comments

@gdude2002
Copy link
Contributor

gdude2002 commented Jun 24, 2017

Bountysource bounty

This issue is part of this story, Completing entities in Glowstone (#396). To make the work easier and bounties fairer, we've split it into multiple issues.

Anyone can participate in the completion of this issue, which will be a major turning point in the development and the possible use-cases for Glowstone as a Minecraft server alternative.


Before getting started! If you are unfamiliar with Glowstone, please remember that Glowstone is a complete rewrite of the Minecraft vanilla server, aimed to be a better alternative to other software like Spigot. You are by no means allowed to push code to this repository based on Mojang's own platform (whether it be Forge, MCP, decompiled binaries, etc.) Doing so will cause in the rejection of your Pull Request. You are allowed to use other resources like the numerous wikis that exist on the Internet (Minecraft Wiki, wiki.vg, etc.) as well as trial-and-error.


Entity AI

Entity AI (or Entity Tasking) makes up the core of the interactions between the entities, the world and the player. They may consist of multiple triggers and will result in certain actions depending on the entity type. Entities may also execute random actions. These triggers and actions need to be implemented, in order to be on an equivalent level as the Vanilla server.

For example, entities may randomly wander around, look around, find targets, etc.


There is a $65 open bounty on this issue. Add to the bounty at Bountysource.

@phylib
Copy link

phylib commented Oct 22, 2018

Hi,
I would like to implement movements for chicken. Could you give me an advice on where to start? Should this be integrated in the GlowChicken.pulse(..) Method?
Thanks
Phylib

@mastercoms
Copy link
Member

Hi, thank you for your interest in Glowstone AI!

We currently have an Entity AI package here: https://github.com/GlowstoneMC/Glowstone/tree/dev/src/main/java/net/glowstone/entity/ai.

States essentially determine what tasks should be performed. Tasks run in a tick.

All GlowLivingEntitys have a TaskManager instance, in a field called taskManager

@gdude2002 gdude2002 changed the title [#396] Entities: AI [#396] Entities: AI [$65] Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Bounties
Backlog
2017Q4
Backlog
Development

No branches or pull requests

4 participants