<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></code></div>
<divclass="block">Gets the corresponding breaking sound for this group.</div>
</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></code></div>
<divclass="block">Gets the corresponding fall sound for this group.</div>
</div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></code></div>
<divclass="block">Gets the pitch these sounds are played at.</div>
</div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></code></div>
<divclass="block">Gets the corresponding place sound for this group.</div>
</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></code></div>
<divclass="block">Gets the pitch these sounds are played at.
Note that this pitch does not always represent the actual pitch received
by the client.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>pitch</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getBreakSound()">
<h3>getBreakSound</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></span> <spanclass="element-name">getBreakSound</span>()</div>
<divclass="block">Gets the corresponding breaking sound for this group.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the break sound</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getStepSound()">
<h3>getStepSound</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></span> <spanclass="element-name">getStepSound</span>()</div>
<divclass="block">Gets the corresponding step sound for this group.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the step sound</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getPlaceSound()">
<h3>getPlaceSound</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></span> <spanclass="element-name">getPlaceSound</span>()</div>
<divclass="block">Gets the corresponding place sound for this group.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the place sound</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getHitSound()">
<h3>getHitSound</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></span> <spanclass="element-name">getHitSound</span>()</div>
<divclass="block">Gets the corresponding hit sound for this group.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the hit sound</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getFallSound()">
<h3>getFallSound</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Sound.html"title="enum class in org.bukkit">Sound</a></span> <spanclass="element-name">getFallSound</span>()</div>
<divclass="block">Gets the corresponding fall sound for this group.</div>