LeviLamina
Loading...
Searching...
No Matches
SlabBlockItemUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class Block;
9class BlockPos;
10class ItemStack;
11// clang-format on
12
13namespace SlabBlockItemUtil {
14// functions
15// NOLINTBEGIN
16MCAPI void
17convertToDoubleBlock(::ItemStack& instance, ::Actor& actor, ::BlockPos const& pos, ::Block const& doubleBlock);
18// NOLINTEND
19
20} // namespace SlabBlockItemUtil
Definition Actor.h:104
Definition BlockPos.h:18
Definition Block.h:36
Definition ItemStack.h:25