LeviLamina
Loading...
Searching...
No Matches
SmokerBlockActor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/actor/FurnaceBlockActor.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 27
13 virtual ::std::string getName() const /*override*/;
14
15 // vIndex: 0
16 virtual ~SmokerBlockActor() /*override*/ = default;
17 // NOLINTEND
18
19public:
20 // virtual function thunks
21 // NOLINTBEGIN
22 MCNAPI ::std::string $getName() const;
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCNAPI static void** $vftableForContainer();
29
30 MCNAPI static void** $vftableForBlockActor();
31 // NOLINTEND
32};
Definition FurnaceBlockActor.h:33
Definition SmokerBlockActor.h:8
static MCAPI void ** $vftableForBlockActor()
MCAPI::std::string $getName() const
static MCAPI void ** $vftableForContainer()