16struct BlockTryDestroyByPlayerEvent {
20 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mPlayer;
21 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
22 ::ll::TypedStorage<4, 12, ::BlockPos const> mPos;
23 ::ll::TypedStorage<8, 152, ::ItemStack> mItemUsed;
28 BlockTryDestroyByPlayerEvent& operator=(BlockTryDestroyByPlayerEvent
const&);
29 BlockTryDestroyByPlayerEvent(BlockTryDestroyByPlayerEvent
const&);
30 BlockTryDestroyByPlayerEvent();
35 MCAPI ~BlockTryDestroyByPlayerEvent();
Definition EntityContext.h:17