Class SequenceDefinition.Sound

    • Field Detail

      • id

        public final int id
      • loops

        public final int loops
      • location

        public final int location
      • retain

        public final int retain
      • weight

        public final int weight
    • Constructor Detail

      • Sound

        public Sound​(int id,
                     int loops,
                     int location,
                     int retain,
                     int weight)
    • Method Detail

      • getId

        public int getId()
      • getLoops

        public int getLoops()
      • getLocation

        public int getLocation()
      • getRetain

        public int getRetain()
      • getWeight

        public int getWeight()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object