pyCraft/minecraft/networking/packets/clientbound/play
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
..
__init__.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
block_change_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
combat_event_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
explosion_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
face_player_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
map_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
player_list_item_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
player_position_and_look_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00
sound_effect_packet.py Improve test coverage wrt protocol versions; other fixes/improvements 2019-05-14 18:41:58 +02:00
spawn_object_packet.py Improve metadata and auxiliary methods of existing packets. 2019-06-08 15:39:24 +02:00