LeviLamina
Loading...
Searching...
No Matches
IPreliminarySurfaceProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/DividedPos2d.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
13
14 virtual ::std::optional<short> getPreliminarySurfaceLevel(::DividedPos2d<4>) const = 0;
15 // NOLINTEND
16
17public:
18 // destructor thunk
19 // NOLINTBEGIN
20 MCFOLD void $dtor();
21 // NOLINTEND
22
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
Definition DividedPos2d.h:7
Definition IPreliminarySurfaceProvider.h:8
static MCAPI void ** $vftable()