It seems that after some commits (due to update from legacy protocol of 47) some packets such as RelativeEntityMoveLook seem to be unavailable through PacketWrapper as the NMS-objects' signatures differ from those being now.
At current I am working on a PR to fix this issues whose idea is to check version (in optimized way) when using getters/setters and so allow current wrapper clases with their current signatures be used for older versions too.
This Issue's target is to ask whether this will (if done) be merged into PacketWrapper's master?