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

411 lines
41 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Enum Class org.bukkit.Sound (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, enum: Sound">
<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="../Sound.html" title="enum class in org.bukkit">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 Enum Class org.bukkit.Sound" class="title">Uses of Enum Class<br>org.bukkit.Sound</h1>
</div>
<div class="caption"><span>Packages that use <a href="../Sound.html" title="enum class in org.bukkit">Sound</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.block">com.destroystokyo.paper.block</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#io.papermc.paper.entity">io.papermc.paper.entity</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.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.entity">org.bukkit.event.entity</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/Entity.html" title="interface in org.bukkit.entity"><code>entities</code></a>, excluding some directly referencing
some more specific entity types.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="com.destroystokyo.paper.block">
<h2>Uses of <a href="../Sound.html" title="enum class in org.bukkit">Sound</a> in <a href="../../../com/destroystokyo/paper/block/package-summary.html">com.destroystokyo.paper.block</a></h2>
<div class="caption"><span>Methods in <a href="../../../com/destroystokyo/paper/block/package-summary.html">com.destroystokyo.paper.block</a> that return <a href="../Sound.html" title="enum class in org.bukkit">Sound</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BlockSoundGroup.</span><code><a href="../../../com/destroystokyo/paper/block/BlockSoundGroup.html#getBreakSound()" class="member-name-link">getBreakSound</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 class="deprecation-comment">use <a href="../SoundGroup.html#getBreakSound()"><code>SoundGroup.getBreakSound()</code></a></div>
</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BlockSoundGroup.</span><code><a href="../../../com/destroystokyo/paper/block/BlockSoundGroup.html#getFallSound()" class="member-name-link">getFallSound</a>()</code></div>
<div class="col-last odd-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 class="deprecation-comment">use <a href="../SoundGroup.html#getFallSound()"><code>SoundGroup.getFallSound()</code></a></div>
</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BlockSoundGroup.</span><code><a href="../../../com/destroystokyo/paper/block/BlockSoundGroup.html#getHitSound()" class="member-name-link">getHitSound</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 class="deprecation-comment">use <a href="../SoundGroup.html#getHitSound()"><code>SoundGroup.getHitSound()</code></a></div>
</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">BlockSoundGroup.</span><code><a href="../../../com/destroystokyo/paper/block/BlockSoundGroup.html#getPlaceSound()" class="member-name-link">getPlaceSound</a>()</code></div>
<div class="col-last odd-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 class="deprecation-comment">use <a href="../SoundGroup.html#getPlaceSound()"><code>SoundGroup.getPlaceSound()</code></a></div>
</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">BlockSoundGroup.</span><code><a href="../../../com/destroystokyo/paper/block/BlockSoundGroup.html#getStepSound()" class="member-name-link">getStepSound</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 class="deprecation-comment">use <a href="../SoundGroup.html#getStepSound()"><code>SoundGroup.getStepSound()</code></a></div>
</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="io.papermc.paper.entity">
<h2>Uses of <a href="../Sound.html" title="enum class in org.bukkit">Sound</a> in <a href="../../../io/papermc/paper/entity/package-summary.html">io.papermc.paper.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../../io/papermc/paper/entity/package-summary.html">io.papermc.paper.entity</a> that return <a href="../Sound.html" title="enum class in org.bukkit">Sound</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bucketable.</span><code><a href="../../../io/papermc/paper/entity/Bucketable.html#getPickupSound()" class="member-name-link">getPickupSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the sound that is played when this entity
is picked up in a bucket.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit">
<h2>Uses of <a href="../Sound.html" title="enum class in org.bukkit">Sound</a> in <a href="../package-summary.html">org.bukkit</a></h2>
<div class="caption"><span>Fields in <a href="../package-summary.html">org.bukkit</a> with type parameters of type <a href="../Sound.html" title="enum class in org.bukkit">Sound</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">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final <a href="../Registry.html" title="interface in org.bukkit">Registry</a>&lt;<a href="../Sound.html" title="enum class in org.bukkit">Sound</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Registry.</span><code><a href="../Registry.html#SOUNDS" class="member-name-link">SOUNDS</a></code></div>
<div class="col-last even-row-color">
<div class="block">Sound keys.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit</a> that return <a href="../Sound.html" title="enum class in org.bukkit">Sound</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">SoundGroup.</span><code><a href="../SoundGroup.html#getBreakSound()" class="member-name-link">getBreakSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the corresponding breaking sound for this group.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">SoundGroup.</span><code><a href="../SoundGroup.html#getFallSound()" class="member-name-link">getFallSound</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the corresponding fall sound for this group.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">SoundGroup.</span><code><a href="../SoundGroup.html#getHitSound()" class="member-name-link">getHitSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the corresponding hit sound for this group.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">SoundGroup.</span><code><a href="../SoundGroup.html#getPlaceSound()" class="member-name-link">getPlaceSound</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the corresponding place sound for this group.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">SoundGroup.</span><code><a href="../SoundGroup.html#getStepSound()" class="member-name-link">getStepSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the corresponding step sound for this group.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Sound.</span><code><a href="../Sound.html#valueOf(java.lang.String)" class="member-name-link">valueOf</a><wbr>(<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;name)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the enum constant of this class with the specified name.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../Sound.html" title="enum class in org.bukkit">Sound</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Sound.</span><code><a href="../Sound.html#values()" class="member-name-link">values</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit</a> with parameters of type <a href="../Sound.html" title="enum class in org.bukkit">Sound</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">World.</span><code><a href="../World.html#playSound(org.bukkit.entity.Entity,org.bukkit.Sound,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last even-row-color">
<div class="block">Play a Sound at the location of the provided entity in the World.</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#playSound(org.bukkit.entity.Entity,org.bukkit.Sound,org.bukkit.SoundCategory,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../SoundCategory.html" title="enum class in org.bukkit">SoundCategory</a>&nbsp;category,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last odd-row-color">
<div class="block">Play a Sound at the location of the provided entity in the World.</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">World.</span><code><a href="../World.html#playSound(org.bukkit.Location,org.bukkit.Sound,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last even-row-color">
<div class="block">Play a Sound at the provided Location in the World.</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#playSound(org.bukkit.Location,org.bukkit.Sound,org.bukkit.SoundCategory,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../SoundCategory.html" title="enum class in org.bukkit">SoundCategory</a>&nbsp;category,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last odd-row-color">
<div class="block">Play a Sound at the provided Location in the World.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.entity">
<h2>Uses of <a href="../Sound.html" title="enum class in org.bukkit">Sound</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="../Sound.html" title="enum class in org.bukkit">Sound</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Mob.</span><code><a href="../entity/Mob.html#getAmbientSound()" class="member-name-link">getAmbientSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this mob makes while ambiently existing.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Raider.</span><code><a href="../entity/Raider.html#getCelebrationSound()" class="member-name-link">getCelebrationSound</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will play when celebrating.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">LivingEntity.</span><code><a href="../entity/LivingEntity.html#getDeathSound()" class="member-name-link">getDeathSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will make on death.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">LivingEntity.</span><code><a href="../entity/LivingEntity.html#getDrinkingSound(org.bukkit.inventory.ItemStack)" class="member-name-link">getDrinkingSound</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="../inventory/ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>&nbsp;itemStack)</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will make when drinking the given
<a href="../inventory/ItemStack.html" title="class in org.bukkit.inventory"><code>ItemStack</code></a>.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">LivingEntity.</span><code><a href="../entity/LivingEntity.html#getEatingSound(org.bukkit.inventory.ItemStack)" class="member-name-link">getEatingSound</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="../inventory/ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>&nbsp;itemStack)</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will make when eating the given
<a href="../inventory/ItemStack.html" title="class in org.bukkit.inventory"><code>ItemStack</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">LivingEntity.</span><code><a href="../entity/LivingEntity.html#getFallDamageSound(int)" class="member-name-link">getFallDamageSound</a><wbr>(int&nbsp;fallHeight)</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will make when falling from the given
height (in blocks).</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">LivingEntity.</span><code><a href="../entity/LivingEntity.html#getFallDamageSoundBig()" class="member-name-link">getFallDamageSoundBig</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will make when falling from a large
height.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">LivingEntity.</span><code><a href="../entity/LivingEntity.html#getFallDamageSoundSmall()" class="member-name-link">getFallDamageSoundSmall</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will make when falling from a small
height.</div>
</div>
<div class="col-first even-row-color"><code><a href="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractArrow.</span><code><a href="../entity/AbstractArrow.html#getHitSound()" class="member-name-link">getHitSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the sound that is played when this arrow hits an entity.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">LivingEntity.</span><code><a href="../entity/LivingEntity.html#getHurtSound()" class="member-name-link">getHurtSound</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity will make when damaged.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Entity.</span><code><a href="../entity/Entity.html#getSwimHighSpeedSplashSound()" class="member-name-link">getSwimHighSpeedSplashSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity makes when splashing in water at high
speeds.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Entity.</span><code><a href="../entity/Entity.html#getSwimSound()" class="member-name-link">getSwimSound</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity makes while swimming.</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Entity.</span><code><a href="../entity/Entity.html#getSwimSplashSound()" class="member-name-link">getSwimSplashSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Sound.html" title="enum class in org.bukkit"><code>Sound</code></a> this entity makes when splashing in water.</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="../Sound.html" title="enum class in org.bukkit">Sound</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">Player.</span><code><a href="../entity/Player.html#playSound(org.bukkit.entity.Entity,org.bukkit.Sound,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last even-row-color">
<div class="block">Play a sound for a player at the location of the entity.</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">Player.</span><code><a href="../entity/Player.html#playSound(org.bukkit.entity.Entity,org.bukkit.Sound,org.bukkit.SoundCategory,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../SoundCategory.html" title="enum class in org.bukkit">SoundCategory</a>&nbsp;category,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last odd-row-color">
<div class="block">Play a sound for a player at the location of the entity.</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">Player.</span><code><a href="../entity/Player.html#playSound(org.bukkit.Location,org.bukkit.Sound,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last even-row-color">
<div class="block">Play a sound for a player at the location.</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">Player.</span><code><a href="../entity/Player.html#playSound(org.bukkit.Location,org.bukkit.Sound,org.bukkit.SoundCategory,float,float)" class="member-name-link">playSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../SoundCategory.html" title="enum class in org.bukkit">SoundCategory</a>&nbsp;category,
float&nbsp;volume,
float&nbsp;pitch)</code></div>
<div class="col-last odd-row-color">
<div class="block">Play a sound for a player at the location.</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">AbstractArrow.</span><code><a href="../entity/AbstractArrow.html#setHitSound(org.bukkit.Sound)" class="member-name-link">setHitSound</a><wbr>(<a href="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the sound that is played when this arrow hits an entity.</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">Player.</span><code><a href="../entity/Player.html#stopSound(org.bukkit.Sound)" class="member-name-link">stopSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound)</code></div>
<div class="col-last odd-row-color">
<div class="block">Stop the specified sound from playing.</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">Player.</span><code><a href="../entity/Player.html#stopSound(org.bukkit.Sound,org.bukkit.SoundCategory)" class="member-name-link">stopSound</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="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound,
<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="../SoundCategory.html" title="enum class in org.bukkit">SoundCategory</a>&nbsp;category)</code></div>
<div class="col-last even-row-color">
<div class="block">Stop the specified sound from playing.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.entity">
<h2>Uses of <a href="../Sound.html" title="enum class in org.bukkit">Sound</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="../Sound.html" title="enum class in org.bukkit">Sound</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="../Sound.html" title="enum class in org.bukkit">Sound</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">EntityDeathEvent.</span><code><a href="../event/entity/EntityDeathEvent.html#getDeathSound()" class="member-name-link">getDeathSound</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the sound that the entity makes when dying</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="../Sound.html" title="enum class in org.bukkit">Sound</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">EntityDeathEvent.</span><code><a href="../event/entity/EntityDeathEvent.html#setDeathSound(org.bukkit.Sound)" class="member-name-link">setDeathSound</a><wbr>(<a href="../Sound.html" title="enum class in org.bukkit">Sound</a>&nbsp;sound)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the sound that the entity makes when dying</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>