LeviLamina
Loading...
Searching...
No Matches
LeashFenceKnotActorUtility.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class BlockSource;
10// clang-format on
11
12namespace LeashFenceKnotActorUtility {
13// functions
14// NOLINTBEGIN
15MCNAPI ::LeashFenceKnotActor* findAt(::BlockSource& region, ::BlockPos const& pos);
16// NOLINTEND
17
18} // namespace LeashFenceKnotActorUtility
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition LeashFenceKnotActor.h:20