summaryrefslogtreecommitdiff
path: root/javadoc/net/minecraft/pathfinding/PathNavigate.html
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-06-17 08:12:18 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-06-17 08:12:18 +0300
commitdc3df3edd5843bde0c1335d6a8e460b2c832aa48 (patch)
treeaf13bfeee567f2351e35e1ef176d168fe37c8aac /javadoc/net/minecraft/pathfinding/PathNavigate.html
parent1da8dcd58647e34c9af94ceeecaeaf3b0d08c48c (diff)
full project files
Diffstat (limited to 'javadoc/net/minecraft/pathfinding/PathNavigate.html')
-rw-r--r--javadoc/net/minecraft/pathfinding/PathNavigate.html491
1 files changed, 491 insertions, 0 deletions
diff --git a/javadoc/net/minecraft/pathfinding/PathNavigate.html b/javadoc/net/minecraft/pathfinding/PathNavigate.html
new file mode 100644
index 0000000..e1b43db
--- /dev/null
+++ b/javadoc/net/minecraft/pathfinding/PathNavigate.html
@@ -0,0 +1,491 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:10 EST 2015 -->
+<title>PathNavigate (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="PathNavigate (Forge API)";
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!-- -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../net/minecraft/pathfinding/PathFinder.html" title="class in net.minecraft.pathfinding"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../net/minecraft/pathfinding/PathPoint.html" title="class in net.minecraft.pathfinding"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?net/minecraft/pathfinding/PathNavigate.html" target="_top">Frames</a></li>
+<li><a href="PathNavigate.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">net.minecraft.pathfinding</div>
+<h2 title="Class PathNavigate" class="title">Class PathNavigate</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>net.minecraft.pathfinding.PathNavigate</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">PathNavigate</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#PathNavigate(net.minecraft.entity.EntityLiving,%20net.minecraft.world.World)">PathNavigate</a></strong>(<a href="../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a>&nbsp;p_i1671_1_,
+ <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a>&nbsp;p_i1671_2_)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#clearPathEntity()">clearPathEntity</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#getAvoidsWater()">getAvoidsWater</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#getCanBreakDoors()">getCanBreakDoors</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a></code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#getPath()">getPath</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#getPathSearchRange()">getPathSearchRange</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a></code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#getPathToEntityLiving(net.minecraft.entity.Entity)">getPathToEntityLiving</a></strong>(<a href="../../../net/minecraft/entity/Entity.html" title="class in net.minecraft.entity">Entity</a>&nbsp;p_75494_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a></code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#getPathToXYZ(double,%20double,%20double)">getPathToXYZ</a></strong>(double&nbsp;p_75488_1_,
+ double&nbsp;p_75488_3_,
+ double&nbsp;p_75488_5_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#noPath()">noPath</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#onUpdateNavigation()">onUpdateNavigation</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#setAvoidSun(boolean)">setAvoidSun</a></strong>(boolean&nbsp;p_75504_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#setAvoidsWater(boolean)">setAvoidsWater</a></strong>(boolean&nbsp;p_75491_1_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#setBreakDoors(boolean)">setBreakDoors</a></strong>(boolean&nbsp;p_75498_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#setCanSwim(boolean)">setCanSwim</a></strong>(boolean&nbsp;p_75495_1_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#setEnterDoors(boolean)">setEnterDoors</a></strong>(boolean&nbsp;p_75490_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#setPath(net.minecraft.pathfinding.PathEntity,%20double)">setPath</a></strong>(<a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a>&nbsp;p_75484_1_,
+ double&nbsp;p_75484_2_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#setSpeed(double)">setSpeed</a></strong>(double&nbsp;p_75489_1_)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#tryMoveToEntityLiving(net.minecraft.entity.Entity,%20double)">tryMoveToEntityLiving</a></strong>(<a href="../../../net/minecraft/entity/Entity.html" title="class in net.minecraft.entity">Entity</a>&nbsp;p_75497_1_,
+ double&nbsp;p_75497_2_)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../net/minecraft/pathfinding/PathNavigate.html#tryMoveToXYZ(double,%20double,%20double,%20double)">tryMoveToXYZ</a></strong>(double&nbsp;p_75492_1_,
+ double&nbsp;p_75492_3_,
+ double&nbsp;p_75492_5_,
+ double&nbsp;p_75492_7_)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="PathNavigate(net.minecraft.entity.EntityLiving, net.minecraft.world.World)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PathNavigate</h4>
+<pre>public&nbsp;PathNavigate(<a href="../../../net/minecraft/entity/EntityLiving.html" title="class in net.minecraft.entity">EntityLiving</a>&nbsp;p_i1671_1_,
+ <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a>&nbsp;p_i1671_2_)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="setAvoidsWater(boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAvoidsWater</h4>
+<pre>public&nbsp;void&nbsp;setAvoidsWater(boolean&nbsp;p_75491_1_)</pre>
+</li>
+</ul>
+<a name="getAvoidsWater()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAvoidsWater</h4>
+<pre>public&nbsp;boolean&nbsp;getAvoidsWater()</pre>
+</li>
+</ul>
+<a name="setBreakDoors(boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBreakDoors</h4>
+<pre>public&nbsp;void&nbsp;setBreakDoors(boolean&nbsp;p_75498_1_)</pre>
+</li>
+</ul>
+<a name="setEnterDoors(boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEnterDoors</h4>
+<pre>public&nbsp;void&nbsp;setEnterDoors(boolean&nbsp;p_75490_1_)</pre>
+</li>
+</ul>
+<a name="getCanBreakDoors()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCanBreakDoors</h4>
+<pre>public&nbsp;boolean&nbsp;getCanBreakDoors()</pre>
+</li>
+</ul>
+<a name="setAvoidSun(boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAvoidSun</h4>
+<pre>public&nbsp;void&nbsp;setAvoidSun(boolean&nbsp;p_75504_1_)</pre>
+</li>
+</ul>
+<a name="setSpeed(double)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSpeed</h4>
+<pre>public&nbsp;void&nbsp;setSpeed(double&nbsp;p_75489_1_)</pre>
+</li>
+</ul>
+<a name="setCanSwim(boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCanSwim</h4>
+<pre>public&nbsp;void&nbsp;setCanSwim(boolean&nbsp;p_75495_1_)</pre>
+</li>
+</ul>
+<a name="getPathSearchRange()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPathSearchRange</h4>
+<pre>public&nbsp;float&nbsp;getPathSearchRange()</pre>
+</li>
+</ul>
+<a name="getPathToXYZ(double, double, double)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPathToXYZ</h4>
+<pre>public&nbsp;<a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a>&nbsp;getPathToXYZ(double&nbsp;p_75488_1_,
+ double&nbsp;p_75488_3_,
+ double&nbsp;p_75488_5_)</pre>
+</li>
+</ul>
+<a name="tryMoveToXYZ(double, double, double, double)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>tryMoveToXYZ</h4>
+<pre>public&nbsp;boolean&nbsp;tryMoveToXYZ(double&nbsp;p_75492_1_,
+ double&nbsp;p_75492_3_,
+ double&nbsp;p_75492_5_,
+ double&nbsp;p_75492_7_)</pre>
+</li>
+</ul>
+<a name="getPathToEntityLiving(net.minecraft.entity.Entity)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPathToEntityLiving</h4>
+<pre>public&nbsp;<a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a>&nbsp;getPathToEntityLiving(<a href="../../../net/minecraft/entity/Entity.html" title="class in net.minecraft.entity">Entity</a>&nbsp;p_75494_1_)</pre>
+</li>
+</ul>
+<a name="tryMoveToEntityLiving(net.minecraft.entity.Entity, double)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>tryMoveToEntityLiving</h4>
+<pre>public&nbsp;boolean&nbsp;tryMoveToEntityLiving(<a href="../../../net/minecraft/entity/Entity.html" title="class in net.minecraft.entity">Entity</a>&nbsp;p_75497_1_,
+ double&nbsp;p_75497_2_)</pre>
+</li>
+</ul>
+<a name="setPath(net.minecraft.pathfinding.PathEntity, double)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPath</h4>
+<pre>public&nbsp;boolean&nbsp;setPath(<a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a>&nbsp;p_75484_1_,
+ double&nbsp;p_75484_2_)</pre>
+</li>
+</ul>
+<a name="getPath()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPath</h4>
+<pre>public&nbsp;<a href="../../../net/minecraft/pathfinding/PathEntity.html" title="class in net.minecraft.pathfinding">PathEntity</a>&nbsp;getPath()</pre>
+</li>
+</ul>
+<a name="onUpdateNavigation()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>onUpdateNavigation</h4>
+<pre>public&nbsp;void&nbsp;onUpdateNavigation()</pre>
+</li>
+</ul>
+<a name="noPath()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>noPath</h4>
+<pre>public&nbsp;boolean&nbsp;noPath()</pre>
+</li>
+</ul>
+<a name="clearPathEntity()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>clearPathEntity</h4>
+<pre>public&nbsp;void&nbsp;clearPathEntity()</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/minecraft/pathfinding/PathFinder.html" title="class in net.minecraft.pathfinding"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../net/minecraft/pathfinding/PathPoint.html" title="class in net.minecraft.pathfinding"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?net/minecraft/pathfinding/PathNavigate.html" target="_top">Frames</a></li>
+<li><a href="PathNavigate.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>