<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/Collection.html"title="class or interface in java.util"class="external-link">Collection</a><<ahref="BoundingBox.html"title="class in org.bukkit.util">BoundingBox</a>></code></div>
<divclass="block">Converts this shape into a collection of <ahref="BoundingBox.html"title="class in org.bukkit.util"><code>BoundingBox</code></a> equivalent
to the shape: a bounding box intersects with this block shape if it
intersects with any of the shape's bounding boxes.</div>
<divclass="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#overlaps(org.bukkit.util.BoundingBox)"class="member-name-link">overlaps</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="BoundingBox.html"title="class in org.bukkit.util">BoundingBox</a> other)</code></div>
<divclass="block">Checks if the given bounding box intersects this block shape.</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="getBoundingBoxes()">
<h3>getBoundingBoxes</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/Collection.html"title="class or interface in java.util"class="external-link">Collection</a><<ahref="BoundingBox.html"title="class in org.bukkit.util">BoundingBox</a>></span> <spanclass="element-name">getBoundingBoxes</span>()</div>
<divclass="block">Converts this shape into a collection of <ahref="BoundingBox.html"title="class in org.bukkit.util"><code>BoundingBox</code></a> equivalent
to the shape: a bounding box intersects with this block shape if it
intersects with any of the shape's bounding boxes.</div>
<divclass="member-signature"><spanclass="return-type">boolean</span> <spanclass="element-name">overlaps</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="BoundingBox.html"title="class in org.bukkit.util">BoundingBox</a> other)</span></div>
<divclass="block">Checks if the given bounding box intersects this block shape.</div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>other</code> - bounding box to test</dd>
<dt>Returns:</dt>
<dd>true if other overlaps this, false otherwise</dd>