LeviLamina
Loading...
Searching...
No Matches
ScriptBlockStates.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
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptBlockStateType; }
11namespace Scripting { class WeakLifetimeScope; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCNAPI static ::Scripting::ClassBinding bind();
22
23 MCNAPI static ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockStateType>>
24 get(::Scripting::WeakLifetimeScope const& scope, ::std::string const& name);
25
26 MCNAPI static ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockStateType>>
28 // NOLINTEND
29};
30
31} // namespace ScriptModuleMinecraft
Definition ScriptBlockStates.h:17
static MCAPI ::Scripting::ClassBinding bind()
static MCAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockStateType > > getAll(::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockStateType > > get(::Scripting::WeakLifetimeScope const &scope, ::std::string const &name)
Definition WeakLifetimeScope.h:12