14class BlockEventDispatcherToken {
18 ::ll::TypedStorage<4, 4, int> mHandle;
19 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::BlockEventDispatcher>> mDispatcher;
24 BlockEventDispatcherToken& operator=(BlockEventDispatcherToken
const&);
25 BlockEventDispatcherToken(BlockEventDispatcherToken
const&);
30 MCAPI BlockEventDispatcherToken();
32 MCAPI BlockEventDispatcherToken(::BlockEventDispatcherToken&& rhs);
34 MCAPI ::BlockEventDispatcher* getDispatcher()
const;
36 MCFOLD
int getHandle()
const;
38 MCAPI
bool isValid()
const;
40 MCAPI ::BlockEventDispatcherToken& operator=(::BlockEventDispatcherToken&& rhs);
42 MCAPI
void unregister();
44 MCAPI ~BlockEventDispatcherToken();
52 MCAPI
void* $ctor(::BlockEventDispatcherToken&& rhs);