15struct PlayerInteractWithBlockBeforeEvent {
19 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mPlayer;
20 ::ll::TypedStorage<4, 12, ::Vec3> mBlockLocation;
21 ::ll::TypedStorage<1, 1, uchar> mBlockFace;
22 ::ll::TypedStorage<4, 12, ::Vec3> mFaceLocation;
23 ::ll::TypedStorage<8, 152, ::ItemStack> mItem;
24 ::ll::TypedStorage<1, 1, bool> mIsFirstEvent;
29 PlayerInteractWithBlockBeforeEvent& operator=(PlayerInteractWithBlockBeforeEvent
const&);
30 PlayerInteractWithBlockBeforeEvent();
35 MCAPI PlayerInteractWithBlockBeforeEvent(::PlayerInteractWithBlockBeforeEvent
const&);
37 MCAPI ~PlayerInteractWithBlockBeforeEvent();
43 MCAPI
void* $ctor(::PlayerInteractWithBlockBeforeEvent
const&);
Definition EntityContext.h:16