Scissors-Website/javadoc/1.19.4/org/bukkit/util/class-use/BoundingBox.html
2023-04-02 20:49:18 -05:00

425 lines
47 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Class org.bukkit.util.BoundingBox (Scissors-API 1.19.4-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="use: package: org.bukkit.util, class: BoundingBox">
<meta name="generator" content="javadoc/ClassUseWriter">
<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.6.0.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-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><a href="../BoundingBox.html" title="class in org.bukkit.util">Class</a></li>
<li class="nav-bar-cell1-rev">Use</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#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<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">
<div class="header">
<h1 title="Uses of Class org.bukkit.util.BoundingBox" class="title">Uses of Class<br>org.bukkit.util.BoundingBox</h1>
</div>
<div class="caption"><span>Packages that use <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.bukkit">org.bukkit</a></div>
<div class="col-last even-row-color">
<div class="block">The root package of the Bukkit API, contains generalized API classes.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.block">org.bukkit.block</a></div>
<div class="col-last odd-row-color">
<div class="block">Classes used to manipulate the voxels in a <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a>,
including special states.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.entity">org.bukkit.entity</a></div>
<div class="col-last even-row-color">
<div class="block">Interfaces for non-voxel objects that can exist in a <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a>, including all players, monsters, projectiles, etc.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.event.world">org.bukkit.event.world</a></div>
<div class="col-last odd-row-color">
<div class="block"><a href="../../event/Event.html" title="class in org.bukkit.event"><code>Events</code></a> triggered by various <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a> states or changes.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.util">org.bukkit.util</a></div>
<div class="col-last even-row-color">
<div class="block">Multi and single purpose classes to facilitate various programmatic
concepts.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.bukkit">
<h2>Uses of <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a> in <a href="../../package-summary.html">org.bukkit</a></h2>
<div class="caption"><span>Methods in <a href="../../package-summary.html">org.bukkit</a> with parameters of type <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="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> <a href="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>&lt;<a href="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#getNearbyEntities(org.bukkit.util.BoundingBox)" class="member-name-link">getNearbyEntities</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;boundingBox)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns a list of entities within the given bounding box.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="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>&lt;<a href="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#getNearbyEntities(org.bukkit.util.BoundingBox,java.util.function.Predicate)" class="member-name-link">getNearbyEntities</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;boundingBox,
<a href="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> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Predicate.html" title="class or interface in java.util.function" class="external-link">Predicate</a>&lt;<a href="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&gt;&nbsp;filter)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns a list of entities within the given bounding box.</div>
</div>
<div class="col-first even-row-color"><code>boolean</code></div>
<div class="col-second even-row-color"><span class="type-name-label">RegionAccessor.</span><code><a href="../../RegionAccessor.html#hasCollisionsIn(org.bukkit.util.BoundingBox)" class="member-name-link">hasCollisionsIn</a><wbr>(<a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;boundingBox)</code></div>
<div class="col-last even-row-color">
<div class="block">Checks if the world collides with the given boundingbox.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.block">
<h2>Uses of <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a> in <a href="../../block/package-summary.html">org.bukkit.block</a></h2>
<div class="caption"><span>Methods in <a href="../../block/package-summary.html">org.bukkit.block</a> that return <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Block.</span><code><a href="../../block/Block.html#getBoundingBox()" class="member-name-link">getBoundingBox</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the approximate bounding box for this block.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.entity">
<h2>Uses of <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a> in <a href="../../entity/package-summary.html">org.bukkit.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../entity/package-summary.html">org.bukkit.entity</a> that return <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Entity.</span><code><a href="../../entity/Entity.html#getBoundingBox()" class="member-name-link">getBoundingBox</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the entity's current bounding box.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../entity/package-summary.html">org.bukkit.entity</a> with parameters of type <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>boolean</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Entity.</span><code><a href="../../entity/Entity.html#wouldCollideUsing(org.bukkit.util.BoundingBox)" class="member-name-link">wouldCollideUsing</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;boundingBox)</code></div>
<div class="col-last even-row-color">
<div class="block">This checks using the given boundingbox as the entity's boundingbox if the entity would collide with anything.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.world">
<h2>Uses of <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a> in <a href="../../event/world/package-summary.html">org.bukkit.event.world</a></h2>
<div class="caption"><span>Methods in <a href="../../event/world/package-summary.html">org.bukkit.event.world</a> that return <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AsyncStructureSpawnEvent.</span><code><a href="../../event/world/AsyncStructureSpawnEvent.html#getBoundingBox()" class="member-name-link">getBoundingBox</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the bounding box of the structure.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../event/world/package-summary.html">org.bukkit.event.world</a> with parameters of type <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../../event/world/AsyncStructureSpawnEvent.html#%3Cinit%3E(org.bukkit.World,org.bukkit.generator.structure.Structure,org.bukkit.util.BoundingBox,int,int)" class="member-name-link">AsyncStructureSpawnEvent</a><wbr>(<a href="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> <a href="../../World.html" title="interface in org.bukkit">World</a>&nbsp;world,
<a href="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> <a href="../../generator/structure/Structure.html" title="class in org.bukkit.generator.structure">Structure</a>&nbsp;structure,
<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;boundingBox,
int&nbsp;chunkX,
int&nbsp;chunkZ)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.util">
<h2>Uses of <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a> in <a href="../package-summary.html">org.bukkit.util</a></h2>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.util</a> that return <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#clone()" class="member-name-link">clone</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a copy of this bounding box.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#copy(org.bukkit.util.BoundingBox)" class="member-name-link">copy</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Copies another bounding box.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#deserialize(java.util.Map)" class="member-name-link">deserialize</a><wbr>(<a href="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> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;args)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expand(double)" class="member-name-link">expand</a><wbr>(double&nbsp;expansion)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box uniformly by the given value in all directions.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expand(double,double,double)" class="member-name-link">expand</a><wbr>(double&nbsp;x,
double&nbsp;y,
double&nbsp;z)</code></div>
<div class="col-last even-row-color">
<div class="block">Expands this bounding box uniformly by the given values in both positive
and negative directions.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expand(double,double,double,double)" class="member-name-link">expand</a><wbr>(double&nbsp;dirX,
double&nbsp;dirY,
double&nbsp;dirZ,
double&nbsp;expansion)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box in the specified direction.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expand(double,double,double,double,double,double)" class="member-name-link">expand</a><wbr>(double&nbsp;negativeX,
double&nbsp;negativeY,
double&nbsp;negativeZ,
double&nbsp;positiveX,
double&nbsp;positiveY,
double&nbsp;positiveZ)</code></div>
<div class="col-last even-row-color">
<div class="block">Expands this bounding box by the given values in the corresponding
directions.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expand(org.bukkit.block.BlockFace,double)" class="member-name-link">expand</a><wbr>(<a href="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> <a href="../../block/BlockFace.html" title="enum class in org.bukkit.block">BlockFace</a>&nbsp;blockFace,
double&nbsp;expansion)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box in the direction specified by the given block
face.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expand(org.bukkit.util.Vector)" class="member-name-link">expand</a><wbr>(<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;expansion)</code></div>
<div class="col-last even-row-color">
<div class="block">Expands this bounding box uniformly by the given values in both positive
and negative directions.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expand(org.bukkit.util.Vector,double)" class="member-name-link">expand</a><wbr>(<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;direction,
double&nbsp;expansion)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box in the specified direction.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expandDirectional(double,double,double)" class="member-name-link">expandDirectional</a><wbr>(double&nbsp;dirX,
double&nbsp;dirY,
double&nbsp;dirZ)</code></div>
<div class="col-last even-row-color">
<div class="block">Expands this bounding box in the specified direction.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#expandDirectional(org.bukkit.util.Vector)" class="member-name-link">expandDirectional</a><wbr>(<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;direction)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box in the specified direction.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#intersection(org.bukkit.util.BoundingBox)" class="member-name-link">intersection</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last even-row-color">
<div class="block">Resizes this bounding box to represent the intersection of this and the
given bounding box.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#of(org.bukkit.block.Block)" class="member-name-link">of</a><wbr>(<a href="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> <a href="../../block/Block.html" title="interface in org.bukkit.block">Block</a>&nbsp;block)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a new 1x1x1 sized bounding box containing the given block.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#of(org.bukkit.block.Block,org.bukkit.block.Block)" class="member-name-link">of</a><wbr>(<a href="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> <a href="../../block/Block.html" title="interface in org.bukkit.block">Block</a>&nbsp;corner1,
<a href="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> <a href="../../block/Block.html" title="interface in org.bukkit.block">Block</a>&nbsp;corner2)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new bounding box using the coordinates of the given blocks as
corners.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#of(org.bukkit.Location,double,double,double)" class="member-name-link">of</a><wbr>(<a href="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> <a href="../../Location.html" title="class in org.bukkit">Location</a>&nbsp;center,
double&nbsp;x,
double&nbsp;y,
double&nbsp;z)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a new bounding box using the given center and extents.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#of(org.bukkit.Location,org.bukkit.Location)" class="member-name-link">of</a><wbr>(<a href="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> <a href="../../Location.html" title="class in org.bukkit">Location</a>&nbsp;corner1,
<a href="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> <a href="../../Location.html" title="class in org.bukkit">Location</a>&nbsp;corner2)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new bounding box using the coordinates of the given locations
as corners.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#of(org.bukkit.util.Vector,double,double,double)" class="member-name-link">of</a><wbr>(<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;center,
double&nbsp;x,
double&nbsp;y,
double&nbsp;z)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a new bounding box using the given center and extents.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#of(org.bukkit.util.Vector,org.bukkit.util.Vector)" class="member-name-link">of</a><wbr>(<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;corner1,
<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;corner2)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new bounding box using the coordinates of the given vectors as
corners.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#resize(double,double,double,double,double,double)" class="member-name-link">resize</a><wbr>(double&nbsp;x1,
double&nbsp;y1,
double&nbsp;z1,
double&nbsp;x2,
double&nbsp;y2,
double&nbsp;z2)</code></div>
<div class="col-last odd-row-color">
<div class="block">Resizes this bounding box.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#shift(double,double,double)" class="member-name-link">shift</a><wbr>(double&nbsp;shiftX,
double&nbsp;shiftY,
double&nbsp;shiftZ)</code></div>
<div class="col-last even-row-color">
<div class="block">Shifts this bounding box by the given amounts.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#shift(org.bukkit.Location)" class="member-name-link">shift</a><wbr>(<a href="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> <a href="../../Location.html" title="class in org.bukkit">Location</a>&nbsp;shift)</code></div>
<div class="col-last odd-row-color">
<div class="block">Shifts this bounding box by the given amounts.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#shift(org.bukkit.util.Vector)" class="member-name-link">shift</a><wbr>(<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;shift)</code></div>
<div class="col-last even-row-color">
<div class="block">Shifts this bounding box by the given amounts.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#union(double,double,double)" class="member-name-link">union</a><wbr>(double&nbsp;posX,
double&nbsp;posY,
double&nbsp;posZ)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box to contain (or border) the specified position.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#union(org.bukkit.Location)" class="member-name-link">union</a><wbr>(<a href="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> <a href="../../Location.html" title="class in org.bukkit">Location</a>&nbsp;position)</code></div>
<div class="col-last even-row-color">
<div class="block">Expands this bounding box to contain (or border) the specified position.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#union(org.bukkit.util.BoundingBox)" class="member-name-link">union</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box to contain both this and the given bounding
box.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#union(org.bukkit.util.Vector)" class="member-name-link">union</a><wbr>(<a href="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> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;position)</code></div>
<div class="col-last even-row-color">
<div class="block">Expands this bounding box to contain (or border) the specified position.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.util</a> that return types with arguments of type <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="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> <a href="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>&lt;<a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">VoxelShape.</span><code><a href="../VoxelShape.html#getBoundingBoxes()" class="member-name-link">getBoundingBoxes</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Converts this shape into a collection of <a href="../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>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.util</a> with parameters of type <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>boolean</code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#contains(org.bukkit.util.BoundingBox)" class="member-name-link">contains</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last even-row-color">
<div class="block">Checks if this bounding box fully contains the given bounding box.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#copy(org.bukkit.util.BoundingBox)" class="member-name-link">copy</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Copies another bounding box.</div>
</div>
<div class="col-first even-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#intersection(org.bukkit.util.BoundingBox)" class="member-name-link">intersection</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last even-row-color">
<div class="block">Resizes this bounding box to represent the intersection of this and the
given bounding box.</div>
</div>
<div class="col-first odd-row-color"><code>boolean</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#overlaps(org.bukkit.util.BoundingBox)" class="member-name-link">overlaps</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Checks if this bounding box overlaps with the given bounding box.</div>
</div>
<div class="col-first even-row-color"><code>boolean</code></div>
<div class="col-second even-row-color"><span class="type-name-label">VoxelShape.</span><code><a href="../VoxelShape.html#overlaps(org.bukkit.util.BoundingBox)" class="member-name-link">overlaps</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last even-row-color">
<div class="block">Checks if the given bounding box intersects this block shape.</div>
</div>
<div class="col-first odd-row-color"><code><a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#union(org.bukkit.util.BoundingBox)" class="member-name-link">union</a><wbr>(<a href="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> <a href="../BoundingBox.html" title="class in org.bukkit.util">BoundingBox</a>&nbsp;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Expands this bounding box to contain both this and the given bounding
box.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>