LeviLamina
Loading...
Searching...
No Matches
BlockSelector.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
Random
;
9
// clang-format on
10
11
class
BlockSelector
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
virtual
~BlockSelector
() =
default
;
16
17
virtual ::Block
const
& next(
::Random
&,
int
,
int
,
int
,
bool
)
const
= 0;
18
// NOLINTEND
19
20
public
:
21
// virtual function thunks
22
// NOLINTBEGIN
23
24
// NOLINTEND
25
};
BlockSelector
Definition
BlockSelector.h:11
Block
Definition
Block.h:69
Random
Definition
Random.h:10
src
mc
world
level
levelgen
structure
BlockSelector.h
Generated on
for LeviLamina by
1.16.1