Adds sound effects to Blacksmiths and Scrappers

This commit is contained in:
2024-07-28 12:48:45 +02:00
parent 92c1b96fba
commit 81dda85405
5 changed files with 47 additions and 9 deletions

View File

@ -24,6 +24,7 @@ public interface Settings<K extends Setting> {
* @param setting <p>The setting to get</p>
* @return <p>The current raw setting value</p>
*/
@NotNull Object getRawValue(@NotNull K setting);
@NotNull
Object getRawValue(@NotNull K setting);
}