Skip to content

Commit 5198477

Browse files
committed
Better Stats API
1 parent a5f209c commit 5198477

File tree

31 files changed

+1543
-113
lines changed

31 files changed

+1543
-113
lines changed

paper-api/src/generated/java/com/destroystokyo/paper/entity/ai/VanillaGoal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ public interface VanillaGoal<T extends Mob> extends Goal<T> {
158158

159159
GoalKey<Creature> STROLL_THROUGH_VILLAGE = create("stroll_through_village", Creature.class);
160160

161+
GoalKey<Creature> TEMPT = create("tempt", Creature.class);
162+
161163
GoalKey<Creature> TRY_FIND_WATER = create("try_find_water", Creature.class);
162164

163165
GoalKey<Creature> WATER_AVOIDING_RANDOM_FLYING = create("water_avoiding_random_flying", Creature.class);
@@ -288,8 +290,6 @@ public interface VanillaGoal<T extends Mob> extends Goal<T> {
288290

289291
GoalKey<Mob> RESET_UNIVERSAL_ANGER = create("reset_universal_anger", Mob.class);
290292

291-
GoalKey<Mob> TEMPT = create("tempt", Mob.class);
292-
293293
GoalKey<Mob> USE_ITEM = create("use_item", Mob.class);
294294

295295
GoalKey<Mob> VINDICATOR_BREAK_DOOR = create("vindicator_break_door", Mob.class);

0 commit comments

Comments
 (0)