LeviLamina
Loading...
Searching...
No Matches
EndPortalBlockActor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/actor/BlockActor.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11// clang-format on
12
13class EndPortalBlockActor : public ::BlockActor {
14public:
15 // prevent constructor by default
16 EndPortalBlockActor();
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI explicit EndPortalBlockActor(::BlockPos const& pos);
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCAPI void* $ctor(::BlockPos const& pos);
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
Definition BlockPos.h:21
static MCAPI void ** $vftable()