LeviLamina
Loading...
Searching...
No Matches
VanillaItemTags.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct ItemTag;
8// clang-format on
9
11public:
12 // static variables
13 // NOLINTBEGIN
14 MCAPI static ::ItemTag const& Armor();
15
16 MCAPI static ::ItemTag const& Arrows();
17
18 MCAPI static ::ItemTag const& Banners();
19
20 MCAPI static ::ItemTag const& Boat();
21
22 MCAPI static ::ItemTag const& Boats();
23
24 MCAPI static ::ItemTag const& BookshelfBooks();
25
26 MCAPI static ::ItemTag const& ChainmailTier();
27
28 MCAPI static ::ItemTag const& ChestBoat();
29
30 MCAPI static ::ItemTag const& Coals();
31
32 MCAPI static ::ItemTag const& Cooked();
33
34 MCAPI static ::ItemTag const& CrimsonStems();
35
36 MCAPI static ::ItemTag const& DecoratedPotSherds();
37
38 MCAPI static ::ItemTag const& DiamondTier();
39
40 MCAPI static ::ItemTag const& Digger();
41
42 MCAPI static ::ItemTag const& Door();
43
44 MCAPI static ::ItemTag const& Fishes();
45
46 MCAPI static ::ItemTag const& Food();
47
48 MCAPI static ::ItemTag const& GoldenTier();
49
50 MCAPI static ::ItemTag const& HangingActor();
51
52 MCAPI static ::ItemTag const& HangingSign();
53
54 MCAPI static ::ItemTag const& Hatchet();
55
56 MCAPI static ::ItemTag const& Hoe();
57
58 MCAPI static ::ItemTag const& HorseArmor();
59
60 MCAPI static ::ItemTag const& IronTier();
61
62 MCAPI static ::ItemTag const& LeatherTier();
63
64 MCAPI static ::ItemTag const& LecternBooks();
65
66 MCAPI static ::ItemTag const& Logs();
67
68 MCAPI static ::ItemTag const& LogsThatBurn();
69
70 MCAPI static ::ItemTag const& MangroveLogs();
71
72 MCAPI static ::ItemTag const& Meat();
73
74 MCAPI static ::ItemTag const& Minecart();
75
76 MCAPI static ::ItemTag const& MusicDiscs();
77
78 MCAPI static ::ItemTag const& NetheriteTier();
79
80 MCAPI static ::ItemTag const& Pickaxe();
81
82 MCAPI static ::ItemTag const& PiglinLoved();
83
84 MCAPI static ::ItemTag const& PiglinRepellents();
85
86 MCAPI static ::ItemTag const& Planks();
87
88 MCAPI static ::ItemTag const& Sand();
89
90 MCAPI static ::ItemTag const& Shears();
91
92 MCAPI static ::ItemTag const& Shovel();
93
94 MCAPI static ::ItemTag const& Sign();
95
96 MCAPI static ::ItemTag const& SoulFireBaseBlocks();
97
98 MCAPI static ::ItemTag const& SpawnEgg();
99
100 MCAPI static ::ItemTag const& StoneBricks();
101
102 MCAPI static ::ItemTag const& StoneCraftingMaterials();
103
104 MCAPI static ::ItemTag const& StoneTier();
105
106 MCAPI static ::ItemTag const& StoneToolMaterials();
107
108 MCAPI static ::ItemTag const& Sword();
109
110 MCAPI static ::ItemTag const& Tool();
111
112 MCAPI static ::ItemTag const& TransformMaterials();
113
114 MCAPI static ::ItemTag const& TransformTemplates();
115
116 MCAPI static ::ItemTag const& TransformableItems();
117
118 MCAPI static ::ItemTag const& Trident();
119
120 MCAPI static ::ItemTag const& TrimMaterials();
121
122 MCAPI static ::ItemTag const& TrimTemplates();
123
124 MCAPI static ::ItemTag const& TrimmableArmors();
125
126 MCAPI static ::ItemTag const& VibrationDamper();
127
128 MCAPI static ::ItemTag const& WarpedStems();
129
130 MCAPI static ::ItemTag const& WoodenSlabs();
131
132 MCAPI static ::ItemTag const& WoodenTier();
133
134 MCAPI static ::ItemTag const& Wool();
135 // NOLINTEND
136};
Definition Boat.h:21
Definition ChestBoat.h:13
Definition HangingActor.h:23
Definition Minecart.h:25
Definition VanillaItemTags.h:10
Definition ItemTag.h:8