LeviLamina
Loading...
Searching...
No Matches
ActivatorRailBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/BaseRailBlock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
namespace
BlockEvents {
class
BlockRedstoneUpdateEvent
; }
12
// clang-format on
13
14
class
ActivatorRailBlock :
public
::BaseRailBlock {
15
public
:
16
// prevent constructor by default
17
ActivatorRailBlock();
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual
int
getVariant(
::Block
const
& block)
const
/*override*/
;
23
24
virtual
void
_onRedstoneUpdate(
::BlockEvents::BlockRedstoneUpdateEvent
& blockEvent)
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI ActivatorRailBlock(::std::string
const
& nameId,
int
id
);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
);
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCFOLD
int
$getVariant(
::Block
const
& block)
const
;
43
44
MCAPI
void
$_onRedstoneUpdate(
::BlockEvents::BlockRedstoneUpdateEvent
& blockEvent)
const
;
45
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
BaseRailBlock::$vftable
static MCAPI void ** $vftable()
BlockEvents::BlockRedstoneUpdateEvent
Definition
BlockRedstoneUpdateEvent.h:16
Block
Definition
Block.h:69
src
mc
world
level
block
ActivatorRailBlock.h
Generated on
for LeviLamina by
1.16.1