(@NotNull @KeyPattern.Value String key)
| 3830 | // End generate - Sound |
| 3831 | |
| 3832 | @NotNull |
| 3833 | private static Sound getSound(@NotNull @KeyPattern.Value String key) { |
| 3834 | return Registry.SOUNDS.getOrThrow(Key.key(Key.MINECRAFT_NAMESPACE, key)); |
| 3835 | } |
no outgoing calls