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 --- javadoc/net/minecraft/potion/PotionEffect.html | 578 ------------------------- 1 file changed, 578 deletions(-) delete mode 100644 javadoc/net/minecraft/potion/PotionEffect.html (limited to 'javadoc/net/minecraft/potion/PotionEffect.html') diff --git a/javadoc/net/minecraft/potion/PotionEffect.html b/javadoc/net/minecraft/potion/PotionEffect.html deleted file mode 100644 index 5b8994b..0000000 --- a/javadoc/net/minecraft/potion/PotionEffect.html +++ /dev/null @@ -1,578 +0,0 @@ - - - - - -PotionEffect (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.potion
-

Class PotionEffect

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

      Constructor Detail

      - - - -
        -
      • -

        PotionEffect

        -
        public PotionEffect(int p_i1574_1_,
        -            int p_i1574_2_)
        -
      • -
      - - - -
        -
      • -

        PotionEffect

        -
        public PotionEffect(int p_i1575_1_,
        -            int p_i1575_2_,
        -            int p_i1575_3_)
        -
      • -
      - - - -
        -
      • -

        PotionEffect

        -
        public PotionEffect(int p_i1576_1_,
        -            int p_i1576_2_,
        -            int p_i1576_3_,
        -            boolean p_i1576_4_)
        -
      • -
      - - - -
        -
      • -

        PotionEffect

        -
        public PotionEffect(PotionEffect p_i1577_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        combine

        -
        public void combine(PotionEffect p_76452_1_)
        -
      • -
      - - - -
        -
      • -

        getPotionID

        -
        public int getPotionID()
        -
      • -
      - - - -
        -
      • -

        getDuration

        -
        public int getDuration()
        -
      • -
      - - - -
        -
      • -

        getAmplifier

        -
        public int getAmplifier()
        -
      • -
      - - - -
        -
      • -

        setSplashPotion

        -
        public void setSplashPotion(boolean p_82721_1_)
        -
      • -
      - - - -
        -
      • -

        getIsAmbient

        -
        public boolean getIsAmbient()
        -
      • -
      - - - - - - - -
        -
      • -

        performEffect

        -
        public void performEffect(EntityLivingBase p_76457_1_)
        -
      • -
      - - - -
        -
      • -

        getEffectName

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

        hashCode

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

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

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

        setPotionDurationMax

        -
        public void setPotionDurationMax(boolean p_100012_1_)
        -
      • -
      - - - -
        -
      • -

        getIsPotionDurationMax

        -
        public boolean getIsPotionDurationMax()
        -
      • -
      - - - -
        -
      • -

        getCurativeItems

        -
        public java.util.List<ItemStack> getCurativeItems()
        -
        Returns a list of curative items for the potion effect
        -
        Returns:
        The list (ItemStack) of curative items for the potion effect
        -
      • -
      - - - -
        -
      • -

        isCurativeItem

        -
        public boolean isCurativeItem(ItemStack stack)
        -
        Checks the given ItemStack to see if it is in the list of curative items for the potion effect
        -
        Parameters:
        stack - The ItemStack being checked against the list of curative items for the potion effect
        -
        Returns:
        true if the given ItemStack is in the list of curative items for the potion effect, false otherwise
        -
      • -
      - - - -
        -
      • -

        setCurativeItems

        -
        public void setCurativeItems(java.util.List<ItemStack> curativeItems)
        -
        Sets the array of curative items for the potion effect
        -
        Parameters:
        curativeItems - The list of ItemStacks being set to the potion effect
        -
      • -
      - - - -
        -
      • -

        addCurativeItem

        -
        public void addCurativeItem(ItemStack stack)
        -
        Adds the given stack to list of curative items for the potion effect
        -
        Parameters:
        stack - The ItemStack being added to the curative item list
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3