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
7class Block;
8class Randomize;
9struct ResourceDrops;
11// clang-format on
12
14public:
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
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35};
Definition Block.h:36
Definition IResourceDropsStrategy.h:13
Definition Randomize.h:13
Definition ResourceDropsContext.h:5
Definition ResourceDrops.h:10