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 --- .../entity/ai/attributes/AttributeModifier.html | 392 ------------------- .../entity/ai/attributes/BaseAttribute.html | 342 ----------------- .../entity/ai/attributes/BaseAttributeMap.html | 385 ------------------- .../minecraft/entity/ai/attributes/IAttribute.html | 247 ------------ .../entity/ai/attributes/IAttributeInstance.html | 312 ---------------- .../ai/attributes/ModifiableAttributeInstance.html | 414 --------------------- .../entity/ai/attributes/RangedAttribute.html | 302 --------------- .../ai/attributes/ServersideAttributeMap.html | 390 ------------------- .../entity/ai/attributes/package-frame.html | 29 -- .../entity/ai/attributes/package-summary.html | 170 --------- .../entity/ai/attributes/package-tree.html | 142 ------- 11 files changed, 3125 deletions(-) delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/IAttribute.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/package-frame.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/package-summary.html delete mode 100644 javadoc/net/minecraft/entity/ai/attributes/package-tree.html (limited to 'javadoc/net/minecraft/entity/ai/attributes') diff --git a/javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html b/javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html deleted file mode 100644 index 1f1f514..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - -AttributeModifier (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Class AttributeModifier

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

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      AttributeModifier(java.lang.String p_i1605_1_, - double p_i1605_2_, - int p_i1605_4_) 
      AttributeModifier(java.util.UUID p_i1606_1_, - java.lang.String p_i1606_2_, - double p_i1606_3_, - int p_i1606_5_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object p_equals_1_) 
      doublegetAmount() 
      java.util.UUIDgetID() 
      java.lang.StringgetName() 
      intgetOperation() 
      inthashCode() 
      booleanisSaved() 
      AttributeModifiersetSaved(boolean p_111168_1_) 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AttributeModifier

        -
        public AttributeModifier(java.lang.String p_i1605_1_,
        -                 double p_i1605_2_,
        -                 int p_i1605_4_)
        -
      • -
      - - - -
        -
      • -

        AttributeModifier

        -
        public AttributeModifier(java.util.UUID p_i1606_1_,
        -                 java.lang.String p_i1606_2_,
        -                 double p_i1606_3_,
        -                 int p_i1606_5_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getID

        -
        public java.util.UUID getID()
        -
      • -
      - - - -
        -
      • -

        getName

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

        getOperation

        -
        public int getOperation()
        -
      • -
      - - - -
        -
      • -

        getAmount

        -
        public double getAmount()
        -
      • -
      - - - -
        -
      • -

        isSaved

        -
        public boolean isSaved()
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html b/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html deleted file mode 100644 index 8dd7380..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - -BaseAttribute (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Class BaseAttribute

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IAttribute
    -
    -
    -
    Direct Known Subclasses:
    -
    RangedAttribute
    -
    -
    -
    -
    public abstract class BaseAttribute
    -extends java.lang.Object
    -implements IAttribute
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ModifierConstructor and Description
      protected BaseAttribute(java.lang.String p_i1607_1_, - double p_i1607_2_) 
      -
    • -
    - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BaseAttribute

        -
        protected BaseAttribute(java.lang.String p_i1607_1_,
        -             double p_i1607_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

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

        setShouldWatch

        -
        public BaseAttribute setShouldWatch(boolean p_111112_1_)
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html b/javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html deleted file mode 100644 index b99d681..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - -BaseAttributeMap (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Class BaseAttributeMap

-
-
- -
-
    -
  • -
    -
    Direct Known Subclasses:
    -
    ServersideAttributeMap
    -
    -
    -
    -
    public abstract class BaseAttributeMap
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        attributes

        -
        protected final java.util.Map attributes
        -
      • -
      - - - -
        -
      • -

        attributesByName

        -
        protected final java.util.Map attributesByName
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BaseAttributeMap

        -
        public BaseAttributeMap()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getAttributeInstanceByName

        -
        public IAttributeInstance getAttributeInstanceByName(java.lang.String p_111152_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        getAllAttributes

        -
        public java.util.Collection getAllAttributes()
        -
      • -
      - - - - - - - -
        -
      • -

        removeAttributeModifiers

        -
        public void removeAttributeModifiers(com.google.common.collect.Multimap p_111148_1_)
        -
      • -
      - - - -
        -
      • -

        applyAttributeModifiers

        -
        public void applyAttributeModifiers(com.google.common.collect.Multimap p_111147_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/IAttribute.html b/javadoc/net/minecraft/entity/ai/attributes/IAttribute.html deleted file mode 100644 index 4ee82e0..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/IAttribute.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - -IAttribute (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Interface IAttribute

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

      Method Detail

      - - - -
        -
      • -

        getAttributeUnlocalizedName

        -
        java.lang.String getAttributeUnlocalizedName()
        -
      • -
      - - - -
        -
      • -

        clampValue

        -
        double clampValue(double p_111109_1_)
        -
      • -
      - - - -
        -
      • -

        getDefaultValue

        -
        double getDefaultValue()
        -
      • -
      - - - -
        -
      • -

        getShouldWatch

        -
        boolean getShouldWatch()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html b/javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html deleted file mode 100644 index a8c86ed..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - -IAttributeInstance (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Interface IAttributeInstance

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

      Method Detail

      - - - - - - - -
        -
      • -

        getBaseValue

        -
        double getBaseValue()
        -
      • -
      - - - -
        -
      • -

        setBaseValue

        -
        void setBaseValue(double p_111128_1_)
        -
      • -
      - - - -
        -
      • -

        func_111122_c

        -
        java.util.Collection func_111122_c()
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        removeAllModifiers

        -
        void removeAllModifiers()
        -
      • -
      - - - -
        -
      • -

        getAttributeValue

        -
        double getAttributeValue()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html b/javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html deleted file mode 100644 index b464460..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - -ModifiableAttributeInstance (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Class ModifiableAttributeInstance

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html b/javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html deleted file mode 100644 index bb19678..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -RangedAttribute (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Class RangedAttribute

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

      Constructor Detail

      - - - -
        -
      • -

        RangedAttribute

        -
        public RangedAttribute(java.lang.String p_i1609_1_,
        -               double p_i1609_2_,
        -               double p_i1609_4_,
        -               double p_i1609_6_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setDescription

        -
        public RangedAttribute setDescription(java.lang.String p_111117_1_)
        -
      • -
      - - - -
        -
      • -

        getDescription

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

        clampValue

        -
        public double clampValue(double p_111109_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html b/javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html deleted file mode 100644 index 4da45e1..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -ServersideAttributeMap (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.ai.attributes
-

Class ServersideAttributeMap

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/package-frame.html b/javadoc/net/minecraft/entity/ai/attributes/package-frame.html deleted file mode 100644 index d64d873..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -net.minecraft.entity.ai.attributes (Forge API) - - - - -

net.minecraft.entity.ai.attributes

-
-

Interfaces

- -

Classes

- -
- - diff --git a/javadoc/net/minecraft/entity/ai/attributes/package-summary.html b/javadoc/net/minecraft/entity/ai/attributes/package-summary.html deleted file mode 100644 index bd36c21..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/package-summary.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - -net.minecraft.entity.ai.attributes (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.entity.ai.attributes

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/ai/attributes/package-tree.html b/javadoc/net/minecraft/entity/ai/attributes/package-tree.html deleted file mode 100644 index 151e638..0000000 --- a/javadoc/net/minecraft/entity/ai/attributes/package-tree.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - -net.minecraft.entity.ai.attributes Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.entity.ai.attributes

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

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