3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/NodeId.h"
16 using RequirementCallback = ::std::function<bool(::PointerHeldScreenEventData
const&, ::std::string
const&,
int)>;
21 ::ll::TypedStorage<8, 64, ::std::function<bool(::PointerHeldScreenEventData
const&, ::std::string
const&,
int)>>
23 ::ll::TypedStorage<4, 4, ::NodeId> mTargetNode;
24 ::ll::TypedStorage<4, 4, int> mPriority;
29 PointerHeldEdge& operator=(PointerHeldEdge
const&);
30 PointerHeldEdge(PointerHeldEdge
const&);
36 MCFOLD ::PointerHeldEdge& operator=(::PointerHeldEdge&&);
38 MCAPI ~PointerHeldEdge();
Definition PointerHeldEdge.h:5
Definition PointerHeldScreenEventData.h:5