<divclass="col-second even-row-color"><code><ahref="DragonBattle.RespawnPhase.html"class="type-name-link"title="enum class in org.bukkit.boss">DragonBattle.RespawnPhase</a></code></div>
<divclass="col-last even-row-color">
<divclass="block">Represents a phase in the dragon respawn process.</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="BossBar.html"title="interface in org.bukkit.boss">BossBar</a></code></div>
<divclass="block">Get the boss bar to be displayed for this dragon battle.</div>
</div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../entity/EnderDragon.html"title="interface in org.bukkit.entity">EnderDragon</a></code></div>
<divclass="block">Get the <ahref="../entity/EnderDragon.html"title="interface in org.bukkit.entity"><code>EnderDragon</code></a> active in this battle.</div>
</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../Location.html"title="class in org.bukkit">Location</a></code></div>
<divclass="block">Get the location of the end portal.</div>
</div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="DragonBattle.RespawnPhase.html"title="enum class in org.bukkit.boss">DragonBattle.RespawnPhase</a></code></div>
<divclass="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#setRespawnPhase(org.bukkit.boss.DragonBattle.RespawnPhase)"class="member-name-link">setRespawnPhase</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="DragonBattle.RespawnPhase.html"title="enum class in org.bukkit.boss">DragonBattle.RespawnPhase</a> phase)</code></div>
<divclass="block">Set the dragon's respawn phase.</div>
</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<sectionclass="details">
<ulclass="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<sectionclass="method-details"id="method-detail">
<h2>Method Details</h2>
<ulclass="member-list">
<li>
<sectionclass="detail"id="getEnderDragon()">
<h3>getEnderDragon</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../entity/EnderDragon.html"title="interface in org.bukkit.entity">EnderDragon</a></span> <spanclass="element-name">getEnderDragon</span>()</div>
<divclass="block">Get the <ahref="../entity/EnderDragon.html"title="interface in org.bukkit.entity"><code>EnderDragon</code></a> active in this battle.
Will return null if the dragon has been slain.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the ender dragon. null if dead</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getBossBar()">
<h3>getBossBar</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="BossBar.html"title="interface in org.bukkit.boss">BossBar</a></span> <spanclass="element-name">getBossBar</span>()</div>
<divclass="block">Get the boss bar to be displayed for this dragon battle.</div>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../Location.html"title="class in org.bukkit">Location</a></span> <spanclass="element-name">getEndPortalLocation</span>()</div>
<divclass="block">Get the location of the end portal.
This location will be at the center of the base (bottom) of the portal.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the end portal location or null if not generated</dd>
<divclass="block">Initiate a respawn sequence to summon the dragon as though a player has
placed 4 end crystals on the portal.</div>
</section>
</li>
<li>
<sectionclass="detail"id="getRespawnPhase()">
<h3>getRespawnPhase</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="DragonBattle.RespawnPhase.html"title="enum class in org.bukkit.boss">DragonBattle.RespawnPhase</a></span> <spanclass="element-name">getRespawnPhase</span>()</div>
<divclass="block">Get this battle's current respawn phase.</div>
<divclass="member-signature"><spanclass="return-type">boolean</span> <spanclass="element-name">setRespawnPhase</span><wbr><spanclass="parameters">(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="DragonBattle.RespawnPhase.html"title="enum class in org.bukkit.boss">DragonBattle.RespawnPhase</a> phase)</span></div>
<divclass="block">Set the dragon's respawn phase.
This method will is unsuccessful if a dragon respawn is not in progress.</div>