LeviLamina
Loading...
Searching...
No Matches
IResourceDropsStrategy.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
Randomize
;
9
struct
ResourceDrops
;
10
struct
ResourceDropsContext
;
11
// clang-format on
12
13
class
IResourceDropsStrategy
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~IResourceDropsStrategy
() =
default
;
19
20
// vIndex: 1
21
virtual ::ResourceDrops getResourceDrops(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)
const
= 0;
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
Block
Definition
Block.h:36
IResourceDropsStrategy
Definition
IResourceDropsStrategy.h:13
Randomize
Definition
Randomize.h:13
ResourceDropsContext
Definition
ResourceDropsContext.h:5
ResourceDrops
Definition
ResourceDrops.h:10
src
mc
world
level
block
IResourceDropsStrategy.h
Generated on Sat Apr 26 2025 05:56:21 for LeviLamina by
1.12.0