LeviLamina
Loading...
Searching...
No Matches
ItemUrlInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/geometry_atlas/TileDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace GeometryAtlas { class IItemHandle; }
11// clang-format on
12
13namespace OreUI {
14
15struct ItemUrlInfo {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 12, ::GeometryAtlas::TileDefinition> mDefinition;
20 ::ll::TypedStorage<8, 16, ::gsl::not_null<::std::shared_ptr<::GeometryAtlas::IItemHandle>>> mItem;
21 // NOLINTEND
22};
23
24} // namespace OreUI
Definition IItemHandle.h:7
Definition ItemUrlInfo.h:7