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 --- .../entity/ai/attributes/BaseAttribute.html | 342 +++++++++++++++++++++ 1 file changed, 342 insertions(+) create mode 100644 javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html (limited to 'javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html') diff --git a/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html b/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html new file mode 100644 index 0000000..8dd7380 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html @@ -0,0 +1,342 @@ + + + + + +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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3