LeviLamina
Loading...
Searching...
No Matches
Mining.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class EntityContext;
9class ItemStack;
10namespace Interactions::Mining { struct FinishMiningDependencies; }
11// clang-format on
12
13namespace Interactions::Mining {
14// functions
15// NOLINTBEGIN
16MCAPI void doFinishMiningHeldItemTypeEffects(
18 ::EntityContext& actor,
19 ::ItemStack& item,
20 ::Block const& minedBlock
21);
22// NOLINTEND
23
24} // namespace Interactions::Mining
Definition Block.h:36
Definition EntityContext.h:16
Definition ItemStack.h:25
Definition FinishMiningDependencies.h:7