diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
| commit | dc3df3edd5843bde0c1335d6a8e460b2c832aa48 (patch) | |
| tree | af13bfeee567f2351e35e1ef176d168fe37c8aac /javadoc/net/minecraftforge/event/entity/living | |
| parent | 1da8dcd58647e34c9af94ceeecaeaf3b0d08c48c (diff) | |
full project files
Diffstat (limited to 'javadoc/net/minecraftforge/event/entity/living')
21 files changed, 6879 insertions, 0 deletions
diff --git a/javadoc/net/minecraftforge/event/entity/living/EnderTeleportEvent.html b/javadoc/net/minecraftforge/event/entity/living/EnderTeleportEvent.html new file mode 100644 index 0000000..d45d71a --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/EnderTeleportEvent.html @@ -0,0 +1,375 @@ +<!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:17 EST 2015 --> +<title>EnderTeleportEvent (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="EnderTeleportEvent (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>Prev Class</li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/EnderTeleportEvent.html" target="_top">Frames</a></li> +<li><a href="EnderTeleportEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class EnderTeleportEvent" class="title">Class EnderTeleportEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.EnderTeleportEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">EnderTeleportEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">Event for when an Enderman teleports or an ender pearl is used. Can be used to either modify the target position, or cancel the teleport outright.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html#attackDamage">attackDamage</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html#targetX">targetX</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html#targetY">targetY</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html#targetZ">targetZ</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html#EnderTeleportEvent(net.minecraft.entity.EntityLivingBase,%20double,%20double,%20double,%20float)">EnderTeleportEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + double targetX, + double targetY, + double targetZ, + float attackDamage)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="targetX"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>targetX</h4> +<pre>public double targetX</pre> +</li> +</ul> +<a name="targetY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>targetY</h4> +<pre>public double targetY</pre> +</li> +</ul> +<a name="targetZ"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>targetZ</h4> +<pre>public double targetZ</pre> +</li> +</ul> +<a name="attackDamage"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>attackDamage</h4> +<pre>public float attackDamage</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="EnderTeleportEvent(net.minecraft.entity.EntityLivingBase, double, double, double, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>EnderTeleportEvent</h4> +<pre>public EnderTeleportEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + double targetX, + double targetY, + double targetZ, + float attackDamage)</pre> +</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>Prev Class</li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/EnderTeleportEvent.html" target="_top">Frames</a></li> +<li><a href="EnderTeleportEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingAttackEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingAttackEvent.html new file mode 100644 index 0000000..d904ac2 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingAttackEvent.html @@ -0,0 +1,360 @@ +<!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:17 EST 2015 --> +<title>LivingAttackEvent (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="LivingAttackEvent (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/minecraftforge/event/entity/living/EnderTeleportEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingAttackEvent.html" target="_top">Frames</a></li> +<li><a href="LivingAttackEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingAttackEvent" class="title">Class LivingAttackEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingAttackEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">LivingAttackEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingAttackEvent is fired when a living Entity is attacked. <br> + This event is fired whenever an Entity is attacked in + EntityLivingBase#attackEntityFrom(DamageSource, float) and + EntityPlayer#attackEntityFrom(DamageSource, float). <br> + <br> + This event is fired via the <code>ForgeHooks#onLivingAttack(EntityLivingBase, DamageSource, float)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html#source"><code>source</code></a> contains the DamageSource of the attack. <br> + <code>#amount</code> contains the amount of damage dealt to the entity. <br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity does not take attack damage.<br> + <br> + This event does not have a result. <code>HasResult</code><br> +<br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html#ammount">ammount</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html#source">source</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html#LivingAttackEvent(net.minecraft.entity.EntityLivingBase,%20net.minecraft.util.DamageSource,%20float)">LivingAttackEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source, + float ammount)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="source"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>source</h4> +<pre>public final <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source</pre> +</li> +</ul> +<a name="ammount"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ammount</h4> +<pre>public final float ammount</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingAttackEvent(net.minecraft.entity.EntityLivingBase, net.minecraft.util.DamageSource, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingAttackEvent</h4> +<pre>public LivingAttackEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source, + float ammount)</pre> +</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/minecraftforge/event/entity/living/EnderTeleportEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingAttackEvent.html" target="_top">Frames</a></li> +<li><a href="LivingAttackEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingDeathEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingDeathEvent.html new file mode 100644 index 0000000..821f522 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingDeathEvent.html @@ -0,0 +1,345 @@ +<!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:17 EST 2015 --> +<title>LivingDeathEvent (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="LivingDeathEvent (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/minecraftforge/event/entity/living/LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingDeathEvent.html" target="_top">Frames</a></li> +<li><a href="LivingDeathEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingDeathEvent" class="title">Class LivingDeathEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingDeathEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">LivingDeathEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingDeathEvent is fired when an Entity dies. <br> + This event is fired whenever an Entity dies in + EntityLivingBase#onDeath(DamageSource), + EntityPlayer#onDeath(DamageSource), and + EntityPlayerMP#onDeath(DamageSource). <br> + <br> + This event is fired via the <code>ForgeHooks#onLivingDeath(EntityLivingBase, DamageSource)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html#source"><code>source</code></a> contains the DamageSource that caused the entity to die. <br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity does not die.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html#source">source</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html#LivingDeathEvent(net.minecraft.entity.EntityLivingBase,%20net.minecraft.util.DamageSource)">LivingDeathEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="source"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>source</h4> +<pre>public final <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingDeathEvent(net.minecraft.entity.EntityLivingBase, net.minecraft.util.DamageSource)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingDeathEvent</h4> +<pre>public LivingDeathEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source)</pre> +</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/minecraftforge/event/entity/living/LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingDeathEvent.html" target="_top">Frames</a></li> +<li><a href="LivingDeathEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingDropsEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingDropsEvent.html new file mode 100644 index 0000000..69b3880 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingDropsEvent.html @@ -0,0 +1,411 @@ +<!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:17 EST 2015 --> +<title>LivingDropsEvent (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="LivingDropsEvent (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/minecraftforge/event/entity/living/LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingDropsEvent.html" target="_top">Frames</a></li> +<li><a href="LivingDropsEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingDropsEvent" class="title">Class LivingDropsEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingDropsEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/player/PlayerDropsEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerDropsEvent</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">LivingDropsEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingDropsEvent is fired when an Entity's death causes dropped items to appear.<br> + This event is fired whenever an Entity dies and drops items in + EntityLivingBase#onDeath(DamageSource).<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingDrops(EntityLivingBase, DamageSource, ArrayList<EntityItem>, int, boolean, int)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#source"><code>source</code></a> contains the DamageSource that caused the drop to occur.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#drops"><code>drops</code></a> contains the ArrayList of EntityItems that will be dropped.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#lootingLevel"><code>lootingLevel</code></a> contains the amount of loot that will be dropped.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#recentlyHit"><code>recentlyHit</code></a> determines whether the Entity doing the drop has recently been damaged.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#specialDropValue"><code>specialDropValue</code></a> contains the special drop value for this even.<br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity does not drop anything.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.util.ArrayList<<a href="../../../../../net/minecraft/entity/item/EntityItem.html" title="class in net.minecraft.entity.item">EntityItem</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#drops">drops</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#lootingLevel">lootingLevel</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#recentlyHit">recentlyHit</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#source">source</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#specialDropValue">specialDropValue</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#LivingDropsEvent(net.minecraft.entity.EntityLivingBase,%20net.minecraft.util.DamageSource,%20java.util.ArrayList,%20int,%20boolean,%20int)">LivingDropsEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source, + java.util.ArrayList<<a href="../../../../../net/minecraft/entity/item/EntityItem.html" title="class in net.minecraft.entity.item">EntityItem</a>> drops, + int lootingLevel, + boolean recentlyHit, + int specialDropValue)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="source"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>source</h4> +<pre>public final <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source</pre> +</li> +</ul> +<a name="drops"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>drops</h4> +<pre>public final java.util.ArrayList<<a href="../../../../../net/minecraft/entity/item/EntityItem.html" title="class in net.minecraft.entity.item">EntityItem</a>> drops</pre> +</li> +</ul> +<a name="lootingLevel"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>lootingLevel</h4> +<pre>public final int lootingLevel</pre> +</li> +</ul> +<a name="recentlyHit"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>recentlyHit</h4> +<pre>public final boolean recentlyHit</pre> +</li> +</ul> +<a name="specialDropValue"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>specialDropValue</h4> +<pre>public final int specialDropValue</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingDropsEvent(net.minecraft.entity.EntityLivingBase, net.minecraft.util.DamageSource, java.util.ArrayList, int, boolean, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingDropsEvent</h4> +<pre>public LivingDropsEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source, + java.util.ArrayList<<a href="../../../../../net/minecraft/entity/item/EntityItem.html" title="class in net.minecraft.entity.item">EntityItem</a>> drops, + int lootingLevel, + boolean recentlyHit, + int specialDropValue)</pre> +</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/minecraftforge/event/entity/living/LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingDropsEvent.html" target="_top">Frames</a></li> +<li><a href="LivingDropsEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html new file mode 100644 index 0000000..70e92e5 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html @@ -0,0 +1,315 @@ +<!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:17 EST 2015 --> +<title>LivingEvent.LivingJumpEvent (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="LivingEvent.LivingJumpEvent (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/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" target="_top">Frames</a></li> +<li><a href="LivingEvent.LivingJumpEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingEvent.LivingJumpEvent" class="title">Class LivingEvent.LivingJumpEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingEvent.LivingJumpEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></dd> +</dl> +<hr> +<br> +<pre>public static class <span class="strong">LivingEvent.LivingJumpEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingJumpEvent is fired when an Entity jumps.<br> + This event is fired whenever an Entity jumps in + EntityLivingBase#jump(), EntityMagmaCube#jump(), + and EntityHorse#jump().<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingJump(EntityLivingBase)</code>.<br> + <br> + This event is not <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== 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.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html#LivingEvent.LivingJumpEvent(net.minecraft.entity.EntityLivingBase)">LivingEvent.LivingJumpEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> e)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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="LivingEvent.LivingJumpEvent(net.minecraft.entity.EntityLivingBase)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingEvent.LivingJumpEvent</h4> +<pre>public LivingEvent.LivingJumpEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> e)</pre> +</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/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" target="_top">Frames</a></li> +<li><a href="LivingEvent.LivingJumpEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html new file mode 100644 index 0000000..a730bf7 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html @@ -0,0 +1,315 @@ +<!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:17 EST 2015 --> +<title>LivingEvent.LivingUpdateEvent (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="LivingEvent.LivingUpdateEvent (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/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" target="_top">Frames</a></li> +<li><a href="LivingEvent.LivingUpdateEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingEvent.LivingUpdateEvent" class="title">Class LivingEvent.LivingUpdateEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></dd> +</dl> +<hr> +<br> +<pre>public static class <span class="strong">LivingEvent.LivingUpdateEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingUpdateEvent is fired when an Entity is updated. <br> + This event is fired whenever an Entity is updated in + EntityLivingBase#onUpdate(). <br> + <br> + This event is fired via the <code>ForgeHooks#onLivingUpdate(EntityLivingBase)</code>.<br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity does not update.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== 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.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html#LivingEvent.LivingUpdateEvent(net.minecraft.entity.EntityLivingBase)">LivingEvent.LivingUpdateEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> e)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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="LivingEvent.LivingUpdateEvent(net.minecraft.entity.EntityLivingBase)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingEvent.LivingUpdateEvent</h4> +<pre>public LivingEvent.LivingUpdateEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> e)</pre> +</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/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" target="_top">Frames</a></li> +<li><a href="LivingEvent.LivingUpdateEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingEvent.html new file mode 100644 index 0000000..361a44c --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingEvent.html @@ -0,0 +1,345 @@ +<!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:17 EST 2015 --> +<title>LivingEvent (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="LivingEvent (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/minecraftforge/event/entity/living/LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingEvent.html" target="_top">Frames</a></li> +<li><a href="LivingEvent.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: </li> +<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingEvent" class="title">Class LivingEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html" title="class in net.minecraftforge.event.entity.living">EnderTeleportEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living">LivingAttackEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living">LivingDeathEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living">LivingDropsEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living">LivingFallEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living">LivingHealEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living">LivingHurtEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living">LivingPackSizeEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSetAttackTargetEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">LivingEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></pre> +<div class="block">LivingEvent is fired whenever an event involving Living entities occurs.<br> + If a method utilizes this <code>Event</code> as its parameter, the method will + receive every child event of this class.<br> + <br> + All children of this event are fired on the <code>MinecraftForge#EVENT_BUS</code>.<br></div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a></strong></code> +<div class="block">LivingJumpEvent is fired when an Entity jumps.<br> + This event is fired whenever an Entity jumps in + EntityLivingBase#jump(), EntityMagmaCube#jump(), + and EntityHorse#jump().<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingJump(EntityLivingBase)</code>.<br> + <br> + This event is not <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + <br> + This event does not have a result.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></strong></code> +<div class="block">LivingUpdateEvent is fired when an Entity is updated.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#LivingEvent(net.minecraft.entity.EntityLivingBase)">LivingEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="entityLiving"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>entityLiving</h4> +<pre>public final <a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entityLiving</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingEvent(net.minecraft.entity.EntityLivingBase)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingEvent</h4> +<pre>public LivingEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity)</pre> +</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/minecraftforge/event/entity/living/LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingEvent.html" target="_top">Frames</a></li> +<li><a href="LivingEvent.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: </li> +<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingFallEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingFallEvent.html new file mode 100644 index 0000000..813601a --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingFallEvent.html @@ -0,0 +1,343 @@ +<!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:17 EST 2015 --> +<title>LivingFallEvent (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="LivingFallEvent (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/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingFallEvent.html" target="_top">Frames</a></li> +<li><a href="LivingFallEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingFallEvent" class="title">Class LivingFallEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingFallEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">LivingFallEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingFallEvent is fired when an Entity is set to be falling.<br> + This event is fired whenever an Entity is set to fall in + EntityLivingBase#fall(float).<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingFall(EntityLivingBase, float)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html#distance"><code>distance</code></a> contains the distance the Entity is to fall. If this event is canceled, this value is set to 0.0F. + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity does not fall.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html#distance">distance</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html#LivingFallEvent(net.minecraft.entity.EntityLivingBase,%20float)">LivingFallEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + float distance)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="distance"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>distance</h4> +<pre>public float distance</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingFallEvent(net.minecraft.entity.EntityLivingBase, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingFallEvent</h4> +<pre>public LivingFallEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + float distance)</pre> +</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/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingFallEvent.html" target="_top">Frames</a></li> +<li><a href="LivingFallEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingHealEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingHealEvent.html new file mode 100644 index 0000000..47c1b19 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingHealEvent.html @@ -0,0 +1,342 @@ +<!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:17 EST 2015 --> +<title>LivingHealEvent (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="LivingHealEvent (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/minecraftforge/event/entity/living/LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingHealEvent.html" target="_top">Frames</a></li> +<li><a href="LivingHealEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingHealEvent" class="title">Class LivingHealEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingHealEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">LivingHealEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingHealEvent is fired when an Entity is set to be healed. <br> + This event is fired whenever an Entity is healed in EntityLivingBase#heal(float)<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingHeal(EntityLivingBase, float)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html#amount"><code>amount</code></a> contains the amount of healing done to the Entity that was healed. <br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity is not healed.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html#amount">amount</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html#LivingHealEvent(net.minecraft.entity.EntityLivingBase,%20float)">LivingHealEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + float amount)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="amount"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>amount</h4> +<pre>public float amount</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingHealEvent(net.minecraft.entity.EntityLivingBase, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingHealEvent</h4> +<pre>public LivingHealEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + float amount)</pre> +</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/minecraftforge/event/entity/living/LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingHealEvent.html" target="_top">Frames</a></li> +<li><a href="LivingHealEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingHurtEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingHurtEvent.html new file mode 100644 index 0000000..8548353 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingHurtEvent.html @@ -0,0 +1,360 @@ +<!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:17 EST 2015 --> +<title>LivingHurtEvent (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="LivingHurtEvent (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/minecraftforge/event/entity/living/LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingHurtEvent.html" target="_top">Frames</a></li> +<li><a href="LivingHurtEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingHurtEvent" class="title">Class LivingHurtEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingHurtEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">LivingHurtEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingHurtEvent is fired when an Entity is set to be hurt. <br> + This event is fired whenever an Entity is hurt in + EntityLivingBase#damageEntity(DamageSource, float) and + EntityPlayer#damageEntity(DamageSource, float).<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingHurt(EntityLivingBase, DamageSource, float)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html#source"><code>source</code></a> contains the DamageSource that caused this Entity to be hurt. <br> + <code>#amount</code> contains the amount of damage dealt to the Entity that was hurt. <br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity is not hurt.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html#ammount">ammount</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html#source">source</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html#LivingHurtEvent(net.minecraft.entity.EntityLivingBase,%20net.minecraft.util.DamageSource,%20float)">LivingHurtEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source, + float ammount)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="source"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>source</h4> +<pre>public final <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source</pre> +</li> +</ul> +<a name="ammount"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ammount</h4> +<pre>public float ammount</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingHurtEvent(net.minecraft.entity.EntityLivingBase, net.minecraft.util.DamageSource, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingHurtEvent</h4> +<pre>public LivingHurtEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/util/DamageSource.html" title="class in net.minecraft.util">DamageSource</a> source, + float ammount)</pre> +</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/minecraftforge/event/entity/living/LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingHurtEvent.html" target="_top">Frames</a></li> +<li><a href="LivingHurtEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingPackSizeEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingPackSizeEvent.html new file mode 100644 index 0000000..3cc040c --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingPackSizeEvent.html @@ -0,0 +1,337 @@ +<!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:17 EST 2015 --> +<title>LivingPackSizeEvent (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="LivingPackSizeEvent (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/minecraftforge/event/entity/living/LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingPackSizeEvent.html" target="_top">Frames</a></li> +<li><a href="LivingPackSizeEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingPackSizeEvent" class="title">Class LivingPackSizeEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingPackSizeEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">LivingPackSizeEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingPackSizeEvent.html#maxPackSize">maxPackSize</a></strong></code> +<div class="block">This event is fired when the spawning system determines the + maximum amount of the selected entity that can spawn at the same + time.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingPackSizeEvent.html#LivingPackSizeEvent(net.minecraft.entity.EntityLiving)">LivingPackSizeEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="maxPackSize"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>maxPackSize</h4> +<pre>public int maxPackSize</pre> +<div class="block">This event is fired when the spawning system determines the + maximum amount of the selected entity that can spawn at the same + time. + + If you set the result to 'ALLOW', it means that you want to return + the value of maxPackSize as the maximum pack size for current entity.</div> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingPackSizeEvent(net.minecraft.entity.EntityLiving)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingPackSizeEvent</h4> +<pre>public LivingPackSizeEvent(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity)</pre> +</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/minecraftforge/event/entity/living/LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingPackSizeEvent.html" target="_top">Frames</a></li> +<li><a href="LivingPackSizeEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html new file mode 100644 index 0000000..02279bb --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html @@ -0,0 +1,343 @@ +<!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:17 EST 2015 --> +<title>LivingSetAttackTargetEvent (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="LivingSetAttackTargetEvent (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/minecraftforge/event/entity/living/LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" target="_top">Frames</a></li> +<li><a href="LivingSetAttackTargetEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingSetAttackTargetEvent" class="title">Class LivingSetAttackTargetEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingSetAttackTargetEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">LivingSetAttackTargetEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingSetAttackTargetEvent is fired when an Entity sets a target to attack.<br> + This event is fired whenever an Entity sets a target to attack in + EntityLiving#setAttackTarget(EntityLivingBase) and + EntityLivingBase#setRevengeTarget(EntityLivingBase).<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingSetAttackTarget(EntityLivingBase, EntityLivingBase)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html#target"><code>target</code></a> contains the newly targeted Entity.<br> + <br> + This event is not <code>Cancelable</code>.<br> + <br> + This event does not have a result. <code>HasResult</code><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html#target">target</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html#LivingSetAttackTargetEvent(net.minecraft.entity.EntityLivingBase,%20net.minecraft.entity.EntityLivingBase)">LivingSetAttackTargetEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> target)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="target"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>target</h4> +<pre>public final <a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> target</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingSetAttackTargetEvent(net.minecraft.entity.EntityLivingBase, net.minecraft.entity.EntityLivingBase)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingSetAttackTargetEvent</h4> +<pre>public LivingSetAttackTargetEvent(<a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, + <a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> target)</pre> +</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/minecraftforge/event/entity/living/LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" target="_top">Frames</a></li> +<li><a href="LivingSetAttackTargetEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html new file mode 100644 index 0000000..a0ac847 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html @@ -0,0 +1,330 @@ +<!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:17 EST 2015 --> +<title>LivingSpawnEvent.AllowDespawn (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="LivingSpawnEvent.AllowDespawn (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/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.AllowDespawn.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingSpawnEvent.AllowDespawn" class="title">Class LivingSpawnEvent.AllowDespawn</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingSpawnEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingSpawnEvent.AllowDespawn</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></dd> +</dl> +<hr> +<br> +<pre>public static class <span class="strong">LivingSpawnEvent.AllowDespawn</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></pre> +<div class="block">Fired each tick for despawnable mobs to allow control over despawning. + <code>Result#DEFAULT</code> will pass the mob on to vanilla despawn mechanics. + <code>Result#ALLOW</code> will force the mob to despawn. + <code>Result#DENY</code> will force the mob to remain. + This is fired every tick for every despawnable entity. Be efficient in your handlers. + + Note: this is not fired <em>if</em> the mob is definitely going to otherwise despawn. It is fired to check if + the mob can be allowed to despawn. See <a href="../../../../../net/minecraft/entity/EntityLiving.html#despawnEntity()"><code>EntityLiving.despawnEntity()</code></a></div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.AllowDespawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.CheckSpawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.SpecialSpawn</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== 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.minecraftforge.event.entity.living.LivingSpawnEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#world">world</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#x">x</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#y">y</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#z">z</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html#LivingSpawnEvent.AllowDespawn(net.minecraft.entity.EntityLiving)">LivingSpawnEvent.AllowDespawn</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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="LivingSpawnEvent.AllowDespawn(net.minecraft.entity.EntityLiving)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingSpawnEvent.AllowDespawn</h4> +<pre>public LivingSpawnEvent.AllowDespawn(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity)</pre> +</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/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.AllowDespawn.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html new file mode 100644 index 0000000..ec0c98c --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html @@ -0,0 +1,336 @@ +<!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:17 EST 2015 --> +<title>LivingSpawnEvent.CheckSpawn (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="LivingSpawnEvent.CheckSpawn (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/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.CheckSpawn.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingSpawnEvent.CheckSpawn" class="title">Class LivingSpawnEvent.CheckSpawn</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingSpawnEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingSpawnEvent.CheckSpawn</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></dd> +</dl> +<hr> +<br> +<pre>public static class <span class="strong">LivingSpawnEvent.CheckSpawn</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></pre> +<div class="block">Fires before mob spawn events. + + Result is significant: + DEFAULT: use vanilla spawn rules + ALLOW: allow the spawn + DENY: deny the spawn</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.AllowDespawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.CheckSpawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.SpecialSpawn</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== 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.minecraftforge.event.entity.living.LivingSpawnEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#world">world</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#x">x</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#y">y</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#z">z</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html#LivingSpawnEvent.CheckSpawn(net.minecraft.entity.EntityLiving,%20net.minecraft.world.World,%20float,%20float,%20float)">LivingSpawnEvent.CheckSpawn</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + float x, + float y, + float z)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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="LivingSpawnEvent.CheckSpawn(net.minecraft.entity.EntityLiving, net.minecraft.world.World, float, float, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingSpawnEvent.CheckSpawn</h4> +<pre>public LivingSpawnEvent.CheckSpawn(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + float x, + float y, + float z)</pre> +</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/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.CheckSpawn.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html new file mode 100644 index 0000000..890e224 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html @@ -0,0 +1,342 @@ +<!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:17 EST 2015 --> +<title>LivingSpawnEvent.SpecialSpawn (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="LivingSpawnEvent.SpecialSpawn (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/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.SpecialSpawn.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingSpawnEvent.SpecialSpawn" class="title">Class LivingSpawnEvent.SpecialSpawn</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingSpawnEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingSpawnEvent.SpecialSpawn</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></dd> +</dl> +<hr> +<br> +<pre>public static class <span class="strong">LivingSpawnEvent.SpecialSpawn</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></pre> +<div class="block">SpecialSpawn is fired when an Entity is to be spawned from a mob spawner.<br> + This event is fired whenever an Entity is spawned in a mob spawner in<br> + SpawnerAnimals#findChunksForSpawning(WorldServer, boolean, boolean, boolean).<br> + <br> + This event is fired via the <code>ForgeHooks#doSpecialSpawn(EntityLiving, World, float, float, float)</code>.<br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity is not spawned.<br> + <br> + This event does not have a result. <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Event.HasResult</code></a><br> + <br> + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.AllowDespawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.CheckSpawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.SpecialSpawn</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== 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.minecraftforge.event.entity.living.LivingSpawnEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#world">world</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#x">x</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#y">y</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#z">z</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html#LivingSpawnEvent.SpecialSpawn(net.minecraft.entity.EntityLiving,%20net.minecraft.world.World,%20float,%20float,%20float)">LivingSpawnEvent.SpecialSpawn</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + float x, + float y, + float z)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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="LivingSpawnEvent.SpecialSpawn(net.minecraft.entity.EntityLiving, net.minecraft.world.World, float, float, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingSpawnEvent.SpecialSpawn</h4> +<pre>public LivingSpawnEvent.SpecialSpawn(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + float x, + float y, + float z)</pre> +</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/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.SpecialSpawn.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingSpawnEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.html b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.html new file mode 100644 index 0000000..a8ee2a7 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/LivingSpawnEvent.html @@ -0,0 +1,422 @@ +<!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:17 EST 2015 --> +<title>LivingSpawnEvent (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="LivingSpawnEvent (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/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.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: </li> +<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class LivingSpawnEvent" class="title">Class LivingSpawnEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.LivingSpawnEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.AllowDespawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.CheckSpawn</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.SpecialSpawn</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">LivingSpawnEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></pre> +<div class="block">LivingSpawnEvent is fired whenever a living Entity is spawned. <br> + If a method utilizes this <code>Event</code> as its parameter, the method will + receive every child event of this class.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#world"><code>world</code></a> contains the world in which this living Entity is being spawned.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#x"><code>x</code></a> contains the x-coordinate this entity is being spawned at.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#y"><code>y</code></a> contains the y-coordinate this entity is being spawned at.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#z"><code>z</code></a> contains the z-coordinate this entity is being spawned at.<br> + <br> + All children of this event are fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.AllowDespawn</a></strong></code> +<div class="block">Fired each tick for despawnable mobs to allow control over despawning.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.CheckSpawn</a></strong></code> +<div class="block">Fires before mob spawn events.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.SpecialSpawn</a></strong></code> +<div class="block">SpecialSpawn is fired when an Entity is to be spawned from a mob spawner.<br> + This event is fired whenever an Entity is spawned in a mob spawner in<br> + SpawnerAnimals#findChunksForSpawning(WorldServer, boolean, boolean, boolean).<br> + <br> + This event is fired via the <code>ForgeHooks#doSpecialSpawn(EntityLiving, World, float, float, float)</code>.<br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity is not spawned.<br> + <br> + This event does not have a result.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#world">world</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#x">x</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#y">y</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#z">z</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html#LivingSpawnEvent(net.minecraft.entity.EntityLiving,%20net.minecraft.world.World,%20float,%20float,%20float)">LivingSpawnEvent</a></strong>(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + float x, + float y, + float z)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="world"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>world</h4> +<pre>public final <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world</pre> +</li> +</ul> +<a name="x"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>x</h4> +<pre>public final float x</pre> +</li> +</ul> +<a name="y"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>y</h4> +<pre>public final float y</pre> +</li> +</ul> +<a name="z"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>z</h4> +<pre>public final float z</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="LivingSpawnEvent(net.minecraft.entity.EntityLiving, net.minecraft.world.World, float, float, float)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LivingSpawnEvent</h4> +<pre>public LivingSpawnEvent(<a href="../../../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + float x, + float y, + float z)</pre> +</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/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/LivingSpawnEvent.html" target="_top">Frames</a></li> +<li><a href="LivingSpawnEvent.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: </li> +<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html b/javadoc/net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html new file mode 100644 index 0000000..02f7d0f --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html @@ -0,0 +1,445 @@ +<!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:17 EST 2015 --> +<title>ZombieEvent.SummonAidEvent (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="ZombieEvent.SummonAidEvent (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/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" target="_top">Frames</a></li> +<li><a href="ZombieEvent.SummonAidEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.ZombieEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_net.minecraftforge.event.entity.living.ZombieEvent">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</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.minecraftforge.event.entity.living</div> +<h2 title="Class ZombieEvent.SummonAidEvent" class="title">Class ZombieEvent.SummonAidEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.ZombieEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.ZombieEvent.SummonAidEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent</a></dd> +</dl> +<hr> +<br> +<pre>public static class <span class="strong">ZombieEvent.SummonAidEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent</a></pre> +<div class="block">SummonAidEvent is fired when a Zombie Entity is summoned. + This event is fired whenever a Zombie Entity is summoned in + EntityZombie#attackEntityFrom(DamageSource, float). + + This event is fired via the <code>ForgeHooks#fireZombieSummonAid(EntityZombie, World, int, int, int, EntityLivingBase, double)</code>. + + <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#customSummonedAid"><code>customSummonedAid</code></a> remains null, but can be populated with a custom EntityZombie which will be spawned. + <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#world"><code>world</code></a> contains the world that this summoning is occurring in. + <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#x"><code>x</code></a> contains the x-coordinate at which this summoning event is occurring. + <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#y"><code>y</code></a> contains the y-coordinate at which this summoning event is occurring. + <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#z"><code>z</code></a> contains the z-coordinate at which this summoning event is occurring. + <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#attacker"><code>attacker</code></a> contains the living Entity that attacked and caused this event to fire. + <a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#summonChance"><code>summonChance</code></a> contains the likelihood that a Zombie would successfully be summoned. + + This event is not <code>Cancelable</code>. + + This event has a result. <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Event.HasResult</code></a> + <code>Result#ALLOW</code> Zombie is summoned. + <code>Result#DENY</code> Zombie is not summoned. + + This event is fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.ZombieEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent.SummonAidEvent</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#attacker">attacker</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#customSummonedAid">customSummonedAid</a></strong></code> +<div class="block">Populate this field to have a custom zombie instead of a normal zombie summoned</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#summonChance">summonChance</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#world">world</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#x">x</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#y">y</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#z">z</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html#ZombieEvent.SummonAidEvent(net.minecraft.entity.monster.EntityZombie,%20net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.EntityLivingBase,%20double)">ZombieEvent.SummonAidEvent</a></strong>(<a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z, + <a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> attacker, + double summonChance)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.event.entity.living.ZombieEvent"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html#getSummoner()">getSummoner</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="customSummonedAid"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>customSummonedAid</h4> +<pre>public <a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a> customSummonedAid</pre> +<div class="block">Populate this field to have a custom zombie instead of a normal zombie summoned</div> +</li> +</ul> +<a name="world"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>world</h4> +<pre>public final <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world</pre> +</li> +</ul> +<a name="x"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>x</h4> +<pre>public final int x</pre> +</li> +</ul> +<a name="y"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>y</h4> +<pre>public final int y</pre> +</li> +</ul> +<a name="z"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>z</h4> +<pre>public final int z</pre> +</li> +</ul> +<a name="attacker"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>attacker</h4> +<pre>public final <a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> attacker</pre> +</li> +</ul> +<a name="summonChance"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>summonChance</h4> +<pre>public final double summonChance</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ZombieEvent.SummonAidEvent(net.minecraft.entity.monster.EntityZombie, net.minecraft.world.World, int, int, int, net.minecraft.entity.EntityLivingBase, double)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ZombieEvent.SummonAidEvent</h4> +<pre>public ZombieEvent.SummonAidEvent(<a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a> entity, + <a href="../../../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z, + <a href="../../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> attacker, + double summonChance)</pre> +</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/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" target="_top">Frames</a></li> +<li><a href="ZombieEvent.SummonAidEvent.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: </li> +<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.ZombieEvent">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_net.minecraftforge.event.entity.living.ZombieEvent">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/ZombieEvent.html b/javadoc/net/minecraftforge/event/entity/living/ZombieEvent.html new file mode 100644 index 0000000..4683105 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/ZombieEvent.html @@ -0,0 +1,330 @@ +<!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:17 EST 2015 --> +<title>ZombieEvent (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="ZombieEvent (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/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/ZombieEvent.html" target="_top">Frames</a></li> +<li><a href="ZombieEvent.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: </li> +<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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.minecraftforge.event.entity.living</div> +<h2 title="Class ZombieEvent" class="title">Class ZombieEvent</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.event.entity.living.ZombieEvent</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent.SummonAidEvent</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">ZombieEvent</span> +extends <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></pre> +<div class="block">ZombieEvent is fired whenever a zombie is spawned for aid. + If a method utilizes this <code>Event</code> as its parameter, the method will + receive every child event of this class. + + All children of this event are fired on the <code>MinecraftForge#EVENT_BUS</code>.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent.SummonAidEvent</a></strong></code> +<div class="block">SummonAidEvent is fired when a Zombie Entity is summoned.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> +</ul> +</li> +</ul> +<!-- =========== 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.minecraftforge.event.entity.EntityEvent"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> +<code><a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html#ZombieEvent(net.minecraft.entity.monster.EntityZombie)">ZombieEvent</a></strong>(<a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a> entity)</code> </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"> </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><a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html#getSummoner()">getSummoner</a></strong>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> +<!-- --> +</a> +<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> +<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 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="ZombieEvent(net.minecraft.entity.monster.EntityZombie)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ZombieEvent</h4> +<pre>public ZombieEvent(<a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a> entity)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getSummoner()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getSummoner</h4> +<pre>public <a href="../../../../../net/minecraft/entity/monster/EntityZombie.html" title="class in net.minecraft.entity.monster">EntityZombie</a> getSummoner()</pre> +</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/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/ZombieEvent.html" target="_top">Frames</a></li> +<li><a href="ZombieEvent.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: </li> +<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/package-frame.html b/javadoc/net/minecraftforge/event/entity/living/package-frame.html new file mode 100644 index 0000000..af8e23a --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/package-frame.html @@ -0,0 +1,36 @@ +<!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:25 EST 2015 --> +<title>net.minecraftforge.event.entity.living (Forge API)</title> +<meta name="date" content="2015-02-05"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<h1 class="bar"><a href="../../../../../net/minecraftforge/event/entity/living/package-summary.html" target="classFrame">net.minecraftforge.event.entity.living</a></h1> +<div class="indexContainer"> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="EnderTeleportEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">EnderTeleportEvent</a></li> +<li><a href="LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingAttackEvent</a></li> +<li><a href="LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingDeathEvent</a></li> +<li><a href="LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingDropsEvent</a></li> +<li><a href="LivingEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingEvent</a></li> +<li><a href="LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingEvent.LivingJumpEvent</a></li> +<li><a href="LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingEvent.LivingUpdateEvent</a></li> +<li><a href="LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingFallEvent</a></li> +<li><a href="LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingHealEvent</a></li> +<li><a href="LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingHurtEvent</a></li> +<li><a href="LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingPackSizeEvent</a></li> +<li><a href="LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingSetAttackTargetEvent</a></li> +<li><a href="LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingSpawnEvent</a></li> +<li><a href="LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingSpawnEvent.AllowDespawn</a></li> +<li><a href="LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingSpawnEvent.CheckSpawn</a></li> +<li><a href="LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">LivingSpawnEvent.SpecialSpawn</a></li> +<li><a href="ZombieEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">ZombieEvent</a></li> +<li><a href="ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living" target="classFrame">ZombieEvent.SummonAidEvent</a></li> +</ul> +</div> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/package-summary.html b/javadoc/net/minecraftforge/event/entity/living/package-summary.html new file mode 100644 index 0000000..2015b7c --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/package-summary.html @@ -0,0 +1,287 @@ +<!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:25 EST 2015 --> +<title>net.minecraftforge.event.entity.living (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="net.minecraftforge.event.entity.living (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 class="navBarCell1Rev">Package</li> +<li>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/minecraftforge/event/entity/item/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/minecart/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Package" class="title">Package net.minecraftforge.event.entity.living</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html" title="class in net.minecraftforge.event.entity.living">EnderTeleportEvent</a></td> +<td class="colLast"> +<div class="block">Event for when an Enderman teleports or an ender pearl is used.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living">LivingAttackEvent</a></td> +<td class="colLast"> +<div class="block">LivingAttackEvent is fired when a living Entity is attacked.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living">LivingDeathEvent</a></td> +<td class="colLast"> +<div class="block">LivingDeathEvent is fired when an Entity dies.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living">LivingDropsEvent</a></td> +<td class="colLast"> +<div class="block">LivingDropsEvent is fired when an Entity's death causes dropped items to appear.<br> + This event is fired whenever an Entity dies and drops items in + EntityLivingBase#onDeath(DamageSource).<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingDrops(EntityLivingBase, DamageSource, ArrayList<EntityItem>, int, boolean, int)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#source"><code>LivingDropsEvent.source</code></a> contains the DamageSource that caused the drop to occur.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#drops"><code>LivingDropsEvent.drops</code></a> contains the ArrayList of EntityItems that will be dropped.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#lootingLevel"><code>LivingDropsEvent.lootingLevel</code></a> contains the amount of loot that will be dropped.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#recentlyHit"><code>LivingDropsEvent.recentlyHit</code></a> determines whether the Entity doing the drop has recently been damaged.<br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html#specialDropValue"><code>LivingDropsEvent.specialDropValue</code></a> contains the special drop value for this even.<br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity does not drop anything.<br> + <br> + This event does not have a result.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></td> +<td class="colLast"> +<div class="block">LivingEvent is fired whenever an event involving Living entities occurs.<br> + If a method utilizes this <code>Event</code> as its parameter, the method will + receive every child event of this class.<br> + <br> + All children of this event are fired on the <code>MinecraftForge#EVENT_BUS</code>.<br></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a></td> +<td class="colLast"> +<div class="block">LivingJumpEvent is fired when an Entity jumps.<br> + This event is fired whenever an Entity jumps in + EntityLivingBase#jump(), EntityMagmaCube#jump(), + and EntityHorse#jump().<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingJump(EntityLivingBase)</code>.<br> + <br> + This event is not <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + <br> + This event does not have a result.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></td> +<td class="colLast"> +<div class="block">LivingUpdateEvent is fired when an Entity is updated.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living">LivingFallEvent</a></td> +<td class="colLast"> +<div class="block">LivingFallEvent is fired when an Entity is set to be falling.<br> + This event is fired whenever an Entity is set to fall in + EntityLivingBase#fall(float).<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingFall(EntityLivingBase, float)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html#distance"><code>LivingFallEvent.distance</code></a> contains the distance the Entity is to fall.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living">LivingHealEvent</a></td> +<td class="colLast"> +<div class="block">LivingHealEvent is fired when an Entity is set to be healed.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living">LivingHurtEvent</a></td> +<td class="colLast"> +<div class="block">LivingHurtEvent is fired when an Entity is set to be hurt.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living">LivingPackSizeEvent</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSetAttackTargetEvent</a></td> +<td class="colLast"> +<div class="block">LivingSetAttackTargetEvent is fired when an Entity sets a target to attack.<br> + This event is fired whenever an Entity sets a target to attack in + EntityLiving#setAttackTarget(EntityLivingBase) and + EntityLivingBase#setRevengeTarget(EntityLivingBase).<br> + <br> + This event is fired via the <code>ForgeHooks#onLivingSetAttackTarget(EntityLivingBase, EntityLivingBase)</code>.<br> + <br> + <a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html#target"><code>LivingSetAttackTargetEvent.target</code></a> contains the newly targeted Entity.<br> + <br> + This event is not <code>Cancelable</code>.<br> + <br> + This event does not have a result.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent</a></td> +<td class="colLast"> +<div class="block">LivingSpawnEvent is fired whenever a living Entity is spawned.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.AllowDespawn</a></td> +<td class="colLast"> +<div class="block">Fired each tick for despawnable mobs to allow control over despawning.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.CheckSpawn</a></td> +<td class="colLast"> +<div class="block">Fires before mob spawn events.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living">LivingSpawnEvent.SpecialSpawn</a></td> +<td class="colLast"> +<div class="block">SpecialSpawn is fired when an Entity is to be spawned from a mob spawner.<br> + This event is fired whenever an Entity is spawned in a mob spawner in<br> + SpawnerAnimals#findChunksForSpawning(WorldServer, boolean, boolean, boolean).<br> + <br> + This event is fired via the <code>ForgeHooks#doSpecialSpawn(EntityLiving, World, float, float, float)</code>.<br> + <br> + This event is <a href="../../../../../cpw/mods/fml/common/eventhandler/Cancelable.html" title="annotation in cpw.mods.fml.common.eventhandler"><code>Cancelable</code></a>.<br> + If this event is canceled, the Entity is not spawned.<br> + <br> + This event does not have a result.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent</a></td> +<td class="colLast"> +<div class="block">ZombieEvent is fired whenever a zombie is spawned for aid.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living">ZombieEvent.SummonAidEvent</a></td> +<td class="colLast"> +<div class="block">SummonAidEvent is fired when a Zombie Entity is summoned.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= 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 class="navBarCell1Rev">Package</li> +<li>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/minecraftforge/event/entity/item/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/minecart/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/javadoc/net/minecraftforge/event/entity/living/package-tree.html b/javadoc/net/minecraftforge/event/entity/living/package-tree.html new file mode 100644 index 0000000..5af11bc --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/living/package-tree.html @@ -0,0 +1,160 @@ +<!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:25 EST 2015 --> +<title>net.minecraftforge.event.entity.living Class Hierarchy (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="net.minecraftforge.event.entity.living Class Hierarchy (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</li> +<li class="navBarCell1Rev">Tree</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/minecraftforge/event/entity/item/package-tree.html">Prev</a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/minecart/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 class="title">Hierarchy For Package net.minecraftforge.event.entity.living</h1> +<span class="strong">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">java.lang.Object +<ul> +<li type="circle">cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler"><span class="strong">Event</span></a> +<ul> +<li type="circle">net.minecraftforge.event.entity.<a href="../../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity"><span class="strong">EntityEvent</span></a> +<ul> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingEvent</span></a> +<ul> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/EnderTeleportEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">EnderTeleportEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingAttackEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingAttackEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingDeathEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingDeathEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingDropsEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingDropsEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingEvent.LivingJumpEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingEvent.LivingUpdateEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingFallEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingFallEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingHealEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingHealEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingHurtEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingHurtEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingPackSizeEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingPackSizeEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSetAttackTargetEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingSetAttackTargetEvent</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingSpawnEvent</span></a> +<ul> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.AllowDespawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingSpawnEvent.AllowDespawn</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.CheckSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingSpawnEvent.CheckSpawn</span></a></li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/LivingSpawnEvent.SpecialSpawn.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingSpawnEvent.SpecialSpawn</span></a></li> +</ul> +</li> +</ul> +</li> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">ZombieEvent</span></a> +<ul> +<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../../net/minecraftforge/event/entity/living/ZombieEvent.SummonAidEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">ZombieEvent.SummonAidEvent</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= 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</li> +<li class="navBarCell1Rev">Tree</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/minecraftforge/event/entity/item/package-tree.html">Prev</a></li> +<li><a href="../../../../../net/minecraftforge/event/entity/minecart/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?net/minecraftforge/event/entity/living/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> |
