LeviLamina
Loading...
Searching...
No Matches
SculkShriekerBlockActorInternal.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;
9class Player;
10// clang-format on
11
12namespace SculkShriekerBlockActorInternal {
13// functions
14// NOLINTBEGIN
15MCAPI void _shriek(::BlockSource& region, ::BlockPos pos, ::Player& provokingPlayer);
16// NOLINTEND
17
18} // namespace SculkShriekerBlockActorInternal
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Player.h:119