Koboo
Koboo
I've added a test, to ensure no close event is fired during the `Player.openInventory(..)` call. 😄
So if I understand correctly: 1. Remove `InventorySwapEvent` 2. Add `InventoryOpenEvent.getOldInventory()` wrapper call for `Player.getOpenInventory()` 3. Document the behaviour on `InventoryOpenEvent` and `Player.openInventory(..)` javadocs I can do that, but I'm...
I think I wrote it a lilttle bit misleading. The question I mentioned is an example question a user could ask himself. If we use the InventoryOpenEvent wrapper method for...
I've implemented the delegation method in the `InventoryOpenEvent`, added javadocs to the `player.setInventory(Inventory inventory)` method and updated my Tests. :)
Hey @Wackymax Could you update the PR to directly update `flutter_map` to `^7.0.2` and `latlong2` to version `0.9.1`. Both are the newest versions.