pyCraft/docs/example.rst
2020-08-28 00:02:53 +12:00

16 lines
471 B
ReStructuredText

Example Implementations
=======================
.. currentmodule:: examples.Player
.. _Players: https://github.com/ammaraskar/pyCraft/blob/master/examples/Player.py
Simple Player Class
~~~~~~~~~~~~~~~~~~~~
This implements all the required functionality to connect and maintain a connection
to a given server. This also handles the parsing of chat and then prints it to the screen.
.. automodule:: examples.Player
:members:
See Players_ file for the implementation