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