/* 0x21 */
registerPacket(EntityRelativePositionYawCodec.class, new EntityRelativePositionYawHandler()); //TODO same as above
/* 0x22 */
registerPacket(EntityTeleportCodec.class, new EntityTeleportHandler());
/* 0x23 */
registerPacket(EntityHeadYawCodec.class, new EntityHeadYawHandler()); //TODO same as above
/* 0x26 */
registerPacket(EntityStatusCodec.class, new EntityStatusHandler());
/* 0x27 */
registerPacket(EntityAttachEntityCodec.class, new EntityAttachEntityHandler());
/* 0x28 */