Interface ISound

    • Method Detail

      • getSound

        Sound getSound()
      • isLooping

        boolean isLooping()
      • isRelative

        boolean isRelative()
      • getDelay

        int getDelay()
      • getVolume

        float getVolume()
      • getPitch

        float getPitch()
      • getX

        double getX()
      • getY

        double getY()
      • getZ

        double getZ()
      • canStartSilent

        default boolean canStartSilent()
      • canPlaySound

        default boolean canPlaySound()