Class SoundEffectPlayed


  • public class SoundEffectPlayed
    extends Object
    • Constructor Detail

      • SoundEffectPlayed

        public SoundEffectPlayed​(@Nullable
                                 Actor source)
    • Method Detail

      • consume

        public void consume()
      • getSource

        @Nullable
        public Actor getSource()
      • getSoundId

        public int getSoundId()
      • getDelay

        public int getDelay()
      • isConsumed

        public boolean isConsumed()
      • setSoundId

        public void setSoundId​(int soundId)
      • setDelay

        public void setDelay​(int delay)
      • setConsumed

        public void setConsumed​(boolean consumed)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object