From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../client/audio/ISound.AttenuationType.html | 334 ------------ javadoc/net/minecraft/client/audio/ISound.html | 335 ------------ .../client/audio/ISoundEventAccessor.html | 221 -------- .../net/minecraft/client/audio/ITickableSound.html | 242 --------- .../net/minecraft/client/audio/MovingSound.html | 353 ------------- .../client/audio/MovingSoundMinecart.html | 326 ------------ .../client/audio/MovingSoundMinecartRiding.html | 328 ------------ .../client/audio/MusicTicker.MusicType.html | 420 ---------------- .../net/minecraft/client/audio/MusicTicker.html | 282 ----------- .../minecraft/client/audio/PositionedSound.html | 560 --------------------- .../client/audio/PositionedSoundRecord.html | 344 ------------- .../net/minecraft/client/audio/SoundCategory.html | 440 ---------------- .../minecraft/client/audio/SoundEventAccessor.html | 246 --------- .../client/audio/SoundEventAccessorComposite.html | 325 ------------ .../net/minecraft/client/audio/SoundHandler.html | 480 ------------------ .../client/audio/SoundList.SoundEntry.Type.html | 334 ------------ .../client/audio/SoundList.SoundEntry.html | 420 ---------------- javadoc/net/minecraft/client/audio/SoundList.html | 325 ------------ .../client/audio/SoundListSerializer.html | 267 ---------- .../net/minecraft/client/audio/SoundManager.html | 441 ---------------- .../net/minecraft/client/audio/SoundPoolEntry.html | 337 ------------- .../net/minecraft/client/audio/SoundRegistry.html | 315 ------------ .../net/minecraft/client/audio/package-frame.html | 46 -- .../minecraft/client/audio/package-summary.html | 237 --------- .../net/minecraft/client/audio/package-tree.html | 179 ------- 25 files changed, 8137 deletions(-) delete mode 100644 javadoc/net/minecraft/client/audio/ISound.AttenuationType.html delete mode 100644 javadoc/net/minecraft/client/audio/ISound.html delete mode 100644 javadoc/net/minecraft/client/audio/ISoundEventAccessor.html delete mode 100644 javadoc/net/minecraft/client/audio/ITickableSound.html delete mode 100644 javadoc/net/minecraft/client/audio/MovingSound.html delete mode 100644 javadoc/net/minecraft/client/audio/MovingSoundMinecart.html delete mode 100644 javadoc/net/minecraft/client/audio/MovingSoundMinecartRiding.html delete mode 100644 javadoc/net/minecraft/client/audio/MusicTicker.MusicType.html delete mode 100644 javadoc/net/minecraft/client/audio/MusicTicker.html delete mode 100644 javadoc/net/minecraft/client/audio/PositionedSound.html delete mode 100644 javadoc/net/minecraft/client/audio/PositionedSoundRecord.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundCategory.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundEventAccessor.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundEventAccessorComposite.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundHandler.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundList.SoundEntry.Type.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundList.SoundEntry.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundList.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundListSerializer.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundManager.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundPoolEntry.html delete mode 100644 javadoc/net/minecraft/client/audio/SoundRegistry.html delete mode 100644 javadoc/net/minecraft/client/audio/package-frame.html delete mode 100644 javadoc/net/minecraft/client/audio/package-summary.html delete mode 100644 javadoc/net/minecraft/client/audio/package-tree.html (limited to 'javadoc/net/minecraft/client/audio') diff --git a/javadoc/net/minecraft/client/audio/ISound.AttenuationType.html b/javadoc/net/minecraft/client/audio/ISound.AttenuationType.html deleted file mode 100644 index 7d73da7..0000000 --- a/javadoc/net/minecraft/client/audio/ISound.AttenuationType.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -ISound.AttenuationType (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Enum ISound.AttenuationType

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      LINEAR 
      NONE 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intgetTypeInt() 
      static ISound.AttenuationTypevalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static ISound.AttenuationType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static ISound.AttenuationType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (ISound.AttenuationType c : ISound.AttenuationType.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static ISound.AttenuationType valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      - - - -
        -
      • -

        getTypeInt

        -
        public int getTypeInt()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/ISound.html b/javadoc/net/minecraft/client/audio/ISound.html deleted file mode 100644 index d422fd0..0000000 --- a/javadoc/net/minecraft/client/audio/ISound.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - -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()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/ISoundEventAccessor.html b/javadoc/net/minecraft/client/audio/ISoundEventAccessor.html deleted file mode 100644 index 226403a..0000000 --- a/javadoc/net/minecraft/client/audio/ISoundEventAccessor.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - -ISoundEventAccessor (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Interface ISoundEventAccessor

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.Objectfunc_148720_g() 
      intfunc_148721_a() 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_148721_a

        -
        int func_148721_a()
        -
      • -
      - - - -
        -
      • -

        func_148720_g

        -
        java.lang.Object func_148720_g()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/ITickableSound.html b/javadoc/net/minecraft/client/audio/ITickableSound.html deleted file mode 100644 index 91ba416..0000000 --- a/javadoc/net/minecraft/client/audio/ITickableSound.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - -ITickableSound (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Interface ITickableSound

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isDonePlaying

        -
        boolean isDonePlaying()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/MovingSound.html b/javadoc/net/minecraft/client/audio/MovingSound.html deleted file mode 100644 index 5fd1a8f..0000000 --- a/javadoc/net/minecraft/client/audio/MovingSound.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -MovingSound (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class MovingSound

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        donePlaying

        -
        protected boolean donePlaying
        -
      • -
      -
    • -
    - - - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/MovingSoundMinecart.html b/javadoc/net/minecraft/client/audio/MovingSoundMinecart.html deleted file mode 100644 index 6286a2a..0000000 --- a/javadoc/net/minecraft/client/audio/MovingSoundMinecart.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - -MovingSoundMinecart (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class MovingSoundMinecart

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MovingSoundMinecart

        -
        public MovingSoundMinecart(EntityMinecart p_i45105_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        update

        -
        public void update()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/MovingSoundMinecartRiding.html b/javadoc/net/minecraft/client/audio/MovingSoundMinecartRiding.html deleted file mode 100644 index f2396dc..0000000 --- a/javadoc/net/minecraft/client/audio/MovingSoundMinecartRiding.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -MovingSoundMinecartRiding (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class MovingSoundMinecartRiding

-
-
- -
- -
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        update

        -
        public void update()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/MusicTicker.MusicType.html b/javadoc/net/minecraft/client/audio/MusicTicker.MusicType.html deleted file mode 100644 index 4b9fdcb..0000000 --- a/javadoc/net/minecraft/client/audio/MusicTicker.MusicType.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -MusicTicker.MusicType (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Enum MusicTicker.MusicType

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intfunc_148633_c() 
      intfunc_148634_b() 
      ResourceLocationgetMusicTickerLocation() 
      static MusicTicker.MusicTypevalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static MusicTicker.MusicType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MusicTicker.MusicType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MusicTicker.MusicType c : MusicTicker.MusicType.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MusicTicker.MusicType valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      - - - -
        -
      • -

        getMusicTickerLocation

        -
        public ResourceLocation getMusicTickerLocation()
        -
      • -
      - - - -
        -
      • -

        func_148634_b

        -
        public int func_148634_b()
        -
      • -
      - - - -
        -
      • -

        func_148633_c

        -
        public int func_148633_c()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/MusicTicker.html b/javadoc/net/minecraft/client/audio/MusicTicker.html deleted file mode 100644 index 10c2e47..0000000 --- a/javadoc/net/minecraft/client/audio/MusicTicker.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -MusicTicker (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class MusicTicker

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      static class MusicTicker.MusicType 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MusicTicker(Minecraft p_i45112_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidupdate() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/PositionedSound.html b/javadoc/net/minecraft/client/audio/PositionedSound.html deleted file mode 100644 index c2383ea..0000000 --- a/javadoc/net/minecraft/client/audio/PositionedSound.html +++ /dev/null @@ -1,560 +0,0 @@ - - - - - -PositionedSound (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class PositionedSound

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - - - - - -
        -
      • -

        volume

        -
        protected float volume
        -
      • -
      - - - -
        -
      • -

        field_147663_c

        -
        protected float field_147663_c
        -
      • -
      - - - -
        -
      • -

        xPosF

        -
        protected float xPosF
        -
      • -
      - - - -
        -
      • -

        yPosF

        -
        protected float yPosF
        -
      • -
      - - - -
        -
      • -

        zPosF

        -
        protected float zPosF
        -
      • -
      - - - -
        -
      • -

        repeat

        -
        protected boolean repeat
        -
      • -
      - - - -
        -
      • -

        field_147665_h

        -
        protected int field_147665_h
        -
      • -
      - - - - -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PositionedSound

        -
        protected PositionedSound(ResourceLocation p_i45103_1_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/PositionedSoundRecord.html b/javadoc/net/minecraft/client/audio/PositionedSoundRecord.html deleted file mode 100644 index 56eed7b..0000000 --- a/javadoc/net/minecraft/client/audio/PositionedSoundRecord.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - -PositionedSoundRecord (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class PositionedSoundRecord

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    ISound
    -
    -
    -
    -
    public class PositionedSoundRecord
    -extends PositionedSound
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundCategory.html b/javadoc/net/minecraft/client/audio/SoundCategory.html deleted file mode 100644 index 004ac55..0000000 --- a/javadoc/net/minecraft/client/audio/SoundCategory.html +++ /dev/null @@ -1,440 +0,0 @@ - - - - - -SoundCategory (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Enum SoundCategory

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<SoundCategory>
    -
    -
    -
    -
    public enum SoundCategory
    -extends java.lang.Enum<SoundCategory>
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static SoundCategoryfunc_147154_a(java.lang.String p_147154_0_) 
      intgetCategoryId() 
      java.lang.StringgetCategoryName() 
      static SoundCategoryvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static SoundCategory[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static SoundCategory[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (SoundCategory c : SoundCategory.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static SoundCategory valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      - - - -
        -
      • -

        getCategoryName

        -
        public java.lang.String getCategoryName()
        -
      • -
      - - - -
        -
      • -

        getCategoryId

        -
        public int getCategoryId()
        -
      • -
      - - - -
        -
      • -

        func_147154_a

        -
        public static SoundCategory func_147154_a(java.lang.String p_147154_0_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundEventAccessor.html b/javadoc/net/minecraft/client/audio/SoundEventAccessor.html deleted file mode 100644 index 15e6adc..0000000 --- a/javadoc/net/minecraft/client/audio/SoundEventAccessor.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - -SoundEventAccessor (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundEventAccessor

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      SoundPoolEntryfunc_148720_g() 
      intfunc_148721_a() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundEventAccessorComposite.html b/javadoc/net/minecraft/client/audio/SoundEventAccessorComposite.html deleted file mode 100644 index f2899b5..0000000 --- a/javadoc/net/minecraft/client/audio/SoundEventAccessorComposite.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -SoundEventAccessorComposite (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundEventAccessorComposite

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundHandler.html b/javadoc/net/minecraft/client/audio/SoundHandler.html deleted file mode 100644 index a0060f0..0000000 --- a/javadoc/net/minecraft/client/audio/SoundHandler.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - -SoundHandler (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundHandler

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundList.SoundEntry.Type.html b/javadoc/net/minecraft/client/audio/SoundList.SoundEntry.Type.html deleted file mode 100644 index ee27223..0000000 --- a/javadoc/net/minecraft/client/audio/SoundList.SoundEntry.Type.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -SoundList.SoundEntry.Type (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Enum SoundList.SoundEntry.Type

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      FILE 
      SOUND_EVENT 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static SoundList.SoundEntry.TypegetType(java.lang.String p_148580_0_) 
      static SoundList.SoundEntry.TypevalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static SoundList.SoundEntry.Type[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static SoundList.SoundEntry.Type[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (SoundList.SoundEntry.Type c : SoundList.SoundEntry.Type.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static SoundList.SoundEntry.Type valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundList.SoundEntry.html b/javadoc/net/minecraft/client/audio/SoundList.SoundEntry.html deleted file mode 100644 index 29651d2..0000000 --- a/javadoc/net/minecraft/client/audio/SoundList.SoundEntry.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -SoundList.SoundEntry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundList.SoundEntry

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    SoundList
    -
    -
    -
    -
    public static class SoundList.SoundEntry
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SoundList.SoundEntry

        -
        public SoundList.SoundEntry()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSoundEntryName

        -
        public java.lang.String getSoundEntryName()
        -
      • -
      - - - -
        -
      • -

        setSoundEntryName

        -
        public void setSoundEntryName(java.lang.String p_148561_1_)
        -
      • -
      - - - -
        -
      • -

        getSoundEntryVolume

        -
        public float getSoundEntryVolume()
        -
      • -
      - - - -
        -
      • -

        setSoundEntryVolume

        -
        public void setSoundEntryVolume(float p_148553_1_)
        -
      • -
      - - - -
        -
      • -

        getSoundEntryPitch

        -
        public float getSoundEntryPitch()
        -
      • -
      - - - -
        -
      • -

        setSoundEntryPitch

        -
        public void setSoundEntryPitch(float p_148559_1_)
        -
      • -
      - - - -
        -
      • -

        getSoundEntryWeight

        -
        public int getSoundEntryWeight()
        -
      • -
      - - - -
        -
      • -

        setSoundEntryWeight

        -
        public void setSoundEntryWeight(int p_148554_1_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        isStreaming

        -
        public boolean isStreaming()
        -
      • -
      - - - -
        -
      • -

        setStreaming

        -
        public void setStreaming(boolean p_148557_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundList.html b/javadoc/net/minecraft/client/audio/SoundList.html deleted file mode 100644 index 1402dca..0000000 --- a/javadoc/net/minecraft/client/audio/SoundList.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -SoundList (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundList

-
-
- -
-
    -
  • -
    -
    -
    public class SoundList
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SoundList

        -
        public SoundList()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSoundList

        -
        public java.util.List getSoundList()
        -
      • -
      - - - -
        -
      • -

        canReplaceExisting

        -
        public boolean canReplaceExisting()
        -
      • -
      - - - -
        -
      • -

        setReplaceExisting

        -
        public void setReplaceExisting(boolean p_148572_1_)
        -
      • -
      - - - -
        -
      • -

        getSoundCategory

        -
        public SoundCategory getSoundCategory()
        -
      • -
      - - - -
        -
      • -

        setSoundCategory

        -
        public void setSoundCategory(SoundCategory p_148571_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundListSerializer.html b/javadoc/net/minecraft/client/audio/SoundListSerializer.html deleted file mode 100644 index 1d30ee9..0000000 --- a/javadoc/net/minecraft/client/audio/SoundListSerializer.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - -SoundListSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundListSerializer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.gson.JsonDeserializer
    -
    -
    -
    -
    public class SoundListSerializer
    -extends java.lang.Object
    -implements com.google.gson.JsonDeserializer
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      SoundListdeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SoundListSerializer

        -
        public SoundListSerializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public SoundList deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                    java.lang.reflect.Type p_deserialize_2_,
        -                    com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
        -
        Specified by:
        -
        deserialize in interface com.google.gson.JsonDeserializer
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundManager.html b/javadoc/net/minecraft/client/audio/SoundManager.html deleted file mode 100644 index 6a3ae28..0000000 --- a/javadoc/net/minecraft/client/audio/SoundManager.html +++ /dev/null @@ -1,441 +0,0 @@ - - - - - -SoundManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundManager

-
-
- -
-
    -
  • -
    -
    -
    public class SoundManager
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - - - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        reloadSoundSystem

        -
        public void reloadSoundSystem()
        -
      • -
      - - - -
        -
      • -

        setSoundCategoryVolume

        -
        public void setSoundCategoryVolume(SoundCategory p_148601_1_,
        -                          float p_148601_2_)
        -
      • -
      - - - -
        -
      • -

        unloadSoundSystem

        -
        public void unloadSoundSystem()
        -
      • -
      - - - -
        -
      • -

        stopAllSounds

        -
        public void stopAllSounds()
        -
      • -
      - - - -
        -
      • -

        updateAllSounds

        -
        public void updateAllSounds()
        -
      • -
      - - - -
        -
      • -

        isSoundPlaying

        -
        public boolean isSoundPlaying(ISound p_148597_1_)
        -
      • -
      - - - -
        -
      • -

        stopSound

        -
        public void stopSound(ISound p_148602_1_)
        -
      • -
      - - - -
        -
      • -

        playSound

        -
        public void playSound(ISound p_148611_1_)
        -
      • -
      - - - -
        -
      • -

        pauseAllSounds

        -
        public void pauseAllSounds()
        -
      • -
      - - - -
        -
      • -

        resumeAllSounds

        -
        public void resumeAllSounds()
        -
      • -
      - - - -
        -
      • -

        addDelayedSound

        -
        public void addDelayedSound(ISound p_148599_1_,
        -                   int p_148599_2_)
        -
      • -
      - - - -
        -
      • -

        setListener

        -
        public void setListener(EntityPlayer p_148615_1_,
        -               float p_148615_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundPoolEntry.html b/javadoc/net/minecraft/client/audio/SoundPoolEntry.html deleted file mode 100644 index e895507..0000000 --- a/javadoc/net/minecraft/client/audio/SoundPoolEntry.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -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()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/SoundRegistry.html b/javadoc/net/minecraft/client/audio/SoundRegistry.html deleted file mode 100644 index 533344c..0000000 --- a/javadoc/net/minecraft/client/audio/SoundRegistry.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -SoundRegistry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.audio
-

Class SoundRegistry

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SoundRegistry

        -
        public SoundRegistry()
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/package-frame.html b/javadoc/net/minecraft/client/audio/package-frame.html deleted file mode 100644 index 75658a0..0000000 --- a/javadoc/net/minecraft/client/audio/package-frame.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - -net.minecraft.client.audio (Forge API) - - - - -

net.minecraft.client.audio

-
-

Interfaces

- -

Classes

- -

Enums

- -
- - diff --git a/javadoc/net/minecraft/client/audio/package-summary.html b/javadoc/net/minecraft/client/audio/package-summary.html deleted file mode 100644 index 8706199..0000000 --- a/javadoc/net/minecraft/client/audio/package-summary.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - -net.minecraft.client.audio (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.client.audio

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/audio/package-tree.html b/javadoc/net/minecraft/client/audio/package-tree.html deleted file mode 100644 index 1ed54b2..0000000 --- a/javadoc/net/minecraft/client/audio/package-tree.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - -net.minecraft.client.audio Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.client.audio

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -

Enum Hierarchy

- -
- -
- - - - - -
- - - - -- cgit v1.2.3