3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
11namespace Editor::Cursor {
struct AttachmentProperties; }
12namespace Editor::Cursor {
struct CursorState; }
15namespace Editor::Cursor {
53 virtual ::Scripting::Result_deprecated<::BlockPos> moveCursor(::glm::ivec3
const& offset);
67 MCNAPI ::Scripting::Result_deprecated<::BlockPos>
$moveCursor(::glm::ivec3
const& offset);
MCAPI ::Scripting::Result_deprecated<::BlockPos > $moveCursor(::glm::ivec3 const &offset)
MCAPI void $setCursorState(::Editor::Cursor::CursorState &&state)
MCAPI void $setAttachmentProperties(::Editor::Cursor::AttachmentProperties const &props)
MCAPI void $setAttachmentProperties(::Editor::Cursor::AttachmentProperties &&props)
static MCAPI void ** $vftable()
MCAPI void $setCursorState(::Editor::Cursor::CursorState const &state)
Definition AttachmentProperties.h:7
Definition CursorState.h:12