LeviLamina
Loading...
Searching...
No Matches
BlockTrait.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class BlockPos;
9// clang-format on
10
11namespace BlockTrait {
12// functions
13// NOLINTBEGIN
14MCAPI uchar _getAllFacing(::Actor const& by, ::BlockPos const& pos, float const& yRotationOffset);
15// NOLINTEND
16
17} // namespace BlockTrait
Definition Actor.h:125
Definition BlockPos.h:21