@SubscribeEvent public void onSoundSourceEvent(@Nonnull final SoundSourceEvent event) { final ISound sound = event.getSound(); if (sound instanceof BasicSound<?>) { ((BasicSound<?>) sound).setId(event.getUuid()); } }