From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/client/audio/ISound.html | 335 +++++++++++++++++++++++++ 1 file changed, 335 insertions(+) create mode 100644 javadoc/net/minecraft/client/audio/ISound.html (limited to 'javadoc/net/minecraft/client/audio/ISound.html') diff --git a/javadoc/net/minecraft/client/audio/ISound.html b/javadoc/net/minecraft/client/audio/ISound.html new file mode 100644 index 0000000..d422fd0 --- /dev/null +++ b/javadoc/net/minecraft/client/audio/ISound.html @@ -0,0 +1,335 @@ + + + + + +ISound (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.audio
+

Interface ISound

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPositionedSoundLocation

        +
        ResourceLocation getPositionedSoundLocation()
        +
      • +
      + + + +
        +
      • +

        canRepeat

        +
        boolean canRepeat()
        +
      • +
      + + + +
        +
      • +

        getRepeatDelay

        +
        int getRepeatDelay()
        +
      • +
      + + + +
        +
      • +

        getVolume

        +
        float getVolume()
        +
      • +
      + + + +
        +
      • +

        getPitch

        +
        float getPitch()
        +
      • +
      + + + +
        +
      • +

        getXPosF

        +
        float getXPosF()
        +
      • +
      + + + +
        +
      • +

        getYPosF

        +
        float getYPosF()
        +
      • +
      + + + +
        +
      • +

        getZPosF

        +
        float getZPosF()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3