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

1190 lines
153 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Class org.bukkit.util.Vector (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: Vector">
<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="../Vector.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.Vector" class="title">Uses of Class<br>org.bukkit.util.Vector</h1>
</div>
<div class="caption"><span>Packages that use <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="#com.destroystokyo.paper.entity">com.destroystokyo.paper.entity</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#com.destroystokyo.paper.event.entity">com.destroystokyo.paper.event.entity</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#io.papermc.paper.event.entity">io.papermc.paper.event.entity</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#io.papermc.paper.math">io.papermc.paper.math</a></div>
<div class="col-last odd-row-color">&nbsp;</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.configuration">org.bukkit.configuration</a></div>
<div class="col-last even-row-color">
<div class="block">Classes dedicated to handling a plugin's runtime configuration.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.entity">org.bukkit.entity</a></div>
<div class="col-last odd-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 even-row-color"><a href="#org.bukkit.event.block">org.bukkit.event.block</a></div>
<div class="col-last even-row-color">
<div class="block"><a href="../../event/Event.html" title="class in org.bukkit.event"><code>Events</code></a> relating to when a <a href="../../block/Block.html" title="interface in org.bukkit.block"><code>block</code></a> is changed or interacts with the <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a>.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.event.entity">org.bukkit.event.entity</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> relating to <a href="../../entity/Entity.html" title="interface in org.bukkit.entity"><code>entities</code></a>, excluding some directly referencing
some more specific entity types.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.event.player">org.bukkit.event.player</a></div>
<div class="col-last even-row-color">
<div class="block"><a href="../../event/Event.html" title="class in org.bukkit.event"><code>Events</code></a> relating to <a href="../../entity/Player.html" title="interface in org.bukkit.entity"><code>players</code></a>.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.event.vehicle">org.bukkit.event.vehicle</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> relating to <a href="../../entity/Vehicle.html" title="interface in org.bukkit.entity"><code>vehicular entities</code></a>.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.generator">org.bukkit.generator</a></div>
<div class="col-last even-row-color">
<div class="block">Classes to facilitate <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a> generation
implementation.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.projectiles">org.bukkit.projectiles</a></div>
<div class="col-last odd-row-color">
<div class="block">Classes to represent the source of a projectile</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="com.destroystokyo.paper.entity">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../../../com/destroystokyo/paper/entity/package-summary.html">com.destroystokyo.paper.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../../../com/destroystokyo/paper/entity/package-summary.html">com.destroystokyo.paper.entity</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">TargetEntityInfo.</span><code><a href="../../../../com/destroystokyo/paper/entity/TargetEntityInfo.html#getHitVector()" class="member-name-link">getHitVector</a>()</code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated, for removal: This API element is subject to removal in a future version.</span></div>
<div class="block">Get the position the entity is targeted at</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../../../com/destroystokyo/paper/entity/package-summary.html">com.destroystokyo.paper.entity</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../../../../com/destroystokyo/paper/entity/TargetEntityInfo.html#%3Cinit%3E(org.bukkit.entity.Entity,org.bukkit.util.Vector)" class="member-name-link">TargetEntityInfo</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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;entity,
<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;hitVec)</code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated, for removal: This API element is subject to removal in a future version.</span></div>
&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="com.destroystokyo.paper.event.entity">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../../../com/destroystokyo/paper/event/entity/package-summary.html">com.destroystokyo.paper.event.entity</a></h2>
<div class="caption"><span>Constructors in <a href="../../../../com/destroystokyo/paper/event/entity/package-summary.html">com.destroystokyo.paper.event.entity</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../../../../com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#%3Cinit%3E(org.bukkit.entity.LivingEntity,org.bukkit.entity.Entity,float,org.bukkit.util.Vector)" class="member-name-link">EntityKnockbackByEntityEvent</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="../../entity/LivingEntity.html" title="interface in org.bukkit.entity">LivingEntity</a>&nbsp;entity,
<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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;hitBy,
float&nbsp;knockbackStrength,
<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;acceleration)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="io.papermc.paper.event.entity">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../../../io/papermc/paper/event/entity/package-summary.html">io.papermc.paper.event.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../../../io/papermc/paper/event/entity/package-summary.html">io.papermc.paper.event.entity</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">EntityPushedByEntityAttackEvent.</span><code><a href="../../../../io/papermc/paper/event/entity/EntityPushedByEntityAttackEvent.html#getAcceleration()" class="member-name-link">getAcceleration</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the acceleration that will be applied to the affected entity.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../../../io/papermc/paper/event/entity/package-summary.html">io.papermc.paper.event.entity</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../../../../io/papermc/paper/event/entity/EntityPushedByEntityAttackEvent.html#%3Cinit%3E(org.bukkit.entity.Entity,org.bukkit.entity.Entity,org.bukkit.util.Vector)" class="member-name-link">EntityPushedByEntityAttackEvent</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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;entity,
<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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;pushedBy,
<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;acceleration)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="io.papermc.paper.math">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../../../io/papermc/paper/math/package-summary.html">io.papermc.paper.math</a></h2>
<div class="caption"><span>Methods in <a href="../../../../io/papermc/paper/math/package-summary.html">io.papermc.paper.math</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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>default <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></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Position.</span><code><a href="../../../../io/papermc/paper/math/Position.html#toVector()" class="member-name-link">toVector</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Converts this position to a vector</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</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> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Location.</span><code><a href="../../Location.html#getDirection()" class="member-name-link">getDirection</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets a unit-vector pointing in the direction that this Location is
facing.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Location.</span><code><a href="../../Location.html#toVector()" class="member-name-link">toVector</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Constructs a new <a href="../Vector.html" title="class in org.bukkit.util"><code>Vector</code></a> based on this Location</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../package-summary.html">org.bukkit</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../../Location.html" title="class in org.bukkit">Location</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Location.</span><code><a href="../../Location.html#add(org.bukkit.util.Vector)" class="member-name-link">add</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;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Adds the location by a vector.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTrace(org.bukkit.Location,org.bukkit.util.Vector,double,org.bukkit.FluidCollisionMode,boolean,double,java.util.function.Predicate)" class="member-name-link">rayTrace</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;start,
<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;maxDistance,
<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="../../FluidCollisionMode.html" title="enum class in org.bukkit">FluidCollisionMode</a>&nbsp;fluidCollisionMode,
boolean&nbsp;ignorePassableBlocks,
double&nbsp;raySize,
<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">Performs a ray trace that checks for both block and entity collisions.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTraceBlocks(org.bukkit.Location,org.bukkit.util.Vector,double)" class="member-name-link">rayTraceBlocks</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;start,
<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;maxDistance)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs a ray trace that checks for block collisions using the blocks'
precise collision shapes.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTraceBlocks(org.bukkit.Location,org.bukkit.util.Vector,double,org.bukkit.FluidCollisionMode)" class="member-name-link">rayTraceBlocks</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;start,
<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;maxDistance,
<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="../../FluidCollisionMode.html" title="enum class in org.bukkit">FluidCollisionMode</a>&nbsp;fluidCollisionMode)</code></div>
<div class="col-last odd-row-color">
<div class="block">Performs a ray trace that checks for block collisions using the blocks'
precise collision shapes.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTraceBlocks(org.bukkit.Location,org.bukkit.util.Vector,double,org.bukkit.FluidCollisionMode,boolean)" class="member-name-link">rayTraceBlocks</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;start,
<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;maxDistance,
<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="../../FluidCollisionMode.html" title="enum class in org.bukkit">FluidCollisionMode</a>&nbsp;fluidCollisionMode,
boolean&nbsp;ignorePassableBlocks)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs a ray trace that checks for block collisions using the blocks'
precise collision shapes.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTraceEntities(org.bukkit.Location,org.bukkit.util.Vector,double)" class="member-name-link">rayTraceEntities</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;start,
<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;maxDistance)</code></div>
<div class="col-last odd-row-color">
<div class="block">Performs a ray trace that checks for entity collisions.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTraceEntities(org.bukkit.Location,org.bukkit.util.Vector,double,double)" class="member-name-link">rayTraceEntities</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;start,
<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;maxDistance,
double&nbsp;raySize)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs a ray trace that checks for entity collisions.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTraceEntities(org.bukkit.Location,org.bukkit.util.Vector,double,double,java.util.function.Predicate)" class="member-name-link">rayTraceEntities</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;start,
<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;maxDistance,
double&nbsp;raySize,
<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">Performs a ray trace that checks for entity collisions.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#rayTraceEntities(org.bukkit.Location,org.bukkit.util.Vector,double,java.util.function.Predicate)" class="member-name-link">rayTraceEntities</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;start,
<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;maxDistance,
<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 even-row-color">
<div class="block">Performs a ray trace that checks for entity collisions.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#sendGameEvent(org.bukkit.entity.Entity,org.bukkit.GameEvent,org.bukkit.util.Vector)" class="member-name-link">sendGameEvent</a><wbr>(<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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;sourceEntity,
<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="../../GameEvent.html" title="class in org.bukkit">GameEvent</a>&nbsp;gameEvent,
<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 odd-row-color">
<div class="block">Posts a specified game event at a location</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="../../Location.html" title="class in org.bukkit">Location</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Location.</span><code><a href="../../Location.html#setDirection(org.bukkit.util.Vector)" class="member-name-link">setDirection</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;vector)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the <a href="../../Location.html#getYaw()"><code>yaw</code></a> and <a href="../../Location.html#getPitch()"><code>pitch</code></a> to point
in the direction of the vector.</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="../../entity/Arrow.html" title="interface in org.bukkit.entity">Arrow</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#spawnArrow(org.bukkit.Location,org.bukkit.util.Vector,float,float)" class="member-name-link">spawnArrow</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;location,
<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,
float&nbsp;speed,
float&nbsp;spread)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates an <a href="../../entity/Arrow.html" title="interface in org.bukkit.entity"><code>Arrow</code></a> entity at the given <a href="../../Location.html" title="class in org.bukkit"><code>Location</code></a></div>
</div>
<div class="col-first even-row-color"><code>&lt;T extends <a href="../../entity/AbstractArrow.html" title="interface in org.bukkit.entity">AbstractArrow</a>&gt;<br>T</code></div>
<div class="col-second even-row-color"><span class="type-name-label">World.</span><code><a href="../../World.html#spawnArrow(org.bukkit.Location,org.bukkit.util.Vector,float,float,java.lang.Class)" class="member-name-link">spawnArrow</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;location,
<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,
float&nbsp;speed,
float&nbsp;spread,
<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/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;T&gt;&nbsp;clazz)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an arrow entity of the given class at the given <a href="../../Location.html" title="class in org.bukkit"><code>Location</code></a></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="../../Location.html" title="class in org.bukkit">Location</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Location.</span><code><a href="../../Location.html#subtract(org.bukkit.util.Vector)" class="member-name-link">subtract</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;vec)</code></div>
<div class="col-last odd-row-color">
<div class="block">Subtracts the location by a vector.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.block">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BlockFace.</span><code><a href="../../block/BlockFace.html#getDirection()" class="member-name-link">getDirection</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the normal vector corresponding to this block face.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../block/package-summary.html">org.bukkit.block</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Block.</span><code><a href="../../block/Block.html#rayTrace(org.bukkit.Location,org.bukkit.util.Vector,double,org.bukkit.FluidCollisionMode)" class="member-name-link">rayTrace</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;start,
<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;maxDistance,
<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="../../FluidCollisionMode.html" title="enum class in org.bukkit">FluidCollisionMode</a>&nbsp;fluidCollisionMode)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs a ray trace that checks for collision with this specific block
in its current state using its precise collision shape.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.configuration">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../configuration/package-summary.html">org.bukkit.configuration</a></h2>
<div class="caption"><span>Methods in <a href="../../configuration/package-summary.html">org.bukkit.configuration</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ConfigurationSection.</span><code><a href="../../configuration/ConfigurationSection.html#getVector(java.lang.String)" class="member-name-link">getVector</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;path)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the requested Vector by path.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ConfigurationSection.</span><code><a href="../../configuration/ConfigurationSection.html#getVector(java.lang.String,org.bukkit.util.Vector)" class="member-name-link">getVector</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;path,
<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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;def)</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the requested <a href="../Vector.html" title="class in org.bukkit.util"><code>Vector</code></a> by path, returning a default value if
not found.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">MemorySection.</span><code><a href="../../configuration/MemorySection.html#getVector(java.lang.String)" class="member-name-link">getVector</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;path)</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">MemorySection.</span><code><a href="../../configuration/MemorySection.html#getVector(java.lang.String,org.bukkit.util.Vector)" class="member-name-link">getVector</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;path,
<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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;def)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../../configuration/package-summary.html">org.bukkit.configuration</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ConfigurationSection.</span><code><a href="../../configuration/ConfigurationSection.html#getVector(java.lang.String,org.bukkit.util.Vector)" class="member-name-link">getVector</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;path,
<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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;def)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the requested <a href="../Vector.html" title="class in org.bukkit.util"><code>Vector</code></a> by path, returning a default value if
not found.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">MemorySection.</span><code><a href="../../configuration/MemorySection.html#getVector(java.lang.String,org.bukkit.util.Vector)" class="member-name-link">getVector</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;path,
<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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;def)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.entity">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Minecart.</span><code><a href="../../entity/Minecart.html#getDerailedVelocityMod()" class="member-name-link">getDerailedVelocityMod</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the derailed velocity modifier.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Fireball.</span><code><a href="../../entity/Fireball.html#getDirection()" class="member-name-link">getDirection</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Retrieve the direction this fireball is heading toward</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Minecart.</span><code><a href="../../entity/Minecart.html#getFlyingVelocityMod()" class="member-name-link">getFlyingVelocityMod</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the flying velocity modifier.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ShulkerBullet.</span><code><a href="../../entity/ShulkerBullet.html#getTargetDelta()" class="member-name-link">getTargetDelta</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the relative offset that this shulker bullet should move towards,
note that this will change each tick as the skulker bullet approaches the target.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Entity.</span><code><a href="../../entity/Entity.html#getVelocity()" class="member-name-link">getVelocity</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets this entity's current velocity</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vehicle.</span><code><a href="../../entity/Vehicle.html#getVelocity()" class="member-name-link">getVelocity</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the vehicle's velocity.</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="../Vector.html" title="class in org.bukkit.util">Vector</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>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Projectile.</span><code><a href="../../entity/Projectile.html#hitEntity(org.bukkit.entity.Entity,org.bukkit.util.Vector)" class="member-name-link">hitEntity</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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;entity,
<a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;vector)</code></div>
<div class="col-last even-row-color">
<div class="block">Makes this projectile hit a specific entity from a specific point.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Minecart.</span><code><a href="../../entity/Minecart.html#setDerailedVelocityMod(org.bukkit.util.Vector)" class="member-name-link">setDerailedVelocityMod</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;derailed)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the derailed velocity modifier.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Fireball.</span><code><a href="../../entity/Fireball.html#setDirection(org.bukkit.util.Vector)" class="member-name-link">setDirection</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 even-row-color">
<div class="block">Fireballs fly straight and do not take setVelocity(...) well.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Minecart.</span><code><a href="../../entity/Minecart.html#setFlyingVelocityMod(org.bukkit.util.Vector)" class="member-name-link">setFlyingVelocityMod</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;flying)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the flying velocity modifier.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ShulkerBullet.</span><code><a href="../../entity/ShulkerBullet.html#setTargetDelta(org.bukkit.util.Vector)" class="member-name-link">setTargetDelta</a><wbr>(<a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;vector)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the relative offset that this shulker bullet should move towards,
note that this will change each tick as the skulker bullet approaches the target.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Entity.</span><code><a href="../../entity/Entity.html#setVelocity(org.bukkit.util.Vector)" class="member-name-link">setVelocity</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;velocity)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets this entity's velocity in meters per tick</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vehicle.</span><code><a href="../../entity/Vehicle.html#setVelocity(org.bukkit.util.Vector)" class="member-name-link">setVelocity</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;vel)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the vehicle's velocity in meters per tick.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.block">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../event/block/package-summary.html">org.bukkit.event.block</a></h2>
<div class="caption"><span>Methods in <a href="../../event/block/package-summary.html">org.bukkit.event.block</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BlockDispenseEvent.</span><code><a href="../../event/block/BlockDispenseEvent.html#getVelocity()" class="member-name-link">getVelocity</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the velocity in meters per tick.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../event/block/package-summary.html">org.bukkit.event.block</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">BlockDispenseEvent.</span><code><a href="../../event/block/BlockDispenseEvent.html#setVelocity(org.bukkit.util.Vector)" class="member-name-link">setVelocity</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;vel)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the velocity of the item being dispensed in meters per tick.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../event/block/package-summary.html">org.bukkit.event.block</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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/block/BlockDispenseEvent.html#%3Cinit%3E(org.bukkit.block.Block,org.bukkit.inventory.ItemStack,org.bukkit.util.Vector)" class="member-name-link">BlockDispenseEvent</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,
<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="../../inventory/ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>&nbsp;dispensed,
<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;velocity)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.entity">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../event/entity/package-summary.html">org.bukkit.event.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../event/entity/package-summary.html">org.bukkit.event.entity</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">EntityPortalExitEvent.</span><code><a href="../../event/entity/EntityPortalExitEvent.html#getAfter()" class="member-name-link">getAfter</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets a copy of the velocity that the entity will have after exiting the
portal.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">EntityPortalExitEvent.</span><code><a href="../../event/entity/EntityPortalExitEvent.html#getBefore()" class="member-name-link">getBefore</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets a copy of the velocity that the entity has before entering the
portal.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../event/entity/package-summary.html">org.bukkit.event.entity</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">EntityPortalExitEvent.</span><code><a href="../../event/entity/EntityPortalExitEvent.html#setAfter(org.bukkit.util.Vector)" class="member-name-link">setAfter</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;after)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the velocity that the entity will have after exiting the portal.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../event/entity/package-summary.html">org.bukkit.event.entity</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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/entity/EntityPortalExitEvent.html#%3Cinit%3E(org.bukkit.entity.Entity,org.bukkit.Location,org.bukkit.Location,org.bukkit.util.Vector,org.bukkit.util.Vector)" class="member-name-link">EntityPortalExitEvent</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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;entity,
<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;from,
<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;to,
<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;before,
<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;after)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.player">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../event/player/package-summary.html">org.bukkit.event.player</a></h2>
<div class="caption"><span>Methods in <a href="../../event/player/package-summary.html">org.bukkit.event.player</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PlayerInteractAtEntityEvent.</span><code><a href="../../event/player/PlayerInteractAtEntityEvent.html#getClickedPosition()" class="member-name-link">getClickedPosition</a>()</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PlayerVelocityEvent.</span><code><a href="../../event/player/PlayerVelocityEvent.html#getVelocity()" class="member-name-link">getVelocity</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the velocity vector that will be sent to the player</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../event/player/package-summary.html">org.bukkit.event.player</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PlayerVelocityEvent.</span><code><a href="../../event/player/PlayerVelocityEvent.html#setVelocity(org.bukkit.util.Vector)" class="member-name-link">setVelocity</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;velocity)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the velocity vector in meters per tick that will be sent to the player</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../event/player/package-summary.html">org.bukkit.event.player</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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/player/PlayerInteractAtEntityEvent.html#%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.entity.Entity,org.bukkit.util.Vector)" class="member-name-link">PlayerInteractAtEntityEvent</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="../../entity/Player.html" title="interface in org.bukkit.entity">Player</a>&nbsp;who,
<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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;clickedEntity,
<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">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../../event/player/PlayerInteractAtEntityEvent.html#%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.entity.Entity,org.bukkit.util.Vector,org.bukkit.inventory.EquipmentSlot)" class="member-name-link">PlayerInteractAtEntityEvent</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="../../entity/Player.html" title="interface in org.bukkit.entity">Player</a>&nbsp;who,
<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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;clickedEntity,
<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,
<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="../../inventory/EquipmentSlot.html" title="enum class in org.bukkit.inventory">EquipmentSlot</a>&nbsp;hand)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../../event/player/PlayerVelocityEvent.html#%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.util.Vector)" class="member-name-link">PlayerVelocityEvent</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="../../entity/Player.html" title="interface in org.bukkit.entity">Player</a>&nbsp;player,
<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;velocity)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.vehicle">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../event/vehicle/package-summary.html">org.bukkit.event.vehicle</a></h2>
<div class="caption"><span>Methods in <a href="../../event/vehicle/package-summary.html">org.bukkit.event.vehicle</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">VehicleBlockCollisionEvent.</span><code><a href="../../event/vehicle/VehicleBlockCollisionEvent.html#getVelocity()" class="member-name-link">getVelocity</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets velocity at which the vehicle collided with the block</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../event/vehicle/package-summary.html">org.bukkit.event.vehicle</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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/vehicle/VehicleBlockCollisionEvent.html#%3Cinit%3E(org.bukkit.entity.Vehicle,org.bukkit.block.Block,org.bukkit.util.Vector)" class="member-name-link">VehicleBlockCollisionEvent</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="../../entity/Vehicle.html" title="interface in org.bukkit.entity">Vehicle</a>&nbsp;vehicle,
<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,
<a href="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;velocity)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.generator">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../generator/package-summary.html">org.bukkit.generator</a></h2>
<div class="caption"><span>Methods in <a href="../../generator/package-summary.html">org.bukkit.generator</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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>default <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/data/BlockData.html" title="interface in org.bukkit.block.data">BlockData</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">LimitedRegion.</span><code><a href="../../generator/LimitedRegion.html#getBlockData(org.bukkit.util.Vector)" class="member-name-link">getBlockData</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;vector)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the <a href="../../block/data/BlockData.html" title="interface in org.bukkit.block.data"><code>BlockData</code></a> of the block at the provided coordinates.</div>
</div>
<div class="col-first odd-row-color"><code>default <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/BlockState.html" title="interface in org.bukkit.block">BlockState</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">LimitedRegion.</span><code><a href="../../generator/LimitedRegion.html#getBlockState(org.bukkit.util.Vector)" class="member-name-link">getBlockState</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;location)</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the <a href="../../block/BlockState.html" title="interface in org.bukkit.block"><code>BlockState</code></a> at a location.</div>
</div>
<div class="col-first even-row-color"><code>default void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">LimitedRegion.</span><code><a href="../../generator/LimitedRegion.html#scheduleBlockUpdate(org.bukkit.util.Vector)" class="member-name-link">scheduleBlockUpdate</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;location)</code></div>
<div class="col-last even-row-color">
<div class="block">Schedules a block update at a vector location.</div>
</div>
<div class="col-first odd-row-color"><code>default void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">LimitedRegion.</span><code><a href="../../generator/LimitedRegion.html#scheduleFluidUpdate(org.bukkit.util.Vector)" class="member-name-link">scheduleFluidUpdate</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;location)</code></div>
<div class="col-last odd-row-color">
<div class="block">Schedules a fluid update at a vector location.</div>
</div>
<div class="col-first even-row-color"><code>default void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">LimitedRegion.</span><code><a href="../../generator/LimitedRegion.html#setBlockData(org.bukkit.util.Vector,org.bukkit.block.data.BlockData)" class="member-name-link">setBlockData</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;vector,
<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/data/BlockData.html" title="interface in org.bukkit.block.data">BlockData</a>&nbsp;data)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the block at a vector location to the provided <a href="../../block/data/BlockData.html" title="interface in org.bukkit.block.data"><code>BlockData</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>default void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">LimitedRegion.</span><code><a href="../../generator/LimitedRegion.html#setBlockState(org.bukkit.util.Vector,org.bukkit.block.BlockState)" class="member-name-link">setBlockState</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;location,
<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/BlockState.html" title="interface in org.bukkit.block">BlockState</a>&nbsp;state)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the <a href="../../block/BlockState.html" title="interface in org.bukkit.block"><code>BlockState</code></a> at a location.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.projectiles">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../../projectiles/package-summary.html">org.bukkit.projectiles</a></h2>
<div class="caption"><span>Methods in <a href="../../projectiles/package-summary.html">org.bukkit.projectiles</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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>&lt;T extends <a href="../../entity/Projectile.html" title="interface in org.bukkit.entity">Projectile</a>&gt;<br>T</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ProjectileSource.</span><code><a href="../../projectiles/ProjectileSource.html#launchProjectile(java.lang.Class,org.bukkit.util.Vector)" class="member-name-link">launchProjectile</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/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;? extends T&gt;&nbsp;projectile,
<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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;velocity)</code></div>
<div class="col-last even-row-color">
<div class="block">Launches a <a href="../../entity/Projectile.html" title="interface in org.bukkit.entity"><code>Projectile</code></a> from the ProjectileSource with an
initial velocity.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;T extends <a href="../../entity/Projectile.html" title="interface in org.bukkit.entity">Projectile</a>&gt;<br>T</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ProjectileSource.</span><code><a href="../../projectiles/ProjectileSource.html#launchProjectile(java.lang.Class,org.bukkit.util.Vector,org.bukkit.util.Consumer)" class="member-name-link">launchProjectile</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/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;? extends T&gt;&nbsp;projectile,
<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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;velocity,
<a href="../Consumer.html" title="interface in org.bukkit.util">Consumer</a>&lt;T&gt;&nbsp;function)</code></div>
<div class="col-last odd-row-color">
<div class="block">Launches a <a href="../../entity/Projectile.html" title="interface in org.bukkit.entity"><code>Projectile</code></a> from the ProjectileSource with an
initial velocity, with the supplied function run before the
entity is added to the world.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.util">
<h2>Uses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../package-summary.html">org.bukkit.util</a></h2>
<div class="caption"><span>Subclasses of <a href="../Vector.html" title="class in org.bukkit.util">Vector</a> in <a href="../package-summary.html">org.bukkit.util</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">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../BlockVector.html" class="type-name-link" title="class in org.bukkit.util">BlockVector</a></code></div>
<div class="col-last even-row-color">
<div class="block">A vector with a hash function that floors the X, Y, Z components, a la
BlockVector in WorldEdit.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.util</a> that return <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#add(org.bukkit.util.Vector)" class="member-name-link">add</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;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Adds a vector to this one</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#clone()" class="member-name-link">clone</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get a new vector.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#copy(org.bukkit.util.Vector)" 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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Copies another vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#crossProduct(org.bukkit.util.Vector)" class="member-name-link">crossProduct</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;o)</code></div>
<div class="col-last odd-row-color">
<div class="block">Calculates the cross product of this vector with another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#divide(org.bukkit.util.Vector)" class="member-name-link">divide</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;vec)</code></div>
<div class="col-last odd-row-color">
<div class="block">Divides the vector by another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#getCenter()" class="member-name-link">getCenter</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the center of the 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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getCrossProduct(org.bukkit.util.Vector)" class="member-name-link">getCrossProduct</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;o)</code></div>
<div class="col-last odd-row-color">
<div class="block">Calculates the cross product of this vector with another without mutating
the original.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">RayTraceResult.</span><code><a href="../RayTraceResult.html#getHitPosition()" class="member-name-link">getHitPosition</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the exact position of the hit.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#getMax()" class="member-name-link">getMax</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the maximum corner as vector.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getMaximum(org.bukkit.util.Vector,org.bukkit.util.Vector)" class="member-name-link">getMaximum</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;v1,
<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;v2)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the maximum components of two vectors.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getMidpoint(org.bukkit.util.Vector)" class="member-name-link">getMidpoint</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;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets a new midpoint vector between this vector and another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#getMin()" class="member-name-link">getMin</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the minimum corner as vector.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getMinimum(org.bukkit.util.Vector,org.bukkit.util.Vector)" class="member-name-link">getMinimum</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;v1,
<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;v2)</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the minimum components of two vectors.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getRandom()" class="member-name-link">getRandom</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets a random vector with components having a random value between 0
and 1.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#midpoint(org.bukkit.util.Vector)" class="member-name-link">midpoint</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;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets this vector to the midpoint between this vector and another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#multiply(double)" class="member-name-link">multiply</a><wbr>(double&nbsp;m)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs scalar multiplication, multiplying all components with a
scalar.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#multiply(float)" class="member-name-link">multiply</a><wbr>(float&nbsp;m)</code></div>
<div class="col-last odd-row-color">
<div class="block">Performs scalar multiplication, multiplying all components with a
scalar.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#multiply(int)" class="member-name-link">multiply</a><wbr>(int&nbsp;m)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs scalar multiplication, multiplying all components with a
scalar.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#multiply(org.bukkit.util.Vector)" class="member-name-link">multiply</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;vec)</code></div>
<div class="col-last odd-row-color">
<div class="block">Multiplies the vector by another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#normalize()" class="member-name-link">normalize</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Converts this vector to a unit vector (a vector with length of 1).</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#rotateAroundAxis(org.bukkit.util.Vector,double)" class="member-name-link">rotateAroundAxis</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;axis,
double&nbsp;angle)</code></div>
<div class="col-last odd-row-color">
<div class="block">Rotates the vector around a given arbitrary axis in 3 dimensional space.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#rotateAroundNonUnitAxis(org.bukkit.util.Vector,double)" class="member-name-link">rotateAroundNonUnitAxis</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;axis,
double&nbsp;angle)</code></div>
<div class="col-last even-row-color">
<div class="block">Rotates the vector around a given arbitrary axis in 3 dimensional space.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#rotateAroundX(double)" class="member-name-link">rotateAroundX</a><wbr>(double&nbsp;angle)</code></div>
<div class="col-last odd-row-color">
<div class="block">Rotates the vector around the x axis.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#rotateAroundY(double)" class="member-name-link">rotateAroundY</a><wbr>(double&nbsp;angle)</code></div>
<div class="col-last even-row-color">
<div class="block">Rotates the vector around the y axis.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#rotateAroundZ(double)" class="member-name-link">rotateAroundZ</a><wbr>(double&nbsp;angle)</code></div>
<div class="col-last odd-row-color">
<div class="block">Rotates the vector around the z axis</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setX(double)" class="member-name-link">setX</a><wbr>(double&nbsp;x)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the X component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setX(float)" class="member-name-link">setX</a><wbr>(float&nbsp;x)</code></div>
<div class="col-last odd-row-color">
<div class="block">Set the X component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setX(int)" class="member-name-link">setX</a><wbr>(int&nbsp;x)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the X component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setY(double)" class="member-name-link">setY</a><wbr>(double&nbsp;y)</code></div>
<div class="col-last odd-row-color">
<div class="block">Set the Y component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setY(float)" class="member-name-link">setY</a><wbr>(float&nbsp;y)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the Y component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setY(int)" class="member-name-link">setY</a><wbr>(int&nbsp;y)</code></div>
<div class="col-last odd-row-color">
<div class="block">Set the Y component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setZ(double)" class="member-name-link">setZ</a><wbr>(double&nbsp;z)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the Z component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setZ(float)" class="member-name-link">setZ</a><wbr>(float&nbsp;z)</code></div>
<div class="col-last odd-row-color">
<div class="block">Set the Z component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#setZ(int)" class="member-name-link">setZ</a><wbr>(int&nbsp;z)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the Z component.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#subtract(org.bukkit.util.Vector)" class="member-name-link">subtract</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;vec)</code></div>
<div class="col-last odd-row-color">
<div class="block">Subtracts a vector from this one.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#zero()" class="member-name-link">zero</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Zero this vector's components.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.util</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#add(org.bukkit.util.Vector)" class="member-name-link">add</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;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Adds a vector to this one</div>
</div>
<div class="col-first odd-row-color"><code>float</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#angle(org.bukkit.util.Vector)" class="member-name-link">angle</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;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the angle between this vector and another in radians.</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">BoundingBox.</span><code><a href="../BoundingBox.html#contains(org.bukkit.util.Vector)" 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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;position)</code></div>
<div class="col-last even-row-color">
<div class="block">Checks if this bounding box contains the specified position.</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#contains(org.bukkit.util.Vector,org.bukkit.util.Vector)" 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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;min,
<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;max)</code></div>
<div class="col-last odd-row-color">
<div class="block">Checks if this bounding box fully contains the bounding box that is
defined by the given corners.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#copy(org.bukkit.util.Vector)" 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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Copies another vector</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#crossProduct(org.bukkit.util.Vector)" class="member-name-link">crossProduct</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;o)</code></div>
<div class="col-last odd-row-color">
<div class="block">Calculates the cross product of this vector with another.</div>
</div>
<div class="col-first even-row-color"><code>double</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#distance(org.bukkit.util.Vector)" class="member-name-link">distance</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;o)</code></div>
<div class="col-last even-row-color">
<div class="block">Get the distance between this vector and another.</div>
</div>
<div class="col-first odd-row-color"><code>double</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#distanceSquared(org.bukkit.util.Vector)" class="member-name-link">distanceSquared</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;o)</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the squared distance between this vector and another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#divide(org.bukkit.util.Vector)" class="member-name-link">divide</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;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Divides the vector by another.</div>
</div>
<div class="col-first odd-row-color"><code>double</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#dot(org.bukkit.util.Vector)" class="member-name-link">dot</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;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Calculates the dot product of this vector with another.</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(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 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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getCrossProduct(org.bukkit.util.Vector)" class="member-name-link">getCrossProduct</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;o)</code></div>
<div class="col-last odd-row-color">
<div class="block">Calculates the cross product of this vector with another without mutating
the original.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getMaximum(org.bukkit.util.Vector,org.bukkit.util.Vector)" class="member-name-link">getMaximum</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;v1,
<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;v2)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the maximum components of two vectors.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getMidpoint(org.bukkit.util.Vector)" class="member-name-link">getMidpoint</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;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets a new midpoint vector between this vector and another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#getMinimum(org.bukkit.util.Vector,org.bukkit.util.Vector)" class="member-name-link">getMinimum</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;v1,
<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;v2)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the minimum components of two vectors.</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">Vector.</span><code><a href="../Vector.html#isInAABB(org.bukkit.util.Vector,org.bukkit.util.Vector)" class="member-name-link">isInAABB</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;min,
<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;max)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns whether this vector is in an axis-aligned 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">Vector.</span><code><a href="../Vector.html#isInSphere(org.bukkit.util.Vector,double)" class="member-name-link">isInSphere</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;origin,
double&nbsp;radius)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns whether this vector is within a sphere.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#midpoint(org.bukkit.util.Vector)" class="member-name-link">midpoint</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;other)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets this vector to the midpoint between this vector and another.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#multiply(org.bukkit.util.Vector)" class="member-name-link">multiply</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;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Multiplies the vector by another.</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>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.Vector,org.bukkit.util.Vector)" 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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;min,
<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;max)</code></div>
<div class="col-last odd-row-color">
<div class="block">Checks if this bounding box overlaps with the bounding box that is
defined by the given corners.</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../RayTraceResult.html" title="class in org.bukkit.util">RayTraceResult</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BoundingBox.</span><code><a href="../BoundingBox.html#rayTrace(org.bukkit.util.Vector,org.bukkit.util.Vector,double)" class="member-name-link">rayTrace</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;start,
<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;maxDistance)</code></div>
<div class="col-last even-row-color">
<div class="block">Calculates the intersection of this bounding box with the specified line
segment.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#rotateAroundAxis(org.bukkit.util.Vector,double)" class="member-name-link">rotateAroundAxis</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;axis,
double&nbsp;angle)</code></div>
<div class="col-last odd-row-color">
<div class="block">Rotates the vector around a given arbitrary axis in 3 dimensional space.</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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#rotateAroundNonUnitAxis(org.bukkit.util.Vector,double)" class="member-name-link">rotateAroundNonUnitAxis</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;axis,
double&nbsp;angle)</code></div>
<div class="col-last even-row-color">
<div class="block">Rotates the vector around a given arbitrary axis in 3 dimensional space.</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.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 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="../Vector.html" title="class in org.bukkit.util">Vector</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Vector.</span><code><a href="../Vector.html#subtract(org.bukkit.util.Vector)" class="member-name-link">subtract</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;vec)</code></div>
<div class="col-last even-row-color">
<div class="block">Subtracts a vector from this one.</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.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 odd-row-color">
<div class="block">Expands this bounding box to contain (or border) the specified position.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">org.bukkit.util</a> with parameters of type <a href="../Vector.html" title="class in org.bukkit.util">Vector</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="../BlockIterator.html#%3Cinit%3E(org.bukkit.World,org.bukkit.util.Vector,org.bukkit.util.Vector,double,int)" class="member-name-link">BlockIterator</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="../Vector.html" title="class in org.bukkit.util">Vector</a>&nbsp;start,
<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;yOffset,
int&nbsp;maxDistance)</code></div>
<div class="col-last even-row-color">
<div class="block">Constructs the BlockIterator.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../BlockVector.html#%3Cinit%3E(org.bukkit.util.Vector)" class="member-name-link">BlockVector</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;vec)</code></div>
<div class="col-last odd-row-color">
<div class="block">Construct the vector with another vector.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../RayTraceResult.html#%3Cinit%3E(org.bukkit.util.Vector)" class="member-name-link">RayTraceResult</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;hitPosition)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a RayTraceResult.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../RayTraceResult.html#%3Cinit%3E(org.bukkit.util.Vector,org.bukkit.block.BlockFace)" class="member-name-link">RayTraceResult</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;hitPosition,
<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="../../block/BlockFace.html" title="enum class in org.bukkit.block">BlockFace</a>&nbsp;hitBlockFace)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a RayTraceResult.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../RayTraceResult.html#%3Cinit%3E(org.bukkit.util.Vector,org.bukkit.block.Block,org.bukkit.block.BlockFace)" class="member-name-link">RayTraceResult</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;hitPosition,
<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="../../block/Block.html" title="interface in org.bukkit.block">Block</a>&nbsp;hitBlock,
<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="../../block/BlockFace.html" title="enum class in org.bukkit.block">BlockFace</a>&nbsp;hitBlockFace)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a RayTraceResult.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../RayTraceResult.html#%3Cinit%3E(org.bukkit.util.Vector,org.bukkit.entity.Entity)" class="member-name-link">RayTraceResult</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;hitPosition,
<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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;hitEntity)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a RayTraceResult.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../RayTraceResult.html#%3Cinit%3E(org.bukkit.util.Vector,org.bukkit.entity.Entity,org.bukkit.block.BlockFace)" class="member-name-link">RayTraceResult</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;hitPosition,
<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="../../entity/Entity.html" title="interface in org.bukkit.entity">Entity</a>&nbsp;hitEntity,
<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="../../block/BlockFace.html" title="enum class in org.bukkit.block">BlockFace</a>&nbsp;hitBlockFace)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a RayTraceResult.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>