Scissors-Website/public/javadoc/1.19.2/com/destroystokyo/paper/entity/ai/VanillaGoal.html

2869 lines
274 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>VanillaGoal (Scissors-API 1.19.2-R0.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.destroystokyo.paper.entity.ai, interface: VanillaGoal">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/VanillaGoal.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">com.destroystokyo.paper.entity.ai</a></div>
<h1 title="Interface VanillaGoal" class="title">Interface VanillaGoal&lt;T extends <a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</h1>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Superinterfaces:</dt>
<dd><code><a href="Goal.html" title="interface in com.destroystokyo.paper.entity.ai">Goal</a>&lt;T&gt;</code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">VanillaGoal&lt;T extends <a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span><span class="extends-implements">
extends <a href="Goal.html" title="interface in com.destroystokyo.paper.entity.ai">Goal</a>&lt;T&gt;</span></div>
<div class="block">Represents a vanilla goal. Plugins should never implement this.<br>
Generated by VanillaPathfinderTest in paper-server</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PigZombie.html" title="interface in org.bukkit.entity">PigZombie</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#ANGER" class="member-name-link">ANGER</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">removed in 1.16</div>
</div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PigZombie.html" title="interface in org.bukkit.entity">PigZombie</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#ANGER_OTHER" class="member-name-link">ANGER_OTHER</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">removed in 1.16</div>
</div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../RangedEntity.html" title="interface in com.destroystokyo.paper.entity">RangedEntity</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#ARROW_ATTACK" class="member-name-link">ARROW_ATTACK</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#AVOID_ENTITY" class="member-name-link">AVOID_ENTITY</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#AVOID_TARGET" class="member-name-link">AVOID_TARGET</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BEE_ATTACK" class="member-name-link">BEE_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BEE_BECOME_ANGRY" class="member-name-link">BEE_BECOME_ANGRY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BEE_ENTER_HIVE" class="member-name-link">BEE_ENTER_HIVE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BEE_GO_TO_HIVE" class="member-name-link">BEE_GO_TO_HIVE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BEE_GO_TO_KNOWN_FLOWER" class="member-name-link">BEE_GO_TO_KNOWN_FLOWER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BEE_GROW_CROP" class="member-name-link">BEE_GROW_CROP</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BEE_HURT_BY_OTHER" class="member-name-link">BEE_HURT_BY_OTHER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BEE_LOCATE_HIVE" class="member-name-link">BEE_LOCATE_HIVE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BEE_POLLINATE" class="member-name-link">BEE_POLLINATE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BEE_WANDER" class="member-name-link">BEE_WANDER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wolf.html" title="interface in org.bukkit.entity">Wolf</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BEG" class="member-name-link">BEG</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Blaze.html" title="interface in org.bukkit.entity">Blaze</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BLAZE_ATTACK" class="member-name-link">BLAZE_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Blaze.html" title="interface in org.bukkit.entity">Blaze</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BLAZE_FIREBALL" class="member-name-link">BLAZE_FIREBALL</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BOW_SHOOT" class="member-name-link">BOW_SHOOT</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BREAK_DOOR" class="member-name-link">BREAK_DOOR</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BREATH" class="member-name-link">BREATH</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#BREATH_AIR" class="member-name-link">BREATH_AIR</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Animals.html" title="interface in org.bukkit.entity">Animals</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#BREED" class="member-name-link">BREED</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#CAT_AVOID_ENTITY" class="member-name-link">CAT_AVOID_ENTITY</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CAT_LIE_ON_BED" class="member-name-link">CAT_LIE_ON_BED</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#CAT_RELAX_ON_OWNER" class="member-name-link">CAT_RELAX_ON_OWNER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CAT_SIT_ON_BED" class="member-name-link">CAT_SIT_ON_BED</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#CAT_SIT_ON_BLOCK" class="member-name-link">CAT_SIT_ON_BLOCK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CAT_TEMPT" class="member-name-link">CAT_TEMPT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#CLIMB_ON_TOP_OF_POWDER_SNOW" class="member-name-link">CLIMB_ON_TOP_OF_POWDER_SNOW</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CROSSBOW_ATTACK" class="member-name-link">CROSSBOW_ATTACK</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#DEFEND_TRUSTED" class="member-name-link">DEFEND_TRUSTED</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/IronGolem.html" title="interface in org.bukkit.entity">IronGolem</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#DEFEND_VILLAGE" class="member-name-link">DEFEND_VILLAGE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#DOLPHIN_JUMP" class="member-name-link">DOLPHIN_JUMP</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#DOLPHIN_PLAY_WITH_ITEMS" class="member-name-link">DOLPHIN_PLAY_WITH_ITEMS</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#DOLPHIN_SWIM_TO_TREASURE" class="member-name-link">DOLPHIN_SWIM_TO_TREASURE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#DOLPHIN_SWIM_WITH_PLAYER" class="member-name-link">DOLPHIN_SWIM_WITH_PLAYER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#DOOR_OPEN" class="member-name-link">DOOR_OPEN</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#DROWNED_ATTACK" class="member-name-link">DROWNED_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#DROWNED_GO_TO_BEACH" class="member-name-link">DROWNED_GO_TO_BEACH</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#DROWNED_GO_TO_WATER" class="member-name-link">DROWNED_GO_TO_WATER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#DROWNED_GOTO_BEACH" class="member-name-link">DROWNED_GOTO_BEACH</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#DROWNED_GOTO_WATER" class="member-name-link">DROWNED_GOTO_WATER</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#DROWNED_SWIM_UP" class="member-name-link">DROWNED_SWIM_UP</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../RangedEntity.html" title="interface in com.destroystokyo.paper.entity">RangedEntity</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#DROWNED_TRIDENT_ATTACK" class="member-name-link">DROWNED_TRIDENT_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#EAT_BLOCK" class="member-name-link">EAT_BLOCK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#EAT_CARROTS" class="member-name-link">EAT_CARROTS</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#EAT_TILE" class="member-name-link">EAT_TILE</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#ENDERMAN_FREEZE_WHEN_LOOKED_AT" class="member-name-link">ENDERMAN_FREEZE_WHEN_LOOKED_AT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#ENDERMAN_LEAVE_BLOCK" class="member-name-link">ENDERMAN_LEAVE_BLOCK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#ENDERMAN_LOOK_FOR_PLAYER" class="member-name-link">ENDERMAN_LOOK_FOR_PLAYER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#ENDERMAN_PICKUP_BLOCK" class="member-name-link">ENDERMAN_PICKUP_BLOCK</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#ENDERMAN_PLACE_BLOCK" class="member-name-link">ENDERMAN_PLACE_BLOCK</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#ENDERMAN_TAKE_BLOCK" class="member-name-link">ENDERMAN_TAKE_BLOCK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#EVIL_RABBIT_ATTACK" class="member-name-link">EVIL_RABBIT_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#EVOKER_ATTACK_SPELL" class="member-name-link">EVOKER_ATTACK_SPELL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#EVOKER_CAST_SPELL" class="member-name-link">EVOKER_CAST_SPELL</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#EVOKER_CASTING_SPELL" class="member-name-link">EVOKER_CASTING_SPELL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#EVOKER_SUMMON_SPELL" class="member-name-link">EVOKER_SUMMON_SPELL</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#EVOKER_WOLOLO_SPELL" class="member-name-link">EVOKER_WOLOLO_SPELL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FACEPLANT" class="member-name-link">FACEPLANT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fish.html" title="interface in org.bukkit.entity">Fish</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FISH_SCHOOL" class="member-name-link">FISH_SCHOOL</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fish.html" title="interface in org.bukkit.entity">Fish</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FISH_SWIM" class="member-name-link">FISH_SWIM</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FLEE_SUN" class="member-name-link">FLEE_SUN</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FLOAT" class="member-name-link">FLOAT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOLLOW_BOAT" class="member-name-link">FOLLOW_BOAT</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOLLOW_ENTITY" class="member-name-link">FOLLOW_ENTITY</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fish.html" title="interface in org.bukkit.entity">Fish</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOLLOW_FLOCK_LEADER" class="member-name-link">FOLLOW_FLOCK_LEADER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOLLOW_MOB" class="member-name-link">FOLLOW_MOB</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOLLOW_OWNER" class="member-name-link">FOLLOW_OWNER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Animals.html" title="interface in org.bukkit.entity">Animals</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOLLOW_PARENT" class="member-name-link">FOLLOW_PARENT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_BREED" class="member-name-link">FOX_BREED</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_DEFEND_TRUSTED" class="member-name-link">FOX_DEFEND_TRUSTED</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_EAT_BERRIES" class="member-name-link">FOX_EAT_BERRIES</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_FACEPLANT" class="member-name-link">FOX_FACEPLANT</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_FLOAT" class="member-name-link">FOX_FLOAT</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_FOLLOW_PARENT" class="member-name-link">FOX_FOLLOW_PARENT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_LOOK_AT_PLAYER" class="member-name-link">FOX_LOOK_AT_PLAYER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_MELEE_ATTACK" class="member-name-link">FOX_MELEE_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_PANIC" class="member-name-link">FOX_PANIC</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_PERCH_AND_SEARCH" class="member-name-link">FOX_PERCH_AND_SEARCH</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_POUNCE" class="member-name-link">FOX_POUNCE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_SEARCH_FOR_ITEMS" class="member-name-link">FOX_SEARCH_FOR_ITEMS</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_SEEK_SHELTER" class="member-name-link">FOX_SEEK_SHELTER</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_SLEEP" class="member-name-link">FOX_SLEEP</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#FOX_STALK_PREY" class="member-name-link">FOX_STALK_PREY</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#FOX_STROLL_THROUGH_VILLAGE" class="member-name-link">FOX_STROLL_THROUGH_VILLAGE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#GHAST_ATTACK_TARGET" class="member-name-link">GHAST_ATTACK_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#GHAST_IDLE_MOVE" class="member-name-link">GHAST_IDLE_MOVE</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#GHAST_LOOK" class="member-name-link">GHAST_LOOK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#GHAST_MOVE_TOWARDS_TARGET" class="member-name-link">GHAST_MOVE_TOWARDS_TARGET</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#GHAST_SHOOT_FIREBALL" class="member-name-link">GHAST_SHOOT_FIREBALL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#GOLEM_RANDOM_STROLL_IN_VILLAGE" class="member-name-link">GOLEM_RANDOM_STROLL_IN_VILLAGE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Guardian.html" title="interface in org.bukkit.entity">Guardian</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#GUARDIAN_ATTACK" class="member-name-link">GUARDIAN_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#HOLD_GROUND_ATTACK" class="member-name-link">HOLD_GROUND_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/SkeletonHorse.html" title="interface in org.bukkit.entity">SkeletonHorse</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#HORSE_TRAP" class="member-name-link">HORSE_TRAP</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#HURT_BY" class="member-name-link">HURT_BY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#HURT_BY_TARGET" class="member-name-link">HURT_BY_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Illusioner.html" title="interface in org.bukkit.entity">Illusioner</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#ILLUSIONER_BLINDNESS_SPELL" class="member-name-link">ILLUSIONER_BLINDNESS_SPELL</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Illusioner.html" title="interface in org.bukkit.entity">Illusioner</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#ILLUSIONER_MIRROR_SPELL" class="member-name-link">ILLUSIONER_MIRROR_SPELL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#INTERACT" class="member-name-link">INTERACT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#JUMP_ON_BLOCK" class="member-name-link">JUMP_ON_BLOCK</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#KILLER_RABBIT_MELEE_ATTACK" class="member-name-link">KILLER_RABBIT_MELEE_ATTACK</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Parrot.html" title="interface in org.bukkit.entity">Parrot</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#LAND_ON_OWNERS_SHOULDER" class="member-name-link">LAND_ON_OWNERS_SHOULDER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#LEAP_AT" class="member-name-link">LEAP_AT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#LEAP_AT_TARGET" class="member-name-link">LEAP_AT_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#LLAMA_ATTACK_WOLF" class="member-name-link">LLAMA_ATTACK_WOLF</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#LLAMA_FOLLOW" class="member-name-link">LLAMA_FOLLOW</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#LLAMA_FOLLOW_CARAVAN" class="member-name-link">LLAMA_FOLLOW_CARAVAN</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#LLAMA_HURT_BY" class="member-name-link">LLAMA_HURT_BY</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/TraderLlama.html" title="interface in org.bukkit.entity">TraderLlama</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#LLAMATRADER_DEFENDED_WANDERING_TRADER" class="member-name-link">LLAMATRADER_DEFENDED_WANDERING_TRADER</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#LONG_DISTANCE_PATROL" class="member-name-link">LONG_DISTANCE_PATROL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#LOOK_AT_PLAYER" class="member-name-link">LOOK_AT_PLAYER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractVillager.html" title="interface in org.bukkit.entity">AbstractVillager</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#LOOK_AT_TRADING_PLAYER" class="member-name-link">LOOK_AT_TRADING_PLAYER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#MELEE_ATTACK" class="member-name-link">MELEE_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#MOVE_BACK_TO_VILLAGE" class="member-name-link">MOVE_BACK_TO_VILLAGE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#MOVE_THROUGH_VILLAGE" class="member-name-link">MOVE_THROUGH_VILLAGE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#MOVE_TOWARDS" class="member-name-link">MOVE_TOWARDS</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#MOVE_TOWARDS_RESTRICTION" class="member-name-link">MOVE_TOWARDS_RESTRICTION</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#MOVE_TOWARDS_TARGET" class="member-name-link">MOVE_TOWARDS_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#NEAREST_ATTACKABLE" class="member-name-link">NEAREST_ATTACKABLE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#NEAREST_ATTACKABLE_TARGET" class="member-name-link">NEAREST_ATTACKABLE_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#NEAREST_ATTACKABLE_TARGET_WITCH" class="member-name-link">NEAREST_ATTACKABLE_TARGET_WITCH</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#NEAREST_ATTACKABLE_WITCH" class="member-name-link">NEAREST_ATTACKABLE_WITCH</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#NEAREST_HEALABLE_RAIDER" class="member-name-link">NEAREST_HEALABLE_RAIDER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#NEAREST_VILLAGE" class="member-name-link">NEAREST_VILLAGE</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#NON_TAME_RANDOM" class="member-name-link">NON_TAME_RANDOM</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#OBTAIN_RAID_LEADER_BANNER" class="member-name-link">OBTAIN_RAID_LEADER_BANNER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#OCELOT_ATTACK" class="member-name-link">OCELOT_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ocelot.html" title="interface in org.bukkit.entity">Ocelot</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#OCELOT_AVOID_ENTITY" class="member-name-link">OCELOT_AVOID_ENTITY</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ocelot.html" title="interface in org.bukkit.entity">Ocelot</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#OCELOT_TEMPT" class="member-name-link">OCELOT_TEMPT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/IronGolem.html" title="interface in org.bukkit.entity">IronGolem</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#OFFER_FLOWER" class="member-name-link">OFFER_FLOWER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#OPEN_DOOR" class="member-name-link">OPEN_DOOR</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#OWNER_HURT" class="member-name-link">OWNER_HURT</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#OWNER_HURT_BY" class="member-name-link">OWNER_HURT_BY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#OWNER_HURT_BY_TARGET" class="member-name-link">OWNER_HURT_BY_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#OWNER_HURT_TARGET" class="member-name-link">OWNER_HURT_TARGET</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PANDA_ATTACK" class="member-name-link">PANDA_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PANDA_AVOID" class="member-name-link">PANDA_AVOID</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PANDA_BREED" class="member-name-link">PANDA_BREED</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PANDA_HURT_BY" class="member-name-link">PANDA_HURT_BY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PANDA_HURT_BY_TARGET" class="member-name-link">PANDA_HURT_BY_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PANDA_LIE_ON_BACK" class="member-name-link">PANDA_LIE_ON_BACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PANDA_LOOK_AT_PLAYER" class="member-name-link">PANDA_LOOK_AT_PLAYER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PANDA_PANIC" class="member-name-link">PANDA_PANIC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PANDA_ROLL" class="member-name-link">PANDA_ROLL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PANDA_SIT" class="member-name-link">PANDA_SIT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PANDA_SNEEZE" class="member-name-link">PANDA_SNEEZE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PANIC" class="member-name-link">PANIC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PARROT_WANDER" class="member-name-link">PARROT_WANDER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PATHFIND_TO_RAID" class="member-name-link">PATHFIND_TO_RAID</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Parrot.html" title="interface in org.bukkit.entity">Parrot</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PERCH" class="member-name-link">PERCH</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PERCH_AND_SEARCH" class="member-name-link">PERCH_AND_SEARCH</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PHANTOM_ATTACK_PLAYER" class="member-name-link">PHANTOM_ATTACK_PLAYER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PHANTOM_ATTACK_STRATEGY" class="member-name-link">PHANTOM_ATTACK_STRATEGY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PHANTOM_CIRCLE_AROUND_ANCHOR" class="member-name-link">PHANTOM_CIRCLE_AROUND_ANCHOR</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PHANTOM_SWEEP_ATTACK" class="member-name-link">PHANTOM_SWEEP_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PLAY_WITH_ITEMS" class="member-name-link">PLAY_WITH_ITEMS</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#PLAYER_WHO_LOOKED_AT_TARGET" class="member-name-link">PLAYER_WHO_LOOKED_AT_TARGET</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#POLAR_BEAR_ATTACK_PLAYERS" class="member-name-link">POLAR_BEAR_ATTACK_PLAYERS</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#POLAR_BEAR_HURT_BY" class="member-name-link">POLAR_BEAR_HURT_BY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#POLAR_BEAR_MELEE_ATTACK" class="member-name-link">POLAR_BEAR_MELEE_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#POLAR_BEAR_PANIC" class="member-name-link">POLAR_BEAR_PANIC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#POLARBEAR_ATTACK_PLAYERS" class="member-name-link">POLARBEAR_ATTACK_PLAYERS</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#POLARBEAR_HURT_BY" class="member-name-link">POLARBEAR_HURT_BY</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#POLARBEAR_MELEE" class="member-name-link">POLARBEAR_MELEE</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#POLARBEAR_PANIC" class="member-name-link">POLARBEAR_PANIC</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PufferFish.html" title="interface in org.bukkit.entity">PufferFish</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PUFFERFISH_PUFF" class="member-name-link">PUFFERFISH_PUFF</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RABBIT_AVOID_ENTITY" class="member-name-link">RABBIT_AVOID_ENTITY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RABBIT_AVOID_TARGET" class="member-name-link">RABBIT_AVOID_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RABBIT_PANIC" class="member-name-link">RABBIT_PANIC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RAID" class="member-name-link">RAID</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RAID_GARDEN" class="member-name-link">RAID_GARDEN</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RAIDER_CELEBRATION" class="member-name-link">RAIDER_CELEBRATION</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RAIDER_HOLD_GROUND" class="member-name-link">RAIDER_HOLD_GROUND</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RAIDER_MOVE_THROUGH_VILLAGE" class="member-name-link">RAIDER_MOVE_THROUGH_VILLAGE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RAIDER_OBTAIN_BANNER" class="member-name-link">RAIDER_OBTAIN_BANNER</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Illager.html" title="interface in org.bukkit.entity">Illager</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RAIDER_OPEN_DOOR" class="member-name-link">RAIDER_OPEN_DOOR</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RANDOM_FLOAT_AROUND" class="member-name-link">RANDOM_FLOAT_AROUND</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RANDOM_FLY" class="member-name-link">RANDOM_FLY</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RANDOM_LOOK_AROUND" class="member-name-link">RANDOM_LOOK_AROUND</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RANDOM_LOOKAROUND" class="member-name-link">RANDOM_LOOKAROUND</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RANDOM_STROLL" class="member-name-link">RANDOM_STROLL</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RANDOM_STROLL_LAND" class="member-name-link">RANDOM_STROLL_LAND</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RANDOM_SWIM" class="member-name-link">RANDOM_SWIM</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RANDOM_SWIMMING" class="member-name-link">RANDOM_SWIMMING</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RANDOM_TARGET_NON_TAMED" class="member-name-link">RANDOM_TARGET_NON_TAMED</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../RangedEntity.html" title="interface in com.destroystokyo.paper.entity">RangedEntity</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RANGED_ATTACK" class="member-name-link">RANGED_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RANGED_BOW_ATTACK" class="member-name-link">RANGED_BOW_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RANGED_CROSSBOW_ATTACK" class="member-name-link">RANGED_CROSSBOW_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ravager.html" title="interface in org.bukkit.entity">Ravager</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RAVAGER_MELEE_ATTACK" class="member-name-link">RAVAGER_MELEE_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#REMOVE_BLOCK" class="member-name-link">REMOVE_BLOCK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RESET_UNIVERSAL_ANGER" class="member-name-link">RESET_UNIVERSAL_ANGER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#RESTRICT_SUN" class="member-name-link">RESTRICT_SUN</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractHorse.html" title="interface in org.bukkit.entity">AbstractHorse</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#RUN_AROUND_LIKE_CRAZY" class="member-name-link">RUN_AROUND_LIKE_CRAZY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SEEK_SHELTER" class="member-name-link">SEEK_SHELTER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SHULKER_ATTACK" class="member-name-link">SHULKER_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SHULKER_DEFENSE" class="member-name-link">SHULKER_DEFENSE</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SHULKER_DEFENSE_ATTACK" class="member-name-link">SHULKER_DEFENSE_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SHULKER_NEAREST" class="member-name-link">SHULKER_NEAREST</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SHULKER_NEAREST_ATTACK" class="member-name-link">SHULKER_NEAREST_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SHULKER_PEEK" class="member-name-link">SHULKER_PEEK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SILVERFISH_HIDE_IN_BLOCK" class="member-name-link">SILVERFISH_HIDE_IN_BLOCK</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SILVERFISH_MERGE_WITH_STONE" class="member-name-link">SILVERFISH_MERGE_WITH_STONE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SILVERFISH_WAKE_OTHERS" class="member-name-link">SILVERFISH_WAKE_OTHERS</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SILVERFISH_WAKE_UP_FRIENDS" class="member-name-link">SILVERFISH_WAKE_UP_FRIENDS</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SIT" class="member-name-link">SIT</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SIT_WHEN_ORDERED_TO" class="member-name-link">SIT_WHEN_ORDERED_TO</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractSkeleton.html" title="interface in org.bukkit.entity">AbstractSkeleton</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SKELETON_MELEE" class="member-name-link">SKELETON_MELEE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/SkeletonHorse.html" title="interface in org.bukkit.entity">SkeletonHorse</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SKELETON_TRAP" class="member-name-link">SKELETON_TRAP</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SLEEP" class="member-name-link">SLEEP</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SLIME_ATTACK" class="member-name-link">SLIME_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SLIME_FLOAT" class="member-name-link">SLIME_FLOAT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SLIME_IDLE" class="member-name-link">SLIME_IDLE</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SLIME_KEEP_ON_JUMPING" class="member-name-link">SLIME_KEEP_ON_JUMPING</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SLIME_NEAREST_PLAYER" class="member-name-link">SLIME_NEAREST_PLAYER</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SLIME_RANDOM_DIRECTION" class="member-name-link">SLIME_RANDOM_DIRECTION</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SLIME_RANDOM_JUMP" class="member-name-link">SLIME_RANDOM_JUMP</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spellcaster.html" title="interface in org.bukkit.entity">Spellcaster</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SPELLCASTER_CAST_SPELL" class="member-name-link">SPELLCASTER_CAST_SPELL</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spellcaster.html" title="interface in org.bukkit.entity">Spellcaster</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SPELLCASTER_CASTING_SPELL" class="member-name-link">SPELLCASTER_CASTING_SPELL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SPIDER" class="member-name-link">SPIDER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SPIDER_ATTACK" class="member-name-link">SPIDER_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SPIDER_MELEE_ATTACK" class="member-name-link">SPIDER_MELEE_ATTACK</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SPIDER_NEAREST_ATTACKABLE_TARGET" class="member-name-link">SPIDER_NEAREST_ATTACKABLE_TARGET</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Squid.html" title="interface in org.bukkit.entity">Squid</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SQUID" class="member-name-link">SQUID</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Squid.html" title="interface in org.bukkit.entity">Squid</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#SQUID_FLEE" class="member-name-link">SQUID_FLEE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Squid.html" title="interface in org.bukkit.entity">Squid</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SQUID_RANDOM_MOVEMENT" class="member-name-link">SQUID_RANDOM_MOVEMENT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#STALK_PREY" class="member-name-link">STALK_PREY</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Strider.html" title="interface in org.bukkit.entity">Strider</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#STRIDER_GO_TO_LAVA" class="member-name-link">STRIDER_GO_TO_LAVA</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#STROLL_THROUGH_VILLAGE" class="member-name-link">STROLL_THROUGH_VILLAGE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#STROLL_VILLAGE" class="member-name-link">STROLL_VILLAGE</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#STROLL_VILLAGE_GOLEM" class="member-name-link">STROLL_VILLAGE_GOLEM</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creeper.html" title="interface in org.bukkit.entity">Creeper</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#SWELL" class="member-name-link">SWELL</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractHorse.html" title="interface in org.bukkit.entity">AbstractHorse</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TAME" class="member-name-link">TAME</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#TEMPT" class="member-name-link">TEMPT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TEMPT_CHANCE" class="member-name-link">TEMPT_CHANCE</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractVillager.html" title="interface in org.bukkit.entity">AbstractVillager</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#TRADE_WITH_PLAYER" class="member-name-link">TRADE_WITH_PLAYER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TRADER_LLAMA_DEFEND_WANDERING_TRADER" class="member-name-link">TRADER_LLAMA_DEFEND_WANDERING_TRADER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#TRY_FIND_WATER" class="member-name-link">TRY_FIND_WATER</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TURTLE_BREED" class="member-name-link">TURTLE_BREED</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#TURTLE_GO_HOME" class="member-name-link">TURTLE_GO_HOME</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TURTLE_GO_TO_WATER" class="member-name-link">TURTLE_GO_TO_WATER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#TURTLE_GOTO_WATER" class="member-name-link">TURTLE_GOTO_WATER</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TURTLE_LAY_EGG" class="member-name-link">TURTLE_LAY_EGG</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#TURTLE_PANIC" class="member-name-link">TURTLE_PANIC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TURTLE_RANDOM_STROLL" class="member-name-link">TURTLE_RANDOM_STROLL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#TURTLE_TEMPT" class="member-name-link">TURTLE_TEMPT</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#TURTLE_TRAVEL" class="member-name-link">TURTLE_TRAVEL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#UNIVERSAL_ANGER_RESET" class="member-name-link">UNIVERSAL_ANGER_RESET</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#USE_ITEM" class="member-name-link">USE_ITEM</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#VEX_CHARGE_ATTACK" class="member-name-link">VEX_CHARGE_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#VEX_COPY_OWNER" class="member-name-link">VEX_COPY_OWNER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#VEX_COPY_TARGET_OF_OWNER" class="member-name-link">VEX_COPY_TARGET_OF_OWNER</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#VEX_RANDOM_MOVE" class="member-name-link">VEX_RANDOM_MOVE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/WanderingTrader.html" title="interface in org.bukkit.entity">WanderingTrader</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#VILLAGERTRADER_WANDER_TO_POSITION" class="member-name-link">VILLAGERTRADER_WANDER_TO_POSITION</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#VINDICATOR_BREAK_DOOR" class="member-name-link">VINDICATOR_BREAK_DOOR</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vindicator.html" title="interface in org.bukkit.entity">Vindicator</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#VINDICATOR_JOHNNY_ATTACK" class="member-name-link">VINDICATOR_JOHNNY_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vindicator.html" title="interface in org.bukkit.entity">Vindicator</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#VINDICATOR_MELEE_ATTACK" class="member-name-link">VINDICATOR_MELEE_ATTACK</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/WanderingTrader.html" title="interface in org.bukkit.entity">WanderingTrader</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#WANDER_TO_POSITION" class="member-name-link">WANDER_TO_POSITION</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#WATER" class="member-name-link">WATER</a></code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#WATER_AVOIDING_RANDOM_FLYING" class="member-name-link">WATER_AVOIDING_RANDOM_FLYING</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#WATER_AVOIDING_RANDOM_STROLL" class="member-name-link">WATER_AVOIDING_RANDOM_STROLL</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#WATER_JUMP" class="member-name-link">WATER_JUMP</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wither.html" title="interface in org.bukkit.entity">Wither</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#WITHER_DO_NOTHING" class="member-name-link">WITHER_DO_NOTHING</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wolf.html" title="interface in org.bukkit.entity">Wolf</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#WOLF_AVOID_ENTITY" class="member-name-link">WOLF_AVOID_ENTITY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wolf.html" title="interface in org.bukkit.entity">Wolf</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#WOLF_PANIC" class="member-name-link">WOLF_PANIC</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Zombie.html" title="interface in org.bukkit.entity">Zombie</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#ZOMBIE_ATTACK" class="member-name-link">ZOMBIE_ATTACK</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Zombie.html" title="interface in org.bukkit.entity">Zombie</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#ZOMBIE_ATTACK_TURTLE_EGG" class="member-name-link">ZOMBIE_ATTACK_TURTLE_EGG</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-com.destroystokyo.paper.entity.ai.Goal">Methods inherited from interface&nbsp;com.destroystokyo.paper.entity.ai.<a href="Goal.html" title="interface in com.destroystokyo.paper.entity.ai">Goal</a></h3>
<code><a href="Goal.html#getKey()">getKey</a>, <a href="Goal.html#getTypes()">getTypes</a>, <a href="Goal.html#shouldActivate()">shouldActivate</a>, <a href="Goal.html#shouldStayActive()">shouldStayActive</a>, <a href="Goal.html#start()">start</a>, <a href="Goal.html#stop()">stop</a>, <a href="Goal.html#tick()">tick</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="AVOID_ENTITY">
<h3>AVOID_ENTITY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">AVOID_ENTITY</span></div>
</section>
</li>
<li>
<section class="detail" id="BEG">
<h3>BEG</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wolf.html" title="interface in org.bukkit.entity">Wolf</a>&gt;</span>&nbsp;<span class="element-name">BEG</span></div>
</section>
</li>
<li>
<section class="detail" id="BREAK_DOOR">
<h3>BREAK_DOOR</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">BREAK_DOOR</span></div>
</section>
</li>
<li>
<section class="detail" id="BREATH_AIR">
<h3>BREATH_AIR</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">BREATH_AIR</span></div>
</section>
</li>
<li>
<section class="detail" id="BREED">
<h3>BREED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Animals.html" title="interface in org.bukkit.entity">Animals</a>&gt;</span>&nbsp;<span class="element-name">BREED</span></div>
</section>
</li>
<li>
<section class="detail" id="CAT_LIE_ON_BED">
<h3>CAT_LIE_ON_BED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">CAT_LIE_ON_BED</span></div>
</section>
</li>
<li>
<section class="detail" id="CAT_SIT_ON_BLOCK">
<h3>CAT_SIT_ON_BLOCK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">CAT_SIT_ON_BLOCK</span></div>
</section>
</li>
<li>
<section class="detail" id="DOLPHIN_JUMP">
<h3>DOLPHIN_JUMP</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</span>&nbsp;<span class="element-name">DOLPHIN_JUMP</span></div>
</section>
</li>
<li>
<section class="detail" id="EAT_BLOCK">
<h3>EAT_BLOCK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">EAT_BLOCK</span></div>
</section>
</li>
<li>
<section class="detail" id="FLEE_SUN">
<h3>FLEE_SUN</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">FLEE_SUN</span></div>
</section>
</li>
<li>
<section class="detail" id="FLOAT">
<h3>FLOAT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">FLOAT</span></div>
</section>
</li>
<li>
<section class="detail" id="FOLLOW_BOAT">
<h3>FOLLOW_BOAT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">FOLLOW_BOAT</span></div>
</section>
</li>
<li>
<section class="detail" id="FOLLOW_FLOCK_LEADER">
<h3>FOLLOW_FLOCK_LEADER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fish.html" title="interface in org.bukkit.entity">Fish</a>&gt;</span>&nbsp;<span class="element-name">FOLLOW_FLOCK_LEADER</span></div>
</section>
</li>
<li>
<section class="detail" id="FOLLOW_MOB">
<h3>FOLLOW_MOB</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">FOLLOW_MOB</span></div>
</section>
</li>
<li>
<section class="detail" id="FOLLOW_OWNER">
<h3>FOLLOW_OWNER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">FOLLOW_OWNER</span></div>
</section>
</li>
<li>
<section class="detail" id="FOLLOW_PARENT">
<h3>FOLLOW_PARENT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Animals.html" title="interface in org.bukkit.entity">Animals</a>&gt;</span>&nbsp;<span class="element-name">FOLLOW_PARENT</span></div>
</section>
</li>
<li>
<section class="detail" id="GOLEM_RANDOM_STROLL_IN_VILLAGE">
<h3>GOLEM_RANDOM_STROLL_IN_VILLAGE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">GOLEM_RANDOM_STROLL_IN_VILLAGE</span></div>
</section>
</li>
<li>
<section class="detail" id="INTERACT">
<h3>INTERACT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">INTERACT</span></div>
</section>
</li>
<li>
<section class="detail" id="LAND_ON_OWNERS_SHOULDER">
<h3>LAND_ON_OWNERS_SHOULDER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Parrot.html" title="interface in org.bukkit.entity">Parrot</a>&gt;</span>&nbsp;<span class="element-name">LAND_ON_OWNERS_SHOULDER</span></div>
</section>
</li>
<li>
<section class="detail" id="LEAP_AT">
<h3>LEAP_AT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">LEAP_AT</span></div>
</section>
</li>
<li>
<section class="detail" id="LLAMA_FOLLOW_CARAVAN">
<h3>LLAMA_FOLLOW_CARAVAN</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</span>&nbsp;<span class="element-name">LLAMA_FOLLOW_CARAVAN</span></div>
</section>
</li>
<li>
<section class="detail" id="LOOK_AT_PLAYER">
<h3>LOOK_AT_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">LOOK_AT_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="LOOK_AT_TRADING_PLAYER">
<h3>LOOK_AT_TRADING_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractVillager.html" title="interface in org.bukkit.entity">AbstractVillager</a>&gt;</span>&nbsp;<span class="element-name">LOOK_AT_TRADING_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="MELEE_ATTACK">
<h3>MELEE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">MELEE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="MOVE_BACK_TO_VILLAGE">
<h3>MOVE_BACK_TO_VILLAGE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">MOVE_BACK_TO_VILLAGE</span></div>
</section>
</li>
<li>
<section class="detail" id="MOVE_THROUGH_VILLAGE">
<h3>MOVE_THROUGH_VILLAGE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">MOVE_THROUGH_VILLAGE</span></div>
</section>
</li>
<li>
<section class="detail" id="MOVE_TOWARDS_RESTRICTION">
<h3>MOVE_TOWARDS_RESTRICTION</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">MOVE_TOWARDS_RESTRICTION</span></div>
</section>
</li>
<li>
<section class="detail" id="MOVE_TOWARDS">
<h3>MOVE_TOWARDS</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">MOVE_TOWARDS</span></div>
</section>
</li>
<li>
<section class="detail" id="OCELOT_ATTACK">
<h3>OCELOT_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">OCELOT_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="OFFER_FLOWER">
<h3>OFFER_FLOWER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/IronGolem.html" title="interface in org.bukkit.entity">IronGolem</a>&gt;</span>&nbsp;<span class="element-name">OFFER_FLOWER</span></div>
</section>
</li>
<li>
<section class="detail" id="OPEN_DOOR">
<h3>OPEN_DOOR</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">OPEN_DOOR</span></div>
</section>
</li>
<li>
<section class="detail" id="PANIC">
<h3>PANIC</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">PANIC</span></div>
</section>
</li>
<li>
<section class="detail" id="PATHFIND_TO_RAID">
<h3>PATHFIND_TO_RAID</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">PATHFIND_TO_RAID</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_LOOK_AROUND">
<h3>RANDOM_LOOK_AROUND</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_LOOK_AROUND</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_STROLL">
<h3>RANDOM_STROLL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_STROLL</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_SWIMMING">
<h3>RANDOM_SWIMMING</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_SWIMMING</span></div>
</section>
</li>
<li>
<section class="detail" id="RANGED_ATTACK">
<h3>RANGED_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../RangedEntity.html" title="interface in com.destroystokyo.paper.entity">RangedEntity</a>&gt;</span>&nbsp;<span class="element-name">RANGED_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="RANGED_BOW_ATTACK">
<h3>RANGED_BOW_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</span>&nbsp;<span class="element-name">RANGED_BOW_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="RANGED_CROSSBOW_ATTACK">
<h3>RANGED_CROSSBOW_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</span>&nbsp;<span class="element-name">RANGED_CROSSBOW_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="REMOVE_BLOCK">
<h3>REMOVE_BLOCK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">REMOVE_BLOCK</span></div>
</section>
</li>
<li>
<section class="detail" id="RESTRICT_SUN">
<h3>RESTRICT_SUN</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">RESTRICT_SUN</span></div>
</section>
</li>
<li>
<section class="detail" id="RUN_AROUND_LIKE_CRAZY">
<h3>RUN_AROUND_LIKE_CRAZY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractHorse.html" title="interface in org.bukkit.entity">AbstractHorse</a>&gt;</span>&nbsp;<span class="element-name">RUN_AROUND_LIKE_CRAZY</span></div>
</section>
</li>
<li>
<section class="detail" id="SIT_WHEN_ORDERED_TO">
<h3>SIT_WHEN_ORDERED_TO</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">SIT_WHEN_ORDERED_TO</span></div>
</section>
</li>
<li>
<section class="detail" id="STROLL_THROUGH_VILLAGE">
<h3>STROLL_THROUGH_VILLAGE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">STROLL_THROUGH_VILLAGE</span></div>
</section>
</li>
<li>
<section class="detail" id="SWELL">
<h3>SWELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creeper.html" title="interface in org.bukkit.entity">Creeper</a>&gt;</span>&nbsp;<span class="element-name">SWELL</span></div>
</section>
</li>
<li>
<section class="detail" id="TEMPT">
<h3>TEMPT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">TEMPT</span></div>
</section>
</li>
<li>
<section class="detail" id="TRADE_WITH_PLAYER">
<h3>TRADE_WITH_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractVillager.html" title="interface in org.bukkit.entity">AbstractVillager</a>&gt;</span>&nbsp;<span class="element-name">TRADE_WITH_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="TRY_FIND_WATER">
<h3>TRY_FIND_WATER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">TRY_FIND_WATER</span></div>
</section>
</li>
<li>
<section class="detail" id="USE_ITEM">
<h3>USE_ITEM</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">USE_ITEM</span></div>
</section>
</li>
<li>
<section class="detail" id="WATER_AVOIDING_RANDOM_FLYING">
<h3>WATER_AVOIDING_RANDOM_FLYING</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">WATER_AVOIDING_RANDOM_FLYING</span></div>
</section>
</li>
<li>
<section class="detail" id="WATER_AVOIDING_RANDOM_STROLL">
<h3>WATER_AVOIDING_RANDOM_STROLL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">WATER_AVOIDING_RANDOM_STROLL</span></div>
</section>
</li>
<li>
<section class="detail" id="ZOMBIE_ATTACK">
<h3>ZOMBIE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Zombie.html" title="interface in org.bukkit.entity">Zombie</a>&gt;</span>&nbsp;<span class="element-name">ZOMBIE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="DEFEND_VILLAGE">
<h3>DEFEND_VILLAGE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/IronGolem.html" title="interface in org.bukkit.entity">IronGolem</a>&gt;</span>&nbsp;<span class="element-name">DEFEND_VILLAGE</span></div>
</section>
</li>
<li>
<section class="detail" id="HURT_BY">
<h3>HURT_BY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">HURT_BY</span></div>
</section>
</li>
<li>
<section class="detail" id="NEAREST_ATTACKABLE">
<h3>NEAREST_ATTACKABLE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">NEAREST_ATTACKABLE</span></div>
</section>
</li>
<li>
<section class="detail" id="NEAREST_ATTACKABLE_WITCH">
<h3>NEAREST_ATTACKABLE_WITCH</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">NEAREST_ATTACKABLE_WITCH</span></div>
</section>
</li>
<li>
<section class="detail" id="NEAREST_HEALABLE_RAIDER">
<h3>NEAREST_HEALABLE_RAIDER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">NEAREST_HEALABLE_RAIDER</span></div>
</section>
</li>
<li>
<section class="detail" id="NON_TAME_RANDOM">
<h3>NON_TAME_RANDOM</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">NON_TAME_RANDOM</span></div>
</section>
</li>
<li>
<section class="detail" id="OWNER_HURT_BY">
<h3>OWNER_HURT_BY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">OWNER_HURT_BY</span></div>
</section>
</li>
<li>
<section class="detail" id="OWNER_HURT">
<h3>OWNER_HURT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">OWNER_HURT</span></div>
</section>
</li>
<li>
<section class="detail" id="RESET_UNIVERSAL_ANGER">
<h3>RESET_UNIVERSAL_ANGER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">RESET_UNIVERSAL_ANGER</span></div>
</section>
</li>
<li>
<section class="detail" id="FISH_SWIM">
<h3>FISH_SWIM</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fish.html" title="interface in org.bukkit.entity">Fish</a>&gt;</span>&nbsp;<span class="element-name">FISH_SWIM</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_ATTACK">
<h3>BEE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_BECOME_ANGRY">
<h3>BEE_BECOME_ANGRY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_BECOME_ANGRY</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_ENTER_HIVE">
<h3>BEE_ENTER_HIVE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_ENTER_HIVE</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_GO_TO_HIVE">
<h3>BEE_GO_TO_HIVE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_GO_TO_HIVE</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_GO_TO_KNOWN_FLOWER">
<h3>BEE_GO_TO_KNOWN_FLOWER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_GO_TO_KNOWN_FLOWER</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_GROW_CROP">
<h3>BEE_GROW_CROP</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_GROW_CROP</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_HURT_BY_OTHER">
<h3>BEE_HURT_BY_OTHER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_HURT_BY_OTHER</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_LOCATE_HIVE">
<h3>BEE_LOCATE_HIVE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_LOCATE_HIVE</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_POLLINATE">
<h3>BEE_POLLINATE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_POLLINATE</span></div>
</section>
</li>
<li>
<section class="detail" id="BEE_WANDER">
<h3>BEE_WANDER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Bee.html" title="interface in org.bukkit.entity">Bee</a>&gt;</span>&nbsp;<span class="element-name">BEE_WANDER</span></div>
</section>
</li>
<li>
<section class="detail" id="CAT_AVOID_ENTITY">
<h3>CAT_AVOID_ENTITY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">CAT_AVOID_ENTITY</span></div>
</section>
</li>
<li>
<section class="detail" id="CAT_RELAX_ON_OWNER">
<h3>CAT_RELAX_ON_OWNER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">CAT_RELAX_ON_OWNER</span></div>
</section>
</li>
<li>
<section class="detail" id="CAT_TEMPT">
<h3>CAT_TEMPT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">CAT_TEMPT</span></div>
</section>
</li>
<li>
<section class="detail" id="DOLPHIN_SWIM_TO_TREASURE">
<h3>DOLPHIN_SWIM_TO_TREASURE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</span>&nbsp;<span class="element-name">DOLPHIN_SWIM_TO_TREASURE</span></div>
</section>
</li>
<li>
<section class="detail" id="DOLPHIN_SWIM_WITH_PLAYER">
<h3>DOLPHIN_SWIM_WITH_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</span>&nbsp;<span class="element-name">DOLPHIN_SWIM_WITH_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="PLAY_WITH_ITEMS">
<h3>PLAY_WITH_ITEMS</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</span>&nbsp;<span class="element-name">PLAY_WITH_ITEMS</span></div>
</section>
</li>
<li>
<section class="detail" id="DEFEND_TRUSTED">
<h3>DEFEND_TRUSTED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">DEFEND_TRUSTED</span></div>
</section>
</li>
<li>
<section class="detail" id="FACEPLANT">
<h3>FACEPLANT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FACEPLANT</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_BREED">
<h3>FOX_BREED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_BREED</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_EAT_BERRIES">
<h3>FOX_EAT_BERRIES</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_EAT_BERRIES</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_FLOAT">
<h3>FOX_FLOAT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_FLOAT</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_FOLLOW_PARENT">
<h3>FOX_FOLLOW_PARENT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_FOLLOW_PARENT</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_LOOK_AT_PLAYER">
<h3>FOX_LOOK_AT_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_LOOK_AT_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_MELEE_ATTACK">
<h3>FOX_MELEE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_MELEE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_PANIC">
<h3>FOX_PANIC</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_PANIC</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_POUNCE">
<h3>FOX_POUNCE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_POUNCE</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_SEARCH_FOR_ITEMS">
<h3>FOX_SEARCH_FOR_ITEMS</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_SEARCH_FOR_ITEMS</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_STROLL_THROUGH_VILLAGE">
<h3>FOX_STROLL_THROUGH_VILLAGE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_STROLL_THROUGH_VILLAGE</span></div>
</section>
</li>
<li>
<section class="detail" id="PERCH_AND_SEARCH">
<h3>PERCH_AND_SEARCH</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">PERCH_AND_SEARCH</span></div>
</section>
</li>
<li>
<section class="detail" id="SEEK_SHELTER">
<h3>SEEK_SHELTER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">SEEK_SHELTER</span></div>
</section>
</li>
<li>
<section class="detail" id="SLEEP">
<h3>SLEEP</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">SLEEP</span></div>
</section>
</li>
<li>
<section class="detail" id="STALK_PREY">
<h3>STALK_PREY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">STALK_PREY</span></div>
</section>
</li>
<li>
<section class="detail" id="OCELOT_AVOID_ENTITY">
<h3>OCELOT_AVOID_ENTITY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ocelot.html" title="interface in org.bukkit.entity">Ocelot</a>&gt;</span>&nbsp;<span class="element-name">OCELOT_AVOID_ENTITY</span></div>
</section>
</li>
<li>
<section class="detail" id="OCELOT_TEMPT">
<h3>OCELOT_TEMPT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ocelot.html" title="interface in org.bukkit.entity">Ocelot</a>&gt;</span>&nbsp;<span class="element-name">OCELOT_TEMPT</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_ATTACK">
<h3>PANDA_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_AVOID">
<h3>PANDA_AVOID</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_AVOID</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_BREED">
<h3>PANDA_BREED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_BREED</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_HURT_BY">
<h3>PANDA_HURT_BY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_HURT_BY</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_LIE_ON_BACK">
<h3>PANDA_LIE_ON_BACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_LIE_ON_BACK</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_LOOK_AT_PLAYER">
<h3>PANDA_LOOK_AT_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_LOOK_AT_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_PANIC">
<h3>PANDA_PANIC</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_PANIC</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_ROLL">
<h3>PANDA_ROLL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_ROLL</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_SIT">
<h3>PANDA_SIT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_SIT</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_SNEEZE">
<h3>PANDA_SNEEZE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_SNEEZE</span></div>
</section>
</li>
<li>
<section class="detail" id="POLAR_BEAR_ATTACK_PLAYERS">
<h3>POLAR_BEAR_ATTACK_PLAYERS</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLAR_BEAR_ATTACK_PLAYERS</span></div>
</section>
</li>
<li>
<section class="detail" id="POLAR_BEAR_HURT_BY">
<h3>POLAR_BEAR_HURT_BY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLAR_BEAR_HURT_BY</span></div>
</section>
</li>
<li>
<section class="detail" id="POLAR_BEAR_MELEE_ATTACK">
<h3>POLAR_BEAR_MELEE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLAR_BEAR_MELEE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="POLAR_BEAR_PANIC">
<h3>POLAR_BEAR_PANIC</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLAR_BEAR_PANIC</span></div>
</section>
</li>
<li>
<section class="detail" id="PUFFERFISH_PUFF">
<h3>PUFFERFISH_PUFF</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PufferFish.html" title="interface in org.bukkit.entity">PufferFish</a>&gt;</span>&nbsp;<span class="element-name">PUFFERFISH_PUFF</span></div>
</section>
</li>
<li>
<section class="detail" id="EVIL_RABBIT_ATTACK">
<h3>EVIL_RABBIT_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</span>&nbsp;<span class="element-name">EVIL_RABBIT_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="RABBIT_AVOID_ENTITY">
<h3>RABBIT_AVOID_ENTITY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</span>&nbsp;<span class="element-name">RABBIT_AVOID_ENTITY</span></div>
</section>
</li>
<li>
<section class="detail" id="RABBIT_PANIC">
<h3>RABBIT_PANIC</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</span>&nbsp;<span class="element-name">RABBIT_PANIC</span></div>
</section>
</li>
<li>
<section class="detail" id="RAID_GARDEN">
<h3>RAID_GARDEN</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</span>&nbsp;<span class="element-name">RAID_GARDEN</span></div>
</section>
</li>
<li>
<section class="detail" id="SQUID_FLEE">
<h3>SQUID_FLEE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Squid.html" title="interface in org.bukkit.entity">Squid</a>&gt;</span>&nbsp;<span class="element-name">SQUID_FLEE</span></div>
</section>
</li>
<li>
<section class="detail" id="SQUID_RANDOM_MOVEMENT">
<h3>SQUID_RANDOM_MOVEMENT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Squid.html" title="interface in org.bukkit.entity">Squid</a>&gt;</span>&nbsp;<span class="element-name">SQUID_RANDOM_MOVEMENT</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_BREED">
<h3>TURTLE_BREED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_BREED</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_GO_HOME">
<h3>TURTLE_GO_HOME</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_GO_HOME</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_GO_TO_WATER">
<h3>TURTLE_GO_TO_WATER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_GO_TO_WATER</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_LAY_EGG">
<h3>TURTLE_LAY_EGG</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_LAY_EGG</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_PANIC">
<h3>TURTLE_PANIC</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_PANIC</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_RANDOM_STROLL">
<h3>TURTLE_RANDOM_STROLL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_RANDOM_STROLL</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_TRAVEL">
<h3>TURTLE_TRAVEL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_TRAVEL</span></div>
</section>
</li>
<li>
<section class="detail" id="WOLF_AVOID_ENTITY">
<h3>WOLF_AVOID_ENTITY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wolf.html" title="interface in org.bukkit.entity">Wolf</a>&gt;</span>&nbsp;<span class="element-name">WOLF_AVOID_ENTITY</span></div>
</section>
</li>
<li>
<section class="detail" id="LLAMA_ATTACK_WOLF">
<h3>LLAMA_ATTACK_WOLF</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</span>&nbsp;<span class="element-name">LLAMA_ATTACK_WOLF</span></div>
</section>
</li>
<li>
<section class="detail" id="LLAMA_HURT_BY">
<h3>LLAMA_HURT_BY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</span>&nbsp;<span class="element-name">LLAMA_HURT_BY</span></div>
</section>
</li>
<li>
<section class="detail" id="SKELETON_TRAP">
<h3>SKELETON_TRAP</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/SkeletonHorse.html" title="interface in org.bukkit.entity">SkeletonHorse</a>&gt;</span>&nbsp;<span class="element-name">SKELETON_TRAP</span></div>
</section>
</li>
<li>
<section class="detail" id="TRADER_LLAMA_DEFEND_WANDERING_TRADER">
<h3>TRADER_LLAMA_DEFEND_WANDERING_TRADER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</span>&nbsp;<span class="element-name">TRADER_LLAMA_DEFEND_WANDERING_TRADER</span></div>
</section>
</li>
<li>
<section class="detail" id="WITHER_DO_NOTHING">
<h3>WITHER_DO_NOTHING</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wither.html" title="interface in org.bukkit.entity">Wither</a>&gt;</span>&nbsp;<span class="element-name">WITHER_DO_NOTHING</span></div>
</section>
</li>
<li>
<section class="detail" id="RAIDER_OPEN_DOOR">
<h3>RAIDER_OPEN_DOOR</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Illager.html" title="interface in org.bukkit.entity">Illager</a>&gt;</span>&nbsp;<span class="element-name">RAIDER_OPEN_DOOR</span></div>
</section>
</li>
<li>
<section class="detail" id="SKELETON_MELEE">
<h3>SKELETON_MELEE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractSkeleton.html" title="interface in org.bukkit.entity">AbstractSkeleton</a>&gt;</span>&nbsp;<span class="element-name">SKELETON_MELEE</span></div>
</section>
</li>
<li>
<section class="detail" id="BLAZE_ATTACK">
<h3>BLAZE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Blaze.html" title="interface in org.bukkit.entity">Blaze</a>&gt;</span>&nbsp;<span class="element-name">BLAZE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="DROWNED_ATTACK">
<h3>DROWNED_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</span>&nbsp;<span class="element-name">DROWNED_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="DROWNED_GO_TO_BEACH">
<h3>DROWNED_GO_TO_BEACH</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</span>&nbsp;<span class="element-name">DROWNED_GO_TO_BEACH</span></div>
</section>
</li>
<li>
<section class="detail" id="DROWNED_GO_TO_WATER">
<h3>DROWNED_GO_TO_WATER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">DROWNED_GO_TO_WATER</span></div>
</section>
</li>
<li>
<section class="detail" id="DROWNED_SWIM_UP">
<h3>DROWNED_SWIM_UP</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</span>&nbsp;<span class="element-name">DROWNED_SWIM_UP</span></div>
</section>
</li>
<li>
<section class="detail" id="DROWNED_TRIDENT_ATTACK">
<h3>DROWNED_TRIDENT_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../RangedEntity.html" title="interface in com.destroystokyo.paper.entity">RangedEntity</a>&gt;</span>&nbsp;<span class="element-name">DROWNED_TRIDENT_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="ENDERMAN_FREEZE_WHEN_LOOKED_AT">
<h3>ENDERMAN_FREEZE_WHEN_LOOKED_AT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</span>&nbsp;<span class="element-name">ENDERMAN_FREEZE_WHEN_LOOKED_AT</span></div>
</section>
</li>
<li>
<section class="detail" id="ENDERMAN_LEAVE_BLOCK">
<h3>ENDERMAN_LEAVE_BLOCK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</span>&nbsp;<span class="element-name">ENDERMAN_LEAVE_BLOCK</span></div>
</section>
</li>
<li>
<section class="detail" id="ENDERMAN_LOOK_FOR_PLAYER">
<h3>ENDERMAN_LOOK_FOR_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</span>&nbsp;<span class="element-name">ENDERMAN_LOOK_FOR_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="ENDERMAN_TAKE_BLOCK">
<h3>ENDERMAN_TAKE_BLOCK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</span>&nbsp;<span class="element-name">ENDERMAN_TAKE_BLOCK</span></div>
</section>
</li>
<li>
<section class="detail" id="EVOKER_ATTACK_SPELL">
<h3>EVOKER_ATTACK_SPELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</span>&nbsp;<span class="element-name">EVOKER_ATTACK_SPELL</span></div>
</section>
</li>
<li>
<section class="detail" id="EVOKER_CASTING_SPELL">
<h3>EVOKER_CASTING_SPELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</span>&nbsp;<span class="element-name">EVOKER_CASTING_SPELL</span></div>
</section>
</li>
<li>
<section class="detail" id="EVOKER_SUMMON_SPELL">
<h3>EVOKER_SUMMON_SPELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</span>&nbsp;<span class="element-name">EVOKER_SUMMON_SPELL</span></div>
</section>
</li>
<li>
<section class="detail" id="EVOKER_WOLOLO_SPELL">
<h3>EVOKER_WOLOLO_SPELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</span>&nbsp;<span class="element-name">EVOKER_WOLOLO_SPELL</span></div>
</section>
</li>
<li>
<section class="detail" id="GHAST_LOOK">
<h3>GHAST_LOOK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</span>&nbsp;<span class="element-name">GHAST_LOOK</span></div>
</section>
</li>
<li>
<section class="detail" id="GHAST_SHOOT_FIREBALL">
<h3>GHAST_SHOOT_FIREBALL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</span>&nbsp;<span class="element-name">GHAST_SHOOT_FIREBALL</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_FLOAT_AROUND">
<h3>RANDOM_FLOAT_AROUND</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_FLOAT_AROUND</span></div>
</section>
</li>
<li>
<section class="detail" id="GUARDIAN_ATTACK">
<h3>GUARDIAN_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Guardian.html" title="interface in org.bukkit.entity">Guardian</a>&gt;</span>&nbsp;<span class="element-name">GUARDIAN_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="ILLUSIONER_BLINDNESS_SPELL">
<h3>ILLUSIONER_BLINDNESS_SPELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Illusioner.html" title="interface in org.bukkit.entity">Illusioner</a>&gt;</span>&nbsp;<span class="element-name">ILLUSIONER_BLINDNESS_SPELL</span></div>
</section>
</li>
<li>
<section class="detail" id="ILLUSIONER_MIRROR_SPELL">
<h3>ILLUSIONER_MIRROR_SPELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Illusioner.html" title="interface in org.bukkit.entity">Illusioner</a>&gt;</span>&nbsp;<span class="element-name">ILLUSIONER_MIRROR_SPELL</span></div>
</section>
</li>
<li>
<section class="detail" id="LONG_DISTANCE_PATROL">
<h3>LONG_DISTANCE_PATROL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">LONG_DISTANCE_PATROL</span></div>
</section>
</li>
<li>
<section class="detail" id="PHANTOM_ATTACK_PLAYER">
<h3>PHANTOM_ATTACK_PLAYER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</span>&nbsp;<span class="element-name">PHANTOM_ATTACK_PLAYER</span></div>
</section>
</li>
<li>
<section class="detail" id="PHANTOM_ATTACK_STRATEGY">
<h3>PHANTOM_ATTACK_STRATEGY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</span>&nbsp;<span class="element-name">PHANTOM_ATTACK_STRATEGY</span></div>
</section>
</li>
<li>
<section class="detail" id="PHANTOM_CIRCLE_AROUND_ANCHOR">
<h3>PHANTOM_CIRCLE_AROUND_ANCHOR</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</span>&nbsp;<span class="element-name">PHANTOM_CIRCLE_AROUND_ANCHOR</span></div>
</section>
</li>
<li>
<section class="detail" id="PHANTOM_SWEEP_ATTACK">
<h3>PHANTOM_SWEEP_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Phantom.html" title="interface in org.bukkit.entity">Phantom</a>&gt;</span>&nbsp;<span class="element-name">PHANTOM_SWEEP_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="RAVAGER_MELEE_ATTACK">
<h3>RAVAGER_MELEE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ravager.html" title="interface in org.bukkit.entity">Ravager</a>&gt;</span>&nbsp;<span class="element-name">RAVAGER_MELEE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="SHULKER_ATTACK">
<h3>SHULKER_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</span>&nbsp;<span class="element-name">SHULKER_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="SHULKER_DEFENSE_ATTACK">
<h3>SHULKER_DEFENSE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</span>&nbsp;<span class="element-name">SHULKER_DEFENSE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="SHULKER_NEAREST_ATTACK">
<h3>SHULKER_NEAREST_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</span>&nbsp;<span class="element-name">SHULKER_NEAREST_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="SHULKER_PEEK">
<h3>SHULKER_PEEK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</span>&nbsp;<span class="element-name">SHULKER_PEEK</span></div>
</section>
</li>
<li>
<section class="detail" id="SILVERFISH_MERGE_WITH_STONE">
<h3>SILVERFISH_MERGE_WITH_STONE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</span>&nbsp;<span class="element-name">SILVERFISH_MERGE_WITH_STONE</span></div>
</section>
</li>
<li>
<section class="detail" id="SILVERFISH_WAKE_UP_FRIENDS">
<h3>SILVERFISH_WAKE_UP_FRIENDS</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</span>&nbsp;<span class="element-name">SILVERFISH_WAKE_UP_FRIENDS</span></div>
</section>
</li>
<li>
<section class="detail" id="SLIME_ATTACK">
<h3>SLIME_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</span>&nbsp;<span class="element-name">SLIME_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="SLIME_FLOAT">
<h3>SLIME_FLOAT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</span>&nbsp;<span class="element-name">SLIME_FLOAT</span></div>
</section>
</li>
<li>
<section class="detail" id="SLIME_KEEP_ON_JUMPING">
<h3>SLIME_KEEP_ON_JUMPING</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</span>&nbsp;<span class="element-name">SLIME_KEEP_ON_JUMPING</span></div>
</section>
</li>
<li>
<section class="detail" id="SLIME_RANDOM_DIRECTION">
<h3>SLIME_RANDOM_DIRECTION</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</span>&nbsp;<span class="element-name">SLIME_RANDOM_DIRECTION</span></div>
</section>
</li>
<li>
<section class="detail" id="SPELLCASTER_CASTING_SPELL">
<h3>SPELLCASTER_CASTING_SPELL</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spellcaster.html" title="interface in org.bukkit.entity">Spellcaster</a>&gt;</span>&nbsp;<span class="element-name">SPELLCASTER_CASTING_SPELL</span></div>
</section>
</li>
<li>
<section class="detail" id="SPIDER_ATTACK">
<h3>SPIDER_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</span>&nbsp;<span class="element-name">SPIDER_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="SPIDER">
<h3>SPIDER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</span>&nbsp;<span class="element-name">SPIDER</span></div>
</section>
</li>
<li>
<section class="detail" id="STRIDER_GO_TO_LAVA">
<h3>STRIDER_GO_TO_LAVA</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Strider.html" title="interface in org.bukkit.entity">Strider</a>&gt;</span>&nbsp;<span class="element-name">STRIDER_GO_TO_LAVA</span></div>
</section>
</li>
<li>
<section class="detail" id="VEX_CHARGE_ATTACK">
<h3>VEX_CHARGE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</span>&nbsp;<span class="element-name">VEX_CHARGE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="VEX_COPY_OWNER">
<h3>VEX_COPY_OWNER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</span>&nbsp;<span class="element-name">VEX_COPY_OWNER</span></div>
</section>
</li>
<li>
<section class="detail" id="VEX_RANDOM_MOVE">
<h3>VEX_RANDOM_MOVE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</span>&nbsp;<span class="element-name">VEX_RANDOM_MOVE</span></div>
</section>
</li>
<li>
<section class="detail" id="VINDICATOR_BREAK_DOOR">
<h3>VINDICATOR_BREAK_DOOR</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">VINDICATOR_BREAK_DOOR</span></div>
</section>
</li>
<li>
<section class="detail" id="VINDICATOR_JOHNNY_ATTACK">
<h3>VINDICATOR_JOHNNY_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vindicator.html" title="interface in org.bukkit.entity">Vindicator</a>&gt;</span>&nbsp;<span class="element-name">VINDICATOR_JOHNNY_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="VINDICATOR_MELEE_ATTACK">
<h3>VINDICATOR_MELEE_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vindicator.html" title="interface in org.bukkit.entity">Vindicator</a>&gt;</span>&nbsp;<span class="element-name">VINDICATOR_MELEE_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="ZOMBIE_ATTACK_TURTLE_EGG">
<h3>ZOMBIE_ATTACK_TURTLE_EGG</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Zombie.html" title="interface in org.bukkit.entity">Zombie</a>&gt;</span>&nbsp;<span class="element-name">ZOMBIE_ATTACK_TURTLE_EGG</span></div>
</section>
</li>
<li>
<section class="detail" id="WANDER_TO_POSITION">
<h3>WANDER_TO_POSITION</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/WanderingTrader.html" title="interface in org.bukkit.entity">WanderingTrader</a>&gt;</span>&nbsp;<span class="element-name">WANDER_TO_POSITION</span></div>
</section>
</li>
<li>
<section class="detail" id="HOLD_GROUND_ATTACK">
<h3>HOLD_GROUND_ATTACK</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">HOLD_GROUND_ATTACK</span></div>
</section>
</li>
<li>
<section class="detail" id="OBTAIN_RAID_LEADER_BANNER">
<h3>OBTAIN_RAID_LEADER_BANNER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">OBTAIN_RAID_LEADER_BANNER</span></div>
</section>
</li>
<li>
<section class="detail" id="RAIDER_CELEBRATION">
<h3>RAIDER_CELEBRATION</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">RAIDER_CELEBRATION</span></div>
</section>
</li>
<li>
<section class="detail" id="RAIDER_MOVE_THROUGH_VILLAGE">
<h3>RAIDER_MOVE_THROUGH_VILLAGE</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">RAIDER_MOVE_THROUGH_VILLAGE</span></div>
</section>
</li>
<li>
<section class="detail" id="PARROT_WANDER">
<h3>PARROT_WANDER</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">PARROT_WANDER</span></div>
</section>
</li>
<li>
<section class="detail" id="CLIMB_ON_TOP_OF_POWDER_SNOW">
<h3>CLIMB_ON_TOP_OF_POWDER_SNOW</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">CLIMB_ON_TOP_OF_POWDER_SNOW</span></div>
</section>
</li>
<li>
<section class="detail" id="WOLF_PANIC">
<h3>WOLF_PANIC</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Wolf.html" title="interface in org.bukkit.entity">Wolf</a>&gt;</span>&nbsp;<span class="element-name">WOLF_PANIC</span></div>
</section>
</li>
<li>
<section class="detail" id="ANGER">
<h3>ANGER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PigZombie.html" title="interface in org.bukkit.entity">PigZombie</a>&gt;</span>&nbsp;<span class="element-name">ANGER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">removed in 1.16</div>
</div>
</section>
</li>
<li>
<section class="detail" id="ANGER_OTHER">
<h3>ANGER_OTHER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PigZombie.html" title="interface in org.bukkit.entity">PigZombie</a>&gt;</span>&nbsp;<span class="element-name">ANGER_OTHER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">removed in 1.16</div>
</div>
</section>
</li>
<li>
<section class="detail" id="BLAZE_FIREBALL">
<h3>BLAZE_FIREBALL</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Blaze.html" title="interface in org.bukkit.entity">Blaze</a>&gt;</span>&nbsp;<span class="element-name">BLAZE_FIREBALL</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="TEMPT_CHANCE">
<h3>TEMPT_CHANCE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">TEMPT_CHANCE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="DOLPHIN_PLAY_WITH_ITEMS">
<h3>DOLPHIN_PLAY_WITH_ITEMS</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</span>&nbsp;<span class="element-name">DOLPHIN_PLAY_WITH_ITEMS</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="DROWNED_GOTO_BEACH">
<h3>DROWNED_GOTO_BEACH</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Drowned.html" title="interface in org.bukkit.entity">Drowned</a>&gt;</span>&nbsp;<span class="element-name">DROWNED_GOTO_BEACH</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="DROWNED_GOTO_WATER">
<h3>DROWNED_GOTO_WATER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">DROWNED_GOTO_WATER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="ENDERMAN_PICKUP_BLOCK">
<h3>ENDERMAN_PICKUP_BLOCK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</span>&nbsp;<span class="element-name">ENDERMAN_PICKUP_BLOCK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="ENDERMAN_PLACE_BLOCK">
<h3>ENDERMAN_PLACE_BLOCK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</span>&nbsp;<span class="element-name">ENDERMAN_PLACE_BLOCK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="PLAYER_WHO_LOOKED_AT_TARGET">
<h3>PLAYER_WHO_LOOKED_AT_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Enderman.html" title="interface in org.bukkit.entity">Enderman</a>&gt;</span>&nbsp;<span class="element-name">PLAYER_WHO_LOOKED_AT_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="EVOKER_CAST_SPELL">
<h3>EVOKER_CAST_SPELL</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Evoker.html" title="interface in org.bukkit.entity">Evoker</a>&gt;</span>&nbsp;<span class="element-name">EVOKER_CAST_SPELL</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_DEFEND_TRUSTED">
<h3>FOX_DEFEND_TRUSTED</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_DEFEND_TRUSTED</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_FACEPLANT">
<h3>FOX_FACEPLANT</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_FACEPLANT</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_PERCH_AND_SEARCH">
<h3>FOX_PERCH_AND_SEARCH</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_PERCH_AND_SEARCH</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_SLEEP">
<h3>FOX_SLEEP</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_SLEEP</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_SEEK_SHELTER">
<h3>FOX_SEEK_SHELTER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_SEEK_SHELTER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FOX_STALK_PREY">
<h3>FOX_STALK_PREY</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fox.html" title="interface in org.bukkit.entity">Fox</a>&gt;</span>&nbsp;<span class="element-name">FOX_STALK_PREY</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="GHAST_ATTACK_TARGET">
<h3>GHAST_ATTACK_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</span>&nbsp;<span class="element-name">GHAST_ATTACK_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="GHAST_IDLE_MOVE">
<h3>GHAST_IDLE_MOVE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</span>&nbsp;<span class="element-name">GHAST_IDLE_MOVE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="GHAST_MOVE_TOWARDS_TARGET">
<h3>GHAST_MOVE_TOWARDS_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Ghast.html" title="interface in org.bukkit.entity">Ghast</a>&gt;</span>&nbsp;<span class="element-name">GHAST_MOVE_TOWARDS_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SPELLCASTER_CAST_SPELL">
<h3>SPELLCASTER_CAST_SPELL</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spellcaster.html" title="interface in org.bukkit.entity">Spellcaster</a>&gt;</span>&nbsp;<span class="element-name">SPELLCASTER_CAST_SPELL</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="LLAMATRADER_DEFENDED_WANDERING_TRADER">
<h3>LLAMATRADER_DEFENDED_WANDERING_TRADER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/TraderLlama.html" title="interface in org.bukkit.entity">TraderLlama</a>&gt;</span>&nbsp;<span class="element-name">LLAMATRADER_DEFENDED_WANDERING_TRADER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="PANDA_HURT_BY_TARGET">
<h3>PANDA_HURT_BY_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Panda.html" title="interface in org.bukkit.entity">Panda</a>&gt;</span>&nbsp;<span class="element-name">PANDA_HURT_BY_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="POLARBEAR_ATTACK_PLAYERS">
<h3>POLARBEAR_ATTACK_PLAYERS</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLARBEAR_ATTACK_PLAYERS</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="POLARBEAR_HURT_BY">
<h3>POLARBEAR_HURT_BY</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLARBEAR_HURT_BY</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="POLARBEAR_MELEE">
<h3>POLARBEAR_MELEE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLARBEAR_MELEE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="POLARBEAR_PANIC">
<h3>POLARBEAR_PANIC</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/PolarBear.html" title="interface in org.bukkit.entity">PolarBear</a>&gt;</span>&nbsp;<span class="element-name">POLARBEAR_PANIC</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="EAT_CARROTS">
<h3>EAT_CARROTS</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</span>&nbsp;<span class="element-name">EAT_CARROTS</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="KILLER_RABBIT_MELEE_ATTACK">
<h3>KILLER_RABBIT_MELEE_ATTACK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</span>&nbsp;<span class="element-name">KILLER_RABBIT_MELEE_ATTACK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RABBIT_AVOID_TARGET">
<h3>RABBIT_AVOID_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Rabbit.html" title="interface in org.bukkit.entity">Rabbit</a>&gt;</span>&nbsp;<span class="element-name">RABBIT_AVOID_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RAIDER_HOLD_GROUND">
<h3>RAIDER_HOLD_GROUND</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">RAIDER_HOLD_GROUND</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RAIDER_OBTAIN_BANNER">
<h3>RAIDER_OBTAIN_BANNER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">RAIDER_OBTAIN_BANNER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SHULKER_DEFENSE">
<h3>SHULKER_DEFENSE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</span>&nbsp;<span class="element-name">SHULKER_DEFENSE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SHULKER_NEAREST">
<h3>SHULKER_NEAREST</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Shulker.html" title="interface in org.bukkit.entity">Shulker</a>&gt;</span>&nbsp;<span class="element-name">SHULKER_NEAREST</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SILVERFISH_HIDE_IN_BLOCK">
<h3>SILVERFISH_HIDE_IN_BLOCK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</span>&nbsp;<span class="element-name">SILVERFISH_HIDE_IN_BLOCK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SILVERFISH_WAKE_OTHERS">
<h3>SILVERFISH_WAKE_OTHERS</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Silverfish.html" title="interface in org.bukkit.entity">Silverfish</a>&gt;</span>&nbsp;<span class="element-name">SILVERFISH_WAKE_OTHERS</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SLIME_IDLE">
<h3>SLIME_IDLE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</span>&nbsp;<span class="element-name">SLIME_IDLE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SLIME_NEAREST_PLAYER">
<h3>SLIME_NEAREST_PLAYER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</span>&nbsp;<span class="element-name">SLIME_NEAREST_PLAYER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SLIME_RANDOM_JUMP">
<h3>SLIME_RANDOM_JUMP</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Slime.html" title="interface in org.bukkit.entity">Slime</a>&gt;</span>&nbsp;<span class="element-name">SLIME_RANDOM_JUMP</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SPIDER_MELEE_ATTACK">
<h3>SPIDER_MELEE_ATTACK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</span>&nbsp;<span class="element-name">SPIDER_MELEE_ATTACK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SPIDER_NEAREST_ATTACKABLE_TARGET">
<h3>SPIDER_NEAREST_ATTACKABLE_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Spider.html" title="interface in org.bukkit.entity">Spider</a>&gt;</span>&nbsp;<span class="element-name">SPIDER_NEAREST_ATTACKABLE_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SQUID">
<h3>SQUID</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Squid.html" title="interface in org.bukkit.entity">Squid</a>&gt;</span>&nbsp;<span class="element-name">SQUID</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_GOTO_WATER">
<h3>TURTLE_GOTO_WATER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_GOTO_WATER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="TURTLE_TEMPT">
<h3>TURTLE_TEMPT</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Turtle.html" title="interface in org.bukkit.entity">Turtle</a>&gt;</span>&nbsp;<span class="element-name">TURTLE_TEMPT</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="VEX_COPY_TARGET_OF_OWNER">
<h3>VEX_COPY_TARGET_OF_OWNER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Vex.html" title="interface in org.bukkit.entity">Vex</a>&gt;</span>&nbsp;<span class="element-name">VEX_COPY_TARGET_OF_OWNER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="VILLAGERTRADER_WANDER_TO_POSITION">
<h3>VILLAGERTRADER_WANDER_TO_POSITION</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/WanderingTrader.html" title="interface in org.bukkit.entity">WanderingTrader</a>&gt;</span>&nbsp;<span class="element-name">VILLAGERTRADER_WANDER_TO_POSITION</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="ARROW_ATTACK">
<h3>ARROW_ATTACK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../RangedEntity.html" title="interface in com.destroystokyo.paper.entity">RangedEntity</a>&gt;</span>&nbsp;<span class="element-name">ARROW_ATTACK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="AVOID_TARGET">
<h3>AVOID_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">AVOID_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="BOW_SHOOT">
<h3>BOW_SHOOT</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</span>&nbsp;<span class="element-name">BOW_SHOOT</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="BREATH">
<h3>BREATH</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">BREATH</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="CAT_SIT_ON_BED">
<h3>CAT_SIT_ON_BED</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">CAT_SIT_ON_BED</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="CROSSBOW_ATTACK">
<h3>CROSSBOW_ATTACK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Monster.html" title="interface in org.bukkit.entity">Monster</a>&gt;</span>&nbsp;<span class="element-name">CROSSBOW_ATTACK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="DOOR_OPEN">
<h3>DOOR_OPEN</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">DOOR_OPEN</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="EAT_TILE">
<h3>EAT_TILE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">EAT_TILE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FISH_SCHOOL">
<h3>FISH_SCHOOL</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Fish.html" title="interface in org.bukkit.entity">Fish</a>&gt;</span>&nbsp;<span class="element-name">FISH_SCHOOL</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="FOLLOW_ENTITY">
<h3>FOLLOW_ENTITY</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">FOLLOW_ENTITY</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="HORSE_TRAP">
<h3>HORSE_TRAP</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/SkeletonHorse.html" title="interface in org.bukkit.entity">SkeletonHorse</a>&gt;</span>&nbsp;<span class="element-name">HORSE_TRAP</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="HURT_BY_TARGET">
<h3>HURT_BY_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">HURT_BY_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="JUMP_ON_BLOCK">
<h3>JUMP_ON_BLOCK</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Cat.html" title="interface in org.bukkit.entity">Cat</a>&gt;</span>&nbsp;<span class="element-name">JUMP_ON_BLOCK</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="LEAP_AT_TARGET">
<h3>LEAP_AT_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">LEAP_AT_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="LLAMA_FOLLOW">
<h3>LLAMA_FOLLOW</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Llama.html" title="interface in org.bukkit.entity">Llama</a>&gt;</span>&nbsp;<span class="element-name">LLAMA_FOLLOW</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="MOVE_TOWARDS_TARGET">
<h3>MOVE_TOWARDS_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">MOVE_TOWARDS_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="NEAREST_ATTACKABLE_TARGET">
<h3>NEAREST_ATTACKABLE_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">NEAREST_ATTACKABLE_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="NEAREST_ATTACKABLE_TARGET_WITCH">
<h3>NEAREST_ATTACKABLE_TARGET_WITCH</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">NEAREST_ATTACKABLE_TARGET_WITCH</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="NEAREST_VILLAGE">
<h3>NEAREST_VILLAGE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">NEAREST_VILLAGE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="OWNER_HURT_BY_TARGET">
<h3>OWNER_HURT_BY_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">OWNER_HURT_BY_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="OWNER_HURT_TARGET">
<h3>OWNER_HURT_TARGET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">OWNER_HURT_TARGET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="PERCH">
<h3>PERCH</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Parrot.html" title="interface in org.bukkit.entity">Parrot</a>&gt;</span>&nbsp;<span class="element-name">PERCH</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RAID">
<h3>RAID</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Raider.html" title="interface in org.bukkit.entity">Raider</a>&gt;</span>&nbsp;<span class="element-name">RAID</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_FLY">
<h3>RANDOM_FLY</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_FLY</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_LOOKAROUND">
<h3>RANDOM_LOOKAROUND</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_LOOKAROUND</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_STROLL_LAND">
<h3>RANDOM_STROLL_LAND</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_STROLL_LAND</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_SWIM">
<h3>RANDOM_SWIM</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_SWIM</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="RANDOM_TARGET_NON_TAMED">
<h3>RANDOM_TARGET_NON_TAMED</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">RANDOM_TARGET_NON_TAMED</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="SIT">
<h3>SIT</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Tameable.html" title="interface in org.bukkit.entity">Tameable</a>&gt;</span>&nbsp;<span class="element-name">SIT</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="STROLL_VILLAGE">
<h3>STROLL_VILLAGE</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">STROLL_VILLAGE</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="TAME">
<h3>TAME</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/AbstractHorse.html" title="interface in org.bukkit.entity">AbstractHorse</a>&gt;</span>&nbsp;<span class="element-name">TAME</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="WATER">
<h3>WATER</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">WATER</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="WATER_JUMP">
<h3>WATER_JUMP</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Dolphin.html" title="interface in org.bukkit.entity">Dolphin</a>&gt;</span>&nbsp;<span class="element-name">WATER_JUMP</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="STROLL_VILLAGE_GOLEM">
<h3>STROLL_VILLAGE_GOLEM</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Creature.html" title="interface in org.bukkit.entity">Creature</a>&gt;</span>&nbsp;<span class="element-name">STROLL_VILLAGE_GOLEM</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
<li>
<section class="detail" id="UNIVERSAL_ANGER_RESET">
<h3>UNIVERSAL_ANGER_RESET</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="GoalKey.html" title="class in com.destroystokyo.paper.entity.ai">GoalKey</a>&lt;<a href="../../../../../org/bukkit/entity/Mob.html" title="interface in org.bukkit.entity">Mob</a>&gt;</span>&nbsp;<span class="element-name">UNIVERSAL_ANGER_RESET</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</div>
</body>
</html>