feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

Implement swap item in hand #491

Closed qualterz closed 2 years ago

qualterz commented 2 years ago

Implement swap item in hand

Status

Description

Implements handling of SwapItemInHand status.

Checklist

Defman commented 2 years ago

Use std::mem::swap instead of cloning both itemstacks.