mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-17 20:31:29 +01:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
connection.py | ||
datatypes.py | ||
encryption.py | ||
packets.py | ||
types.py |