Class SoundManager.Sound

java.lang.Object
games.stendhal.client.sound.manager.SoundManager.Sound
All Implemented Interfaces:
Cloneable
Enclosing class:
SoundManager

public static final class SoundManager.Sound extends Object implements Cloneable
  • Constructor Details

    • Sound

      public Sound()
  • Method Details

    • clone

      public SoundManager.Sound clone()
      Overrides:
      clone in class Object
    • getAttachment

      public <T> T getAttachment(Class<T> clazz)
    • getAttachment

      public Object getAttachment()
    • isActive

      public boolean isActive()
    • setAttachment

      public void setAttachment(Object obj)