LeviLamina
Loading...
Searching...
No Matches
ScriptExplosionOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct ClassBinding; }
8namespace Scripting { struct InterfaceBinding; }
9// clang-format on
10
11namespace ScriptModuleMinecraft {
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCNAPI static ::Scripting::ClassBinding bindV010();
33
34 MCNAPI static ::Scripting::InterfaceBinding bindV1();
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCNAPI static bool const& ALLOW_UNDERWATER_DEFAULT();
41
42 MCNAPI static bool const& BREAKS_BLOCKS_DEFAULT();
43
44 MCNAPI static bool const& CAUSES_FIRE_DEFAULT();
45 // NOLINTEND
46};
47
48} // namespace ScriptModuleMinecraft
Definition ScriptExplosionOptions.h:13
static MCAPI bool const & CAUSES_FIRE_DEFAULT()
static MCAPI ::Scripting::ClassBinding bindV010()
static MCAPI bool const & BREAKS_BLOCKS_DEFAULT()
static MCAPI bool const & ALLOW_UNDERWATER_DEFAULT()
static MCAPI ::Scripting::InterfaceBinding bindV1()
Definition Alias.h:14