We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This guide assumes you've already created and setup an Avoid project.
§ Making a entity state class with the Avoid Framework
Create a java class; You can pick any location within your project source code directory.
Paste the following code:
package com.example.avoidtmpl; public class HerobrineEntityState {}
Of course you need to replace the class name and package.
Add any state fields; That's it, really... Minecraft needed state classes in their API, so I did that too.
Avoid Framework
🏚️ 1. Home 📽️ 2. Creating your mod 🌄 3. Adding assets to your mod 🧊 4. Creating a block ✏️ 5. Creating an item 🎯 6. Creating an entity selector 🤖 7. Creating a command ⌨️ 8. Creating a keybind 🐺 9. Creating an entity