LeviLamina
Loading...
Searching...
No Matches
CraftUISetResultNameEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // CraftUISetResultNameEvent inner types define
8 enum class BlockType : int {
9 Anvil = 0,
10 };
11
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, ::CraftUISetResultNameEvent::BlockType const> mType;
16 ::ll::TypedStorage<8, 32, ::std::string const> mName;
17 // NOLINTEND
18};
Definition CraftUISetResultNameEvent.h:5