Uses of Class
net.minecraft.entity.ai.goal.GoalSelector
Packages that use GoalSelector
Package
Description
The base package for all Minecraft classes.
-
Uses of GoalSelector in net.minecraft
Methods in net.minecraft that return GoalSelector -
Uses of GoalSelector in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as GoalSelectorModifier and TypeFieldDescriptionprotected final GoalSelectorMobEntity.goalSelectorContains actions the entity can perform.protected final GoalSelectorMobEntity.targetSelectorContains goals used to select this entity's target. -
Uses of GoalSelector in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return GoalSelector -
Uses of GoalSelector in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type GoalSelectorModifier and TypeMethodDescriptionstatic voidDebugInfoSender.sendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector)