pyCraft/minecraft/networking/packets/clientbound
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
..
handshake Fix: client.handshake.get_packets returns a dict instead of a set. 2018-01-13 01:02:00 +00:00
login Add support for Minecraft 1.13 and 1.13-pre3 to pre10 (protocols 385 to 393). 2018-07-19 09:50:13 +01:00
play Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
status better packet names to match new packet structure 2017-08-09 16:33:41 +01:00
__init__.py fix broken tests 2017-08-09 16:33:41 +01:00