mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-02 21:33:52 -07:00
@@ -242,7 +242,7 @@ public interface Registry<T extends Keyed> extends Iterable<T> {
|
|||||||
*
|
*
|
||||||
* @see Sound
|
* @see Sound
|
||||||
*/
|
*/
|
||||||
Registry<Sound> SOUNDS = new SimpleRegistry<>(Sound.class);
|
Registry<Sound> SOUNDS = Objects.requireNonNull(Bukkit.getRegistry(Sound.class), "No registry present for Sound. This is a bug.");
|
||||||
/**
|
/**
|
||||||
* Trim materials.
|
* Trim materials.
|
||||||
*
|
*
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user