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 MCAPI static ::std::string const& getName(::SharedTypes::Legacy::LevelSoundEvent type);
16 // NOLINTEND
17
18public:
19 // static variables
20 // NOLINTBEGIN
21 MCAPI static ::BidirectionalUnorderedMap<::std::string, ::SharedTypes::Legacy::LevelSoundEvent> const& map();
22 // NOLINTEND
23};
Definition LevelSoundEventMap.h:9