LeviLamina
Loading...
Searching...
No Matches
EntityType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/world/actor/spawn_category/Type.h"
8
9// auto generated forward declare list
10// clang-format off
11class Block;
12// clang-format on
13
14namespace br::spawn {
15
16struct EntityType {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::SpawnCategory::Type> mType;
21 ::ll::TypedStorage<8, 48, ::HashedString> mId;
22 ::ll::TypedStorage<1, 1, bool> mIsSummonable;
23 ::ll::TypedStorage<1, 1, bool> mImmuneFire;
24 ::ll::TypedStorage<4, 4, float> mHeight;
25 ::ll::TypedStorage<4, 4, float> mWidth;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI bool isBlockDangerous(::Block const& block) const;
34
35 MCNAPI ~EntityType();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(::br::spawn::EntityType const&);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace br::spawn
Definition Block.h:38
Definition EntityType.h:16
MCAPI EntityType(::br::spawn::EntityType const &)
MCAPI bool isBlockDangerous(::Block const &block) const
MCAPI void * $ctor(::br::spawn::EntityType const &)