From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/potion/PotionEffect.html | 578 +++++++++++++++++++++++++ 1 file changed, 578 insertions(+) create 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 new file mode 100644 index 0000000..5b8994b --- /dev/null +++ b/javadoc/net/minecraft/potion/PotionEffect.html @@ -0,0 +1,578 @@ + + + + + +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