LeviLamina
Loading...
Searching...
No Matches
IScriptItemCustomComponentReader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/WeakTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptItemStack; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~IScriptItemCustomComponentReader() = default;
21
22 // vIndex: 1
23 virtual ::std::vector<::std::string_view> getValidComponentsForItem(
25 ) const = 0;
26
27 // vIndex: 2
28 virtual bool isValidComponentForItem(
30 ::std::string_view
31 ) const = 0;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
40
41} // namespace ScriptModuleMinecraft
Definition IScriptItemCustomComponentReader.h:15
Definition WeakTypedObjectHandle.h:8