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