LeviLamina
Loading...
Searching...
No Matches
ScriptAimAssistPreset.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
7
8// auto generated forward declare list
9// clang-format off
10class ServerLevel;
11namespace Scripting { struct ClassBinding; }
12namespace SharedTypes::v1_21_120 { struct CameraAimAssistPresetDefinition; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
17class ScriptAimAssistPreset {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ServerLevel*>> mLevel;
22 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ScriptAimAssistPreset& operator=(ScriptAimAssistPreset const&);
28 ScriptAimAssistPreset(ScriptAimAssistPreset const&);
29 ScriptAimAssistPreset();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::SharedTypes::v1_21_120::CameraAimAssistPresetDefinition const* _getPresetDefinition() const;
35
36 MCAPI ::Scripting::Result_deprecated<::std::optional<::std::string>> getDefaultItemSettings() const;
37
38 MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string>> getExcludedBlockTagTargets() const;
39
40 MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string>> getExcludedBlockTargets() const;
41
42 MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string>> getExcludedEntityTargets() const;
43
44 MCAPI ::Scripting::Result_deprecated<::std::optional<::std::string>> getHandSettings() const;
45
46 MCAPI ::Scripting::Result_deprecated<::std::unordered_map<::std::string, ::std::string>> getItemSettings() const;
47
48 MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string>> getLiquidTargetingItems() const;
49
50 MCFOLD ::ScriptModuleMinecraft::ScriptAimAssistPreset& operator=(::ScriptModuleMinecraft::ScriptAimAssistPreset&&);
51 // NOLINTEND
52
53public:
54 // static functions
55 // NOLINTBEGIN
56 MCAPI static ::Scripting::ClassBinding bind();
57 // NOLINTEND
58};
59
60} // namespace ScriptModuleMinecraft
Definition ScriptAimAssistPreset.h:17
Definition ServerLevel.h:50
Definition ClassBinding.h:19
Definition CameraAimAssistPresetDefinition.h:20