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