<divclass="col-second even-row-color"><code><ahref="Raid.RaidStatus.html"class="type-name-link"title="enum class in org.bukkit">Raid.RaidStatus</a></code></div>
<divclass="col-last even-row-color">
<divclass="block">Represents the status of a <ahref="Raid.html"title="interface in org.bukkit"><code>Raid</code></a>.</div>
<divclass="block">Gets the Bad Omen level of this raid.</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Set.html"title="class or interface in java.util"class="external-link">Set</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html"title="class or interface in java.util"class="external-link">UUID</a>></code></div>
<divclass="block">Get the UUID of all heroes in this raid.</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/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Location.html"title="class in org.bukkit">Location</a></code></div>
<divclass="block">Gets the center location where the raid occurs.</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html"title="class or interface in java.util"class="external-link">List</a><<ahref="entity/Raider.html"title="interface in org.bukkit.entity">Raider</a>></code></div>
<divclass="block">Gets all remaining <ahref="entity/Raider.html"title="interface in org.bukkit.entity"><code>Raider</code></a> in the present wave.</div>
<divclass="block">Gets the number of raider groups which have spawned.</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="Raid.RaidStatus.html"title="enum class in org.bukkit">Raid.RaidStatus</a></code></div>
If the level is higher than 1, there will be an additional wave that as
strong as the final wave.</div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>badOmenLevel</code> - new Bad Omen level (from 0-5)</dd>
<dt>Throws:</dt>
<dd><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html"title="class or interface in java.lang"class="external-link">IllegalArgumentException</a></code> - if invalid Bad Omen level</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getLocation()">
<h3>getLocation</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="Location.html"title="class in org.bukkit">Location</a></span> <spanclass="element-name">getLocation</span>()</div>
<divclass="block">Gets the center location where the raid occurs.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>location</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getStatus()">
<h3>getStatus</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="Raid.RaidStatus.html"title="enum class in org.bukkit">Raid.RaidStatus</a></span> <spanclass="element-name">getStatus</span>()</div>
<divclass="block">Gets the current status of the raid.
<br>
Do not use this method to check if the raid has been started, call
<divclass="block">Gets the sum of all raider's health.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>total raiders health</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getHeroes()">
<h3>getHeroes</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Set.html"title="class or interface in java.util"class="external-link">Set</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html"title="class or interface in java.util"class="external-link">UUID</a>></span> <spanclass="element-name">getHeroes</span>()</div>
<divclass="block">Get the UUID of all heroes in this raid.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>a set of unique ids</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getRaiders()">
<h3>getRaiders</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html"title="class or interface in java.util"class="external-link">List</a><<ahref="entity/Raider.html"title="interface in org.bukkit.entity">Raider</a>></span> <spanclass="element-name">getRaiders</span>()</div>
<divclass="block">Gets all remaining <ahref="entity/Raider.html"title="interface in org.bukkit.entity"><code>Raider</code></a> in the present wave.</div>