Updated docs.

master
Robert Zenz 2015-11-09 22:53:07 +01:00
parent 1746f7d748
commit 17f5ec7449
1 changed files with 45 additions and 0 deletions

View File

@ -52,6 +52,10 @@
<h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#blop">blop (position, item)</a></td>
<td class="summary">Blops the given item into existence.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#drop">drop (position, stacks)</a></td>
<td class="summary">Drops the given ItemStacks at the given position, based on the settings.</td>
@ -81,6 +85,10 @@
<td class="name" nowrap><a href="#split">split</a></td>
<td class="summary">The split method that is used.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#velocity">velocity</a></td>
<td class="summary">The maximum velocity for new spawned items, defaults to 4, 3, 4.</td>
</tr>
</table>
<br/>
@ -89,6 +97,29 @@
<h2><a name="Functions"></a>Functions</h2>
<dl class="function">
<dt>
<a name = "blop"></a>
<strong>blop (position, item)</strong>
</dt>
<dd>
Blops the given item into existence.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">position</span>
The position at which the item should be spawned.
</li>
<li><span class="parameter">item</span>
The item to spawn.
</li>
</ul>
</dd>
<dt>
<a name = "drop"></a>
<strong>drop (position, stacks)</strong>
@ -236,6 +267,20 @@
</dd>
<dt>
<a name = "velocity"></a>
<strong>velocity</strong>
</dt>
<dd>
The maximum velocity for new spawned items, defaults to 4, 3, 4.
</dd>
</dl>