mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
55ff270f16
Removed unused import (SerializationError) We now check if Datatype.SIZE is a number using ABC. Added 2 decorators for raising serialized and deserialized data exceptions. Datatype.SIZE can now be either a number or a sequence. If sequence, first value is MIN_SIZE and second value is MAX_SIZE VarInt.serialize now raises ValueError instead of SerializationError when number is too big to serialize. |
||
---|---|---|
.. | ||
encryption | ||
__init__.py | ||
compat.py | ||
test_authentication.py | ||
test_compat.py | ||
test_connection.py | ||
test_datatypes.py | ||
test_encryption.py | ||
test_exceptions.py | ||
test_packets.py | ||
test_serialization.py | ||
test_version.py |