<li><ahref="../../../../com/comphenix/protocol/wrappers/BukkitConverters.html"title="class in com.comphenix.protocol.wrappers"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/wrappers/WrappedChunkCoordinate.html"title="class in com.comphenix.protocol.wrappers"><spanclass="strong">Next Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a></code></td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html#add(com.comphenix.protocol.wrappers.ChunkPosition)">add</a></strong>(<ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> other)</code>
<divclass="block">Adds the current position and a given position together, producing a result position.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a></code></td>
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/reflect/EquivalentConverter.html"title="interface in com.comphenix.protocol.reflect">EquivalentConverter</a><<ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a>></code></td>
<tdclass="colFirst"><code><ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a></code></td>
<divclass="block">Multiply each dimension in the current position by the given factor.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html#subtract(com.comphenix.protocol.wrappers.ChunkPosition)">subtract</a></strong>(<ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> other)</code>
<divclass="block">Adds the current position and a given position together, producing a result position.</div>
<pre>public static <ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> ORIGIN</pre>
<divclass="block">Represents the null (0, 0, 0) origin.</div>
</li>
</ul>
<aname="x">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>x</h4>
<pre>protected final int x</pre>
</li>
</ul>
<aname="y">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>y</h4>
<pre>protected final int y</pre>
</li>
</ul>
<aname="z">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>z</h4>
<pre>protected final int z</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ulclass="blockList">
<liclass="blockList"><aname="constructor_detail">
<!---->
</a>
<h3>Constructor Detail</h3>
<aname="ChunkPosition(int, int, int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ChunkPosition</h4>
<pre>public ChunkPosition(int x,
int y,
int z)</pre>
<divclass="block">Construct an immutable 3D vector.</div>
<pre>public <ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> add(<ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> other)</pre>
<divclass="block">Adds the current position and a given position together, producing a result position.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>other</code> - - the other position.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>The new result position.</dd></dl>
<pre>public <ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> subtract(<ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> other)</pre>
<divclass="block">Adds the current position and a given position together, producing a result position.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>other</code> - - the other position.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>The new result position.</dd></dl>
</li>
</ul>
<aname="multiply(int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>multiply</h4>
<pre>public <ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> multiply(int factor)</pre>
<divclass="block">Multiply each dimension in the current position by the given factor.</div>
<dt><spanclass="strong">Returns:</span></dt><dd>The new result.</dd></dl>
</li>
</ul>
<aname="divide(int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>divide</h4>
<pre>public <ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a> divide(int divisor)</pre>
<divclass="block">Divide each dimension in the current position by the given divisor.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>divisor</code> - - the divisor.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>The new result.</dd></dl>
</li>
</ul>
<aname="getConverter()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getConverter</h4>
<pre>public static <ahref="../../../../com/comphenix/protocol/reflect/EquivalentConverter.html"title="interface in com.comphenix.protocol.reflect">EquivalentConverter</a><<ahref="../../../../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a>> getConverter()</pre>
<divclass="block">Used to convert between NMS ChunkPosition and the wrapper instance.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>A new converter.</dd></dl>
<li><ahref="../../../../com/comphenix/protocol/wrappers/BukkitConverters.html"title="class in com.comphenix.protocol.wrappers"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/wrappers/WrappedChunkCoordinate.html"title="class in com.comphenix.protocol.wrappers"><spanclass="strong">Next Class</span></a></li>