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
virtual
~IResourceDropsStrategy
() =
default
;
18
19
virtual ::ResourceDrops getResourceDrops(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)
const
= 0;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
};
Block
Definition
Block.h:43
IResourceDropsStrategy
Definition
IResourceDropsStrategy.h:13
Randomize
Definition
Randomize.h:13
ResourceDropsContext
Definition
ResourceDropsContext.h:17
ResourceDrops
Definition
ResourceDrops.h:10
src
mc
world
level
block
IResourceDropsStrategy.h
Generated on
for LeviLamina by
1.16.1