mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-12-05 00:23:24 +01:00
16 lines
471 B
ReStructuredText
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 |