LeviLamina
Loading...
Searching...
No Matches
ScriptMatchToolCondition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/loot_tables/conditions/ScriptLootItemCondition.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptEnchantInfo; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEnchantInfo>>
37
38 MCNAPI ::std::vector<::std::string> const getItemTagsAll();
39
40 MCNAPI ::std::vector<::std::string> const getItemTagsAny() const;
41
42 MCNAPI ::std::vector<::std::string> const getItemTagsNone() const;
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static ::Scripting::ClassBinding bind();
49 // NOLINTEND
50};
51
52} // namespace ScriptModuleMinecraft
Definition ScriptLootItemCondition.h:12
Definition ScriptMatchToolCondition.h:17
static MCAPI ::Scripting::ClassBinding bind()
MCAPI ::std::vector<::std::string > const getItemTagsNone() const
MCAPI ::std::vector<::std::string > const getItemTagsAll()
MCAPI ::std::vector<::std::string > const getItemTagsAny() const
MCAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEnchantInfo > > getEnchantments()
Definition Alias.h:14