LeviLamina
Loading...
Searching...
No Matches
BlockDesertAmbientSoundComponent.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;
9// clang-format on
10
12public:
13 // static functions
14 // NOLINTBEGIN
15 MCNAPI static bool canPlaySound(::BlockSource const& region, ::BlockPos const& pos);
16 // NOLINTEND
17};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition BlockDesertAmbientSoundComponent.h:11
static MCAPI bool canPlaySound(::BlockSource const &region, ::BlockPos const &pos)