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
13MCAPI ::HashedString const& Acacia();
14
15MCAPI ::HashedString const& Birch();
16
17MCAPI ::HashedString const& Crop();
18
19MCAPI ::HashedString const& DarkOak();
20
21MCAPI ::HashedString const& DiamondDiggable();
22
23MCAPI ::HashedString const& Dirt();
24
25MCAPI ::HashedString const& FertilizeArea();
26
27MCAPI ::HashedString const& GoldDiggable();
28
29MCAPI ::HashedString const& Grass();
30
31MCAPI ::HashedString const& Gravel();
32
33MCAPI ::HashedString const& IronDiggable();
34
35MCAPI ::HashedString const& IsAxeItemDestructible();
36
37MCAPI ::HashedString const& IsDestructibleByDiamondTier();
38
39MCAPI ::HashedString const& IsDestructibleByIronTier();
40
41MCAPI ::HashedString const& IsDestructibleByNetheriteTier();
42
43MCAPI ::HashedString const& IsDestructibleByStoneTier();
44
45MCAPI ::HashedString const& IsHoeItemDestructible();
46
47MCAPI ::HashedString const& IsMaceItemDestructible();
48
49MCAPI ::HashedString const& IsPickaxeItemDestructible();
50
51MCAPI ::HashedString const& IsShearsItemDestructible();
52
53MCAPI ::HashedString const& IsShovelItemDestructible();
54
55MCAPI ::HashedString const& IsSwordItemDestructible();
56
57MCAPI ::HashedString const& Jungle();
58
59MCAPI ::HashedString const& Log();
60
61MCAPI ::HashedString const& Metal();
62
63MCAPI ::HashedString const& MobSpawner();
64
65MCAPI ::HashedString const& NotFeatureReplaceable();
66
67MCAPI ::HashedString const& Oak();
68
69MCAPI ::HashedString const& OneWayCollidable();
70
71MCAPI ::HashedString const& Plant();
72
73MCAPI ::HashedString const& Pumpkin();
74
75MCAPI ::HashedString const& Rail();
76
77MCAPI ::HashedString const& Sand();
78
79MCAPI ::HashedString const& Snow();
80
81MCAPI ::HashedString const& Spruce();
82
83MCAPI ::HashedString const& Stone();
84
85MCAPI ::HashedString const& StoneDiggable();
86
87MCAPI ::HashedString const& TextSign();
88
89MCAPI ::HashedString const& Trapdoors();
90
91MCAPI ::HashedString const& Water();
92
93MCAPI ::HashedString const& Wood();
94
95MCAPI ::HashedString const& WoodDiggable();
96// NOLINTEND
97
98} // namespace VanillaBlockTags
Definition HashedString.h:5