124 lines
3.8 KiB
HTML
124 lines
3.8 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Welcome to the MineHost Interface documentation! — MineHost Interface 1.0.0 documentation</title>
|
|
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<script id="documentation_options" data-url_root="#" src="_static/documentation_options.js"></script>
|
|
<script src="_static/jquery.js"></script>
|
|
<script src="_static/underscore.js"></script>
|
|
<script src="_static/doctools.js"></script>
|
|
<script src="_static/language_data.js"></script>
|
|
<link rel="index" title="Index" href="genindex/" />
|
|
<link rel="search" title="Search" href="search/" />
|
|
<link rel="next" title="API Reference" href="api/" />
|
|
|
|
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
|
|
</head><body>
|
|
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
|
|
|
|
<div class="body" role="main">
|
|
|
|
<div class="section" id="welcome-to-the-minehost-interface-documentation">
|
|
<h1>Welcome to the MineHost Interface documentation!<a class="headerlink" href="#welcome-to-the-minehost-interface-documentation" title="Permalink to this headline">¶</a></h1>
|
|
<p>This is a small personal project so only the api is documented.
|
|
Additional pages will only be added if there is a significant number of people that want it.</p>
|
|
<p>If you want to contribute, just make a push request to the repository on github.</p>
|
|
<div class="section" id="api">
|
|
<h2>API<a class="headerlink" href="#api" title="Permalink to this headline">¶</a></h2>
|
|
<div class="toctree-wrapper compound">
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="api/">API Reference</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="api/#session">Session</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api/#account">Account</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api/#mcserver">MCServer</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api/#commandsender">CommandSender</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api/#exceptions">Exceptions</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
<div class="sphinxsidebarwrapper">
|
|
<h1 class="logo"><a href="#">MineHost Interface</a></h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="api/">API Reference</a></li>
|
|
</ul>
|
|
|
|
<div class="relations">
|
|
<h3>Related Topics</h3>
|
|
<ul>
|
|
<li><a href="#">Documentation overview</a><ul>
|
|
<li>Next: <a href="api/" title="next chapter">API Reference</a></li>
|
|
</ul></li>
|
|
</ul>
|
|
</div>
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="search/" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" />
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script>$('#searchbox').show(0);</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="footer">
|
|
©2020, Rokas Puzonas.
|
|
|
|
|
|
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.1.2</a>
|
|
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
|
|
|
|
|
|
<a href="_sources/index.rst.txt"
|
|
rel="nofollow">Page source</a>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |