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