LeviLamina
Loading...
Searching...
No Matches
BedrockItems.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/WeakPtr.h"
7
8// auto generated forward declare list
9// clang-format off
10class Item;
11class ItemRegistryRef;
12// clang-format on
13
15public:
16 // static functions
17 // NOLINTBEGIN
18 MCAPI static void registerItems(::ItemRegistryRef itemRegistry);
19 // NOLINTEND
20
21public:
22 // static variables
23 // NOLINTBEGIN
24 MCAPI static ::WeakPtr<::Item>& mAir();
25 // NOLINTEND
26};
Definition BedrockItems.h:14
Definition ItemRegistryRef.h:29
Definition Item.h:65