package mekanism.client; public interface IHasSound { /** * Gets the sound. * @return sound */ public Sound getSound(); /** * Removes the sound; */ public void removeSound(); }