pyCraft/minecraft/networking/packets/clientbound
Zachy 7361f761f5 Implement type 'Angle', packet 'EntityLookPacket' and fix Packet Types
Remarks: I chose to implement an angle between 0-360 degrees as opposed to -180 - 180. linear transformation, the maths was far simpler converting an UnsignedByte into positive values instead of a Byte into negative and positive
2019-05-15 13:51:31 +01: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 Implement type 'Angle', packet 'EntityLookPacket' and fix Packet Types 2019-05-15 13:51:31 +01: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