LeviLamina
Loading...
Searching...
No Matches
ItemStackNetResultMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/BidirectionalUnorderedMap.h"
7#include "mc/world/inventory/network/ItemStackNetResult.h"
8
10public:
11 // static functions
12 // NOLINTBEGIN
13 MCAPI static ::std::string const& getItemStackNetResultName(::ItemStackNetResult result);
14 // NOLINTEND
15
16public:
17 // static variables
18 // NOLINTBEGIN
19 MCAPI static ::BidirectionalUnorderedMap<::ItemStackNetResult, ::std::string> const& mMap();
20 // NOLINTEND
21};
Definition ItemStackNetResultMap.h:9