3#include "ll/api/event/Cancellable.h"
4#include "ll/api/event/player/PlayerClickEvent.h"
6#include "mc/world/actor/player/Player.h"
7#include "mc/world/level/BlockPos.h"
8#include "mc/world/level/block/Block.h"
10namespace ll::event::inline player {
31 : Cancellable(player, pos),
36 LLNDAPI uchar
const& face()
const;
40 Block const& mPlacedBlock;
45 mPlacedBlock(placedBlock) {}
49 LLNDAPI
Block const& placedBlock()
const;
Definition CompoundTag.h:13
Definition PlayerPlaceBlockEvent.h:12
Definition PlayerPlaceBlockEvent.h:39
Definition PlayerPlaceBlockEvent.h:26
Definition PlayerClickEvent.h:11
Definition serialize.h:11