Uses of Class
net.minecraft.entity.ai.goal.GoalSelector
Package | Description |
---|---|
net.minecraft.entity.mob | |
net.minecraft.entity.passive | |
net.minecraft.server.network |
-
Uses of GoalSelector in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as GoalSelector Modifier and Type Field Description protected GoalSelector
MobEntity. goalSelector
protected GoalSelector
MobEntity. targetSelector
-
Uses of GoalSelector in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return GoalSelector Modifier and Type Method Description GoalSelector
BeeEntity. method_35163()
-
Uses of GoalSelector in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type GoalSelector Modifier and Type Method Description static void
DebugInfoSender. sendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector)