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 GoalSelectorMobEntity. goalSelectorprotected GoalSelectorMobEntity. targetSelector -
Uses of GoalSelector in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return GoalSelector Modifier and Type Method Description GoalSelectorBeeEntity. 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 voidDebugInfoSender. sendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector)