From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../net/minecraft/client/audio/SoundPoolEntry.html | 337 +++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 javadoc/net/minecraft/client/audio/SoundPoolEntry.html (limited to 'javadoc/net/minecraft/client/audio/SoundPoolEntry.html') diff --git a/javadoc/net/minecraft/client/audio/SoundPoolEntry.html b/javadoc/net/minecraft/client/audio/SoundPoolEntry.html new file mode 100644 index 0000000..e895507 --- /dev/null +++ b/javadoc/net/minecraft/client/audio/SoundPoolEntry.html @@ -0,0 +1,337 @@ + + + + + +SoundPoolEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.audio
+

Class SoundPoolEntry

+
+
+ +
+
    +
  • +
    +
    +
    public class SoundPoolEntry
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SoundPoolEntry

        +
        public SoundPoolEntry(ResourceLocation p_i45113_1_,
        +              double p_i45113_2_,
        +              double p_i45113_4_,
        +              boolean p_i45113_6_)
        +
      • +
      + + + +
        +
      • +

        SoundPoolEntry

        +
        public SoundPoolEntry(SoundPoolEntry p_i45114_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSoundPoolEntryLocation

        +
        public ResourceLocation getSoundPoolEntryLocation()
        +
      • +
      + + + +
        +
      • +

        getPitch

        +
        public double getPitch()
        +
      • +
      + + + +
        +
      • +

        setPitch

        +
        public void setPitch(double p_148651_1_)
        +
      • +
      + + + +
        +
      • +

        getVolume

        +
        public double getVolume()
        +
      • +
      + + + +
        +
      • +

        setVolume

        +
        public void setVolume(double p_148647_1_)
        +
      • +
      + + + +
        +
      • +

        func_148648_d

        +
        public boolean func_148648_d()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3