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