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&);
26 BlockEventDispatcherToken();
31 MCAPI ::BlockEventDispatcherToken& operator=(::BlockEventDispatcherToken&& rhs);
33 MCAPI
void unregister();
35 MCAPI ~BlockEventDispatcherToken();