LeviLamina
Loading...
Searching...
No Matches
LevelSoundEventMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/util/BidirectionalUnorderedMap.h"
8
10public:
11 // static functions
12 // NOLINTBEGIN
13 MCAPI static ::SharedTypes::Legacy::LevelSoundEvent getId(::std::string const& type);
14
15#ifdef LL_PLAT_C
16 MCAPI static ::SharedTypes::Legacy::LevelSoundEvent getIdOtherwiseContentError(::std::string const& type);
17#endif
18
19 MCAPI static ::std::string const& getName(::SharedTypes::Legacy::LevelSoundEvent type);
20 // NOLINTEND
21
22public:
23 // static variables
24 // NOLINTBEGIN
25 MCAPI static ::BidirectionalUnorderedMap<::std::string, ::SharedTypes::Legacy::LevelSoundEvent> const& map();
26 // NOLINTEND
27};
Definition LevelSoundEventMap.h:9