LeviLamina
Loading...
Searching...
No Matches
VanillaBlockGeometryIds.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 VanillaBlockGeometryIds {
11// static variables
12// NOLINTBEGIN
13MCAPI ::HashedString const& Beacon();
14
15MCAPI ::HashedString const& BigDripleaf();
16
17MCAPI ::HashedString const& BigDripleafFullTilt();
18
19MCAPI ::HashedString const& BigDripleafPartialTilt();
20
21MCAPI ::HashedString const& BigDripleafStem();
22
23MCAPI ::HashedString const& Button();
24
25MCAPI ::HashedString const& ButtonPressed();
26
27MCAPI ::HashedString const& Cross();
28
29MCAPI ::HashedString const& CubeColumnHorizontal();
30
31MCAPI ::HashedString const& DoorBottomLeft();
32
33MCAPI ::HashedString const& DoorBottomLeftOpen();
34
35MCAPI ::HashedString const& DoorBottomRight();
36
37MCAPI ::HashedString const& DoorBottomRightOpen();
38
39MCAPI ::HashedString const& DoorTopLeft();
40
41MCAPI ::HashedString const& DoorTopLeftOpen();
42
43MCAPI ::HashedString const& DoorTopRight();
44
45MCAPI ::HashedString const& DoorTopRightOpen();
46
47MCAPI ::HashedString const& Empty();
48
49MCAPI ::HashedString const& EnchantingTable();
50
51MCAPI ::HashedString const& FencePost();
52
53MCAPI ::HashedString const& FullBlock();
54
55MCAPI ::HashedString const& Hopper();
56
57MCAPI ::HashedString const& HopperSide();
58
59MCAPI ::HashedString const& Leaves();
60
61MCAPI ::HashedString const& Lectern();
62
63MCAPI ::HashedString const& PressurePlateDown();
64
65MCAPI ::HashedString const& PressurePlateUp();
66
67MCAPI ::HashedString const& Slab();
68
69MCAPI ::HashedString const& SlabTop();
70
71MCAPI ::HashedString const& Stairs();
72
73MCAPI ::HashedString const& TemplateFenceGate();
74
75MCAPI ::HashedString const& TemplateFenceGateOpen();
76
77MCAPI ::HashedString const& TemplateFenceGateWall();
78
79MCAPI ::HashedString const& TemplateFenceGateWallOpen();
80
81MCAPI ::HashedString const& TemplateTrapdoorBottom();
82
83MCAPI ::HashedString const& TemplateTrapdoorOpen();
84
85MCAPI ::HashedString const& TemplateTrapdoorTop();
86// NOLINTEND
87
88} // namespace VanillaBlockGeometryIds
Definition HashedString.h:5
Definition Hopper.h:14