14struct PlayerInteractEvent {
18 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mPlayer;
19 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mTargetEntity;
20 ::ll::TypedStorage<8, 152, ::ItemStack> mItem;
25 PlayerInteractEvent& operator=(PlayerInteractEvent
const&);
26 PlayerInteractEvent();
31 MCAPI PlayerInteractEvent(::PlayerInteractEvent
const&);
33 MCAPI ~PlayerInteractEvent();
39 MCFOLD
void* $ctor(::PlayerInteractEvent
const&);
Definition EntityContext.h:16