LeviLamina
Loading...
Searching...
No Matches
PieceWeight.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
PieceWeight
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 32>
mUnk37d9f4;
10
::ll::UntypedStorage<4, 4>
mUnk3393d8;
11
::ll::UntypedStorage<4, 4>
mUnka5b947;
12
::ll::UntypedStorage<4, 4>
mUnk363f93;
13
::ll::UntypedStorage<4, 4>
mUnk2fe59b;
14
::ll::UntypedStorage<1, 1>
mUnk4d6e94;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
PieceWeight
& operator=(
PieceWeight
const
&);
20
PieceWeight
(
PieceWeight
const
&);
21
PieceWeight
();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCNAPI
PieceWeight
(::std::string
const
& pieceClass,
int
weight,
int
maxPlaceCount,
int
minDepth,
bool
allowInRow);
27
28
MCNAPI
~PieceWeight
();
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCNAPI
void
*
$ctor
(::std::string
const
& pieceClass,
int
weight,
int
maxPlaceCount,
int
minDepth,
bool
allowInRow);
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCNAPI
void
$dtor
();
41
// NOLINTEND
42
};
PieceWeight
Definition
PieceWeight.h:5
PieceWeight::~PieceWeight
MCAPI ~PieceWeight()
PieceWeight::PieceWeight
MCAPI PieceWeight(::std::string const &pieceClass, int weight, int maxPlaceCount, int minDepth, bool allowInRow)
PieceWeight::$dtor
MCAPI void $dtor()
PieceWeight::$ctor
MCAPI void * $ctor(::std::string const &pieceClass, int weight, int maxPlaceCount, int minDepth, bool allowInRow)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
structure
PieceWeight.h
Generated on Wed Jul 16 2025 07:41:53 for LeviLamina by
1.12.0