yarn/src/packageDocs/java/net/minecraft/entity/ai/goal/package-info.java

14 lines
389 B
Java

/*
* This file is free for everyone to use under the Creative Commons Zero license.
*/
/**
* The basic AI system for Minecraft living entities.
*
* <p>This has been the dominant AI system in Minecraft since 1.8. In 1.14, with the update
* on villagers, a new {@linkplain net.minecraft.entity.ai.brain brain system} has been
* introduced.
*/
package net.minecraft.entity.ai.goal;