LeviLamina
Loading...
Searching...
No Matches
DestructibleByExplosionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_21_110::BlockDefinition {
11
13public:
14 // DestructibleByExplosionComponent inner types declare
15 // clang-format off
16 struct DetailedResistance;
17 // clang-format on
18
19 // DestructibleByExplosionComponent inner types define
21 public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<4, 4, float> mResistance;
25 // NOLINTEND
26 };
27
28public:
29 // member variables
30 // NOLINTBEGIN
31 ::ll::TypedStorage<
32 4,
33 8,
34 ::std::variant<
35 bool,
37 mResistanceValue;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static ::std::string_view const& ExplosionResistanceId();
50
51 MCAPI static ::std::string_view const& NameId();
52 // NOLINTEND
53};
54
55} // namespace SharedTypes::v1_21_110::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5