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();
34 MCAPI BlockTryDestroyByPlayerEvent(::BlockTryDestroyByPlayerEvent&&);
36 MCAPI BlockTryDestroyByPlayerEvent(::BlockTryDestroyByPlayerEvent
const&);
38 MCAPI ~BlockTryDestroyByPlayerEvent();
44 MCAPI
void* $ctor(::BlockTryDestroyByPlayerEvent&&);
46 MCAPI
void* $ctor(::BlockTryDestroyByPlayerEvent
const&);
Definition EntityContext.h:16