3#include "ll/api/event/Cancellable.h"
4#include "ll/api/event/player/PlayerEvent.h"
6#include "mc/world/actor/item/ItemActor.h"
8namespace ll::event::inline player {
17 : Cancellable(player),
18 mItemActor(itemActor),
20 mFavoredSlot(favoredSlot) {}
23 LLAPI
void deserialize(
CompoundTag const&)
override;
26 LLNDAPI
int& orgCount()
const;
27 LLNDAPI
int& favoredSlot()
const;
Definition CompoundTag.h:13
Definition ItemActor.h:27
Definition PlayerPickUpItemEvent.h:10
Definition serialize.h:11