pyCraft/minecraft/networking/packets/clientbound
joodicator 612fa8e324 Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477)
This commit introduces two backward-incompatible changes which may break
existing code:

(1) `networking.packets.clientbound.play.SpawnObjectPacket.EntityType'
is no longer accessible as an attribute of the the `SpawnObjectPacket'
class: the values now depend on a `ConnectionContext`, and must be
accessed through an instance, or using `SpawnObjectPacket.field_enum'.
See the text of the `AttributeError` raised from the descriptor for
`SpawnObjectPacket.EntityType` for the full details.

(2) For some subclasses of `networking.types.Type', it is necessary to
call the methods `read_with_context' and `send_with_context' instead of
`read' and `send', supplying a `ConnectionContext' for those data types
- currently only `Position` - whose layout depends on it.
2019-05-11 08:43:51 +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 Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477) 2019-05-11 08:43:51 +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