Package net.minecraft.entity.ai.goal
package net.minecraft.entity.ai.goal
The basic AI system for Minecraft living entities.
This has been the dominant AI system in Minecraft since 1.8. In 1.14, with the update on villagers, a new brain system has been introduced.
-
ClassDescriptionDisableableFollowTargetGoal<T extends LivingEntity>FleeEntityGoal<T extends LivingEntity>FollowTargetGoal<T extends LivingEntity>FollowTargetIfTamedGoal<T extends LivingEntity>Manages a set of goals, which are competing for certain controls on the mob.Makes a
CatEntity
go to a bed and sleep.HoldInHandsGoal<T extends MobEntity>MoveToRaidCenterGoal<T extends RaiderEntity>RaidGoal<T extends LivingEntity>