BedrockProtocol
BedrockProtocol copied to clipboard
Make MoveActorDeltaPacket less obnoxious to use
It's possible to make each of the fields nullable, and build the flags dynamically based on the given inputs, rather than requiring the caller to set them. This would require much less code at call sites, and be much less error-prone.