#552: Add the ability to retrieve hit, step, fall, and other sounds from blocks.

By: Martoph <sager1018@gmail.com>
This commit is contained in:
Bukkit/Spigot
2020-11-26 09:36:59 +11:00
parent d0bec6507f
commit 5e82375383
4 changed files with 1093 additions and 993 deletions

View File

@@ -127,6 +127,12 @@ public interface Registry<T extends Keyed> extends Iterable<T> {
* @see Statistic
*/
Registry<Statistic> STATISTIC = new SimpleRegistry<>(Statistic.class);
/**
* Sound keys.
*
* @see Sound
*/
Registry<Sound> SOUNDS = new SimpleRegistry<>(Sound.class);
/**
* Villager profession.
*