pyCraft/minecraft/networking
joodicator e3d2b1a368 Improve metadata and auxiliary methods of existing packets.
* Add multi-attribute aliases to some packets, for user convenience.
* Add support for writing PlayerListItemPacket.
* Add 'fields' attributes to manually-read/written packet classes,
  implementing 'field_string' where appropriate to allow enable the
  default __repr__ implementation.
* Modify data constructors where appropriate so that __repr__
  implementations match their constructor protocols.
* Improve comments on type aliases within packet classes.
* Add/modify tests to cover the new functionality.
2019-06-08 15:39:24 +02:00
..
packets Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
types Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
__init__.py Things look slightly more legit... 2015-04-06 15:27:42 +02:00
connection.py Improve test coverage wrt protocol versions; other fixes/improvements 2019-05-14 18:41:58 +02:00
encryption.py Add full connection tests with encryption enabled. 2018-05-27 03:30:43 +01:00