java.lang.Object
tech.guilhermekaua.spigotboot.config.spigot.serialization.SoundSerializer
All Implemented Interfaces:
TypeSerializer<org.bukkit.Sound>

public class SoundSerializer extends Object implements TypeSerializer<org.bukkit.Sound>
Cross-version serializer for Sound. Sound is an enum up to MC 1.21.2 and an interface from 1.21.3 on; resolution is delegated to SoundCompat so the same config works on every supported server.