Package | Description |
---|---|
com.destroystokyo.paper.entity.ai |
Modifier and Type | Interface and Description |
---|---|
interface |
VanillaGoal<T extends Mob>
Represents a vanilla goal.
|
Modifier and Type | Method and Description |
---|---|
<T extends Mob> |
MobGoals.getGoal(T mob,
@NotNull GoalKey<T> key) |
Modifier and Type | Method and Description |
---|---|
<T extends Mob> |
MobGoals.addGoal(T mob,
int priority,
@NotNull Goal<T> goal) |
<T extends Mob> |
MobGoals.removeGoal(T mob,
@NotNull Goal<T> goal) |
Copyright © 2021. All rights reserved.