LeviLamina
Loading...
Searching...
No Matches
VanillaBlockTags.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
8// clang-format on
9
10namespace VanillaBlockTags {
11// static variables
12// NOLINTBEGIN
13MCNAPI ::HashedString const& Acacia();
14
15MCNAPI ::HashedString const& Birch();
16
17MCNAPI ::HashedString const& Crop();
18
19MCNAPI ::HashedString const& DarkOak();
20
21MCNAPI ::HashedString const& DiamondDiggable();
22
23MCNAPI ::HashedString const& Dirt();
24
25MCNAPI ::HashedString const& FertilizeArea();
26
27MCNAPI ::HashedString const& GoldDiggable();
28
29MCNAPI ::HashedString const& Grass();
30
31MCNAPI ::HashedString const& Gravel();
32
33MCNAPI ::HashedString const& IronDiggable();
34
35MCNAPI ::HashedString const& IsAxeItemDestructible();
36
37MCNAPI ::HashedString const& IsDestructibleByDiamondTier();
38
39MCNAPI ::HashedString const& IsDestructibleByIronTier();
40
41MCNAPI ::HashedString const& IsDestructibleByNetheriteTier();
42
43MCNAPI ::HashedString const& IsDestructibleByStoneTier();
44
45MCNAPI ::HashedString const& IsHoeItemDestructible();
46
47MCNAPI ::HashedString const& IsMaceItemDestructible();
48
49MCNAPI ::HashedString const& IsPickaxeItemDestructible();
50
51MCNAPI ::HashedString const& IsShearsItemDestructible();
52
53MCNAPI ::HashedString const& IsShovelItemDestructible();
54
55MCNAPI ::HashedString const& IsSwordItemDestructible();
56
57MCNAPI ::HashedString const& Jungle();
58
59MCNAPI ::HashedString const& Log();
60
61MCNAPI ::HashedString const& Metal();
62
63MCNAPI ::HashedString const& MobSpawner();
64
65MCNAPI ::HashedString const& NotFeatureReplaceable();
66
67MCNAPI ::HashedString const& Oak();
68
69MCNAPI ::HashedString const& OneWayCollidable();
70
71MCNAPI ::HashedString const& Plant();
72
73MCNAPI ::HashedString const& Pumpkin();
74
75MCNAPI ::HashedString const& Rail();
76
77MCNAPI ::HashedString const& Sand();
78
79MCNAPI ::HashedString const& Snow();
80
81MCNAPI ::HashedString const& Spruce();
82
83MCNAPI ::HashedString const& Stone();
84
85MCNAPI ::HashedString const& StoneDiggable();
86
87MCNAPI ::HashedString const& TextSign();
88
89MCNAPI ::HashedString const& Trapdoors();
90
91MCNAPI ::HashedString const& Water();
92
93MCNAPI ::HashedString const& Wood();
94
95MCNAPI ::HashedString const& WoodDiggable();
96// NOLINTEND
97
98} // namespace VanillaBlockTags
Definition HashedString.h:5