summaryrefslogtreecommitdiff
path: root/javadoc/net/minecraft/potion/PotionAbsoption.html
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-08-10 18:50:56 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-08-10 18:50:56 +0300
commit877312184c472d9845e5ef1008bc538f4634059f (patch)
tree4e098cc94296cc11f3b87e8ef64c3c568b6aeb51 /javadoc/net/minecraft/potion/PotionAbsoption.html
parent939d2ea16679ce64d98b98c716b85f851aa576e2 (diff)
fix missing source folder
Diffstat (limited to 'javadoc/net/minecraft/potion/PotionAbsoption.html')
-rw-r--r--javadoc/net/minecraft/potion/PotionAbsoption.html316
1 files changed, 0 insertions, 316 deletions
diff --git a/javadoc/net/minecraft/potion/PotionAbsoption.html b/javadoc/net/minecraft/potion/PotionAbsoption.html
deleted file mode 100644
index 08035e0..0000000
--- a/javadoc/net/minecraft/potion/PotionAbsoption.html
+++ /dev/null
@@ -1,316 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:10 EST 2015 -->
-<title>PotionAbsoption (Forge API)</title>
-<meta name="date" content="2015-02-05">
-<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="PotionAbsoption (Forge API)";
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!-- -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../net/minecraft/potion/PotionAttackDamage.html" title="class in net.minecraft.potion"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?net/minecraft/potion/PotionAbsoption.html" target="_top">Frames</a></li>
-<li><a href="PotionAbsoption.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_net.minecraft.potion.Potion">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">net.minecraft.potion</div>
-<h2 title="Class PotionAbsoption" class="title">Class PotionAbsoption</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li><a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion">net.minecraft.potion.Potion</a></li>
-<li>
-<ul class="inheritance">
-<li>net.minecraft.potion.PotionAbsoption</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre>public class <span class="strong">PotionAbsoption</span>
-extends <a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion">Potion</a></pre>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.potion.Potion">
-<!-- -->
-</a>
-<h3>Fields inherited from class&nbsp;net.minecraft.potion.<a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion">Potion</a></h3>
-<code><a href="../../../net/minecraft/potion/Potion.html#blindness">blindness</a>, <a href="../../../net/minecraft/potion/Potion.html#confusion">confusion</a>, <a href="../../../net/minecraft/potion/Potion.html#damageBoost">damageBoost</a>, <a href="../../../net/minecraft/potion/Potion.html#digSlowdown">digSlowdown</a>, <a href="../../../net/minecraft/potion/Potion.html#digSpeed">digSpeed</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76405_D">field_76405_D</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76406_E">field_76406_E</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76407_F">field_76407_F</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76408_G">field_76408_G</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76409_A">field_76409_A</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76410_B">field_76410_B</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76411_C">field_76411_C</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76423_b">field_76423_b</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76434_w">field_76434_w</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76442_z">field_76442_z</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76443_y">field_76443_y</a>, <a href="../../../net/minecraft/potion/Potion.html#field_76444_x">field_76444_x</a>, <a href="../../../net/minecraft/potion/Potion.html#fireResistance">fireResistance</a>, <a href="../../../net/minecraft/potion/Potion.html#harm">harm</a>, <a href="../../../net/minecraft/potion/Potion.html#heal">heal</a>, <a href="../../../net/minecraft/potion/Potion.html#hunger">hunger</a>, <a href="../../../net/minecraft/potion/Potion.html#id">id</a>, <a href="../../../net/minecraft/potion/Potion.html#invisibility">invisibility</a>, <a href="../../../net/minecraft/potion/Potion.html#jump">jump</a>, <a href="../../../net/minecraft/potion/Potion.html#moveSlowdown">moveSlowdown</a>, <a href="../../../net/minecraft/potion/Potion.html#moveSpeed">moveSpeed</a>, <a href="../../../net/minecraft/potion/Potion.html#nightVision">nightVision</a>, <a href="../../../net/minecraft/potion/Potion.html#poison">poison</a>, <a href="../../../net/minecraft/potion/Potion.html#potionTypes">potionTypes</a>, <a href="../../../net/minecraft/potion/Potion.html#regeneration">regeneration</a>, <a href="../../../net/minecraft/potion/Potion.html#resistance">resistance</a>, <a href="../../../net/minecraft/potion/Potion.html#waterBreathing">waterBreathing</a>, <a href="../../../net/minecraft/potion/Potion.html#weakness">weakness</a>, <a href="../../../net/minecraft/potion/Potion.html#wither">wither</a></code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier</th>
-<th class="colLast" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraft/potion/PotionAbsoption.html#PotionAbsoption(int,%20boolean,%20int)">PotionAbsoption</a></strong>(int&nbsp;p_i1569_1_,
- boolean&nbsp;p_i1569_2_,
- int&nbsp;p_i1569_3_)</code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraft/potion/PotionAbsoption.html#applyAttributesModifiersToEntity(net.minecraft.entity.EntityLivingBase,%20net.minecraft.entity.ai.attributes.BaseAttributeMap,%20int)">applyAttributesModifiersToEntity</a></strong>(<a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a>&nbsp;p_111185_1_,
- <a href="../../../net/minecraft/entity/ai/attributes/BaseAttributeMap.html" title="class in net.minecraft.entity.ai.attributes">BaseAttributeMap</a>&nbsp;p_111185_2_,
- int&nbsp;p_111185_3_)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraft/potion/PotionAbsoption.html#removeAttributesModifiersFromEntity(net.minecraft.entity.EntityLivingBase,%20net.minecraft.entity.ai.attributes.BaseAttributeMap,%20int)">removeAttributesModifiersFromEntity</a></strong>(<a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a>&nbsp;p_111187_1_,
- <a href="../../../net/minecraft/entity/ai/attributes/BaseAttributeMap.html" title="class in net.minecraft.entity.ai.attributes">BaseAttributeMap</a>&nbsp;p_111187_2_,
- int&nbsp;p_111187_3_)</code>&nbsp;</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.potion.Potion">
-<!-- -->
-</a>
-<h3>Methods inherited from class&nbsp;net.minecraft.potion.<a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion">Potion</a></h3>
-<code><a href="../../../net/minecraft/potion/Potion.html#affectEntity(net.minecraft.entity.EntityLivingBase,%20net.minecraft.entity.EntityLivingBase,%20int,%20double)">affectEntity</a>, <a href="../../../net/minecraft/potion/Potion.html#func_111183_a(int,%20net.minecraft.entity.ai.attributes.AttributeModifier)">func_111183_a</a>, <a href="../../../net/minecraft/potion/Potion.html#func_111184_a(net.minecraft.entity.ai.attributes.IAttribute,%20java.lang.String,%20double,%20int)">func_111184_a</a>, <a href="../../../net/minecraft/potion/Potion.html#func_111186_k()">func_111186_k</a>, <a href="../../../net/minecraft/potion/Potion.html#getDurationString(net.minecraft.potion.PotionEffect)">getDurationString</a>, <a href="../../../net/minecraft/potion/Potion.html#getEffectiveness()">getEffectiveness</a>, <a href="../../../net/minecraft/potion/Potion.html#getId()">getId</a>, <a href="../../../net/minecraft/potion/Potion.html#getLiquidColor()">getLiquidColor</a>, <a href="../../../net/minecraft/potion/Potion.html#getName()">getName</a>, <a href="../../../net/minecraft/potion/Potion.html#getStatusIconIndex()">getStatusIconIndex</a>, <a href="../../../net/minecraft/potion/Potion.html#hasStatusIcon()">hasStatusIcon</a>, <a href="../../../net/minecraft/potion/Potion.html#isBadEffect()">isBadEffect</a>, <a href="../../../net/minecraft/potion/Potion.html#isInstant()">isInstant</a>, <a href="../../../net/minecraft/potion/Potion.html#isReady(int,%20int)">isReady</a>, <a href="../../../net/minecraft/potion/Potion.html#isUsable()">isUsable</a>, <a href="../../../net/minecraft/potion/Potion.html#performEffect(net.minecraft.entity.EntityLivingBase,%20int)">performEffect</a>, <a href="../../../net/minecraft/potion/Potion.html#renderInventoryEffect(int,%20int,%20net.minecraft.potion.PotionEffect,%20net.minecraft.client.Minecraft)">renderInventoryEffect</a>, <a href="../../../net/minecraft/potion/Potion.html#setEffectiveness(double)">setEffectiveness</a>, <a href="../../../net/minecraft/potion/Potion.html#setIconIndex(int,%20int)">setIconIndex</a>, <a href="../../../net/minecraft/potion/Potion.html#setPotionName(java.lang.String)">setPotionName</a>, <a href="../../../net/minecraft/potion/Potion.html#shouldRenderInvText(net.minecraft.potion.PotionEffect)">shouldRenderInvText</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="PotionAbsoption(int, boolean, int)">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>PotionAbsoption</h4>
-<pre>protected&nbsp;PotionAbsoption(int&nbsp;p_i1569_1_,
- boolean&nbsp;p_i1569_2_,
- int&nbsp;p_i1569_3_)</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="removeAttributesModifiersFromEntity(net.minecraft.entity.EntityLivingBase, net.minecraft.entity.ai.attributes.BaseAttributeMap, int)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>removeAttributesModifiersFromEntity</h4>
-<pre>public&nbsp;void&nbsp;removeAttributesModifiersFromEntity(<a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a>&nbsp;p_111187_1_,
- <a href="../../../net/minecraft/entity/ai/attributes/BaseAttributeMap.html" title="class in net.minecraft.entity.ai.attributes">BaseAttributeMap</a>&nbsp;p_111187_2_,
- int&nbsp;p_111187_3_)</pre>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../net/minecraft/potion/Potion.html#removeAttributesModifiersFromEntity(net.minecraft.entity.EntityLivingBase,%20net.minecraft.entity.ai.attributes.BaseAttributeMap,%20int)">removeAttributesModifiersFromEntity</a></code>&nbsp;in class&nbsp;<code><a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion">Potion</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="applyAttributesModifiersToEntity(net.minecraft.entity.EntityLivingBase, net.minecraft.entity.ai.attributes.BaseAttributeMap, int)">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>applyAttributesModifiersToEntity</h4>
-<pre>public&nbsp;void&nbsp;applyAttributesModifiersToEntity(<a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a>&nbsp;p_111185_1_,
- <a href="../../../net/minecraft/entity/ai/attributes/BaseAttributeMap.html" title="class in net.minecraft.entity.ai.attributes">BaseAttributeMap</a>&nbsp;p_111185_2_,
- int&nbsp;p_111185_3_)</pre>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../net/minecraft/potion/Potion.html#applyAttributesModifiersToEntity(net.minecraft.entity.EntityLivingBase,%20net.minecraft.entity.ai.attributes.BaseAttributeMap,%20int)">applyAttributesModifiersToEntity</a></code>&nbsp;in class&nbsp;<code><a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion">Potion</a></code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!-- -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../net/minecraft/potion/Potion.html" title="class in net.minecraft.potion"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../net/minecraft/potion/PotionAttackDamage.html" title="class in net.minecraft.potion"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?net/minecraft/potion/PotionAbsoption.html" target="_top">Frames</a></li>
-<li><a href="PotionAbsoption.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields_inherited_from_class_net.minecraft.potion.Potion">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-</body>
-</html>