Cuberite
A lightweight, fast and extensible game server for Minecraft
Palette_1_16.cpp
Go to the documentation of this file.
1 #include "Globals.h"
2 
3 #include "Palette_1_16.h"
5 
6 namespace Palette_1_16
7 {
9  {
10  using namespace Block;
11 
12  switch (Block.ID)
13  {
14  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6442;
15  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6443;
16  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6444;
17  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6445;
18  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 6446;
19  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 6447;
20  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 6448;
21  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 6449;
22  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6450;
23  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6451;
24  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6452;
25  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6453;
26  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 6454;
27  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 6455;
28  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 6456;
29  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 6457;
30  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6458;
31  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6459;
32  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6460;
33  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6461;
34  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 6462;
35  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 6463;
36  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 6464;
37  case AcaciaButton::AcaciaButton(AcaciaButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 6465;
38  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, true).ID: return 8930;
39  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, false).ID: return 8931;
40  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, true).ID: return 8932;
41  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, false).ID: return 8933;
42  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, true).ID: return 8934;
43  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, false).ID: return 8935;
44  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, true).ID: return 8936;
45  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, false).ID: return 8937;
46  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, true).ID: return 8938;
47  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, false).ID: return 8939;
48  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, true).ID: return 8940;
49  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, false).ID: return 8941;
50  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, true).ID: return 8942;
51  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, false).ID: return 8943;
52  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, true).ID: return 8944;
53  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, false).ID: return 8945;
54  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, true).ID: return 8946;
55  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, false).ID: return 8947;
56  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, true).ID: return 8948;
57  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, false).ID: return 8949;
58  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, true).ID: return 8950;
59  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, false).ID: return 8951;
60  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, true).ID: return 8952;
61  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, false).ID: return 8953;
62  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, true).ID: return 8954;
63  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, false).ID: return 8955;
64  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, true).ID: return 8956;
65  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, false).ID: return 8957;
66  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, true).ID: return 8958;
67  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, false).ID: return 8959;
68  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, true).ID: return 8960;
69  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_ZP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, false).ID: return 8961;
70  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, true).ID: return 8962;
71  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, false).ID: return 8963;
72  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, true).ID: return 8964;
73  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, false).ID: return 8965;
74  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, true).ID: return 8966;
75  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, false).ID: return 8967;
76  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, true).ID: return 8968;
77  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, false).ID: return 8969;
78  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, true).ID: return 8970;
79  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, false).ID: return 8971;
80  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, true).ID: return 8972;
81  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, false).ID: return 8973;
82  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, true).ID: return 8974;
83  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, false).ID: return 8975;
84  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, true).ID: return 8976;
85  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XM, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, false).ID: return 8977;
86  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, true).ID: return 8978;
87  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, true, false).ID: return 8979;
88  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, true).ID: return 8980;
89  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Left, false, false).ID: return 8981;
90  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, true).ID: return 8982;
91  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, true, false).ID: return 8983;
92  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, true).ID: return 8984;
93  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Upper, AcaciaDoor::Hinge::Right, false, false).ID: return 8985;
94  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, true).ID: return 8986;
95  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, true, false).ID: return 8987;
96  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, true).ID: return 8988;
97  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Left, false, false).ID: return 8989;
98  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, true).ID: return 8990;
99  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, true, false).ID: return 8991;
100  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, true).ID: return 8992;
101  case AcaciaDoor::AcaciaDoor(eBlockFace::BLOCK_FACE_XP, AcaciaDoor::Half::Lower, AcaciaDoor::Hinge::Right, false, false).ID: return 8993;
102  case AcaciaFence::AcaciaFence(true, true, true, true).ID: return 8676;
103  case AcaciaFence::AcaciaFence(true, true, true, false).ID: return 8677;
104  case AcaciaFence::AcaciaFence(true, true, false, true).ID: return 8680;
105  case AcaciaFence::AcaciaFence(true, true, false, false).ID: return 8681;
106  case AcaciaFence::AcaciaFence(true, false, true, true).ID: return 8684;
107  case AcaciaFence::AcaciaFence(true, false, true, false).ID: return 8685;
108  case AcaciaFence::AcaciaFence(true, false, false, true).ID: return 8688;
109  case AcaciaFence::AcaciaFence(true, false, false, false).ID: return 8689;
110  case AcaciaFence::AcaciaFence(false, true, true, true).ID: return 8692;
111  case AcaciaFence::AcaciaFence(false, true, true, false).ID: return 8693;
112  case AcaciaFence::AcaciaFence(false, true, false, true).ID: return 8696;
113  case AcaciaFence::AcaciaFence(false, true, false, false).ID: return 8697;
114  case AcaciaFence::AcaciaFence(false, false, true, true).ID: return 8700;
115  case AcaciaFence::AcaciaFence(false, false, true, false).ID: return 8701;
116  case AcaciaFence::AcaciaFence(false, false, false, true).ID: return 8704;
117  case AcaciaFence::AcaciaFence(false, false, false, false).ID: return 8705;
118  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 8514;
119  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 8515;
120  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 8516;
121  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 8517;
122  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 8518;
123  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 8519;
124  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 8520;
125  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 8521;
126  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 8522;
127  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 8523;
128  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 8524;
129  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 8525;
130  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 8526;
131  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 8527;
132  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 8528;
133  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 8529;
134  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 8530;
135  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 8531;
136  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 8532;
137  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 8533;
138  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 8534;
139  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 8535;
140  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 8536;
141  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 8537;
142  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 8538;
143  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 8539;
144  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 8540;
145  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 8541;
146  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 8542;
147  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 8543;
148  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 8544;
149  case AcaciaFenceGate::AcaciaFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 8545;
150  case AcaciaLeaves::AcaciaLeaves(1, true).ID: return 201;
151  case AcaciaLeaves::AcaciaLeaves(1, false).ID: return 202;
152  case AcaciaLeaves::AcaciaLeaves(2, true).ID: return 203;
153  case AcaciaLeaves::AcaciaLeaves(2, false).ID: return 204;
154  case AcaciaLeaves::AcaciaLeaves(3, true).ID: return 205;
155  case AcaciaLeaves::AcaciaLeaves(3, false).ID: return 206;
156  case AcaciaLeaves::AcaciaLeaves(4, true).ID: return 207;
157  case AcaciaLeaves::AcaciaLeaves(4, false).ID: return 208;
158  case AcaciaLeaves::AcaciaLeaves(5, true).ID: return 209;
159  case AcaciaLeaves::AcaciaLeaves(5, false).ID: return 210;
160  case AcaciaLeaves::AcaciaLeaves(6, true).ID: return 211;
161  case AcaciaLeaves::AcaciaLeaves(6, false).ID: return 212;
162  case AcaciaLeaves::AcaciaLeaves(7, true).ID: return 213;
163  case AcaciaLeaves::AcaciaLeaves(7, false).ID: return 214;
164  case AcaciaLog::AcaciaLog(AcaciaLog::Axis::X).ID: return 85;
165  case AcaciaLog::AcaciaLog(AcaciaLog::Axis::Y).ID: return 86;
166  case AcaciaLog::AcaciaLog(AcaciaLog::Axis::Z).ID: return 87;
167  case AcaciaPlanks::AcaciaPlanks().ID: return 19;
168  case AcaciaPressurePlate::AcaciaPressurePlate(true).ID: return 3881;
169  case AcaciaPressurePlate::AcaciaPressurePlate(false).ID: return 3882;
170  case AcaciaSapling::AcaciaSapling(0).ID: return 29;
171  case AcaciaSapling::AcaciaSapling(1).ID: return 30;
172  case AcaciaSign::AcaciaSign(0).ID: return 3478;
173  case AcaciaSign::AcaciaSign(1).ID: return 3480;
174  case AcaciaSign::AcaciaSign(2).ID: return 3482;
175  case AcaciaSign::AcaciaSign(3).ID: return 3484;
176  case AcaciaSign::AcaciaSign(4).ID: return 3486;
177  case AcaciaSign::AcaciaSign(5).ID: return 3488;
178  case AcaciaSign::AcaciaSign(6).ID: return 3490;
179  case AcaciaSign::AcaciaSign(7).ID: return 3492;
180  case AcaciaSign::AcaciaSign(8).ID: return 3494;
181  case AcaciaSign::AcaciaSign(9).ID: return 3496;
182  case AcaciaSign::AcaciaSign(10).ID: return 3498;
183  case AcaciaSign::AcaciaSign(11).ID: return 3500;
184  case AcaciaSign::AcaciaSign(12).ID: return 3502;
185  case AcaciaSign::AcaciaSign(13).ID: return 3504;
186  case AcaciaSign::AcaciaSign(14).ID: return 3506;
187  case AcaciaSign::AcaciaSign(15).ID: return 3508;
188  case AcaciaSlab::AcaciaSlab(AcaciaSlab::Type::Top).ID: return 8325;
190  case AcaciaSlab::AcaciaSlab(AcaciaSlab::Type::Double).ID: return 8329;
191  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::Straight).ID: return 7376;
192  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerLeft).ID: return 7378;
193  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerRight).ID: return 7380;
194  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterLeft).ID: return 7382;
195  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterRight).ID: return 7384;
196  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::Straight).ID: return 7386;
197  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerLeft).ID: return 7388;
198  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerRight).ID: return 7390;
199  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterLeft).ID: return 7392;
200  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterRight).ID: return 7394;
201  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::Straight).ID: return 7396;
202  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerLeft).ID: return 7398;
203  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerRight).ID: return 7400;
204  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterLeft).ID: return 7402;
205  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterRight).ID: return 7404;
206  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::Straight).ID: return 7406;
207  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerLeft).ID: return 7408;
208  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerRight).ID: return 7410;
209  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterLeft).ID: return 7412;
210  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_ZP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterRight).ID: return 7414;
211  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::Straight).ID: return 7416;
212  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerLeft).ID: return 7418;
213  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerRight).ID: return 7420;
214  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterLeft).ID: return 7422;
215  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterRight).ID: return 7424;
216  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::Straight).ID: return 7426;
217  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerLeft).ID: return 7428;
218  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerRight).ID: return 7430;
219  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterLeft).ID: return 7432;
220  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XM, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterRight).ID: return 7434;
221  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::Straight).ID: return 7436;
222  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerLeft).ID: return 7438;
223  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::InnerRight).ID: return 7440;
224  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterLeft).ID: return 7442;
225  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Top, AcaciaStairs::Shape::OuterRight).ID: return 7444;
226  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::Straight).ID: return 7446;
227  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerLeft).ID: return 7448;
228  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::InnerRight).ID: return 7450;
229  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterLeft).ID: return 7452;
230  case AcaciaStairs::AcaciaStairs(eBlockFace::BLOCK_FACE_XP, AcaciaStairs::Half::Bottom, AcaciaStairs::Shape::OuterRight).ID: return 7454;
231  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZM, AcaciaTrapdoor::Half::Top, true, true).ID: return 4368;
232  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZM, AcaciaTrapdoor::Half::Top, true, false).ID: return 4370;
233  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZM, AcaciaTrapdoor::Half::Top, false, true).ID: return 4372;
234  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZM, AcaciaTrapdoor::Half::Top, false, false).ID: return 4374;
239  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZP, AcaciaTrapdoor::Half::Top, true, true).ID: return 4384;
240  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZP, AcaciaTrapdoor::Half::Top, true, false).ID: return 4386;
241  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZP, AcaciaTrapdoor::Half::Top, false, true).ID: return 4388;
242  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_ZP, AcaciaTrapdoor::Half::Top, false, false).ID: return 4390;
247  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XM, AcaciaTrapdoor::Half::Top, true, true).ID: return 4400;
248  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XM, AcaciaTrapdoor::Half::Top, true, false).ID: return 4402;
249  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XM, AcaciaTrapdoor::Half::Top, false, true).ID: return 4404;
250  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XM, AcaciaTrapdoor::Half::Top, false, false).ID: return 4406;
255  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XP, AcaciaTrapdoor::Half::Top, true, true).ID: return 4416;
256  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XP, AcaciaTrapdoor::Half::Top, true, false).ID: return 4418;
257  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XP, AcaciaTrapdoor::Half::Top, false, true).ID: return 4420;
258  case AcaciaTrapdoor::AcaciaTrapdoor(eBlockFace::BLOCK_FACE_XP, AcaciaTrapdoor::Half::Top, false, false).ID: return 4422;
263  case AcaciaWallSign::AcaciaWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 3760;
264  case AcaciaWallSign::AcaciaWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 3762;
265  case AcaciaWallSign::AcaciaWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 3764;
266  case AcaciaWallSign::AcaciaWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 3766;
267  case AcaciaWood::AcaciaWood(AcaciaWood::Axis::X).ID: return 121;
268  case AcaciaWood::AcaciaWood(AcaciaWood::Axis::Y).ID: return 122;
269  case AcaciaWood::AcaciaWood(AcaciaWood::Axis::Z).ID: return 123;
270  case ActivatorRail::ActivatorRail(true, ActivatorRail::Shape::NorthSouth).ID: return 6823;
271  case ActivatorRail::ActivatorRail(true, ActivatorRail::Shape::EastWest).ID: return 6824;
272  case ActivatorRail::ActivatorRail(true, ActivatorRail::Shape::AscendingEast).ID: return 6825;
273  case ActivatorRail::ActivatorRail(true, ActivatorRail::Shape::AscendingWest).ID: return 6826;
274  case ActivatorRail::ActivatorRail(true, ActivatorRail::Shape::AscendingNorth).ID: return 6827;
275  case ActivatorRail::ActivatorRail(true, ActivatorRail::Shape::AscendingSouth).ID: return 6828;
276  case ActivatorRail::ActivatorRail(false, ActivatorRail::Shape::NorthSouth).ID: return 6829;
277  case ActivatorRail::ActivatorRail(false, ActivatorRail::Shape::EastWest).ID: return 6830;
278  case ActivatorRail::ActivatorRail(false, ActivatorRail::Shape::AscendingEast).ID: return 6831;
279  case ActivatorRail::ActivatorRail(false, ActivatorRail::Shape::AscendingWest).ID: return 6832;
280  case ActivatorRail::ActivatorRail(false, ActivatorRail::Shape::AscendingNorth).ID: return 6833;
281  case ActivatorRail::ActivatorRail(false, ActivatorRail::Shape::AscendingSouth).ID: return 6834;
282  case Air::Air().ID: return -0;
283  case Allium::Allium().ID: return 1415;
284  case AncientDebris::AncientDebris().ID: return 15827;
285  case Andesite::Andesite().ID: return 6;
286  case AndesiteSlab::AndesiteSlab(AndesiteSlab::Type::Top).ID: return 10844;
288  case AndesiteSlab::AndesiteSlab(AndesiteSlab::Type::Double).ID: return 10848;
289  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::Straight).ID: return 10470;
290  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerLeft).ID: return 10472;
291  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerRight).ID: return 10474;
292  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterLeft).ID: return 10476;
293  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterRight).ID: return 10478;
294  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::Straight).ID: return 10480;
295  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerLeft).ID: return 10482;
296  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerRight).ID: return 10484;
297  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterLeft).ID: return 10486;
298  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterRight).ID: return 10488;
299  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::Straight).ID: return 10490;
300  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerLeft).ID: return 10492;
301  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerRight).ID: return 10494;
302  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterLeft).ID: return 10496;
303  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterRight).ID: return 10498;
304  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::Straight).ID: return 10500;
305  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerLeft).ID: return 10502;
306  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerRight).ID: return 10504;
307  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterLeft).ID: return 10506;
308  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_ZP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterRight).ID: return 10508;
309  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::Straight).ID: return 10510;
310  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerLeft).ID: return 10512;
311  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerRight).ID: return 10514;
312  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterLeft).ID: return 10516;
313  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterRight).ID: return 10518;
314  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::Straight).ID: return 10520;
315  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerLeft).ID: return 10522;
316  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerRight).ID: return 10524;
317  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterLeft).ID: return 10526;
318  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XM, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterRight).ID: return 10528;
319  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::Straight).ID: return 10530;
320  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerLeft).ID: return 10532;
321  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::InnerRight).ID: return 10534;
322  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterLeft).ID: return 10536;
323  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Top, AndesiteStairs::Shape::OuterRight).ID: return 10538;
324  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::Straight).ID: return 10540;
325  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerLeft).ID: return 10542;
326  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::InnerRight).ID: return 10544;
327  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterLeft).ID: return 10546;
328  case AndesiteStairs::AndesiteStairs(eBlockFace::BLOCK_FACE_XP, AndesiteStairs::Half::Bottom, AndesiteStairs::Shape::OuterRight).ID: return 10548;
329  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13138;
330  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13139;
331  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13140;
332  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13144;
333  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13145;
334  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13146;
335  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13150;
336  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13151;
337  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13152;
338  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13156;
339  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13157;
340  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13158;
341  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13162;
342  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13163;
343  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13164;
344  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13168;
345  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13169;
346  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13170;
347  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13174;
348  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13175;
349  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13176;
350  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13180;
351  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13181;
352  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13182;
353  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13186;
354  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13187;
355  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13188;
356  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13192;
357  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13193;
358  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13194;
359  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13198;
360  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13199;
361  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13200;
362  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13204;
363  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13205;
364  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13206;
365  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13210;
366  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13211;
367  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13212;
368  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13216;
369  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13217;
370  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13218;
371  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13222;
372  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13223;
373  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13224;
374  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13228;
375  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13229;
376  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13230;
377  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13234;
378  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13235;
379  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13236;
380  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13240;
381  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13241;
382  case AndesiteWall::AndesiteWall(AndesiteWall::East::None, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13242;
383  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13246;
384  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13247;
385  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13248;
386  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13252;
387  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13253;
388  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13254;
389  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13258;
390  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13259;
391  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13260;
392  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13264;
393  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13265;
394  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13266;
395  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13270;
396  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13271;
397  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13272;
398  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13276;
399  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13277;
400  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13278;
401  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13282;
402  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13283;
403  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13284;
404  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13288;
405  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13289;
406  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13290;
407  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13294;
408  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13295;
409  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13296;
410  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13300;
411  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13301;
412  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13302;
413  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13306;
414  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13307;
415  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13308;
416  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13312;
417  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13313;
418  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13314;
419  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13318;
420  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13319;
421  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13320;
422  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13324;
423  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13325;
424  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13326;
425  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13330;
426  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13331;
427  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13332;
428  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13336;
429  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13337;
430  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13338;
431  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13342;
432  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13343;
433  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13344;
434  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13348;
435  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13349;
436  case AndesiteWall::AndesiteWall(AndesiteWall::East::Low, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13350;
437  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13354;
438  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13355;
439  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13356;
440  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13360;
441  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13361;
442  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13362;
443  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13366;
444  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13367;
445  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13368;
446  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13372;
447  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13373;
448  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13374;
449  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13378;
450  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13379;
451  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13380;
452  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13384;
453  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13385;
454  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::None, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13386;
455  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13390;
456  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13391;
457  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13392;
458  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13396;
459  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13397;
460  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13398;
461  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13402;
462  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13403;
463  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13404;
464  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13408;
465  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13409;
466  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13410;
467  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13414;
468  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13415;
469  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13416;
470  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13420;
471  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13421;
472  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Low, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13422;
473  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::None).ID: return 13426;
474  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::Low).ID: return 13427;
475  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::None, true, AndesiteWall::West::Tall).ID: return 13428;
476  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::None).ID: return 13432;
477  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::Low).ID: return 13433;
478  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::None, false, AndesiteWall::West::Tall).ID: return 13434;
479  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::None).ID: return 13438;
480  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::Low).ID: return 13439;
481  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Low, true, AndesiteWall::West::Tall).ID: return 13440;
482  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::None).ID: return 13444;
483  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::Low).ID: return 13445;
484  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Low, false, AndesiteWall::West::Tall).ID: return 13446;
485  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::None).ID: return 13450;
486  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::Low).ID: return 13451;
487  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Tall, true, AndesiteWall::West::Tall).ID: return 13452;
488  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::None).ID: return 13456;
489  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::Low).ID: return 13457;
490  case AndesiteWall::AndesiteWall(AndesiteWall::East::Tall, AndesiteWall::North::Tall, AndesiteWall::South::Tall, false, AndesiteWall::West::Tall).ID: return 13458;
491  case Anvil::Anvil(eBlockFace::BLOCK_FACE_ZM).ID: return 6610;
492  case Anvil::Anvil(eBlockFace::BLOCK_FACE_ZP).ID: return 6611;
493  case Anvil::Anvil(eBlockFace::BLOCK_FACE_XM).ID: return 6612;
494  case Anvil::Anvil(eBlockFace::BLOCK_FACE_XP).ID: return 6613;
495  case AttachedMelonStem::AttachedMelonStem(eBlockFace::BLOCK_FACE_ZM).ID: return 4768;
496  case AttachedMelonStem::AttachedMelonStem(eBlockFace::BLOCK_FACE_ZP).ID: return 4769;
497  case AttachedMelonStem::AttachedMelonStem(eBlockFace::BLOCK_FACE_XM).ID: return 4770;
498  case AttachedMelonStem::AttachedMelonStem(eBlockFace::BLOCK_FACE_XP).ID: return 4771;
499  case AttachedPumpkinStem::AttachedPumpkinStem(eBlockFace::BLOCK_FACE_ZM).ID: return 4764;
500  case AttachedPumpkinStem::AttachedPumpkinStem(eBlockFace::BLOCK_FACE_ZP).ID: return 4765;
501  case AttachedPumpkinStem::AttachedPumpkinStem(eBlockFace::BLOCK_FACE_XM).ID: return 4766;
502  case AttachedPumpkinStem::AttachedPumpkinStem(eBlockFace::BLOCK_FACE_XP).ID: return 4767;
503  case AzureBluet::AzureBluet().ID: return 1416;
504  case Bamboo::Bamboo(0, Bamboo::Leaves::None, 0).ID: return 9652;
505  case Bamboo::Bamboo(0, Bamboo::Leaves::None, 1).ID: return 9653;
506  case Bamboo::Bamboo(0, Bamboo::Leaves::Small, 0).ID: return 9654;
507  case Bamboo::Bamboo(0, Bamboo::Leaves::Small, 1).ID: return 9655;
508  case Bamboo::Bamboo(0, Bamboo::Leaves::Large, 0).ID: return 9656;
509  case Bamboo::Bamboo(0, Bamboo::Leaves::Large, 1).ID: return 9657;
510  case Bamboo::Bamboo(1, Bamboo::Leaves::None, 0).ID: return 9658;
511  case Bamboo::Bamboo(1, Bamboo::Leaves::None, 1).ID: return 9659;
512  case Bamboo::Bamboo(1, Bamboo::Leaves::Small, 0).ID: return 9660;
513  case Bamboo::Bamboo(1, Bamboo::Leaves::Small, 1).ID: return 9661;
514  case Bamboo::Bamboo(1, Bamboo::Leaves::Large, 0).ID: return 9662;
515  case Bamboo::Bamboo(1, Bamboo::Leaves::Large, 1).ID: return 9663;
516  case BambooSapling::BambooSapling().ID: return 9651;
517  case Barrel::Barrel(eBlockFace::BLOCK_FACE_ZM, true).ID: return 14791;
518  case Barrel::Barrel(eBlockFace::BLOCK_FACE_ZM, false).ID: return 14792;
519  case Barrel::Barrel(eBlockFace::BLOCK_FACE_XP, true).ID: return 14793;
520  case Barrel::Barrel(eBlockFace::BLOCK_FACE_XP, false).ID: return 14794;
521  case Barrel::Barrel(eBlockFace::BLOCK_FACE_ZP, true).ID: return 14795;
522  case Barrel::Barrel(eBlockFace::BLOCK_FACE_ZP, false).ID: return 14796;
523  case Barrel::Barrel(eBlockFace::BLOCK_FACE_XM, true).ID: return 14797;
524  case Barrel::Barrel(eBlockFace::BLOCK_FACE_XM, false).ID: return 14798;
525  case Barrel::Barrel(eBlockFace::BLOCK_FACE_YP, true).ID: return 14799;
526  case Barrel::Barrel(eBlockFace::BLOCK_FACE_YP, false).ID: return 14800;
527  case Barrel::Barrel(eBlockFace::BLOCK_FACE_YM, true).ID: return 14801;
528  case Barrel::Barrel(eBlockFace::BLOCK_FACE_YM, false).ID: return 14802;
529  case Barrier::Barrier().ID: return 7536;
530  case Basalt::Basalt(Basalt::Axis::X).ID: return 4002;
531  case Basalt::Basalt(Basalt::Axis::Y).ID: return 4003;
532  case Basalt::Basalt(Basalt::Axis::Z).ID: return 4004;
533  case Beacon::Beacon().ID: return 5656;
534  case Bedrock::Bedrock().ID: return 33;
535  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZM, 0).ID: return 15776;
536  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZM, 1).ID: return 15777;
537  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZM, 2).ID: return 15778;
538  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZM, 3).ID: return 15779;
539  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZM, 4).ID: return 15780;
540  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZM, 5).ID: return 15781;
541  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZP, 0).ID: return 15782;
542  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZP, 1).ID: return 15783;
543  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZP, 2).ID: return 15784;
544  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZP, 3).ID: return 15785;
545  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZP, 4).ID: return 15786;
546  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_ZP, 5).ID: return 15787;
547  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XM, 0).ID: return 15788;
548  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XM, 1).ID: return 15789;
549  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XM, 2).ID: return 15790;
550  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XM, 3).ID: return 15791;
551  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XM, 4).ID: return 15792;
552  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XM, 5).ID: return 15793;
553  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XP, 0).ID: return 15794;
554  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XP, 1).ID: return 15795;
555  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XP, 2).ID: return 15796;
556  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XP, 3).ID: return 15797;
557  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XP, 4).ID: return 15798;
558  case BeeNest::BeeNest(eBlockFace::BLOCK_FACE_XP, 5).ID: return 15799;
559  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZM, 0).ID: return 15800;
560  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZM, 1).ID: return 15801;
561  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZM, 2).ID: return 15802;
562  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZM, 3).ID: return 15803;
563  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZM, 4).ID: return 15804;
564  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZM, 5).ID: return 15805;
565  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZP, 0).ID: return 15806;
566  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZP, 1).ID: return 15807;
567  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZP, 2).ID: return 15808;
568  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZP, 3).ID: return 15809;
569  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZP, 4).ID: return 15810;
570  case Beehive::Beehive(eBlockFace::BLOCK_FACE_ZP, 5).ID: return 15811;
571  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XM, 0).ID: return 15812;
572  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XM, 1).ID: return 15813;
573  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XM, 2).ID: return 15814;
574  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XM, 3).ID: return 15815;
575  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XM, 4).ID: return 15816;
576  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XM, 5).ID: return 15817;
577  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XP, 0).ID: return 15818;
578  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XP, 1).ID: return 15819;
579  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XP, 2).ID: return 15820;
580  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XP, 3).ID: return 15821;
581  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XP, 4).ID: return 15822;
582  case Beehive::Beehive(eBlockFace::BLOCK_FACE_XP, 5).ID: return 15823;
583  case Beetroots::Beetroots(0).ID: return 9219;
584  case Beetroots::Beetroots(1).ID: return 9220;
585  case Beetroots::Beetroots(2).ID: return 9221;
586  case Beetroots::Beetroots(3).ID: return 9222;
587  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 14854;
588  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 14855;
589  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 14856;
590  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 14857;
591  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 14858;
592  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 14859;
593  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 14860;
594  case Bell::Bell(Bell::Attachment::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 14861;
595  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 14862;
596  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 14863;
597  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 14864;
598  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 14865;
599  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 14866;
600  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 14867;
601  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 14868;
602  case Bell::Bell(Bell::Attachment::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 14869;
603  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 14870;
604  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 14871;
605  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 14872;
606  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 14873;
607  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_XM, true).ID: return 14874;
608  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_XM, false).ID: return 14875;
609  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_XP, true).ID: return 14876;
610  case Bell::Bell(Bell::Attachment::SingleWall, eBlockFace::BLOCK_FACE_XP, false).ID: return 14877;
611  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 14878;
612  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 14879;
613  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 14880;
614  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 14881;
615  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_XM, true).ID: return 14882;
616  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_XM, false).ID: return 14883;
617  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_XP, true).ID: return 14884;
618  case Bell::Bell(Bell::Attachment::DoubleWall, eBlockFace::BLOCK_FACE_XP, false).ID: return 14885;
619  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6394;
620  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6395;
621  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6396;
622  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6397;
623  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 6398;
624  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 6399;
625  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 6400;
626  case BirchButton::BirchButton(BirchButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 6401;
627  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6402;
628  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6403;
629  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6404;
630  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6405;
631  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 6406;
632  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 6407;
633  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 6408;
634  case BirchButton::BirchButton(BirchButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 6409;
635  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6410;
636  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6411;
637  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6412;
638  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6413;
639  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 6414;
640  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 6415;
641  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 6416;
642  case BirchButton::BirchButton(BirchButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 6417;
643  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, true).ID: return 8802;
644  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, false).ID: return 8803;
645  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, true).ID: return 8804;
646  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, false).ID: return 8805;
647  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, true).ID: return 8806;
648  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, false).ID: return 8807;
649  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, true).ID: return 8808;
650  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, false).ID: return 8809;
651  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, true).ID: return 8810;
652  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, false).ID: return 8811;
653  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, true).ID: return 8812;
654  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, false).ID: return 8813;
655  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, true).ID: return 8814;
656  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, false).ID: return 8815;
657  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, true).ID: return 8816;
658  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, false).ID: return 8817;
659  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, true).ID: return 8818;
660  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, false).ID: return 8819;
661  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, true).ID: return 8820;
662  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, false).ID: return 8821;
663  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, true).ID: return 8822;
664  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, false).ID: return 8823;
665  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, true).ID: return 8824;
666  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, false).ID: return 8825;
667  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, true).ID: return 8826;
668  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, false).ID: return 8827;
669  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, true).ID: return 8828;
670  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, false).ID: return 8829;
671  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, true).ID: return 8830;
672  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, false).ID: return 8831;
673  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, true).ID: return 8832;
674  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_ZP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, false).ID: return 8833;
675  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, true).ID: return 8834;
676  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, false).ID: return 8835;
677  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, true).ID: return 8836;
678  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, false).ID: return 8837;
679  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, true).ID: return 8838;
680  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, false).ID: return 8839;
681  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, true).ID: return 8840;
682  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, false).ID: return 8841;
683  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, true).ID: return 8842;
684  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, false).ID: return 8843;
685  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, true).ID: return 8844;
686  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, false).ID: return 8845;
687  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, true).ID: return 8846;
688  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, false).ID: return 8847;
689  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, true).ID: return 8848;
690  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XM, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, false).ID: return 8849;
691  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, true).ID: return 8850;
692  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, true, false).ID: return 8851;
693  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, true).ID: return 8852;
694  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Left, false, false).ID: return 8853;
695  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, true).ID: return 8854;
696  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, true, false).ID: return 8855;
697  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, true).ID: return 8856;
698  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Upper, BirchDoor::Hinge::Right, false, false).ID: return 8857;
699  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, true).ID: return 8858;
700  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, true, false).ID: return 8859;
701  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, true).ID: return 8860;
702  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Left, false, false).ID: return 8861;
703  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, true).ID: return 8862;
704  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, true, false).ID: return 8863;
705  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, true).ID: return 8864;
706  case BirchDoor::BirchDoor(eBlockFace::BLOCK_FACE_XP, BirchDoor::Half::Lower, BirchDoor::Hinge::Right, false, false).ID: return 8865;
707  case BirchFence::BirchFence(true, true, true, true).ID: return 8612;
708  case BirchFence::BirchFence(true, true, true, false).ID: return 8613;
709  case BirchFence::BirchFence(true, true, false, true).ID: return 8616;
710  case BirchFence::BirchFence(true, true, false, false).ID: return 8617;
711  case BirchFence::BirchFence(true, false, true, true).ID: return 8620;
712  case BirchFence::BirchFence(true, false, true, false).ID: return 8621;
713  case BirchFence::BirchFence(true, false, false, true).ID: return 8624;
714  case BirchFence::BirchFence(true, false, false, false).ID: return 8625;
715  case BirchFence::BirchFence(false, true, true, true).ID: return 8628;
716  case BirchFence::BirchFence(false, true, true, false).ID: return 8629;
717  case BirchFence::BirchFence(false, true, false, true).ID: return 8632;
718  case BirchFence::BirchFence(false, true, false, false).ID: return 8633;
719  case BirchFence::BirchFence(false, false, true, true).ID: return 8636;
720  case BirchFence::BirchFence(false, false, true, false).ID: return 8637;
721  case BirchFence::BirchFence(false, false, false, true).ID: return 8640;
722  case BirchFence::BirchFence(false, false, false, false).ID: return 8641;
723  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 8450;
724  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 8451;
725  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 8452;
726  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 8453;
727  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 8454;
728  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 8455;
729  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 8456;
730  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 8457;
731  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 8458;
732  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 8459;
733  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 8460;
734  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 8461;
735  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 8462;
736  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 8463;
737  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 8464;
738  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 8465;
739  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 8466;
740  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 8467;
741  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 8468;
742  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 8469;
743  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 8470;
744  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 8471;
745  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 8472;
746  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 8473;
747  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 8474;
748  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 8475;
749  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 8476;
750  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 8477;
751  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 8478;
752  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 8479;
753  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 8480;
754  case BirchFenceGate::BirchFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 8481;
755  case BirchLeaves::BirchLeaves(1, true).ID: return 173;
756  case BirchLeaves::BirchLeaves(1, false).ID: return 174;
757  case BirchLeaves::BirchLeaves(2, true).ID: return 175;
758  case BirchLeaves::BirchLeaves(2, false).ID: return 176;
759  case BirchLeaves::BirchLeaves(3, true).ID: return 177;
760  case BirchLeaves::BirchLeaves(3, false).ID: return 178;
761  case BirchLeaves::BirchLeaves(4, true).ID: return 179;
762  case BirchLeaves::BirchLeaves(4, false).ID: return 180;
763  case BirchLeaves::BirchLeaves(5, true).ID: return 181;
764  case BirchLeaves::BirchLeaves(5, false).ID: return 182;
765  case BirchLeaves::BirchLeaves(6, true).ID: return 183;
766  case BirchLeaves::BirchLeaves(6, false).ID: return 184;
767  case BirchLeaves::BirchLeaves(7, true).ID: return 185;
768  case BirchLeaves::BirchLeaves(7, false).ID: return 186;
769  case BirchLog::BirchLog(BirchLog::Axis::X).ID: return 79;
770  case BirchLog::BirchLog(BirchLog::Axis::Y).ID: return 80;
771  case BirchLog::BirchLog(BirchLog::Axis::Z).ID: return 81;
772  case BirchPlanks::BirchPlanks().ID: return 17;
773  case BirchPressurePlate::BirchPressurePlate(true).ID: return 3877;
774  case BirchPressurePlate::BirchPressurePlate(false).ID: return 3878;
775  case BirchSapling::BirchSapling(0).ID: return 25;
776  case BirchSapling::BirchSapling(1).ID: return 26;
777  case BirchSign::BirchSign(0).ID: return 3446;
778  case BirchSign::BirchSign(1).ID: return 3448;
779  case BirchSign::BirchSign(2).ID: return 3450;
780  case BirchSign::BirchSign(3).ID: return 3452;
781  case BirchSign::BirchSign(4).ID: return 3454;
782  case BirchSign::BirchSign(5).ID: return 3456;
783  case BirchSign::BirchSign(6).ID: return 3458;
784  case BirchSign::BirchSign(7).ID: return 3460;
785  case BirchSign::BirchSign(8).ID: return 3462;
786  case BirchSign::BirchSign(9).ID: return 3464;
787  case BirchSign::BirchSign(10).ID: return 3466;
788  case BirchSign::BirchSign(11).ID: return 3468;
789  case BirchSign::BirchSign(12).ID: return 3470;
790  case BirchSign::BirchSign(13).ID: return 3472;
791  case BirchSign::BirchSign(14).ID: return 3474;
792  case BirchSign::BirchSign(15).ID: return 3476;
793  case BirchSlab::BirchSlab(BirchSlab::Type::Top).ID: return 8313;
795  case BirchSlab::BirchSlab(BirchSlab::Type::Double).ID: return 8317;
796  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Top, BirchStairs::Shape::Straight).ID: return 5485;
797  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Top, BirchStairs::Shape::InnerLeft).ID: return 5487;
798  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Top, BirchStairs::Shape::InnerRight).ID: return 5489;
799  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Top, BirchStairs::Shape::OuterLeft).ID: return 5491;
800  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Top, BirchStairs::Shape::OuterRight).ID: return 5493;
801  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Bottom, BirchStairs::Shape::Straight).ID: return 5495;
802  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerLeft).ID: return 5497;
803  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerRight).ID: return 5499;
804  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterLeft).ID: return 5501;
805  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZM, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterRight).ID: return 5503;
806  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Top, BirchStairs::Shape::Straight).ID: return 5505;
807  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Top, BirchStairs::Shape::InnerLeft).ID: return 5507;
808  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Top, BirchStairs::Shape::InnerRight).ID: return 5509;
809  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Top, BirchStairs::Shape::OuterLeft).ID: return 5511;
810  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Top, BirchStairs::Shape::OuterRight).ID: return 5513;
811  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Bottom, BirchStairs::Shape::Straight).ID: return 5515;
812  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerLeft).ID: return 5517;
813  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerRight).ID: return 5519;
814  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterLeft).ID: return 5521;
815  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_ZP, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterRight).ID: return 5523;
816  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Top, BirchStairs::Shape::Straight).ID: return 5525;
817  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Top, BirchStairs::Shape::InnerLeft).ID: return 5527;
818  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Top, BirchStairs::Shape::InnerRight).ID: return 5529;
819  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Top, BirchStairs::Shape::OuterLeft).ID: return 5531;
820  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Top, BirchStairs::Shape::OuterRight).ID: return 5533;
821  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Bottom, BirchStairs::Shape::Straight).ID: return 5535;
822  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerLeft).ID: return 5537;
823  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerRight).ID: return 5539;
824  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterLeft).ID: return 5541;
825  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XM, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterRight).ID: return 5543;
826  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Top, BirchStairs::Shape::Straight).ID: return 5545;
827  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Top, BirchStairs::Shape::InnerLeft).ID: return 5547;
828  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Top, BirchStairs::Shape::InnerRight).ID: return 5549;
829  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Top, BirchStairs::Shape::OuterLeft).ID: return 5551;
830  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Top, BirchStairs::Shape::OuterRight).ID: return 5553;
831  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Bottom, BirchStairs::Shape::Straight).ID: return 5555;
832  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerLeft).ID: return 5557;
833  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Bottom, BirchStairs::Shape::InnerRight).ID: return 5559;
834  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterLeft).ID: return 5561;
835  case BirchStairs::BirchStairs(eBlockFace::BLOCK_FACE_XP, BirchStairs::Half::Bottom, BirchStairs::Shape::OuterRight).ID: return 5563;
836  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZM, BirchTrapdoor::Half::Top, true, true).ID: return 4240;
837  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZM, BirchTrapdoor::Half::Top, true, false).ID: return 4242;
838  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZM, BirchTrapdoor::Half::Top, false, true).ID: return 4244;
839  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZM, BirchTrapdoor::Half::Top, false, false).ID: return 4246;
844  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZP, BirchTrapdoor::Half::Top, true, true).ID: return 4256;
845  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZP, BirchTrapdoor::Half::Top, true, false).ID: return 4258;
846  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZP, BirchTrapdoor::Half::Top, false, true).ID: return 4260;
847  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_ZP, BirchTrapdoor::Half::Top, false, false).ID: return 4262;
852  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XM, BirchTrapdoor::Half::Top, true, true).ID: return 4272;
853  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XM, BirchTrapdoor::Half::Top, true, false).ID: return 4274;
854  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XM, BirchTrapdoor::Half::Top, false, true).ID: return 4276;
855  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XM, BirchTrapdoor::Half::Top, false, false).ID: return 4278;
860  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XP, BirchTrapdoor::Half::Top, true, true).ID: return 4288;
861  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XP, BirchTrapdoor::Half::Top, true, false).ID: return 4290;
862  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XP, BirchTrapdoor::Half::Top, false, true).ID: return 4292;
863  case BirchTrapdoor::BirchTrapdoor(eBlockFace::BLOCK_FACE_XP, BirchTrapdoor::Half::Top, false, false).ID: return 4294;
868  case BirchWallSign::BirchWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 3752;
869  case BirchWallSign::BirchWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 3754;
870  case BirchWallSign::BirchWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 3756;
871  case BirchWallSign::BirchWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 3758;
872  case BirchWood::BirchWood(BirchWood::Axis::X).ID: return 115;
873  case BirchWood::BirchWood(BirchWood::Axis::Y).ID: return 116;
874  case BirchWood::BirchWood(BirchWood::Axis::Z).ID: return 117;
875  case BlackBanner::BlackBanner(0).ID: return 8137;
876  case BlackBanner::BlackBanner(1).ID: return 8138;
877  case BlackBanner::BlackBanner(2).ID: return 8139;
878  case BlackBanner::BlackBanner(3).ID: return 8140;
879  case BlackBanner::BlackBanner(4).ID: return 8141;
880  case BlackBanner::BlackBanner(5).ID: return 8142;
881  case BlackBanner::BlackBanner(6).ID: return 8143;
882  case BlackBanner::BlackBanner(7).ID: return 8144;
883  case BlackBanner::BlackBanner(8).ID: return 8145;
884  case BlackBanner::BlackBanner(9).ID: return 8146;
885  case BlackBanner::BlackBanner(10).ID: return 8147;
886  case BlackBanner::BlackBanner(11).ID: return 8148;
887  case BlackBanner::BlackBanner(12).ID: return 8149;
888  case BlackBanner::BlackBanner(13).ID: return 8150;
889  case BlackBanner::BlackBanner(14).ID: return 8151;
890  case BlackBanner::BlackBanner(15).ID: return 8152;
891  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZM, true, BlackBed::Part::Head).ID: return 1289;
892  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZM, true, BlackBed::Part::Foot).ID: return 1290;
893  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZM, false, BlackBed::Part::Head).ID: return 1291;
894  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZM, false, BlackBed::Part::Foot).ID: return 1292;
895  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZP, true, BlackBed::Part::Head).ID: return 1293;
896  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZP, true, BlackBed::Part::Foot).ID: return 1294;
897  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZP, false, BlackBed::Part::Head).ID: return 1295;
898  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_ZP, false, BlackBed::Part::Foot).ID: return 1296;
899  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XM, true, BlackBed::Part::Head).ID: return 1297;
900  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XM, true, BlackBed::Part::Foot).ID: return 1298;
901  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XM, false, BlackBed::Part::Head).ID: return 1299;
902  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XM, false, BlackBed::Part::Foot).ID: return 1300;
903  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XP, true, BlackBed::Part::Head).ID: return 1301;
904  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XP, true, BlackBed::Part::Foot).ID: return 1302;
905  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XP, false, BlackBed::Part::Head).ID: return 1303;
906  case BlackBed::BlackBed(eBlockFace::BLOCK_FACE_XP, false, BlackBed::Part::Foot).ID: return 1304;
907  case BlackCarpet::BlackCarpet().ID: return 7881;
908  case BlackConcrete::BlackConcrete().ID: return 9453;
909  case BlackConcretePowder::BlackConcretePowder().ID: return 9469;
920  case BlackStainedGlass::BlackStainedGlass().ID: return 4110;
921  case BlackStainedGlassPane::BlackStainedGlassPane(true, true, true, true).ID: return 7345;
922  case BlackStainedGlassPane::BlackStainedGlassPane(true, true, true, false).ID: return 7346;
923  case BlackStainedGlassPane::BlackStainedGlassPane(true, true, false, true).ID: return 7349;
924  case BlackStainedGlassPane::BlackStainedGlassPane(true, true, false, false).ID: return 7350;
925  case BlackStainedGlassPane::BlackStainedGlassPane(true, false, true, true).ID: return 7353;
926  case BlackStainedGlassPane::BlackStainedGlassPane(true, false, true, false).ID: return 7354;
927  case BlackStainedGlassPane::BlackStainedGlassPane(true, false, false, true).ID: return 7357;
928  case BlackStainedGlassPane::BlackStainedGlassPane(true, false, false, false).ID: return 7358;
929  case BlackStainedGlassPane::BlackStainedGlassPane(false, true, true, true).ID: return 7361;
930  case BlackStainedGlassPane::BlackStainedGlassPane(false, true, true, false).ID: return 7362;
931  case BlackStainedGlassPane::BlackStainedGlassPane(false, true, false, true).ID: return 7365;
932  case BlackStainedGlassPane::BlackStainedGlassPane(false, true, false, false).ID: return 7366;
933  case BlackStainedGlassPane::BlackStainedGlassPane(false, false, true, true).ID: return 7369;
934  case BlackStainedGlassPane::BlackStainedGlassPane(false, false, true, false).ID: return 7370;
935  case BlackStainedGlassPane::BlackStainedGlassPane(false, false, false, true).ID: return 7373;
936  case BlackStainedGlassPane::BlackStainedGlassPane(false, false, false, false).ID: return 7374;
937  case BlackTerracotta::BlackTerracotta().ID: return 6862;
938  case BlackWallBanner::BlackWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8213;
939  case BlackWallBanner::BlackWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8214;
940  case BlackWallBanner::BlackWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8215;
941  case BlackWallBanner::BlackWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8216;
942  case BlackWool::BlackWool().ID: return 1399;
943  case Blackstone::Blackstone().ID: return 15839;
944  case BlackstoneSlab::BlackstoneSlab(BlackstoneSlab::Type::Top).ID: return 16245;
946  case BlackstoneSlab::BlackstoneSlab(BlackstoneSlab::Type::Double).ID: return 16249;
947  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::Straight).ID: return 15841;
948  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerLeft).ID: return 15843;
949  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerRight).ID: return 15845;
950  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterLeft).ID: return 15847;
951  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterRight).ID: return 15849;
952  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::Straight).ID: return 15851;
953  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerLeft).ID: return 15853;
954  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerRight).ID: return 15855;
955  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterLeft).ID: return 15857;
956  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterRight).ID: return 15859;
957  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::Straight).ID: return 15861;
958  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerLeft).ID: return 15863;
959  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerRight).ID: return 15865;
960  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterLeft).ID: return 15867;
961  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterRight).ID: return 15869;
962  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::Straight).ID: return 15871;
963  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerLeft).ID: return 15873;
964  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerRight).ID: return 15875;
965  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterLeft).ID: return 15877;
966  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterRight).ID: return 15879;
967  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::Straight).ID: return 15881;
968  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerLeft).ID: return 15883;
969  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerRight).ID: return 15885;
970  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterLeft).ID: return 15887;
971  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterRight).ID: return 15889;
972  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::Straight).ID: return 15891;
973  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerLeft).ID: return 15893;
974  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerRight).ID: return 15895;
975  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterLeft).ID: return 15897;
976  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XM, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterRight).ID: return 15899;
977  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::Straight).ID: return 15901;
978  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerLeft).ID: return 15903;
979  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::InnerRight).ID: return 15905;
980  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterLeft).ID: return 15907;
981  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Top, BlackstoneStairs::Shape::OuterRight).ID: return 15909;
982  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::Straight).ID: return 15911;
983  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerLeft).ID: return 15913;
984  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::InnerRight).ID: return 15915;
985  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterLeft).ID: return 15917;
986  case BlackstoneStairs::BlackstoneStairs(eBlockFace::BLOCK_FACE_XP, BlackstoneStairs::Half::Bottom, BlackstoneStairs::Shape::OuterRight).ID: return 15919;
987  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 15923;
988  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 15924;
989  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 15925;
990  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 15929;
991  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 15930;
992  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 15931;
993  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 15935;
994  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 15936;
995  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 15937;
996  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 15941;
997  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 15942;
998  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 15943;
999  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 15947;
1000  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 15948;
1001  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 15949;
1002  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 15953;
1003  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 15954;
1004  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 15955;
1005  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 15959;
1006  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 15960;
1007  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 15961;
1008  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 15965;
1009  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 15966;
1010  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 15967;
1011  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 15971;
1012  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 15972;
1013  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 15973;
1014  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 15977;
1015  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 15978;
1016  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 15979;
1017  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 15983;
1018  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 15984;
1019  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 15985;
1020  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 15989;
1021  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 15990;
1022  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 15991;
1023  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 15995;
1024  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 15996;
1025  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 15997;
1026  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 16001;
1027  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 16002;
1028  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 16003;
1029  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 16007;
1030  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 16008;
1031  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 16009;
1032  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 16013;
1033  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 16014;
1034  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 16015;
1035  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 16019;
1036  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 16020;
1037  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 16021;
1038  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 16025;
1039  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 16026;
1040  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::None, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 16027;
1041  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 16031;
1042  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 16032;
1043  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 16033;
1044  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 16037;
1045  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 16038;
1046  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 16039;
1047  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 16043;
1048  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 16044;
1049  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 16045;
1050  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 16049;
1051  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 16050;
1052  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 16051;
1053  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 16055;
1054  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 16056;
1055  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 16057;
1056  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 16061;
1057  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 16062;
1058  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 16063;
1059  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 16067;
1060  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 16068;
1061  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 16069;
1062  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 16073;
1063  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 16074;
1064  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 16075;
1065  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 16079;
1066  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 16080;
1067  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 16081;
1068  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 16085;
1069  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 16086;
1070  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 16087;
1071  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 16091;
1072  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 16092;
1073  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 16093;
1074  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 16097;
1075  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 16098;
1076  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 16099;
1077  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 16103;
1078  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 16104;
1079  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 16105;
1080  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 16109;
1081  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 16110;
1082  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 16111;
1083  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 16115;
1084  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 16116;
1085  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 16117;
1086  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 16121;
1087  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 16122;
1088  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 16123;
1089  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 16127;
1090  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 16128;
1091  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 16129;
1092  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 16133;
1093  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 16134;
1094  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Low, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 16135;
1095  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 16139;
1096  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 16140;
1097  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 16141;
1098  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 16145;
1099  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 16146;
1100  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 16147;
1101  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 16151;
1102  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 16152;
1103  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 16153;
1104  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 16157;
1105  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 16158;
1106  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 16159;
1107  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 16163;
1108  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 16164;
1109  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 16165;
1110  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 16169;
1111  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 16170;
1112  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::None, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 16171;
1113  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 16175;
1114  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 16176;
1115  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 16177;
1116  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 16181;
1117  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 16182;
1118  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 16183;
1119  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 16187;
1120  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 16188;
1121  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 16189;
1122  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 16193;
1123  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 16194;
1124  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 16195;
1125  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 16199;
1126  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 16200;
1127  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 16201;
1128  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 16205;
1129  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 16206;
1130  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Low, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 16207;
1131  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::None).ID: return 16211;
1132  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::Low).ID: return 16212;
1133  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::None, true, BlackstoneWall::West::Tall).ID: return 16213;
1134  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::None).ID: return 16217;
1135  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::Low).ID: return 16218;
1136  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::None, false, BlackstoneWall::West::Tall).ID: return 16219;
1137  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::None).ID: return 16223;
1138  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::Low).ID: return 16224;
1139  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, true, BlackstoneWall::West::Tall).ID: return 16225;
1140  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::None).ID: return 16229;
1141  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::Low).ID: return 16230;
1142  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Low, false, BlackstoneWall::West::Tall).ID: return 16231;
1143  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::None).ID: return 16235;
1144  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Low).ID: return 16236;
1145  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, true, BlackstoneWall::West::Tall).ID: return 16237;
1146  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::None).ID: return 16241;
1147  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Low).ID: return 16242;
1148  case BlackstoneWall::BlackstoneWall(BlackstoneWall::East::Tall, BlackstoneWall::North::Tall, BlackstoneWall::South::Tall, false, BlackstoneWall::West::Tall).ID: return 16243;
1149  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_ZM, true).ID: return 14811;
1150  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_ZM, false).ID: return 14812;
1151  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_ZP, true).ID: return 14813;
1152  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_ZP, false).ID: return 14814;
1153  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_XM, true).ID: return 14815;
1154  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_XM, false).ID: return 14816;
1155  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_XP, true).ID: return 14817;
1156  case BlastFurnace::BlastFurnace(eBlockFace::BLOCK_FACE_XP, false).ID: return 14818;
1157  case BlueBanner::BlueBanner(0).ID: return 8073;
1158  case BlueBanner::BlueBanner(1).ID: return 8074;
1159  case BlueBanner::BlueBanner(2).ID: return 8075;
1160  case BlueBanner::BlueBanner(3).ID: return 8076;
1161  case BlueBanner::BlueBanner(4).ID: return 8077;
1162  case BlueBanner::BlueBanner(5).ID: return 8078;
1163  case BlueBanner::BlueBanner(6).ID: return 8079;
1164  case BlueBanner::BlueBanner(7).ID: return 8080;
1165  case BlueBanner::BlueBanner(8).ID: return 8081;
1166  case BlueBanner::BlueBanner(9).ID: return 8082;
1167  case BlueBanner::BlueBanner(10).ID: return 8083;
1168  case BlueBanner::BlueBanner(11).ID: return 8084;
1169  case BlueBanner::BlueBanner(12).ID: return 8085;
1170  case BlueBanner::BlueBanner(13).ID: return 8086;
1171  case BlueBanner::BlueBanner(14).ID: return 8087;
1172  case BlueBanner::BlueBanner(15).ID: return 8088;
1173  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZM, true, BlueBed::Part::Head).ID: return 1225;
1174  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZM, true, BlueBed::Part::Foot).ID: return 1226;
1175  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZM, false, BlueBed::Part::Head).ID: return 1227;
1176  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZM, false, BlueBed::Part::Foot).ID: return 1228;
1177  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZP, true, BlueBed::Part::Head).ID: return 1229;
1178  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZP, true, BlueBed::Part::Foot).ID: return 1230;
1179  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZP, false, BlueBed::Part::Head).ID: return 1231;
1180  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_ZP, false, BlueBed::Part::Foot).ID: return 1232;
1181  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XM, true, BlueBed::Part::Head).ID: return 1233;
1182  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XM, true, BlueBed::Part::Foot).ID: return 1234;
1183  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XM, false, BlueBed::Part::Head).ID: return 1235;
1184  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XM, false, BlueBed::Part::Foot).ID: return 1236;
1185  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XP, true, BlueBed::Part::Head).ID: return 1237;
1186  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XP, true, BlueBed::Part::Foot).ID: return 1238;
1187  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XP, false, BlueBed::Part::Head).ID: return 1239;
1188  case BlueBed::BlueBed(eBlockFace::BLOCK_FACE_XP, false, BlueBed::Part::Foot).ID: return 1240;
1189  case BlueCarpet::BlueCarpet().ID: return 7877;
1190  case BlueConcrete::BlueConcrete().ID: return 9449;
1191  case BlueConcretePowder::BlueConcretePowder().ID: return 9465;
1196  case BlueIce::BlueIce().ID: return 9648;
1197  case BlueOrchid::BlueOrchid().ID: return 1414;
1204  case BlueStainedGlass::BlueStainedGlass().ID: return 4106;
1205  case BlueStainedGlassPane::BlueStainedGlassPane(true, true, true, true).ID: return 7217;
1206  case BlueStainedGlassPane::BlueStainedGlassPane(true, true, true, false).ID: return 7218;
1207  case BlueStainedGlassPane::BlueStainedGlassPane(true, true, false, true).ID: return 7221;
1208  case BlueStainedGlassPane::BlueStainedGlassPane(true, true, false, false).ID: return 7222;
1209  case BlueStainedGlassPane::BlueStainedGlassPane(true, false, true, true).ID: return 7225;
1210  case BlueStainedGlassPane::BlueStainedGlassPane(true, false, true, false).ID: return 7226;
1211  case BlueStainedGlassPane::BlueStainedGlassPane(true, false, false, true).ID: return 7229;
1212  case BlueStainedGlassPane::BlueStainedGlassPane(true, false, false, false).ID: return 7230;
1213  case BlueStainedGlassPane::BlueStainedGlassPane(false, true, true, true).ID: return 7233;
1214  case BlueStainedGlassPane::BlueStainedGlassPane(false, true, true, false).ID: return 7234;
1215  case BlueStainedGlassPane::BlueStainedGlassPane(false, true, false, true).ID: return 7237;
1216  case BlueStainedGlassPane::BlueStainedGlassPane(false, true, false, false).ID: return 7238;
1217  case BlueStainedGlassPane::BlueStainedGlassPane(false, false, true, true).ID: return 7241;
1218  case BlueStainedGlassPane::BlueStainedGlassPane(false, false, true, false).ID: return 7242;
1219  case BlueStainedGlassPane::BlueStainedGlassPane(false, false, false, true).ID: return 7245;
1220  case BlueStainedGlassPane::BlueStainedGlassPane(false, false, false, false).ID: return 7246;
1221  case BlueTerracotta::BlueTerracotta().ID: return 6858;
1222  case BlueWallBanner::BlueWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8197;
1223  case BlueWallBanner::BlueWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8198;
1224  case BlueWallBanner::BlueWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8199;
1225  case BlueWallBanner::BlueWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8200;
1226  case BlueWool::BlueWool().ID: return 1395;
1227  case BoneBlock::BoneBlock(BoneBlock::Axis::X).ID: return 9256;
1228  case BoneBlock::BoneBlock(BoneBlock::Axis::Y).ID: return 9257;
1229  case BoneBlock::BoneBlock(BoneBlock::Axis::Z).ID: return 9258;
1230  case Bookshelf::Bookshelf().ID: return 1432;
1231  case BrainCoral::BrainCoral().ID: return 9533;
1232  case BrainCoralBlock::BrainCoralBlock().ID: return 9516;
1233  case BrainCoralFan::BrainCoralFan().ID: return 9553;
1234  case BrainCoralWallFan::BrainCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9609;
1235  case BrainCoralWallFan::BrainCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9611;
1236  case BrainCoralWallFan::BrainCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9613;
1237  case BrainCoralWallFan::BrainCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9615;
1238  case BrewingStand::BrewingStand(true, true, true).ID: return 5133;
1239  case BrewingStand::BrewingStand(true, true, false).ID: return 5134;
1240  case BrewingStand::BrewingStand(true, false, true).ID: return 5135;
1241  case BrewingStand::BrewingStand(true, false, false).ID: return 5136;
1242  case BrewingStand::BrewingStand(false, true, true).ID: return 5137;
1243  case BrewingStand::BrewingStand(false, true, false).ID: return 5138;
1244  case BrewingStand::BrewingStand(false, false, true).ID: return 5139;
1245  case BrewingStand::BrewingStand(false, false, false).ID: return 5140;
1246  case BrickSlab::BrickSlab(BrickSlab::Type::Top).ID: return 8373;
1247  case BrickSlab::BrickSlab(BrickSlab::Type::Bottom).ID: return 8375;
1248  case BrickSlab::BrickSlab(BrickSlab::Type::Double).ID: return 8377;
1249  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Top, BrickStairs::Shape::Straight).ID: return 4853;
1250  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Top, BrickStairs::Shape::InnerLeft).ID: return 4855;
1251  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Top, BrickStairs::Shape::InnerRight).ID: return 4857;
1252  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Top, BrickStairs::Shape::OuterLeft).ID: return 4859;
1253  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Top, BrickStairs::Shape::OuterRight).ID: return 4861;
1254  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Bottom, BrickStairs::Shape::Straight).ID: return 4863;
1255  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerLeft).ID: return 4865;
1256  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerRight).ID: return 4867;
1257  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterLeft).ID: return 4869;
1258  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZM, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterRight).ID: return 4871;
1259  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Top, BrickStairs::Shape::Straight).ID: return 4873;
1260  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Top, BrickStairs::Shape::InnerLeft).ID: return 4875;
1261  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Top, BrickStairs::Shape::InnerRight).ID: return 4877;
1262  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Top, BrickStairs::Shape::OuterLeft).ID: return 4879;
1263  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Top, BrickStairs::Shape::OuterRight).ID: return 4881;
1264  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Bottom, BrickStairs::Shape::Straight).ID: return 4883;
1265  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerLeft).ID: return 4885;
1266  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerRight).ID: return 4887;
1267  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterLeft).ID: return 4889;
1268  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_ZP, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterRight).ID: return 4891;
1269  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Top, BrickStairs::Shape::Straight).ID: return 4893;
1270  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Top, BrickStairs::Shape::InnerLeft).ID: return 4895;
1271  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Top, BrickStairs::Shape::InnerRight).ID: return 4897;
1272  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Top, BrickStairs::Shape::OuterLeft).ID: return 4899;
1273  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Top, BrickStairs::Shape::OuterRight).ID: return 4901;
1274  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Bottom, BrickStairs::Shape::Straight).ID: return 4903;
1275  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerLeft).ID: return 4905;
1276  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerRight).ID: return 4907;
1277  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterLeft).ID: return 4909;
1278  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XM, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterRight).ID: return 4911;
1279  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Top, BrickStairs::Shape::Straight).ID: return 4913;
1280  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Top, BrickStairs::Shape::InnerLeft).ID: return 4915;
1281  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Top, BrickStairs::Shape::InnerRight).ID: return 4917;
1282  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Top, BrickStairs::Shape::OuterLeft).ID: return 4919;
1283  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Top, BrickStairs::Shape::OuterRight).ID: return 4921;
1284  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Bottom, BrickStairs::Shape::Straight).ID: return 4923;
1285  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerLeft).ID: return 4925;
1286  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Bottom, BrickStairs::Shape::InnerRight).ID: return 4927;
1287  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterLeft).ID: return 4929;
1288  case BrickStairs::BrickStairs(eBlockFace::BLOCK_FACE_XP, BrickStairs::Half::Bottom, BrickStairs::Shape::OuterRight).ID: return 4931;
1289  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::None).ID: return 10870;
1290  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::Low).ID: return 10871;
1291  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 10872;
1292  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::None).ID: return 10876;
1293  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::Low).ID: return 10877;
1294  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 10878;
1295  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::None).ID: return 10882;
1296  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 10883;
1297  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 10884;
1298  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::None).ID: return 10888;
1299  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 10889;
1300  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 10890;
1301  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 10894;
1302  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 10895;
1303  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 10896;
1304  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 10900;
1305  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 10901;
1306  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 10902;
1307  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::None).ID: return 10906;
1308  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::Low).ID: return 10907;
1309  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 10908;
1310  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::None).ID: return 10912;
1311  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::Low).ID: return 10913;
1312  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 10914;
1313  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::None).ID: return 10918;
1314  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 10919;
1315  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 10920;
1316  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::None).ID: return 10924;
1317  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 10925;
1318  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 10926;
1319  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 10930;
1320  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 10931;
1321  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 10932;
1322  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 10936;
1323  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 10937;
1324  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 10938;
1325  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::None).ID: return 10942;
1326  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::Low).ID: return 10943;
1327  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 10944;
1328  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::None).ID: return 10948;
1329  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::Low).ID: return 10949;
1330  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 10950;
1331  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::None).ID: return 10954;
1332  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 10955;
1333  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 10956;
1334  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::None).ID: return 10960;
1335  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 10961;
1336  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 10962;
1337  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 10966;
1338  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 10967;
1339  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 10968;
1340  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 10972;
1341  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 10973;
1342  case BrickWall::BrickWall(BrickWall::East::None, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 10974;
1343  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::None).ID: return 10978;
1344  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::Low).ID: return 10979;
1345  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 10980;
1346  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::None).ID: return 10984;
1347  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::Low).ID: return 10985;
1348  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 10986;
1349  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::None).ID: return 10990;
1350  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 10991;
1351  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 10992;
1352  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::None).ID: return 10996;
1353  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 10997;
1354  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 10998;
1355  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 11002;
1356  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 11003;
1357  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 11004;
1358  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 11008;
1359  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 11009;
1360  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 11010;
1361  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::None).ID: return 11014;
1362  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::Low).ID: return 11015;
1363  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 11016;
1364  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::None).ID: return 11020;
1365  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::Low).ID: return 11021;
1366  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 11022;
1367  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::None).ID: return 11026;
1368  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 11027;
1369  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 11028;
1370  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::None).ID: return 11032;
1371  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 11033;
1372  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 11034;
1373  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 11038;
1374  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 11039;
1375  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 11040;
1376  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 11044;
1377  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 11045;
1378  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 11046;
1379  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::None).ID: return 11050;
1380  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::Low).ID: return 11051;
1381  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 11052;
1382  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::None).ID: return 11056;
1383  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::Low).ID: return 11057;
1384  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 11058;
1385  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::None).ID: return 11062;
1386  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 11063;
1387  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 11064;
1388  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::None).ID: return 11068;
1389  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 11069;
1390  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 11070;
1391  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 11074;
1392  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 11075;
1393  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 11076;
1394  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 11080;
1395  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 11081;
1396  case BrickWall::BrickWall(BrickWall::East::Low, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 11082;
1397  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::None).ID: return 11086;
1398  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::Low).ID: return 11087;
1399  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 11088;
1400  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::None).ID: return 11092;
1401  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::Low).ID: return 11093;
1402  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 11094;
1403  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::None).ID: return 11098;
1404  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 11099;
1405  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 11100;
1406  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::None).ID: return 11104;
1407  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 11105;
1408  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 11106;
1409  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 11110;
1410  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 11111;
1411  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 11112;
1412  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 11116;
1413  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 11117;
1414  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::None, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 11118;
1415  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::None).ID: return 11122;
1416  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::Low).ID: return 11123;
1417  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 11124;
1418  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::None).ID: return 11128;
1419  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::Low).ID: return 11129;
1420  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 11130;
1421  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::None).ID: return 11134;
1422  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 11135;
1423  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 11136;
1424  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::None).ID: return 11140;
1425  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 11141;
1426  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 11142;
1427  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 11146;
1428  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 11147;
1429  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 11148;
1430  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 11152;
1431  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 11153;
1432  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Low, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 11154;
1433  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::None).ID: return 11158;
1434  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::Low).ID: return 11159;
1435  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::None, true, BrickWall::West::Tall).ID: return 11160;
1436  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::None).ID: return 11164;
1437  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::Low).ID: return 11165;
1438  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::None, false, BrickWall::West::Tall).ID: return 11166;
1439  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::None).ID: return 11170;
1440  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::Low).ID: return 11171;
1441  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Low, true, BrickWall::West::Tall).ID: return 11172;
1442  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::None).ID: return 11176;
1443  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::Low).ID: return 11177;
1444  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Low, false, BrickWall::West::Tall).ID: return 11178;
1445  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::None).ID: return 11182;
1446  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::Low).ID: return 11183;
1447  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Tall, true, BrickWall::West::Tall).ID: return 11184;
1448  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::None).ID: return 11188;
1449  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::Low).ID: return 11189;
1450  case BrickWall::BrickWall(BrickWall::East::Tall, BrickWall::North::Tall, BrickWall::South::Tall, false, BrickWall::West::Tall).ID: return 11190;
1451  case Bricks::Bricks().ID: return 1429;
1452  case BrownBanner::BrownBanner(0).ID: return 8089;
1453  case BrownBanner::BrownBanner(1).ID: return 8090;
1454  case BrownBanner::BrownBanner(2).ID: return 8091;
1455  case BrownBanner::BrownBanner(3).ID: return 8092;
1456  case BrownBanner::BrownBanner(4).ID: return 8093;
1457  case BrownBanner::BrownBanner(5).ID: return 8094;
1458  case BrownBanner::BrownBanner(6).ID: return 8095;
1459  case BrownBanner::BrownBanner(7).ID: return 8096;
1460  case BrownBanner::BrownBanner(8).ID: return 8097;
1461  case BrownBanner::BrownBanner(9).ID: return 8098;
1462  case BrownBanner::BrownBanner(10).ID: return 8099;
1463  case BrownBanner::BrownBanner(11).ID: return 8100;
1464  case BrownBanner::BrownBanner(12).ID: return 8101;
1465  case BrownBanner::BrownBanner(13).ID: return 8102;
1466  case BrownBanner::BrownBanner(14).ID: return 8103;
1467  case BrownBanner::BrownBanner(15).ID: return 8104;
1468  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZM, true, BrownBed::Part::Head).ID: return 1241;
1469  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZM, true, BrownBed::Part::Foot).ID: return 1242;
1470  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZM, false, BrownBed::Part::Head).ID: return 1243;
1471  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZM, false, BrownBed::Part::Foot).ID: return 1244;
1472  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZP, true, BrownBed::Part::Head).ID: return 1245;
1473  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZP, true, BrownBed::Part::Foot).ID: return 1246;
1474  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZP, false, BrownBed::Part::Head).ID: return 1247;
1475  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_ZP, false, BrownBed::Part::Foot).ID: return 1248;
1476  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XM, true, BrownBed::Part::Head).ID: return 1249;
1477  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XM, true, BrownBed::Part::Foot).ID: return 1250;
1478  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XM, false, BrownBed::Part::Head).ID: return 1251;
1479  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XM, false, BrownBed::Part::Foot).ID: return 1252;
1480  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XP, true, BrownBed::Part::Head).ID: return 1253;
1481  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XP, true, BrownBed::Part::Foot).ID: return 1254;
1482  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XP, false, BrownBed::Part::Head).ID: return 1255;
1483  case BrownBed::BrownBed(eBlockFace::BLOCK_FACE_XP, false, BrownBed::Part::Foot).ID: return 1256;
1484  case BrownCarpet::BrownCarpet().ID: return 7878;
1485  case BrownConcrete::BrownConcrete().ID: return 9450;
1486  case BrownConcretePowder::BrownConcretePowder().ID: return 9466;
1491  case BrownMushroom::BrownMushroom().ID: return 1425;
1492  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, true, true, true).ID: return 4505;
1493  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, true, true, false).ID: return 4506;
1494  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, true, false, true).ID: return 4507;
1495  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, true, false, false).ID: return 4508;
1496  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, false, true, true).ID: return 4509;
1497  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, false, true, false).ID: return 4510;
1498  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, false, false, true).ID: return 4511;
1499  case BrownMushroomBlock::BrownMushroomBlock(true, true, true, false, false, false).ID: return 4512;
1500  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, true, true, true).ID: return 4513;
1501  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, true, true, false).ID: return 4514;
1502  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, true, false, true).ID: return 4515;
1503  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, true, false, false).ID: return 4516;
1504  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, false, true, true).ID: return 4517;
1505  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, false, true, false).ID: return 4518;
1506  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, false, false, true).ID: return 4519;
1507  case BrownMushroomBlock::BrownMushroomBlock(true, true, false, false, false, false).ID: return 4520;
1508  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, true, true, true).ID: return 4521;
1509  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, true, true, false).ID: return 4522;
1510  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, true, false, true).ID: return 4523;
1511  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, true, false, false).ID: return 4524;
1512  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, false, true, true).ID: return 4525;
1513  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, false, true, false).ID: return 4526;
1514  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, false, false, true).ID: return 4527;
1515  case BrownMushroomBlock::BrownMushroomBlock(true, false, true, false, false, false).ID: return 4528;
1516  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, true, true, true).ID: return 4529;
1517  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, true, true, false).ID: return 4530;
1518  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, true, false, true).ID: return 4531;
1519  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, true, false, false).ID: return 4532;
1520  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, false, true, true).ID: return 4533;
1521  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, false, true, false).ID: return 4534;
1522  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, false, false, true).ID: return 4535;
1523  case BrownMushroomBlock::BrownMushroomBlock(true, false, false, false, false, false).ID: return 4536;
1524  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, true, true, true).ID: return 4537;
1525  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, true, true, false).ID: return 4538;
1526  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, true, false, true).ID: return 4539;
1527  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, true, false, false).ID: return 4540;
1528  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, false, true, true).ID: return 4541;
1529  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, false, true, false).ID: return 4542;
1530  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, false, false, true).ID: return 4543;
1531  case BrownMushroomBlock::BrownMushroomBlock(false, true, true, false, false, false).ID: return 4544;
1532  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, true, true, true).ID: return 4545;
1533  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, true, true, false).ID: return 4546;
1534  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, true, false, true).ID: return 4547;
1535  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, true, false, false).ID: return 4548;
1536  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, false, true, true).ID: return 4549;
1537  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, false, true, false).ID: return 4550;
1538  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, false, false, true).ID: return 4551;
1539  case BrownMushroomBlock::BrownMushroomBlock(false, true, false, false, false, false).ID: return 4552;
1540  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, true, true, true).ID: return 4553;
1541  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, true, true, false).ID: return 4554;
1542  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, true, false, true).ID: return 4555;
1543  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, true, false, false).ID: return 4556;
1544  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, false, true, true).ID: return 4557;
1545  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, false, true, false).ID: return 4558;
1546  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, false, false, true).ID: return 4559;
1547  case BrownMushroomBlock::BrownMushroomBlock(false, false, true, false, false, false).ID: return 4560;
1548  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, true, true, true).ID: return 4561;
1549  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, true, true, false).ID: return 4562;
1550  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, true, false, true).ID: return 4563;
1551  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, true, false, false).ID: return 4564;
1552  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, false, true, true).ID: return 4565;
1553  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, false, true, false).ID: return 4566;
1554  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, false, false, true).ID: return 4567;
1555  case BrownMushroomBlock::BrownMushroomBlock(false, false, false, false, false, false).ID: return 4568;
1562  case BrownStainedGlass::BrownStainedGlass().ID: return 4107;
1563  case BrownStainedGlassPane::BrownStainedGlassPane(true, true, true, true).ID: return 7249;
1564  case BrownStainedGlassPane::BrownStainedGlassPane(true, true, true, false).ID: return 7250;
1565  case BrownStainedGlassPane::BrownStainedGlassPane(true, true, false, true).ID: return 7253;
1566  case BrownStainedGlassPane::BrownStainedGlassPane(true, true, false, false).ID: return 7254;
1567  case BrownStainedGlassPane::BrownStainedGlassPane(true, false, true, true).ID: return 7257;
1568  case BrownStainedGlassPane::BrownStainedGlassPane(true, false, true, false).ID: return 7258;
1569  case BrownStainedGlassPane::BrownStainedGlassPane(true, false, false, true).ID: return 7261;
1570  case BrownStainedGlassPane::BrownStainedGlassPane(true, false, false, false).ID: return 7262;
1571  case BrownStainedGlassPane::BrownStainedGlassPane(false, true, true, true).ID: return 7265;
1572  case BrownStainedGlassPane::BrownStainedGlassPane(false, true, true, false).ID: return 7266;
1573  case BrownStainedGlassPane::BrownStainedGlassPane(false, true, false, true).ID: return 7269;
1574  case BrownStainedGlassPane::BrownStainedGlassPane(false, true, false, false).ID: return 7270;
1575  case BrownStainedGlassPane::BrownStainedGlassPane(false, false, true, true).ID: return 7273;
1576  case BrownStainedGlassPane::BrownStainedGlassPane(false, false, true, false).ID: return 7274;
1577  case BrownStainedGlassPane::BrownStainedGlassPane(false, false, false, true).ID: return 7277;
1578  case BrownStainedGlassPane::BrownStainedGlassPane(false, false, false, false).ID: return 7278;
1579  case BrownTerracotta::BrownTerracotta().ID: return 6859;
1580  case BrownWallBanner::BrownWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8201;
1581  case BrownWallBanner::BrownWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8202;
1582  case BrownWallBanner::BrownWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8203;
1583  case BrownWallBanner::BrownWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8204;
1584  case BrownWool::BrownWool().ID: return 1396;
1585  case BubbleColumn::BubbleColumn(true).ID: return 9667;
1586  case BubbleColumn::BubbleColumn(false).ID: return 9668;
1587  case BubbleCoral::BubbleCoral().ID: return 9535;
1588  case BubbleCoralBlock::BubbleCoralBlock().ID: return 9517;
1589  case BubbleCoralFan::BubbleCoralFan().ID: return 9555;
1590  case BubbleCoralWallFan::BubbleCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9617;
1591  case BubbleCoralWallFan::BubbleCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9619;
1592  case BubbleCoralWallFan::BubbleCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9621;
1593  case BubbleCoralWallFan::BubbleCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9623;
1594  case Cactus::Cactus(0).ID: return 3931;
1595  case Cactus::Cactus(1).ID: return 3932;
1596  case Cactus::Cactus(2).ID: return 3933;
1597  case Cactus::Cactus(3).ID: return 3934;
1598  case Cactus::Cactus(4).ID: return 3935;
1599  case Cactus::Cactus(5).ID: return 3936;
1600  case Cactus::Cactus(6).ID: return 3937;
1601  case Cactus::Cactus(7).ID: return 3938;
1602  case Cactus::Cactus(8).ID: return 3939;
1603  case Cactus::Cactus(9).ID: return 3940;
1604  case Cactus::Cactus(10).ID: return 3941;
1605  case Cactus::Cactus(11).ID: return 3942;
1606  case Cactus::Cactus(12).ID: return 3943;
1607  case Cactus::Cactus(13).ID: return 3944;
1608  case Cactus::Cactus(14).ID: return 3945;
1609  case Cactus::Cactus(15).ID: return 3946;
1610  case Cake::Cake(0).ID: return 4024;
1611  case Cake::Cake(1).ID: return 4025;
1612  case Cake::Cake(2).ID: return 4026;
1613  case Cake::Cake(3).ID: return 4027;
1614  case Cake::Cake(4).ID: return 4028;
1615  case Cake::Cake(5).ID: return 4029;
1616  case Cake::Cake(6).ID: return 4030;
1617  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZM, true, true).ID: return 14891;
1618  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZM, true, false).ID: return 14893;
1619  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZM, false, true).ID: return 14895;
1620  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZM, false, false).ID: return 14897;
1621  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZP, true, true).ID: return 14899;
1622  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZP, true, false).ID: return 14901;
1623  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZP, false, true).ID: return 14903;
1624  case Campfire::Campfire(eBlockFace::BLOCK_FACE_ZP, false, false).ID: return 14905;
1625  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XM, true, true).ID: return 14907;
1626  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XM, true, false).ID: return 14909;
1627  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XM, false, true).ID: return 14911;
1628  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XM, false, false).ID: return 14913;
1629  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XP, true, true).ID: return 14915;
1630  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XP, true, false).ID: return 14917;
1631  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XP, false, true).ID: return 14919;
1632  case Campfire::Campfire(eBlockFace::BLOCK_FACE_XP, false, false).ID: return 14921;
1633  case Carrots::Carrots(0).ID: return 6330;
1634  case Carrots::Carrots(1).ID: return 6331;
1635  case Carrots::Carrots(2).ID: return 6332;
1636  case Carrots::Carrots(3).ID: return 6333;
1637  case Carrots::Carrots(4).ID: return 6334;
1638  case Carrots::Carrots(5).ID: return 6335;
1639  case Carrots::Carrots(6).ID: return 6336;
1640  case Carrots::Carrots(7).ID: return 6337;
1641  case CartographyTable::CartographyTable().ID: return 14819;
1646  case Cauldron::Cauldron(0).ID: return 5141;
1647  case Cauldron::Cauldron(1).ID: return 5142;
1648  case Cauldron::Cauldron(2).ID: return 5143;
1649  case Cauldron::Cauldron(3).ID: return 5144;
1650  case CaveAir::CaveAir().ID: return 9666;
1651  case Chain::Chain().ID: return 4730;
1664  case Chest::Chest(eBlockFace::BLOCK_FACE_ZM, Chest::Type::Single).ID: return 2035;
1665  case Chest::Chest(eBlockFace::BLOCK_FACE_ZM, Chest::Type::Left).ID: return 2037;
1666  case Chest::Chest(eBlockFace::BLOCK_FACE_ZM, Chest::Type::Right).ID: return 2039;
1667  case Chest::Chest(eBlockFace::BLOCK_FACE_ZP, Chest::Type::Single).ID: return 2041;
1668  case Chest::Chest(eBlockFace::BLOCK_FACE_ZP, Chest::Type::Left).ID: return 2043;
1669  case Chest::Chest(eBlockFace::BLOCK_FACE_ZP, Chest::Type::Right).ID: return 2045;
1670  case Chest::Chest(eBlockFace::BLOCK_FACE_XM, Chest::Type::Single).ID: return 2047;
1671  case Chest::Chest(eBlockFace::BLOCK_FACE_XM, Chest::Type::Left).ID: return 2049;
1672  case Chest::Chest(eBlockFace::BLOCK_FACE_XM, Chest::Type::Right).ID: return 2051;
1673  case Chest::Chest(eBlockFace::BLOCK_FACE_XP, Chest::Type::Single).ID: return 2053;
1674  case Chest::Chest(eBlockFace::BLOCK_FACE_XP, Chest::Type::Left).ID: return 2055;
1675  case Chest::Chest(eBlockFace::BLOCK_FACE_XP, Chest::Type::Right).ID: return 2057;
1680  case ChiseledNetherBricks::ChiseledNetherBricks().ID: return 17101;
1682  case ChiseledQuartzBlock::ChiseledQuartzBlock().ID: return 6739;
1683  case ChiseledRedSandstone::ChiseledRedSandstone().ID: return 8218;
1684  case ChiseledSandstone::ChiseledSandstone().ID: return 247;
1685  case ChiseledStoneBricks::ChiseledStoneBricks().ID: return 4498;
1686  case ChorusFlower::ChorusFlower(0).ID: return 9128;
1687  case ChorusFlower::ChorusFlower(1).ID: return 9129;
1688  case ChorusFlower::ChorusFlower(2).ID: return 9130;
1689  case ChorusFlower::ChorusFlower(3).ID: return 9131;
1690  case ChorusFlower::ChorusFlower(4).ID: return 9132;
1691  case ChorusFlower::ChorusFlower(5).ID: return 9133;
1692  case ChorusPlant::ChorusPlant(true, true, true, true, true, true).ID: return 9064;
1693  case ChorusPlant::ChorusPlant(true, true, true, true, true, false).ID: return 9065;
1694  case ChorusPlant::ChorusPlant(true, true, true, true, false, true).ID: return 9066;
1695  case ChorusPlant::ChorusPlant(true, true, true, true, false, false).ID: return 9067;
1696  case ChorusPlant::ChorusPlant(true, true, true, false, true, true).ID: return 9068;
1697  case ChorusPlant::ChorusPlant(true, true, true, false, true, false).ID: return 9069;
1698  case ChorusPlant::ChorusPlant(true, true, true, false, false, true).ID: return 9070;
1699  case ChorusPlant::ChorusPlant(true, true, true, false, false, false).ID: return 9071;
1700  case ChorusPlant::ChorusPlant(true, true, false, true, true, true).ID: return 9072;
1701  case ChorusPlant::ChorusPlant(true, true, false, true, true, false).ID: return 9073;
1702  case ChorusPlant::ChorusPlant(true, true, false, true, false, true).ID: return 9074;
1703  case ChorusPlant::ChorusPlant(true, true, false, true, false, false).ID: return 9075;
1704  case ChorusPlant::ChorusPlant(true, true, false, false, true, true).ID: return 9076;
1705  case ChorusPlant::ChorusPlant(true, true, false, false, true, false).ID: return 9077;
1706  case ChorusPlant::ChorusPlant(true, true, false, false, false, true).ID: return 9078;
1707  case ChorusPlant::ChorusPlant(true, true, false, false, false, false).ID: return 9079;
1708  case ChorusPlant::ChorusPlant(true, false, true, true, true, true).ID: return 9080;
1709  case ChorusPlant::ChorusPlant(true, false, true, true, true, false).ID: return 9081;
1710  case ChorusPlant::ChorusPlant(true, false, true, true, false, true).ID: return 9082;
1711  case ChorusPlant::ChorusPlant(true, false, true, true, false, false).ID: return 9083;
1712  case ChorusPlant::ChorusPlant(true, false, true, false, true, true).ID: return 9084;
1713  case ChorusPlant::ChorusPlant(true, false, true, false, true, false).ID: return 9085;
1714  case ChorusPlant::ChorusPlant(true, false, true, false, false, true).ID: return 9086;
1715  case ChorusPlant::ChorusPlant(true, false, true, false, false, false).ID: return 9087;
1716  case ChorusPlant::ChorusPlant(true, false, false, true, true, true).ID: return 9088;
1717  case ChorusPlant::ChorusPlant(true, false, false, true, true, false).ID: return 9089;
1718  case ChorusPlant::ChorusPlant(true, false, false, true, false, true).ID: return 9090;
1719  case ChorusPlant::ChorusPlant(true, false, false, true, false, false).ID: return 9091;
1720  case ChorusPlant::ChorusPlant(true, false, false, false, true, true).ID: return 9092;
1721  case ChorusPlant::ChorusPlant(true, false, false, false, true, false).ID: return 9093;
1722  case ChorusPlant::ChorusPlant(true, false, false, false, false, true).ID: return 9094;
1723  case ChorusPlant::ChorusPlant(true, false, false, false, false, false).ID: return 9095;
1724  case ChorusPlant::ChorusPlant(false, true, true, true, true, true).ID: return 9096;
1725  case ChorusPlant::ChorusPlant(false, true, true, true, true, false).ID: return 9097;
1726  case ChorusPlant::ChorusPlant(false, true, true, true, false, true).ID: return 9098;
1727  case ChorusPlant::ChorusPlant(false, true, true, true, false, false).ID: return 9099;
1728  case ChorusPlant::ChorusPlant(false, true, true, false, true, true).ID: return 9100;
1729  case ChorusPlant::ChorusPlant(false, true, true, false, true, false).ID: return 9101;
1730  case ChorusPlant::ChorusPlant(false, true, true, false, false, true).ID: return 9102;
1731  case ChorusPlant::ChorusPlant(false, true, true, false, false, false).ID: return 9103;
1732  case ChorusPlant::ChorusPlant(false, true, false, true, true, true).ID: return 9104;
1733  case ChorusPlant::ChorusPlant(false, true, false, true, true, false).ID: return 9105;
1734  case ChorusPlant::ChorusPlant(false, true, false, true, false, true).ID: return 9106;
1735  case ChorusPlant::ChorusPlant(false, true, false, true, false, false).ID: return 9107;
1736  case ChorusPlant::ChorusPlant(false, true, false, false, true, true).ID: return 9108;
1737  case ChorusPlant::ChorusPlant(false, true, false, false, true, false).ID: return 9109;
1738  case ChorusPlant::ChorusPlant(false, true, false, false, false, true).ID: return 9110;
1739  case ChorusPlant::ChorusPlant(false, true, false, false, false, false).ID: return 9111;
1740  case ChorusPlant::ChorusPlant(false, false, true, true, true, true).ID: return 9112;
1741  case ChorusPlant::ChorusPlant(false, false, true, true, true, false).ID: return 9113;
1742  case ChorusPlant::ChorusPlant(false, false, true, true, false, true).ID: return 9114;
1743  case ChorusPlant::ChorusPlant(false, false, true, true, false, false).ID: return 9115;
1744  case ChorusPlant::ChorusPlant(false, false, true, false, true, true).ID: return 9116;
1745  case ChorusPlant::ChorusPlant(false, false, true, false, true, false).ID: return 9117;
1746  case ChorusPlant::ChorusPlant(false, false, true, false, false, true).ID: return 9118;
1747  case ChorusPlant::ChorusPlant(false, false, true, false, false, false).ID: return 9119;
1748  case ChorusPlant::ChorusPlant(false, false, false, true, true, true).ID: return 9120;
1749  case ChorusPlant::ChorusPlant(false, false, false, true, true, false).ID: return 9121;
1750  case ChorusPlant::ChorusPlant(false, false, false, true, false, true).ID: return 9122;
1751  case ChorusPlant::ChorusPlant(false, false, false, true, false, false).ID: return 9123;
1752  case ChorusPlant::ChorusPlant(false, false, false, false, true, true).ID: return 9124;
1753  case ChorusPlant::ChorusPlant(false, false, false, false, true, false).ID: return 9125;
1754  case ChorusPlant::ChorusPlant(false, false, false, false, false, true).ID: return 9126;
1755  case ChorusPlant::ChorusPlant(false, false, false, false, false, false).ID: return 9127;
1756  case Clay::Clay().ID: return 3947;
1757  case CoalBlock::CoalBlock().ID: return 7883;
1758  case CoalOre::CoalOre().ID: return 71;
1759  case CoarseDirt::CoarseDirt().ID: return 11;
1760  case Cobblestone::Cobblestone().ID: return 14;
1761  case CobblestoneSlab::CobblestoneSlab(CobblestoneSlab::Type::Top).ID: return 8367;
1763  case CobblestoneSlab::CobblestoneSlab(CobblestoneSlab::Type::Double).ID: return 8371;
1764  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::Straight).ID: return 3656;
1765  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerLeft).ID: return 3658;
1766  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerRight).ID: return 3660;
1767  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterLeft).ID: return 3662;
1768  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterRight).ID: return 3664;
1769  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::Straight).ID: return 3666;
1770  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerLeft).ID: return 3668;
1771  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerRight).ID: return 3670;
1772  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterLeft).ID: return 3672;
1773  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterRight).ID: return 3674;
1774  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::Straight).ID: return 3676;
1775  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerLeft).ID: return 3678;
1776  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerRight).ID: return 3680;
1777  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterLeft).ID: return 3682;
1778  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterRight).ID: return 3684;
1779  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::Straight).ID: return 3686;
1780  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerLeft).ID: return 3688;
1781  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerRight).ID: return 3690;
1782  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterLeft).ID: return 3692;
1783  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterRight).ID: return 3694;
1784  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::Straight).ID: return 3696;
1785  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerLeft).ID: return 3698;
1786  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerRight).ID: return 3700;
1787  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterLeft).ID: return 3702;
1788  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterRight).ID: return 3704;
1789  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::Straight).ID: return 3706;
1790  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerLeft).ID: return 3708;
1791  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerRight).ID: return 3710;
1792  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterLeft).ID: return 3712;
1793  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XM, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterRight).ID: return 3714;
1794  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::Straight).ID: return 3716;
1795  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerLeft).ID: return 3718;
1796  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::InnerRight).ID: return 3720;
1797  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterLeft).ID: return 3722;
1798  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Top, CobblestoneStairs::Shape::OuterRight).ID: return 3724;
1799  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::Straight).ID: return 3726;
1800  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerLeft).ID: return 3728;
1801  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::InnerRight).ID: return 3730;
1802  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterLeft).ID: return 3732;
1803  case CobblestoneStairs::CobblestoneStairs(eBlockFace::BLOCK_FACE_XP, CobblestoneStairs::Half::Bottom, CobblestoneStairs::Shape::OuterRight).ID: return 3734;
1804  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5660;
1805  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5661;
1806  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5662;
1807  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5666;
1808  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5667;
1809  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5668;
1810  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5672;
1811  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5673;
1812  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5674;
1813  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5678;
1814  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5679;
1815  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5680;
1816  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5684;
1817  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5685;
1818  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5686;
1819  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5690;
1820  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5691;
1821  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5692;
1822  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5696;
1823  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5697;
1824  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5698;
1825  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5702;
1826  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5703;
1827  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5704;
1828  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5708;
1829  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5709;
1830  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5710;
1831  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5714;
1832  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5715;
1833  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5716;
1834  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5720;
1835  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5721;
1836  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5722;
1837  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5726;
1838  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5727;
1839  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5728;
1840  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5732;
1841  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5733;
1842  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5734;
1843  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5738;
1844  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5739;
1845  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5740;
1846  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5744;
1847  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5745;
1848  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5746;
1849  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5750;
1850  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5751;
1851  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5752;
1852  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5756;
1853  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5757;
1854  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5758;
1855  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5762;
1856  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5763;
1857  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::None, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5764;
1858  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5768;
1859  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5769;
1860  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5770;
1861  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5774;
1862  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5775;
1863  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5776;
1864  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5780;
1865  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5781;
1866  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5782;
1867  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5786;
1868  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5787;
1869  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5788;
1870  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5792;
1871  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5793;
1872  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5794;
1873  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5798;
1874  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5799;
1875  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5800;
1876  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5804;
1877  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5805;
1878  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5806;
1879  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5810;
1880  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5811;
1881  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5812;
1882  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5816;
1883  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5817;
1884  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5818;
1885  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5822;
1886  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5823;
1887  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5824;
1888  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5828;
1889  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5829;
1890  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5830;
1891  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5834;
1892  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5835;
1893  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5836;
1894  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5840;
1895  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5841;
1896  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5842;
1897  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5846;
1898  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5847;
1899  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5848;
1900  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5852;
1901  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5853;
1902  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5854;
1903  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5858;
1904  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5859;
1905  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5860;
1906  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5864;
1907  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5865;
1908  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5866;
1909  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5870;
1910  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5871;
1911  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Low, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5872;
1912  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5876;
1913  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5877;
1914  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5878;
1915  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5882;
1916  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5883;
1917  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5884;
1918  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5888;
1919  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5889;
1920  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5890;
1921  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5894;
1922  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5895;
1923  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5896;
1924  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5900;
1925  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5901;
1926  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5902;
1927  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5906;
1928  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5907;
1929  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::None, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5908;
1930  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5912;
1931  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5913;
1932  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5914;
1933  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5918;
1934  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5919;
1935  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5920;
1936  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5924;
1937  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5925;
1938  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5926;
1939  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5930;
1940  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5931;
1941  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5932;
1942  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5936;
1943  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5937;
1944  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5938;
1945  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5942;
1946  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5943;
1947  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Low, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5944;
1948  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::None).ID: return 5948;
1949  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::Low).ID: return 5949;
1950  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::None, true, CobblestoneWall::West::Tall).ID: return 5950;
1951  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::None).ID: return 5954;
1952  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::Low).ID: return 5955;
1953  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::None, false, CobblestoneWall::West::Tall).ID: return 5956;
1954  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::None).ID: return 5960;
1955  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::Low).ID: return 5961;
1956  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, true, CobblestoneWall::West::Tall).ID: return 5962;
1957  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::None).ID: return 5966;
1958  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::Low).ID: return 5967;
1959  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Low, false, CobblestoneWall::West::Tall).ID: return 5968;
1960  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::None).ID: return 5972;
1961  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Low).ID: return 5973;
1962  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, true, CobblestoneWall::West::Tall).ID: return 5974;
1963  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::None).ID: return 5978;
1964  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Low).ID: return 5979;
1965  case CobblestoneWall::CobblestoneWall(CobblestoneWall::East::Tall, CobblestoneWall::North::Tall, CobblestoneWall::South::Tall, false, CobblestoneWall::West::Tall).ID: return 5980;
1966  case Cobweb::Cobweb().ID: return 1341;
1967  case Cocoa::Cocoa(0, eBlockFace::BLOCK_FACE_ZM).ID: return 5158;
1968  case Cocoa::Cocoa(0, eBlockFace::BLOCK_FACE_ZP).ID: return 5159;
1969  case Cocoa::Cocoa(0, eBlockFace::BLOCK_FACE_XM).ID: return 5160;
1970  case Cocoa::Cocoa(0, eBlockFace::BLOCK_FACE_XP).ID: return 5161;
1971  case Cocoa::Cocoa(1, eBlockFace::BLOCK_FACE_ZM).ID: return 5162;
1972  case Cocoa::Cocoa(1, eBlockFace::BLOCK_FACE_ZP).ID: return 5163;
1973  case Cocoa::Cocoa(1, eBlockFace::BLOCK_FACE_XM).ID: return 5164;
1974  case Cocoa::Cocoa(1, eBlockFace::BLOCK_FACE_XP).ID: return 5165;
1975  case Cocoa::Cocoa(2, eBlockFace::BLOCK_FACE_ZM).ID: return 5166;
1976  case Cocoa::Cocoa(2, eBlockFace::BLOCK_FACE_ZP).ID: return 5167;
1977  case Cocoa::Cocoa(2, eBlockFace::BLOCK_FACE_XM).ID: return 5168;
1978  case Cocoa::Cocoa(2, eBlockFace::BLOCK_FACE_XP).ID: return 5169;
1979  case CommandBlock::CommandBlock(true, eBlockFace::BLOCK_FACE_ZM).ID: return 5644;
1980  case CommandBlock::CommandBlock(true, eBlockFace::BLOCK_FACE_XP).ID: return 5645;
1981  case CommandBlock::CommandBlock(true, eBlockFace::BLOCK_FACE_ZP).ID: return 5646;
1982  case CommandBlock::CommandBlock(true, eBlockFace::BLOCK_FACE_XM).ID: return 5647;
1983  case CommandBlock::CommandBlock(true, eBlockFace::BLOCK_FACE_YP).ID: return 5648;
1984  case CommandBlock::CommandBlock(true, eBlockFace::BLOCK_FACE_YM).ID: return 5649;
1985  case CommandBlock::CommandBlock(false, eBlockFace::BLOCK_FACE_ZM).ID: return 5650;
1986  case CommandBlock::CommandBlock(false, eBlockFace::BLOCK_FACE_XP).ID: return 5651;
1987  case CommandBlock::CommandBlock(false, eBlockFace::BLOCK_FACE_ZP).ID: return 5652;
1988  case CommandBlock::CommandBlock(false, eBlockFace::BLOCK_FACE_XM).ID: return 5653;
1989  case CommandBlock::CommandBlock(false, eBlockFace::BLOCK_FACE_YP).ID: return 5654;
1990  case CommandBlock::CommandBlock(false, eBlockFace::BLOCK_FACE_YM).ID: return 5655;
1991  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZM, Comparator::Mode::Compare, true).ID: return 6678;
1992  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZM, Comparator::Mode::Compare, false).ID: return 6679;
1993  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZM, Comparator::Mode::Subtract, true).ID: return 6680;
1994  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZM, Comparator::Mode::Subtract, false).ID: return 6681;
1995  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZP, Comparator::Mode::Compare, true).ID: return 6682;
1996  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZP, Comparator::Mode::Compare, false).ID: return 6683;
1997  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZP, Comparator::Mode::Subtract, true).ID: return 6684;
1998  case Comparator::Comparator(eBlockFace::BLOCK_FACE_ZP, Comparator::Mode::Subtract, false).ID: return 6685;
1999  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XM, Comparator::Mode::Compare, true).ID: return 6686;
2000  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XM, Comparator::Mode::Compare, false).ID: return 6687;
2001  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XM, Comparator::Mode::Subtract, true).ID: return 6688;
2002  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XM, Comparator::Mode::Subtract, false).ID: return 6689;
2003  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XP, Comparator::Mode::Compare, true).ID: return 6690;
2004  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XP, Comparator::Mode::Compare, false).ID: return 6691;
2005  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XP, Comparator::Mode::Subtract, true).ID: return 6692;
2006  case Comparator::Comparator(eBlockFace::BLOCK_FACE_XP, Comparator::Mode::Subtract, false).ID: return 6693;
2007  case Composter::Composter(0).ID: return 15751;
2008  case Composter::Composter(1).ID: return 15752;
2009  case Composter::Composter(2).ID: return 15753;
2010  case Composter::Composter(3).ID: return 15754;
2011  case Composter::Composter(4).ID: return 15755;
2012  case Composter::Composter(5).ID: return 15756;
2013  case Composter::Composter(6).ID: return 15757;
2014  case Composter::Composter(7).ID: return 15758;
2015  case Composter::Composter(8).ID: return 15759;
2016  case Conduit::Conduit().ID: return 9650;
2017  case Cornflower::Cornflower().ID: return 1422;
2018  case CrackedNetherBricks::CrackedNetherBricks().ID: return 17102;
2020  case CrackedStoneBricks::CrackedStoneBricks().ID: return 4497;
2021  case CraftingTable::CraftingTable().ID: return 3356;
2022  case CreeperHead::CreeperHead(0).ID: return 6570;
2023  case CreeperHead::CreeperHead(1).ID: return 6571;
2024  case CreeperHead::CreeperHead(2).ID: return 6572;
2025  case CreeperHead::CreeperHead(3).ID: return 6573;
2026  case CreeperHead::CreeperHead(4).ID: return 6574;
2027  case CreeperHead::CreeperHead(5).ID: return 6575;
2028  case CreeperHead::CreeperHead(6).ID: return 6576;
2029  case CreeperHead::CreeperHead(7).ID: return 6577;
2030  case CreeperHead::CreeperHead(8).ID: return 6578;
2031  case CreeperHead::CreeperHead(9).ID: return 6579;
2032  case CreeperHead::CreeperHead(10).ID: return 6580;
2033  case CreeperHead::CreeperHead(11).ID: return 6581;
2034  case CreeperHead::CreeperHead(12).ID: return 6582;
2035  case CreeperHead::CreeperHead(13).ID: return 6583;
2036  case CreeperHead::CreeperHead(14).ID: return 6584;
2037  case CreeperHead::CreeperHead(15).ID: return 6585;
2038  case CreeperWallHead::CreeperWallHead(eBlockFace::BLOCK_FACE_ZM).ID: return 6586;
2039  case CreeperWallHead::CreeperWallHead(eBlockFace::BLOCK_FACE_ZP).ID: return 6587;
2040  case CreeperWallHead::CreeperWallHead(eBlockFace::BLOCK_FACE_XM).ID: return 6588;
2041  case CreeperWallHead::CreeperWallHead(eBlockFace::BLOCK_FACE_XP).ID: return 6589;
2042  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 15479;
2043  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 15480;
2044  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 15481;
2045  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 15482;
2046  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 15483;
2047  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 15484;
2048  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 15485;
2049  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 15486;
2050  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 15487;
2051  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 15488;
2052  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 15489;
2053  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 15490;
2054  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 15491;
2055  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 15492;
2056  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 15493;
2057  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 15494;
2058  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 15495;
2059  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 15496;
2060  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 15497;
2061  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 15498;
2062  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 15499;
2063  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 15500;
2064  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 15501;
2065  case CrimsonButton::CrimsonButton(CrimsonButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 15502;
2066  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, true).ID: return 15527;
2067  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, false).ID: return 15528;
2068  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, true).ID: return 15529;
2069  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, false).ID: return 15530;
2070  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, true).ID: return 15531;
2071  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, false).ID: return 15532;
2072  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, true).ID: return 15533;
2073  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, false).ID: return 15534;
2074  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, true).ID: return 15535;
2075  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, false).ID: return 15536;
2076  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, true).ID: return 15537;
2077  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, false).ID: return 15538;
2078  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, true).ID: return 15539;
2079  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, false).ID: return 15540;
2080  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, true).ID: return 15541;
2081  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, false).ID: return 15542;
2082  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, true).ID: return 15543;
2083  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, false).ID: return 15544;
2084  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, true).ID: return 15545;
2085  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, false).ID: return 15546;
2086  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, true).ID: return 15547;
2087  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, false).ID: return 15548;
2088  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, true).ID: return 15549;
2089  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, false).ID: return 15550;
2090  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, true).ID: return 15551;
2091  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, false).ID: return 15552;
2092  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, true).ID: return 15553;
2093  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, false).ID: return 15554;
2094  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, true).ID: return 15555;
2095  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, false).ID: return 15556;
2096  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, true).ID: return 15557;
2097  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_ZP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, false).ID: return 15558;
2098  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, true).ID: return 15559;
2099  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, false).ID: return 15560;
2100  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, true).ID: return 15561;
2101  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, false).ID: return 15562;
2102  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, true).ID: return 15563;
2103  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, false).ID: return 15564;
2104  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, true).ID: return 15565;
2105  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, false).ID: return 15566;
2106  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, true).ID: return 15567;
2107  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, false).ID: return 15568;
2108  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, true).ID: return 15569;
2109  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, false).ID: return 15570;
2110  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, true).ID: return 15571;
2111  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, false).ID: return 15572;
2112  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, true).ID: return 15573;
2113  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XM, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, false).ID: return 15574;
2114  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, true).ID: return 15575;
2115  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, true, false).ID: return 15576;
2116  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, true).ID: return 15577;
2117  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Left, false, false).ID: return 15578;
2118  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, true).ID: return 15579;
2119  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, true, false).ID: return 15580;
2120  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, true).ID: return 15581;
2121  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Upper, CrimsonDoor::Hinge::Right, false, false).ID: return 15582;
2122  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, true).ID: return 15583;
2123  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, true, false).ID: return 15584;
2124  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, true).ID: return 15585;
2125  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Left, false, false).ID: return 15586;
2126  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, true).ID: return 15587;
2127  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, true, false).ID: return 15588;
2128  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, true).ID: return 15589;
2129  case CrimsonDoor::CrimsonDoor(eBlockFace::BLOCK_FACE_XP, CrimsonDoor::Half::Lower, CrimsonDoor::Hinge::Right, false, false).ID: return 15590;
2130  case CrimsonFence::CrimsonFence(true, true, true, true).ID: return 15065;
2131  case CrimsonFence::CrimsonFence(true, true, true, false).ID: return 15066;
2132  case CrimsonFence::CrimsonFence(true, true, false, true).ID: return 15069;
2133  case CrimsonFence::CrimsonFence(true, true, false, false).ID: return 15070;
2134  case CrimsonFence::CrimsonFence(true, false, true, true).ID: return 15073;
2135  case CrimsonFence::CrimsonFence(true, false, true, false).ID: return 15074;
2136  case CrimsonFence::CrimsonFence(true, false, false, true).ID: return 15077;
2137  case CrimsonFence::CrimsonFence(true, false, false, false).ID: return 15078;
2138  case CrimsonFence::CrimsonFence(false, true, true, true).ID: return 15081;
2139  case CrimsonFence::CrimsonFence(false, true, true, false).ID: return 15082;
2140  case CrimsonFence::CrimsonFence(false, true, false, true).ID: return 15085;
2141  case CrimsonFence::CrimsonFence(false, true, false, false).ID: return 15086;
2142  case CrimsonFence::CrimsonFence(false, false, true, true).ID: return 15089;
2143  case CrimsonFence::CrimsonFence(false, false, true, false).ID: return 15090;
2144  case CrimsonFence::CrimsonFence(false, false, false, true).ID: return 15093;
2145  case CrimsonFence::CrimsonFence(false, false, false, false).ID: return 15094;
2146  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 15255;
2147  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 15256;
2148  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 15257;
2149  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 15258;
2150  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 15259;
2151  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 15260;
2152  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 15261;
2153  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 15262;
2154  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 15263;
2155  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 15264;
2156  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 15265;
2157  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 15266;
2158  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 15267;
2159  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 15268;
2160  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 15269;
2161  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 15270;
2162  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 15271;
2163  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 15272;
2164  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 15273;
2165  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 15274;
2166  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 15275;
2167  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 15276;
2168  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 15277;
2169  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 15278;
2170  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 15279;
2171  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 15280;
2172  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 15281;
2173  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 15282;
2174  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 15283;
2175  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 15284;
2176  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 15285;
2177  case CrimsonFenceGate::CrimsonFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 15286;
2178  case CrimsonFungus::CrimsonFungus().ID: return 14988;
2179  case CrimsonHyphae::CrimsonHyphae(CrimsonHyphae::Axis::X).ID: return 14981;
2180  case CrimsonHyphae::CrimsonHyphae(CrimsonHyphae::Axis::Y).ID: return 14982;
2181  case CrimsonHyphae::CrimsonHyphae(CrimsonHyphae::Axis::Z).ID: return 14983;
2182  case CrimsonNylium::CrimsonNylium().ID: return 14987;
2183  case CrimsonPlanks::CrimsonPlanks().ID: return 15045;
2184  case CrimsonPressurePlate::CrimsonPressurePlate(true).ID: return 15059;
2185  case CrimsonPressurePlate::CrimsonPressurePlate(false).ID: return 15060;
2186  case CrimsonRoots::CrimsonRoots().ID: return 15044;
2187  case CrimsonSign::CrimsonSign(0).ID: return 15656;
2188  case CrimsonSign::CrimsonSign(1).ID: return 15658;
2189  case CrimsonSign::CrimsonSign(2).ID: return 15660;
2190  case CrimsonSign::CrimsonSign(3).ID: return 15662;
2191  case CrimsonSign::CrimsonSign(4).ID: return 15664;
2192  case CrimsonSign::CrimsonSign(5).ID: return 15666;
2193  case CrimsonSign::CrimsonSign(6).ID: return 15668;
2194  case CrimsonSign::CrimsonSign(7).ID: return 15670;
2195  case CrimsonSign::CrimsonSign(8).ID: return 15672;
2196  case CrimsonSign::CrimsonSign(9).ID: return 15674;
2197  case CrimsonSign::CrimsonSign(10).ID: return 15676;
2198  case CrimsonSign::CrimsonSign(11).ID: return 15678;
2199  case CrimsonSign::CrimsonSign(12).ID: return 15680;
2200  case CrimsonSign::CrimsonSign(13).ID: return 15682;
2201  case CrimsonSign::CrimsonSign(14).ID: return 15684;
2202  case CrimsonSign::CrimsonSign(15).ID: return 15686;
2203  case CrimsonSlab::CrimsonSlab(CrimsonSlab::Type::Top).ID: return 15048;
2205  case CrimsonSlab::CrimsonSlab(CrimsonSlab::Type::Double).ID: return 15052;
2206  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::Straight).ID: return 15320;
2207  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerLeft).ID: return 15322;
2208  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerRight).ID: return 15324;
2209  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterLeft).ID: return 15326;
2210  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterRight).ID: return 15328;
2211  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::Straight).ID: return 15330;
2212  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerLeft).ID: return 15332;
2213  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerRight).ID: return 15334;
2214  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterLeft).ID: return 15336;
2215  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterRight).ID: return 15338;
2216  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::Straight).ID: return 15340;
2217  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerLeft).ID: return 15342;
2218  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerRight).ID: return 15344;
2219  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterLeft).ID: return 15346;
2220  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterRight).ID: return 15348;
2221  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::Straight).ID: return 15350;
2222  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerLeft).ID: return 15352;
2223  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerRight).ID: return 15354;
2224  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterLeft).ID: return 15356;
2225  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_ZP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterRight).ID: return 15358;
2226  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::Straight).ID: return 15360;
2227  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerLeft).ID: return 15362;
2228  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerRight).ID: return 15364;
2229  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterLeft).ID: return 15366;
2230  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterRight).ID: return 15368;
2231  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::Straight).ID: return 15370;
2232  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerLeft).ID: return 15372;
2233  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerRight).ID: return 15374;
2234  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterLeft).ID: return 15376;
2235  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XM, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterRight).ID: return 15378;
2236  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::Straight).ID: return 15380;
2237  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerLeft).ID: return 15382;
2238  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::InnerRight).ID: return 15384;
2239  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterLeft).ID: return 15386;
2240  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Top, CrimsonStairs::Shape::OuterRight).ID: return 15388;
2241  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::Straight).ID: return 15390;
2242  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerLeft).ID: return 15392;
2243  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::InnerRight).ID: return 15394;
2244  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterLeft).ID: return 15396;
2245  case CrimsonStairs::CrimsonStairs(eBlockFace::BLOCK_FACE_XP, CrimsonStairs::Half::Bottom, CrimsonStairs::Shape::OuterRight).ID: return 15398;
2246  case CrimsonStem::CrimsonStem(CrimsonStem::Axis::X).ID: return 14975;
2247  case CrimsonStem::CrimsonStem(CrimsonStem::Axis::Y).ID: return 14976;
2248  case CrimsonStem::CrimsonStem(CrimsonStem::Axis::Z).ID: return 14977;
2249  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZM, CrimsonTrapdoor::Half::Top, true, true).ID: return 15128;
2250  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZM, CrimsonTrapdoor::Half::Top, true, false).ID: return 15130;
2251  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZM, CrimsonTrapdoor::Half::Top, false, true).ID: return 15132;
2252  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZM, CrimsonTrapdoor::Half::Top, false, false).ID: return 15134;
2257  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZP, CrimsonTrapdoor::Half::Top, true, true).ID: return 15144;
2258  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZP, CrimsonTrapdoor::Half::Top, true, false).ID: return 15146;
2259  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZP, CrimsonTrapdoor::Half::Top, false, true).ID: return 15148;
2260  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_ZP, CrimsonTrapdoor::Half::Top, false, false).ID: return 15150;
2265  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XM, CrimsonTrapdoor::Half::Top, true, true).ID: return 15160;
2266  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XM, CrimsonTrapdoor::Half::Top, true, false).ID: return 15162;
2267  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XM, CrimsonTrapdoor::Half::Top, false, true).ID: return 15164;
2268  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XM, CrimsonTrapdoor::Half::Top, false, false).ID: return 15166;
2273  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XP, CrimsonTrapdoor::Half::Top, true, true).ID: return 15176;
2274  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XP, CrimsonTrapdoor::Half::Top, true, false).ID: return 15178;
2275  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XP, CrimsonTrapdoor::Half::Top, false, true).ID: return 15180;
2276  case CrimsonTrapdoor::CrimsonTrapdoor(eBlockFace::BLOCK_FACE_XP, CrimsonTrapdoor::Half::Top, false, false).ID: return 15182;
2281  case CrimsonWallSign::CrimsonWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 15720;
2282  case CrimsonWallSign::CrimsonWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 15722;
2283  case CrimsonWallSign::CrimsonWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 15724;
2284  case CrimsonWallSign::CrimsonWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 15726;
2285  case CryingObsidian::CryingObsidian().ID: return 15828;
2286  case CutRedSandstone::CutRedSandstone().ID: return 8219;
2287  case CutRedSandstoneSlab::CutRedSandstoneSlab(CutRedSandstoneSlab::Type::Top).ID: return 8403;
2289  case CutRedSandstoneSlab::CutRedSandstoneSlab(CutRedSandstoneSlab::Type::Double).ID: return 8407;
2290  case CutSandstone::CutSandstone().ID: return 248;
2291  case CutSandstoneSlab::CutSandstoneSlab(CutSandstoneSlab::Type::Top).ID: return 8355;
2293  case CutSandstoneSlab::CutSandstoneSlab(CutSandstoneSlab::Type::Double).ID: return 8359;
2294  case CyanBanner::CyanBanner(0).ID: return 8041;
2295  case CyanBanner::CyanBanner(1).ID: return 8042;
2296  case CyanBanner::CyanBanner(2).ID: return 8043;
2297  case CyanBanner::CyanBanner(3).ID: return 8044;
2298  case CyanBanner::CyanBanner(4).ID: return 8045;
2299  case CyanBanner::CyanBanner(5).ID: return 8046;
2300  case CyanBanner::CyanBanner(6).ID: return 8047;
2301  case CyanBanner::CyanBanner(7).ID: return 8048;
2302  case CyanBanner::CyanBanner(8).ID: return 8049;
2303  case CyanBanner::CyanBanner(9).ID: return 8050;
2304  case CyanBanner::CyanBanner(10).ID: return 8051;
2305  case CyanBanner::CyanBanner(11).ID: return 8052;
2306  case CyanBanner::CyanBanner(12).ID: return 8053;
2307  case CyanBanner::CyanBanner(13).ID: return 8054;
2308  case CyanBanner::CyanBanner(14).ID: return 8055;
2309  case CyanBanner::CyanBanner(15).ID: return 8056;
2310  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZM, true, CyanBed::Part::Head).ID: return 1193;
2311  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZM, true, CyanBed::Part::Foot).ID: return 1194;
2312  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZM, false, CyanBed::Part::Head).ID: return 1195;
2313  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZM, false, CyanBed::Part::Foot).ID: return 1196;
2314  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZP, true, CyanBed::Part::Head).ID: return 1197;
2315  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZP, true, CyanBed::Part::Foot).ID: return 1198;
2316  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZP, false, CyanBed::Part::Head).ID: return 1199;
2317  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_ZP, false, CyanBed::Part::Foot).ID: return 1200;
2318  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XM, true, CyanBed::Part::Head).ID: return 1201;
2319  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XM, true, CyanBed::Part::Foot).ID: return 1202;
2320  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XM, false, CyanBed::Part::Head).ID: return 1203;
2321  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XM, false, CyanBed::Part::Foot).ID: return 1204;
2322  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XP, true, CyanBed::Part::Head).ID: return 1205;
2323  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XP, true, CyanBed::Part::Foot).ID: return 1206;
2324  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XP, false, CyanBed::Part::Head).ID: return 1207;
2325  case CyanBed::CyanBed(eBlockFace::BLOCK_FACE_XP, false, CyanBed::Part::Foot).ID: return 1208;
2326  case CyanCarpet::CyanCarpet().ID: return 7875;
2327  case CyanConcrete::CyanConcrete().ID: return 9447;
2328  case CyanConcretePowder::CyanConcretePowder().ID: return 9463;
2339  case CyanStainedGlass::CyanStainedGlass().ID: return 4104;
2340  case CyanStainedGlassPane::CyanStainedGlassPane(true, true, true, true).ID: return 7153;
2341  case CyanStainedGlassPane::CyanStainedGlassPane(true, true, true, false).ID: return 7154;
2342  case CyanStainedGlassPane::CyanStainedGlassPane(true, true, false, true).ID: return 7157;
2343  case CyanStainedGlassPane::CyanStainedGlassPane(true, true, false, false).ID: return 7158;
2344  case CyanStainedGlassPane::CyanStainedGlassPane(true, false, true, true).ID: return 7161;
2345  case CyanStainedGlassPane::CyanStainedGlassPane(true, false, true, false).ID: return 7162;
2346  case CyanStainedGlassPane::CyanStainedGlassPane(true, false, false, true).ID: return 7165;
2347  case CyanStainedGlassPane::CyanStainedGlassPane(true, false, false, false).ID: return 7166;
2348  case CyanStainedGlassPane::CyanStainedGlassPane(false, true, true, true).ID: return 7169;
2349  case CyanStainedGlassPane::CyanStainedGlassPane(false, true, true, false).ID: return 7170;
2350  case CyanStainedGlassPane::CyanStainedGlassPane(false, true, false, true).ID: return 7173;
2351  case CyanStainedGlassPane::CyanStainedGlassPane(false, true, false, false).ID: return 7174;
2352  case CyanStainedGlassPane::CyanStainedGlassPane(false, false, true, true).ID: return 7177;
2353  case CyanStainedGlassPane::CyanStainedGlassPane(false, false, true, false).ID: return 7178;
2354  case CyanStainedGlassPane::CyanStainedGlassPane(false, false, false, true).ID: return 7181;
2355  case CyanStainedGlassPane::CyanStainedGlassPane(false, false, false, false).ID: return 7182;
2356  case CyanTerracotta::CyanTerracotta().ID: return 6856;
2357  case CyanWallBanner::CyanWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8189;
2358  case CyanWallBanner::CyanWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8190;
2359  case CyanWallBanner::CyanWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8191;
2360  case CyanWallBanner::CyanWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8192;
2361  case CyanWool::CyanWool().ID: return 1393;
2366  case Dandelion::Dandelion().ID: return 1412;
2367  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6466;
2368  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6467;
2369  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6468;
2370  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6469;
2371  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 6470;
2372  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 6471;
2373  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 6472;
2374  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 6473;
2375  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6474;
2376  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6475;
2377  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6476;
2378  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6477;
2379  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 6478;
2380  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 6479;
2381  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 6480;
2382  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 6481;
2383  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6482;
2384  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6483;
2385  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6484;
2386  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6485;
2387  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 6486;
2388  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 6487;
2389  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 6488;
2390  case DarkOakButton::DarkOakButton(DarkOakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 6489;
2391  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, true).ID: return 8994;
2392  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, false).ID: return 8995;
2393  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, true).ID: return 8996;
2394  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, false).ID: return 8997;
2395  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, true).ID: return 8998;
2396  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, false).ID: return 8999;
2397  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, true).ID: return 9000;
2398  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, false).ID: return 9001;
2399  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, true).ID: return 9002;
2400  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, false).ID: return 9003;
2401  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, true).ID: return 9004;
2402  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, false).ID: return 9005;
2403  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, true).ID: return 9006;
2404  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, false).ID: return 9007;
2405  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, true).ID: return 9008;
2406  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, false).ID: return 9009;
2407  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, true).ID: return 9010;
2408  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, false).ID: return 9011;
2409  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, true).ID: return 9012;
2410  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, false).ID: return 9013;
2411  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, true).ID: return 9014;
2412  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, false).ID: return 9015;
2413  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, true).ID: return 9016;
2414  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, false).ID: return 9017;
2415  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, true).ID: return 9018;
2416  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, false).ID: return 9019;
2417  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, true).ID: return 9020;
2418  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, false).ID: return 9021;
2419  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, true).ID: return 9022;
2420  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, false).ID: return 9023;
2421  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, true).ID: return 9024;
2422  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_ZP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, false).ID: return 9025;
2423  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, true).ID: return 9026;
2424  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, false).ID: return 9027;
2425  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, true).ID: return 9028;
2426  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, false).ID: return 9029;
2427  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, true).ID: return 9030;
2428  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, false).ID: return 9031;
2429  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, true).ID: return 9032;
2430  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, false).ID: return 9033;
2431  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, true).ID: return 9034;
2432  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, false).ID: return 9035;
2433  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, true).ID: return 9036;
2434  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, false).ID: return 9037;
2435  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, true).ID: return 9038;
2436  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, false).ID: return 9039;
2437  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, true).ID: return 9040;
2438  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XM, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, false).ID: return 9041;
2439  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, true).ID: return 9042;
2440  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, true, false).ID: return 9043;
2441  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, true).ID: return 9044;
2442  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Left, false, false).ID: return 9045;
2443  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, true).ID: return 9046;
2444  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, true, false).ID: return 9047;
2445  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, true).ID: return 9048;
2446  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Upper, DarkOakDoor::Hinge::Right, false, false).ID: return 9049;
2447  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, true).ID: return 9050;
2448  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, true, false).ID: return 9051;
2449  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, true).ID: return 9052;
2450  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Left, false, false).ID: return 9053;
2451  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, true).ID: return 9054;
2452  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, true, false).ID: return 9055;
2453  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, true).ID: return 9056;
2454  case DarkOakDoor::DarkOakDoor(eBlockFace::BLOCK_FACE_XP, DarkOakDoor::Half::Lower, DarkOakDoor::Hinge::Right, false, false).ID: return 9057;
2455  case DarkOakFence::DarkOakFence(true, true, true, true).ID: return 8708;
2456  case DarkOakFence::DarkOakFence(true, true, true, false).ID: return 8709;
2457  case DarkOakFence::DarkOakFence(true, true, false, true).ID: return 8712;
2458  case DarkOakFence::DarkOakFence(true, true, false, false).ID: return 8713;
2459  case DarkOakFence::DarkOakFence(true, false, true, true).ID: return 8716;
2460  case DarkOakFence::DarkOakFence(true, false, true, false).ID: return 8717;
2461  case DarkOakFence::DarkOakFence(true, false, false, true).ID: return 8720;
2462  case DarkOakFence::DarkOakFence(true, false, false, false).ID: return 8721;
2463  case DarkOakFence::DarkOakFence(false, true, true, true).ID: return 8724;
2464  case DarkOakFence::DarkOakFence(false, true, true, false).ID: return 8725;
2465  case DarkOakFence::DarkOakFence(false, true, false, true).ID: return 8728;
2466  case DarkOakFence::DarkOakFence(false, true, false, false).ID: return 8729;
2467  case DarkOakFence::DarkOakFence(false, false, true, true).ID: return 8732;
2468  case DarkOakFence::DarkOakFence(false, false, true, false).ID: return 8733;
2469  case DarkOakFence::DarkOakFence(false, false, false, true).ID: return 8736;
2470  case DarkOakFence::DarkOakFence(false, false, false, false).ID: return 8737;
2471  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 8546;
2472  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 8547;
2473  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 8548;
2474  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 8549;
2475  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 8550;
2476  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 8551;
2477  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 8552;
2478  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 8553;
2479  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 8554;
2480  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 8555;
2481  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 8556;
2482  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 8557;
2483  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 8558;
2484  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 8559;
2485  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 8560;
2486  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 8561;
2487  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 8562;
2488  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 8563;
2489  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 8564;
2490  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 8565;
2491  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 8566;
2492  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 8567;
2493  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 8568;
2494  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 8569;
2495  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 8570;
2496  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 8571;
2497  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 8572;
2498  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 8573;
2499  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 8574;
2500  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 8575;
2501  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 8576;
2502  case DarkOakFenceGate::DarkOakFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 8577;
2503  case DarkOakLeaves::DarkOakLeaves(1, true).ID: return 215;
2504  case DarkOakLeaves::DarkOakLeaves(1, false).ID: return 216;
2505  case DarkOakLeaves::DarkOakLeaves(2, true).ID: return 217;
2506  case DarkOakLeaves::DarkOakLeaves(2, false).ID: return 218;
2507  case DarkOakLeaves::DarkOakLeaves(3, true).ID: return 219;
2508  case DarkOakLeaves::DarkOakLeaves(3, false).ID: return 220;
2509  case DarkOakLeaves::DarkOakLeaves(4, true).ID: return 221;
2510  case DarkOakLeaves::DarkOakLeaves(4, false).ID: return 222;
2511  case DarkOakLeaves::DarkOakLeaves(5, true).ID: return 223;
2512  case DarkOakLeaves::DarkOakLeaves(5, false).ID: return 224;
2513  case DarkOakLeaves::DarkOakLeaves(6, true).ID: return 225;
2514  case DarkOakLeaves::DarkOakLeaves(6, false).ID: return 226;
2515  case DarkOakLeaves::DarkOakLeaves(7, true).ID: return 227;
2516  case DarkOakLeaves::DarkOakLeaves(7, false).ID: return 228;
2517  case DarkOakLog::DarkOakLog(DarkOakLog::Axis::X).ID: return 88;
2518  case DarkOakLog::DarkOakLog(DarkOakLog::Axis::Y).ID: return 89;
2519  case DarkOakLog::DarkOakLog(DarkOakLog::Axis::Z).ID: return 90;
2520  case DarkOakPlanks::DarkOakPlanks().ID: return 20;
2521  case DarkOakPressurePlate::DarkOakPressurePlate(true).ID: return 3883;
2522  case DarkOakPressurePlate::DarkOakPressurePlate(false).ID: return 3884;
2523  case DarkOakSapling::DarkOakSapling(0).ID: return 31;
2524  case DarkOakSapling::DarkOakSapling(1).ID: return 32;
2525  case DarkOakSign::DarkOakSign(0).ID: return 3542;
2526  case DarkOakSign::DarkOakSign(1).ID: return 3544;
2527  case DarkOakSign::DarkOakSign(2).ID: return 3546;
2528  case DarkOakSign::DarkOakSign(3).ID: return 3548;
2529  case DarkOakSign::DarkOakSign(4).ID: return 3550;
2530  case DarkOakSign::DarkOakSign(5).ID: return 3552;
2531  case DarkOakSign::DarkOakSign(6).ID: return 3554;
2532  case DarkOakSign::DarkOakSign(7).ID: return 3556;
2533  case DarkOakSign::DarkOakSign(8).ID: return 3558;
2534  case DarkOakSign::DarkOakSign(9).ID: return 3560;
2535  case DarkOakSign::DarkOakSign(10).ID: return 3562;
2536  case DarkOakSign::DarkOakSign(11).ID: return 3564;
2537  case DarkOakSign::DarkOakSign(12).ID: return 3566;
2538  case DarkOakSign::DarkOakSign(13).ID: return 3568;
2539  case DarkOakSign::DarkOakSign(14).ID: return 3570;
2540  case DarkOakSign::DarkOakSign(15).ID: return 3572;
2541  case DarkOakSlab::DarkOakSlab(DarkOakSlab::Type::Top).ID: return 8331;
2543  case DarkOakSlab::DarkOakSlab(DarkOakSlab::Type::Double).ID: return 8335;
2544  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::Straight).ID: return 7456;
2545  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerLeft).ID: return 7458;
2546  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerRight).ID: return 7460;
2547  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterLeft).ID: return 7462;
2548  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterRight).ID: return 7464;
2549  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::Straight).ID: return 7466;
2550  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerLeft).ID: return 7468;
2551  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerRight).ID: return 7470;
2552  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterLeft).ID: return 7472;
2553  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterRight).ID: return 7474;
2554  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::Straight).ID: return 7476;
2555  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerLeft).ID: return 7478;
2556  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerRight).ID: return 7480;
2557  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterLeft).ID: return 7482;
2558  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterRight).ID: return 7484;
2559  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::Straight).ID: return 7486;
2560  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerLeft).ID: return 7488;
2561  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerRight).ID: return 7490;
2562  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterLeft).ID: return 7492;
2563  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_ZP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterRight).ID: return 7494;
2564  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::Straight).ID: return 7496;
2565  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerLeft).ID: return 7498;
2566  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerRight).ID: return 7500;
2567  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterLeft).ID: return 7502;
2568  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterRight).ID: return 7504;
2569  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::Straight).ID: return 7506;
2570  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerLeft).ID: return 7508;
2571  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerRight).ID: return 7510;
2572  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterLeft).ID: return 7512;
2573  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XM, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterRight).ID: return 7514;
2574  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::Straight).ID: return 7516;
2575  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerLeft).ID: return 7518;
2576  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::InnerRight).ID: return 7520;
2577  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterLeft).ID: return 7522;
2578  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Top, DarkOakStairs::Shape::OuterRight).ID: return 7524;
2579  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::Straight).ID: return 7526;
2580  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerLeft).ID: return 7528;
2581  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::InnerRight).ID: return 7530;
2582  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterLeft).ID: return 7532;
2583  case DarkOakStairs::DarkOakStairs(eBlockFace::BLOCK_FACE_XP, DarkOakStairs::Half::Bottom, DarkOakStairs::Shape::OuterRight).ID: return 7534;
2584  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZM, DarkOakTrapdoor::Half::Top, true, true).ID: return 4432;
2585  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZM, DarkOakTrapdoor::Half::Top, true, false).ID: return 4434;
2586  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZM, DarkOakTrapdoor::Half::Top, false, true).ID: return 4436;
2587  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZM, DarkOakTrapdoor::Half::Top, false, false).ID: return 4438;
2592  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZP, DarkOakTrapdoor::Half::Top, true, true).ID: return 4448;
2593  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZP, DarkOakTrapdoor::Half::Top, true, false).ID: return 4450;
2594  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZP, DarkOakTrapdoor::Half::Top, false, true).ID: return 4452;
2595  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_ZP, DarkOakTrapdoor::Half::Top, false, false).ID: return 4454;
2600  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XM, DarkOakTrapdoor::Half::Top, true, true).ID: return 4464;
2601  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XM, DarkOakTrapdoor::Half::Top, true, false).ID: return 4466;
2602  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XM, DarkOakTrapdoor::Half::Top, false, true).ID: return 4468;
2603  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XM, DarkOakTrapdoor::Half::Top, false, false).ID: return 4470;
2608  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XP, DarkOakTrapdoor::Half::Top, true, true).ID: return 4480;
2609  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XP, DarkOakTrapdoor::Half::Top, true, false).ID: return 4482;
2610  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XP, DarkOakTrapdoor::Half::Top, false, true).ID: return 4484;
2611  case DarkOakTrapdoor::DarkOakTrapdoor(eBlockFace::BLOCK_FACE_XP, DarkOakTrapdoor::Half::Top, false, false).ID: return 4486;
2616  case DarkOakWallSign::DarkOakWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 3776;
2617  case DarkOakWallSign::DarkOakWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 3778;
2618  case DarkOakWallSign::DarkOakWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 3780;
2619  case DarkOakWallSign::DarkOakWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 3782;
2620  case DarkOakWood::DarkOakWood(DarkOakWood::Axis::X).ID: return 124;
2621  case DarkOakWood::DarkOakWood(DarkOakWood::Axis::Y).ID: return 125;
2622  case DarkOakWood::DarkOakWood(DarkOakWood::Axis::Z).ID: return 126;
2623  case DarkPrismarine::DarkPrismarine().ID: return 7603;
2624  case DarkPrismarineSlab::DarkPrismarineSlab(DarkPrismarineSlab::Type::Top).ID: return 7857;
2626  case DarkPrismarineSlab::DarkPrismarineSlab(DarkPrismarineSlab::Type::Double).ID: return 7861;
2627  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::Straight).ID: return 7765;
2628  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7767;
2629  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerRight).ID: return 7769;
2630  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7771;
2631  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterRight).ID: return 7773;
2632  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::Straight).ID: return 7775;
2633  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7777;
2634  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerRight).ID: return 7779;
2635  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7781;
2636  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterRight).ID: return 7783;
2637  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::Straight).ID: return 7785;
2638  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7787;
2639  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerRight).ID: return 7789;
2640  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7791;
2641  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterRight).ID: return 7793;
2642  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::Straight).ID: return 7795;
2643  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7797;
2644  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerRight).ID: return 7799;
2645  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7801;
2646  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_ZP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterRight).ID: return 7803;
2647  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::Straight).ID: return 7805;
2648  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7807;
2649  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerRight).ID: return 7809;
2650  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7811;
2651  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterRight).ID: return 7813;
2652  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::Straight).ID: return 7815;
2653  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7817;
2654  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerRight).ID: return 7819;
2655  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7821;
2656  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XM, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterRight).ID: return 7823;
2657  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::Straight).ID: return 7825;
2658  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7827;
2659  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::InnerRight).ID: return 7829;
2660  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7831;
2661  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Top, DarkPrismarineStairs::Shape::OuterRight).ID: return 7833;
2662  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::Straight).ID: return 7835;
2663  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerLeft).ID: return 7837;
2664  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::InnerRight).ID: return 7839;
2665  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterLeft).ID: return 7841;
2666  case DarkPrismarineStairs::DarkPrismarineStairs(eBlockFace::BLOCK_FACE_XP, DarkPrismarineStairs::Half::Bottom, DarkPrismarineStairs::Shape::OuterRight).ID: return 7843;
2667  case DaylightDetector::DaylightDetector(true, 0).ID: return 6694;
2668  case DaylightDetector::DaylightDetector(true, 1).ID: return 6695;
2669  case DaylightDetector::DaylightDetector(true, 2).ID: return 6696;
2670  case DaylightDetector::DaylightDetector(true, 3).ID: return 6697;
2671  case DaylightDetector::DaylightDetector(true, 4).ID: return 6698;
2672  case DaylightDetector::DaylightDetector(true, 5).ID: return 6699;
2673  case DaylightDetector::DaylightDetector(true, 6).ID: return 6700;
2674  case DaylightDetector::DaylightDetector(true, 7).ID: return 6701;
2675  case DaylightDetector::DaylightDetector(true, 8).ID: return 6702;
2676  case DaylightDetector::DaylightDetector(true, 9).ID: return 6703;
2677  case DaylightDetector::DaylightDetector(true, 10).ID: return 6704;
2678  case DaylightDetector::DaylightDetector(true, 11).ID: return 6705;
2679  case DaylightDetector::DaylightDetector(true, 12).ID: return 6706;
2680  case DaylightDetector::DaylightDetector(true, 13).ID: return 6707;
2681  case DaylightDetector::DaylightDetector(true, 14).ID: return 6708;
2682  case DaylightDetector::DaylightDetector(true, 15).ID: return 6709;
2683  case DaylightDetector::DaylightDetector(false, 0).ID: return 6710;
2684  case DaylightDetector::DaylightDetector(false, 1).ID: return 6711;
2685  case DaylightDetector::DaylightDetector(false, 2).ID: return 6712;
2686  case DaylightDetector::DaylightDetector(false, 3).ID: return 6713;
2687  case DaylightDetector::DaylightDetector(false, 4).ID: return 6714;
2688  case DaylightDetector::DaylightDetector(false, 5).ID: return 6715;
2689  case DaylightDetector::DaylightDetector(false, 6).ID: return 6716;
2690  case DaylightDetector::DaylightDetector(false, 7).ID: return 6717;
2691  case DaylightDetector::DaylightDetector(false, 8).ID: return 6718;
2692  case DaylightDetector::DaylightDetector(false, 9).ID: return 6719;
2693  case DaylightDetector::DaylightDetector(false, 10).ID: return 6720;
2694  case DaylightDetector::DaylightDetector(false, 11).ID: return 6721;
2695  case DaylightDetector::DaylightDetector(false, 12).ID: return 6722;
2696  case DaylightDetector::DaylightDetector(false, 13).ID: return 6723;
2697  case DaylightDetector::DaylightDetector(false, 14).ID: return 6724;
2698  case DaylightDetector::DaylightDetector(false, 15).ID: return 6725;
2699  case DeadBrainCoral::DeadBrainCoral().ID: return 9523;
2700  case DeadBrainCoralBlock::DeadBrainCoralBlock().ID: return 9511;
2701  case DeadBrainCoralFan::DeadBrainCoralFan().ID: return 9543;
2702  case DeadBrainCoralWallFan::DeadBrainCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9569;
2703  case DeadBrainCoralWallFan::DeadBrainCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9571;
2704  case DeadBrainCoralWallFan::DeadBrainCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9573;
2705  case DeadBrainCoralWallFan::DeadBrainCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9575;
2706  case DeadBubbleCoral::DeadBubbleCoral().ID: return 9525;
2707  case DeadBubbleCoralBlock::DeadBubbleCoralBlock().ID: return 9512;
2708  case DeadBubbleCoralFan::DeadBubbleCoralFan().ID: return 9545;
2709  case DeadBubbleCoralWallFan::DeadBubbleCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9577;
2710  case DeadBubbleCoralWallFan::DeadBubbleCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9579;
2711  case DeadBubbleCoralWallFan::DeadBubbleCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9581;
2712  case DeadBubbleCoralWallFan::DeadBubbleCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9583;
2713  case DeadBush::DeadBush().ID: return 1344;
2714  case DeadFireCoral::DeadFireCoral().ID: return 9527;
2715  case DeadFireCoralBlock::DeadFireCoralBlock().ID: return 9513;
2716  case DeadFireCoralFan::DeadFireCoralFan().ID: return 9547;
2717  case DeadFireCoralWallFan::DeadFireCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9585;
2718  case DeadFireCoralWallFan::DeadFireCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9587;
2719  case DeadFireCoralWallFan::DeadFireCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9589;
2720  case DeadFireCoralWallFan::DeadFireCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9591;
2721  case DeadHornCoral::DeadHornCoral().ID: return 9529;
2722  case DeadHornCoralBlock::DeadHornCoralBlock().ID: return 9514;
2723  case DeadHornCoralFan::DeadHornCoralFan().ID: return 9549;
2724  case DeadHornCoralWallFan::DeadHornCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9593;
2725  case DeadHornCoralWallFan::DeadHornCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9595;
2726  case DeadHornCoralWallFan::DeadHornCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9597;
2727  case DeadHornCoralWallFan::DeadHornCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9599;
2728  case DeadTubeCoral::DeadTubeCoral().ID: return 9521;
2729  case DeadTubeCoralBlock::DeadTubeCoralBlock().ID: return 9510;
2730  case DeadTubeCoralFan::DeadTubeCoralFan().ID: return 9541;
2731  case DeadTubeCoralWallFan::DeadTubeCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9561;
2732  case DeadTubeCoralWallFan::DeadTubeCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9563;
2733  case DeadTubeCoralWallFan::DeadTubeCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9565;
2734  case DeadTubeCoralWallFan::DeadTubeCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9567;
2735  case DetectorRail::DetectorRail(true, DetectorRail::Shape::NorthSouth).ID: return 1317;
2736  case DetectorRail::DetectorRail(true, DetectorRail::Shape::EastWest).ID: return 1318;
2737  case DetectorRail::DetectorRail(true, DetectorRail::Shape::AscendingEast).ID: return 1319;
2738  case DetectorRail::DetectorRail(true, DetectorRail::Shape::AscendingWest).ID: return 1320;
2739  case DetectorRail::DetectorRail(true, DetectorRail::Shape::AscendingNorth).ID: return 1321;
2740  case DetectorRail::DetectorRail(true, DetectorRail::Shape::AscendingSouth).ID: return 1322;
2741  case DetectorRail::DetectorRail(false, DetectorRail::Shape::NorthSouth).ID: return 1323;
2742  case DetectorRail::DetectorRail(false, DetectorRail::Shape::EastWest).ID: return 1324;
2743  case DetectorRail::DetectorRail(false, DetectorRail::Shape::AscendingEast).ID: return 1325;
2744  case DetectorRail::DetectorRail(false, DetectorRail::Shape::AscendingWest).ID: return 1326;
2745  case DetectorRail::DetectorRail(false, DetectorRail::Shape::AscendingNorth).ID: return 1327;
2746  case DetectorRail::DetectorRail(false, DetectorRail::Shape::AscendingSouth).ID: return 1328;
2747  case DiamondBlock::DiamondBlock().ID: return 3355;
2748  case DiamondOre::DiamondOre().ID: return 3354;
2749  case Diorite::Diorite().ID: return 4;
2750  case DioriteSlab::DioriteSlab(DioriteSlab::Type::Top).ID: return 10862;
2752  case DioriteSlab::DioriteSlab(DioriteSlab::Type::Double).ID: return 10866;
2753  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Top, DioriteStairs::Shape::Straight).ID: return 10710;
2754  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerLeft).ID: return 10712;
2755  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerRight).ID: return 10714;
2756  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterLeft).ID: return 10716;
2757  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterRight).ID: return 10718;
2758  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::Straight).ID: return 10720;
2759  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerLeft).ID: return 10722;
2760  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerRight).ID: return 10724;
2761  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterLeft).ID: return 10726;
2762  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterRight).ID: return 10728;
2763  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Top, DioriteStairs::Shape::Straight).ID: return 10730;
2764  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerLeft).ID: return 10732;
2765  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerRight).ID: return 10734;
2766  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterLeft).ID: return 10736;
2767  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterRight).ID: return 10738;
2768  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::Straight).ID: return 10740;
2769  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerLeft).ID: return 10742;
2770  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerRight).ID: return 10744;
2771  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterLeft).ID: return 10746;
2772  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_ZP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterRight).ID: return 10748;
2773  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Top, DioriteStairs::Shape::Straight).ID: return 10750;
2774  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerLeft).ID: return 10752;
2775  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerRight).ID: return 10754;
2776  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterLeft).ID: return 10756;
2777  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterRight).ID: return 10758;
2778  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::Straight).ID: return 10760;
2779  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerLeft).ID: return 10762;
2780  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerRight).ID: return 10764;
2781  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterLeft).ID: return 10766;
2782  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XM, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterRight).ID: return 10768;
2783  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Top, DioriteStairs::Shape::Straight).ID: return 10770;
2784  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerLeft).ID: return 10772;
2785  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Top, DioriteStairs::Shape::InnerRight).ID: return 10774;
2786  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterLeft).ID: return 10776;
2787  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Top, DioriteStairs::Shape::OuterRight).ID: return 10778;
2788  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::Straight).ID: return 10780;
2789  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerLeft).ID: return 10782;
2790  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::InnerRight).ID: return 10784;
2791  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterLeft).ID: return 10786;
2792  case DioriteStairs::DioriteStairs(eBlockFace::BLOCK_FACE_XP, DioriteStairs::Half::Bottom, DioriteStairs::Shape::OuterRight).ID: return 10788;
2793  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14434;
2794  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14435;
2795  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14436;
2796  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14440;
2797  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14441;
2798  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14442;
2799  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14446;
2800  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14447;
2801  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14448;
2802  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14452;
2803  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14453;
2804  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14454;
2805  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14458;
2806  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14459;
2807  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14460;
2808  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14464;
2809  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14465;
2810  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14466;
2811  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14470;
2812  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14471;
2813  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14472;
2814  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14476;
2815  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14477;
2816  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14478;
2817  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14482;
2818  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14483;
2819  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14484;
2820  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14488;
2821  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14489;
2822  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14490;
2823  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14494;
2824  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14495;
2825  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14496;
2826  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14500;
2827  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14501;
2828  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14502;
2829  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14506;
2830  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14507;
2831  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14508;
2832  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14512;
2833  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14513;
2834  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14514;
2835  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14518;
2836  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14519;
2837  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14520;
2838  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14524;
2839  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14525;
2840  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14526;
2841  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14530;
2842  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14531;
2843  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14532;
2844  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14536;
2845  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14537;
2846  case DioriteWall::DioriteWall(DioriteWall::East::None, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14538;
2847  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14542;
2848  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14543;
2849  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14544;
2850  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14548;
2851  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14549;
2852  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14550;
2853  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14554;
2854  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14555;
2855  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14556;
2856  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14560;
2857  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14561;
2858  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14562;
2859  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14566;
2860  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14567;
2861  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14568;
2862  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14572;
2863  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14573;
2864  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14574;
2865  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14578;
2866  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14579;
2867  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14580;
2868  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14584;
2869  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14585;
2870  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14586;
2871  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14590;
2872  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14591;
2873  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14592;
2874  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14596;
2875  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14597;
2876  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14598;
2877  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14602;
2878  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14603;
2879  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14604;
2880  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14608;
2881  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14609;
2882  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14610;
2883  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14614;
2884  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14615;
2885  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14616;
2886  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14620;
2887  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14621;
2888  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14622;
2889  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14626;
2890  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14627;
2891  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14628;
2892  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14632;
2893  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14633;
2894  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14634;
2895  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14638;
2896  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14639;
2897  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14640;
2898  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14644;
2899  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14645;
2900  case DioriteWall::DioriteWall(DioriteWall::East::Low, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14646;
2901  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14650;
2902  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14651;
2903  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14652;
2904  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14656;
2905  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14657;
2906  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14658;
2907  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14662;
2908  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14663;
2909  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14664;
2910  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14668;
2911  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14669;
2912  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14670;
2913  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14674;
2914  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14675;
2915  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14676;
2916  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14680;
2917  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14681;
2918  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::None, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14682;
2919  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14686;
2920  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14687;
2921  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14688;
2922  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14692;
2923  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14693;
2924  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14694;
2925  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14698;
2926  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14699;
2927  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14700;
2928  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14704;
2929  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14705;
2930  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14706;
2931  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14710;
2932  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14711;
2933  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14712;
2934  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14716;
2935  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14717;
2936  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Low, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14718;
2937  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::None).ID: return 14722;
2938  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::Low).ID: return 14723;
2939  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::None, true, DioriteWall::West::Tall).ID: return 14724;
2940  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::None).ID: return 14728;
2941  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::Low).ID: return 14729;
2942  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::None, false, DioriteWall::West::Tall).ID: return 14730;
2943  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::None).ID: return 14734;
2944  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::Low).ID: return 14735;
2945  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Low, true, DioriteWall::West::Tall).ID: return 14736;
2946  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::None).ID: return 14740;
2947  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::Low).ID: return 14741;
2948  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Low, false, DioriteWall::West::Tall).ID: return 14742;
2949  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::None).ID: return 14746;
2950  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::Low).ID: return 14747;
2951  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Tall, true, DioriteWall::West::Tall).ID: return 14748;
2952  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::None).ID: return 14752;
2953  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::Low).ID: return 14753;
2954  case DioriteWall::DioriteWall(DioriteWall::East::Tall, DioriteWall::North::Tall, DioriteWall::South::Tall, false, DioriteWall::West::Tall).ID: return 14754;
2955  case Dirt::Dirt().ID: return 10;
2956  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_ZM, true).ID: return 234;
2957  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_ZM, false).ID: return 235;
2958  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_XP, true).ID: return 236;
2959  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_XP, false).ID: return 237;
2960  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_ZP, true).ID: return 238;
2961  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_ZP, false).ID: return 239;
2962  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_XM, true).ID: return 240;
2963  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_XM, false).ID: return 241;
2964  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_YP, true).ID: return 242;
2965  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_YP, false).ID: return 243;
2966  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_YM, true).ID: return 244;
2967  case Dispenser::Dispenser(eBlockFace::BLOCK_FACE_YM, false).ID: return 245;
2968  case DragonEgg::DragonEgg().ID: return 5155;
2969  case DragonHead::DragonHead(0).ID: return 6590;
2970  case DragonHead::DragonHead(1).ID: return 6591;
2971  case DragonHead::DragonHead(2).ID: return 6592;
2972  case DragonHead::DragonHead(3).ID: return 6593;
2973  case DragonHead::DragonHead(4).ID: return 6594;
2974  case DragonHead::DragonHead(5).ID: return 6595;
2975  case DragonHead::DragonHead(6).ID: return 6596;
2976  case DragonHead::DragonHead(7).ID: return 6597;
2977  case DragonHead::DragonHead(8).ID: return 6598;
2978  case DragonHead::DragonHead(9).ID: return 6599;
2979  case DragonHead::DragonHead(10).ID: return 6600;
2980  case DragonHead::DragonHead(11).ID: return 6601;
2981  case DragonHead::DragonHead(12).ID: return 6602;
2982  case DragonHead::DragonHead(13).ID: return 6603;
2983  case DragonHead::DragonHead(14).ID: return 6604;
2984  case DragonHead::DragonHead(15).ID: return 6605;
2985  case DragonWallHead::DragonWallHead(eBlockFace::BLOCK_FACE_ZM).ID: return 6606;
2986  case DragonWallHead::DragonWallHead(eBlockFace::BLOCK_FACE_ZP).ID: return 6607;
2987  case DragonWallHead::DragonWallHead(eBlockFace::BLOCK_FACE_XM).ID: return 6608;
2988  case DragonWallHead::DragonWallHead(eBlockFace::BLOCK_FACE_XP).ID: return 6609;
2989  case DriedKelpBlock::DriedKelpBlock().ID: return 9497;
2990  case Dropper::Dropper(eBlockFace::BLOCK_FACE_ZM, true).ID: return 6835;
2991  case Dropper::Dropper(eBlockFace::BLOCK_FACE_ZM, false).ID: return 6836;
2992  case Dropper::Dropper(eBlockFace::BLOCK_FACE_XP, true).ID: return 6837;
2993  case Dropper::Dropper(eBlockFace::BLOCK_FACE_XP, false).ID: return 6838;
2994  case Dropper::Dropper(eBlockFace::BLOCK_FACE_ZP, true).ID: return 6839;
2995  case Dropper::Dropper(eBlockFace::BLOCK_FACE_ZP, false).ID: return 6840;
2996  case Dropper::Dropper(eBlockFace::BLOCK_FACE_XM, true).ID: return 6841;
2997  case Dropper::Dropper(eBlockFace::BLOCK_FACE_XM, false).ID: return 6842;
2998  case Dropper::Dropper(eBlockFace::BLOCK_FACE_YP, true).ID: return 6843;
2999  case Dropper::Dropper(eBlockFace::BLOCK_FACE_YP, false).ID: return 6844;
3000  case Dropper::Dropper(eBlockFace::BLOCK_FACE_YM, true).ID: return 6845;
3001  case Dropper::Dropper(eBlockFace::BLOCK_FACE_YM, false).ID: return 6846;
3002  case EmeraldBlock::EmeraldBlock().ID: return 5403;
3003  case EmeraldOre::EmeraldOre().ID: return 5250;
3004  case EnchantingTable::EnchantingTable().ID: return 5132;
3005  case EndGateway::EndGateway().ID: return 9224;
3006  case EndPortal::EndPortal().ID: return 5145;
3015  case EndRod::EndRod(eBlockFace::BLOCK_FACE_ZM).ID: return 9058;
3016  case EndRod::EndRod(eBlockFace::BLOCK_FACE_XP).ID: return 9059;
3017  case EndRod::EndRod(eBlockFace::BLOCK_FACE_ZP).ID: return 9060;
3018  case EndRod::EndRod(eBlockFace::BLOCK_FACE_XM).ID: return 9061;
3019  case EndRod::EndRod(eBlockFace::BLOCK_FACE_YP).ID: return 9062;
3020  case EndRod::EndRod(eBlockFace::BLOCK_FACE_YM).ID: return 9063;
3021  case EndStone::EndStone().ID: return 5154;
3022  case EndStoneBrickSlab::EndStoneBrickSlab(EndStoneBrickSlab::Type::Top).ID: return 10820;
3024  case EndStoneBrickSlab::EndStoneBrickSlab(EndStoneBrickSlab::Type::Double).ID: return 10824;
3025  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::Straight).ID: return 10070;
3026  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10072;
3027  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerRight).ID: return 10074;
3028  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10076;
3029  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterRight).ID: return 10078;
3030  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::Straight).ID: return 10080;
3031  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10082;
3032  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerRight).ID: return 10084;
3033  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10086;
3034  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterRight).ID: return 10088;
3035  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::Straight).ID: return 10090;
3036  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10092;
3037  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerRight).ID: return 10094;
3038  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10096;
3039  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterRight).ID: return 10098;
3040  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::Straight).ID: return 10100;
3041  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10102;
3042  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerRight).ID: return 10104;
3043  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10106;
3044  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterRight).ID: return 10108;
3045  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::Straight).ID: return 10110;
3046  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10112;
3047  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerRight).ID: return 10114;
3048  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10116;
3049  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterRight).ID: return 10118;
3050  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::Straight).ID: return 10120;
3051  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10122;
3052  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerRight).ID: return 10124;
3053  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10126;
3054  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterRight).ID: return 10128;
3055  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::Straight).ID: return 10130;
3056  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10132;
3057  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::InnerRight).ID: return 10134;
3058  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10136;
3059  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Top, EndStoneBrickStairs::Shape::OuterRight).ID: return 10138;
3060  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::Straight).ID: return 10140;
3061  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerLeft).ID: return 10142;
3062  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::InnerRight).ID: return 10144;
3063  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterLeft).ID: return 10146;
3064  case EndStoneBrickStairs::EndStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, EndStoneBrickStairs::Half::Bottom, EndStoneBrickStairs::Shape::OuterRight).ID: return 10148;
3065  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14110;
3066  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14111;
3067  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14112;
3068  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14116;
3069  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14117;
3070  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14118;
3071  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14122;
3072  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14123;
3073  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14124;
3074  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14128;
3075  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14129;
3076  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14130;
3077  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14134;
3078  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14135;
3079  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14136;
3080  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14140;
3081  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14141;
3082  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14142;
3083  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14146;
3084  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14147;
3085  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14148;
3086  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14152;
3087  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14153;
3088  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14154;
3089  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14158;
3090  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14159;
3091  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14160;
3092  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14164;
3093  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14165;
3094  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14166;
3095  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14170;
3096  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14171;
3097  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14172;
3098  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14176;
3099  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14177;
3100  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14178;
3101  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14182;
3102  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14183;
3103  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14184;
3104  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14188;
3105  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14189;
3106  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14190;
3107  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14194;
3108  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14195;
3109  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14196;
3110  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14200;
3111  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14201;
3112  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14202;
3113  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14206;
3114  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14207;
3115  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14208;
3116  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14212;
3117  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14213;
3118  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::None, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14214;
3119  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14218;
3120  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14219;
3121  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14220;
3122  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14224;
3123  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14225;
3124  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14226;
3125  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14230;
3126  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14231;
3127  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14232;
3128  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14236;
3129  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14237;
3130  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14238;
3131  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14242;
3132  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14243;
3133  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14244;
3134  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14248;
3135  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14249;
3136  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14250;
3137  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14254;
3138  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14255;
3139  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14256;
3140  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14260;
3141  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14261;
3142  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14262;
3143  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14266;
3144  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14267;
3145  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14268;
3146  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14272;
3147  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14273;
3148  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14274;
3149  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14278;
3150  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14279;
3151  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14280;
3152  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14284;
3153  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14285;
3154  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14286;
3155  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14290;
3156  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14291;
3157  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14292;
3158  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14296;
3159  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14297;
3160  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14298;
3161  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14302;
3162  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14303;
3163  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14304;
3164  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14308;
3165  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14309;
3166  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14310;
3167  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14314;
3168  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14315;
3169  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14316;
3170  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14320;
3171  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14321;
3172  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Low, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14322;
3173  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14326;
3174  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14327;
3175  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14328;
3176  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14332;
3177  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14333;
3178  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14334;
3179  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14338;
3180  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14339;
3181  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14340;
3182  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14344;
3183  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14345;
3184  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14346;
3185  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14350;
3186  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14351;
3187  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14352;
3188  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14356;
3189  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14357;
3190  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::None, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14358;
3191  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14362;
3192  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14363;
3193  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14364;
3194  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14368;
3195  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14369;
3196  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14370;
3197  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14374;
3198  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14375;
3199  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14376;
3200  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14380;
3201  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14381;
3202  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14382;
3203  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14386;
3204  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14387;
3205  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14388;
3206  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14392;
3207  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14393;
3208  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Low, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14394;
3209  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::None).ID: return 14398;
3210  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Low).ID: return 14399;
3211  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, true, EndStoneBrickWall::West::Tall).ID: return 14400;
3212  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::None).ID: return 14404;
3213  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Low).ID: return 14405;
3214  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::None, false, EndStoneBrickWall::West::Tall).ID: return 14406;
3215  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::None).ID: return 14410;
3216  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Low).ID: return 14411;
3217  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, true, EndStoneBrickWall::West::Tall).ID: return 14412;
3218  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::None).ID: return 14416;
3219  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Low).ID: return 14417;
3220  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Low, false, EndStoneBrickWall::West::Tall).ID: return 14418;
3221  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::None).ID: return 14422;
3222  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Low).ID: return 14423;
3223  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, true, EndStoneBrickWall::West::Tall).ID: return 14424;
3224  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::None).ID: return 14428;
3225  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Low).ID: return 14429;
3226  case EndStoneBrickWall::EndStoneBrickWall(EndStoneBrickWall::East::Tall, EndStoneBrickWall::North::Tall, EndStoneBrickWall::South::Tall, false, EndStoneBrickWall::West::Tall).ID: return 14430;
3227  case EndStoneBricks::EndStoneBricks().ID: return 9218;
3232  case Farmland::Farmland(0).ID: return 3365;
3233  case Farmland::Farmland(1).ID: return 3366;
3234  case Farmland::Farmland(2).ID: return 3367;
3235  case Farmland::Farmland(3).ID: return 3368;
3236  case Farmland::Farmland(4).ID: return 3369;
3237  case Farmland::Farmland(5).ID: return 3370;
3238  case Farmland::Farmland(6).ID: return 3371;
3239  case Farmland::Farmland(7).ID: return 3372;
3240  case Fern::Fern().ID: return 1343;
3241  case Fire::Fire(0, true, true, true, true, true).ID: return 1440;
3242  case Fire::Fire(0, true, true, true, true, false).ID: return 1441;
3243  case Fire::Fire(0, true, true, true, false, true).ID: return 1442;
3244  case Fire::Fire(0, true, true, true, false, false).ID: return 1443;
3245  case Fire::Fire(0, true, true, false, true, true).ID: return 1444;
3246  case Fire::Fire(0, true, true, false, true, false).ID: return 1445;
3247  case Fire::Fire(0, true, true, false, false, true).ID: return 1446;
3248  case Fire::Fire(0, true, true, false, false, false).ID: return 1447;
3249  case Fire::Fire(0, true, false, true, true, true).ID: return 1448;
3250  case Fire::Fire(0, true, false, true, true, false).ID: return 1449;
3251  case Fire::Fire(0, true, false, true, false, true).ID: return 1450;
3252  case Fire::Fire(0, true, false, true, false, false).ID: return 1451;
3253  case Fire::Fire(0, true, false, false, true, true).ID: return 1452;
3254  case Fire::Fire(0, true, false, false, true, false).ID: return 1453;
3255  case Fire::Fire(0, true, false, false, false, true).ID: return 1454;
3256  case Fire::Fire(0, true, false, false, false, false).ID: return 1455;
3257  case Fire::Fire(0, false, true, true, true, true).ID: return 1456;
3258  case Fire::Fire(0, false, true, true, true, false).ID: return 1457;
3259  case Fire::Fire(0, false, true, true, false, true).ID: return 1458;
3260  case Fire::Fire(0, false, true, true, false, false).ID: return 1459;
3261  case Fire::Fire(0, false, true, false, true, true).ID: return 1460;
3262  case Fire::Fire(0, false, true, false, true, false).ID: return 1461;
3263  case Fire::Fire(0, false, true, false, false, true).ID: return 1462;
3264  case Fire::Fire(0, false, true, false, false, false).ID: return 1463;
3265  case Fire::Fire(0, false, false, true, true, true).ID: return 1464;
3266  case Fire::Fire(0, false, false, true, true, false).ID: return 1465;
3267  case Fire::Fire(0, false, false, true, false, true).ID: return 1466;
3268  case Fire::Fire(0, false, false, true, false, false).ID: return 1467;
3269  case Fire::Fire(0, false, false, false, true, true).ID: return 1468;
3270  case Fire::Fire(0, false, false, false, true, false).ID: return 1469;
3271  case Fire::Fire(0, false, false, false, false, true).ID: return 1470;
3272  case Fire::Fire(0, false, false, false, false, false).ID: return 1471;
3273  case Fire::Fire(1, true, true, true, true, true).ID: return 1472;
3274  case Fire::Fire(1, true, true, true, true, false).ID: return 1473;
3275  case Fire::Fire(1, true, true, true, false, true).ID: return 1474;
3276  case Fire::Fire(1, true, true, true, false, false).ID: return 1475;
3277  case Fire::Fire(1, true, true, false, true, true).ID: return 1476;
3278  case Fire::Fire(1, true, true, false, true, false).ID: return 1477;
3279  case Fire::Fire(1, true, true, false, false, true).ID: return 1478;
3280  case Fire::Fire(1, true, true, false, false, false).ID: return 1479;
3281  case Fire::Fire(1, true, false, true, true, true).ID: return 1480;
3282  case Fire::Fire(1, true, false, true, true, false).ID: return 1481;
3283  case Fire::Fire(1, true, false, true, false, true).ID: return 1482;
3284  case Fire::Fire(1, true, false, true, false, false).ID: return 1483;
3285  case Fire::Fire(1, true, false, false, true, true).ID: return 1484;
3286  case Fire::Fire(1, true, false, false, true, false).ID: return 1485;
3287  case Fire::Fire(1, true, false, false, false, true).ID: return 1486;
3288  case Fire::Fire(1, true, false, false, false, false).ID: return 1487;
3289  case Fire::Fire(1, false, true, true, true, true).ID: return 1488;
3290  case Fire::Fire(1, false, true, true, true, false).ID: return 1489;
3291  case Fire::Fire(1, false, true, true, false, true).ID: return 1490;
3292  case Fire::Fire(1, false, true, true, false, false).ID: return 1491;
3293  case Fire::Fire(1, false, true, false, true, true).ID: return 1492;
3294  case Fire::Fire(1, false, true, false, true, false).ID: return 1493;
3295  case Fire::Fire(1, false, true, false, false, true).ID: return 1494;
3296  case Fire::Fire(1, false, true, false, false, false).ID: return 1495;
3297  case Fire::Fire(1, false, false, true, true, true).ID: return 1496;
3298  case Fire::Fire(1, false, false, true, true, false).ID: return 1497;
3299  case Fire::Fire(1, false, false, true, false, true).ID: return 1498;
3300  case Fire::Fire(1, false, false, true, false, false).ID: return 1499;
3301  case Fire::Fire(1, false, false, false, true, true).ID: return 1500;
3302  case Fire::Fire(1, false, false, false, true, false).ID: return 1501;
3303  case Fire::Fire(1, false, false, false, false, true).ID: return 1502;
3304  case Fire::Fire(1, false, false, false, false, false).ID: return 1503;
3305  case Fire::Fire(2, true, true, true, true, true).ID: return 1504;
3306  case Fire::Fire(2, true, true, true, true, false).ID: return 1505;
3307  case Fire::Fire(2, true, true, true, false, true).ID: return 1506;
3308  case Fire::Fire(2, true, true, true, false, false).ID: return 1507;
3309  case Fire::Fire(2, true, true, false, true, true).ID: return 1508;
3310  case Fire::Fire(2, true, true, false, true, false).ID: return 1509;
3311  case Fire::Fire(2, true, true, false, false, true).ID: return 1510;
3312  case Fire::Fire(2, true, true, false, false, false).ID: return 1511;
3313  case Fire::Fire(2, true, false, true, true, true).ID: return 1512;
3314  case Fire::Fire(2, true, false, true, true, false).ID: return 1513;
3315  case Fire::Fire(2, true, false, true, false, true).ID: return 1514;
3316  case Fire::Fire(2, true, false, true, false, false).ID: return 1515;
3317  case Fire::Fire(2, true, false, false, true, true).ID: return 1516;
3318  case Fire::Fire(2, true, false, false, true, false).ID: return 1517;
3319  case Fire::Fire(2, true, false, false, false, true).ID: return 1518;
3320  case Fire::Fire(2, true, false, false, false, false).ID: return 1519;
3321  case Fire::Fire(2, false, true, true, true, true).ID: return 1520;
3322  case Fire::Fire(2, false, true, true, true, false).ID: return 1521;
3323  case Fire::Fire(2, false, true, true, false, true).ID: return 1522;
3324  case Fire::Fire(2, false, true, true, false, false).ID: return 1523;
3325  case Fire::Fire(2, false, true, false, true, true).ID: return 1524;
3326  case Fire::Fire(2, false, true, false, true, false).ID: return 1525;
3327  case Fire::Fire(2, false, true, false, false, true).ID: return 1526;
3328  case Fire::Fire(2, false, true, false, false, false).ID: return 1527;
3329  case Fire::Fire(2, false, false, true, true, true).ID: return 1528;
3330  case Fire::Fire(2, false, false, true, true, false).ID: return 1529;
3331  case Fire::Fire(2, false, false, true, false, true).ID: return 1530;
3332  case Fire::Fire(2, false, false, true, false, false).ID: return 1531;
3333  case Fire::Fire(2, false, false, false, true, true).ID: return 1532;
3334  case Fire::Fire(2, false, false, false, true, false).ID: return 1533;
3335  case Fire::Fire(2, false, false, false, false, true).ID: return 1534;
3336  case Fire::Fire(2, false, false, false, false, false).ID: return 1535;
3337  case Fire::Fire(3, true, true, true, true, true).ID: return 1536;
3338  case Fire::Fire(3, true, true, true, true, false).ID: return 1537;
3339  case Fire::Fire(3, true, true, true, false, true).ID: return 1538;
3340  case Fire::Fire(3, true, true, true, false, false).ID: return 1539;
3341  case Fire::Fire(3, true, true, false, true, true).ID: return 1540;
3342  case Fire::Fire(3, true, true, false, true, false).ID: return 1541;
3343  case Fire::Fire(3, true, true, false, false, true).ID: return 1542;
3344  case Fire::Fire(3, true, true, false, false, false).ID: return 1543;
3345  case Fire::Fire(3, true, false, true, true, true).ID: return 1544;
3346  case Fire::Fire(3, true, false, true, true, false).ID: return 1545;
3347  case Fire::Fire(3, true, false, true, false, true).ID: return 1546;
3348  case Fire::Fire(3, true, false, true, false, false).ID: return 1547;
3349  case Fire::Fire(3, true, false, false, true, true).ID: return 1548;
3350  case Fire::Fire(3, true, false, false, true, false).ID: return 1549;
3351  case Fire::Fire(3, true, false, false, false, true).ID: return 1550;
3352  case Fire::Fire(3, true, false, false, false, false).ID: return 1551;
3353  case Fire::Fire(3, false, true, true, true, true).ID: return 1552;
3354  case Fire::Fire(3, false, true, true, true, false).ID: return 1553;
3355  case Fire::Fire(3, false, true, true, false, true).ID: return 1554;
3356  case Fire::Fire(3, false, true, true, false, false).ID: return 1555;
3357  case Fire::Fire(3, false, true, false, true, true).ID: return 1556;
3358  case Fire::Fire(3, false, true, false, true, false).ID: return 1557;
3359  case Fire::Fire(3, false, true, false, false, true).ID: return 1558;
3360  case Fire::Fire(3, false, true, false, false, false).ID: return 1559;
3361  case Fire::Fire(3, false, false, true, true, true).ID: return 1560;
3362  case Fire::Fire(3, false, false, true, true, false).ID: return 1561;
3363  case Fire::Fire(3, false, false, true, false, true).ID: return 1562;
3364  case Fire::Fire(3, false, false, true, false, false).ID: return 1563;
3365  case Fire::Fire(3, false, false, false, true, true).ID: return 1564;
3366  case Fire::Fire(3, false, false, false, true, false).ID: return 1565;
3367  case Fire::Fire(3, false, false, false, false, true).ID: return 1566;
3368  case Fire::Fire(3, false, false, false, false, false).ID: return 1567;
3369  case Fire::Fire(4, true, true, true, true, true).ID: return 1568;
3370  case Fire::Fire(4, true, true, true, true, false).ID: return 1569;
3371  case Fire::Fire(4, true, true, true, false, true).ID: return 1570;
3372  case Fire::Fire(4, true, true, true, false, false).ID: return 1571;
3373  case Fire::Fire(4, true, true, false, true, true).ID: return 1572;
3374  case Fire::Fire(4, true, true, false, true, false).ID: return 1573;
3375  case Fire::Fire(4, true, true, false, false, true).ID: return 1574;
3376  case Fire::Fire(4, true, true, false, false, false).ID: return 1575;
3377  case Fire::Fire(4, true, false, true, true, true).ID: return 1576;
3378  case Fire::Fire(4, true, false, true, true, false).ID: return 1577;
3379  case Fire::Fire(4, true, false, true, false, true).ID: return 1578;
3380  case Fire::Fire(4, true, false, true, false, false).ID: return 1579;
3381  case Fire::Fire(4, true, false, false, true, true).ID: return 1580;
3382  case Fire::Fire(4, true, false, false, true, false).ID: return 1581;
3383  case Fire::Fire(4, true, false, false, false, true).ID: return 1582;
3384  case Fire::Fire(4, true, false, false, false, false).ID: return 1583;
3385  case Fire::Fire(4, false, true, true, true, true).ID: return 1584;
3386  case Fire::Fire(4, false, true, true, true, false).ID: return 1585;
3387  case Fire::Fire(4, false, true, true, false, true).ID: return 1586;
3388  case Fire::Fire(4, false, true, true, false, false).ID: return 1587;
3389  case Fire::Fire(4, false, true, false, true, true).ID: return 1588;
3390  case Fire::Fire(4, false, true, false, true, false).ID: return 1589;
3391  case Fire::Fire(4, false, true, false, false, true).ID: return 1590;
3392  case Fire::Fire(4, false, true, false, false, false).ID: return 1591;
3393  case Fire::Fire(4, false, false, true, true, true).ID: return 1592;
3394  case Fire::Fire(4, false, false, true, true, false).ID: return 1593;
3395  case Fire::Fire(4, false, false, true, false, true).ID: return 1594;
3396  case Fire::Fire(4, false, false, true, false, false).ID: return 1595;
3397  case Fire::Fire(4, false, false, false, true, true).ID: return 1596;
3398  case Fire::Fire(4, false, false, false, true, false).ID: return 1597;
3399  case Fire::Fire(4, false, false, false, false, true).ID: return 1598;
3400  case Fire::Fire(4, false, false, false, false, false).ID: return 1599;
3401  case Fire::Fire(5, true, true, true, true, true).ID: return 1600;
3402  case Fire::Fire(5, true, true, true, true, false).ID: return 1601;
3403  case Fire::Fire(5, true, true, true, false, true).ID: return 1602;
3404  case Fire::Fire(5, true, true, true, false, false).ID: return 1603;
3405  case Fire::Fire(5, true, true, false, true, true).ID: return 1604;
3406  case Fire::Fire(5, true, true, false, true, false).ID: return 1605;
3407  case Fire::Fire(5, true, true, false, false, true).ID: return 1606;
3408  case Fire::Fire(5, true, true, false, false, false).ID: return 1607;
3409  case Fire::Fire(5, true, false, true, true, true).ID: return 1608;
3410  case Fire::Fire(5, true, false, true, true, false).ID: return 1609;
3411  case Fire::Fire(5, true, false, true, false, true).ID: return 1610;
3412  case Fire::Fire(5, true, false, true, false, false).ID: return 1611;
3413  case Fire::Fire(5, true, false, false, true, true).ID: return 1612;
3414  case Fire::Fire(5, true, false, false, true, false).ID: return 1613;
3415  case Fire::Fire(5, true, false, false, false, true).ID: return 1614;
3416  case Fire::Fire(5, true, false, false, false, false).ID: return 1615;
3417  case Fire::Fire(5, false, true, true, true, true).ID: return 1616;
3418  case Fire::Fire(5, false, true, true, true, false).ID: return 1617;
3419  case Fire::Fire(5, false, true, true, false, true).ID: return 1618;
3420  case Fire::Fire(5, false, true, true, false, false).ID: return 1619;
3421  case Fire::Fire(5, false, true, false, true, true).ID: return 1620;
3422  case Fire::Fire(5, false, true, false, true, false).ID: return 1621;
3423  case Fire::Fire(5, false, true, false, false, true).ID: return 1622;
3424  case Fire::Fire(5, false, true, false, false, false).ID: return 1623;
3425  case Fire::Fire(5, false, false, true, true, true).ID: return 1624;
3426  case Fire::Fire(5, false, false, true, true, false).ID: return 1625;
3427  case Fire::Fire(5, false, false, true, false, true).ID: return 1626;
3428  case Fire::Fire(5, false, false, true, false, false).ID: return 1627;
3429  case Fire::Fire(5, false, false, false, true, true).ID: return 1628;
3430  case Fire::Fire(5, false, false, false, true, false).ID: return 1629;
3431  case Fire::Fire(5, false, false, false, false, true).ID: return 1630;
3432  case Fire::Fire(5, false, false, false, false, false).ID: return 1631;
3433  case Fire::Fire(6, true, true, true, true, true).ID: return 1632;
3434  case Fire::Fire(6, true, true, true, true, false).ID: return 1633;
3435  case Fire::Fire(6, true, true, true, false, true).ID: return 1634;
3436  case Fire::Fire(6, true, true, true, false, false).ID: return 1635;
3437  case Fire::Fire(6, true, true, false, true, true).ID: return 1636;
3438  case Fire::Fire(6, true, true, false, true, false).ID: return 1637;
3439  case Fire::Fire(6, true, true, false, false, true).ID: return 1638;
3440  case Fire::Fire(6, true, true, false, false, false).ID: return 1639;
3441  case Fire::Fire(6, true, false, true, true, true).ID: return 1640;
3442  case Fire::Fire(6, true, false, true, true, false).ID: return 1641;
3443  case Fire::Fire(6, true, false, true, false, true).ID: return 1642;
3444  case Fire::Fire(6, true, false, true, false, false).ID: return 1643;
3445  case Fire::Fire(6, true, false, false, true, true).ID: return 1644;
3446  case Fire::Fire(6, true, false, false, true, false).ID: return 1645;
3447  case Fire::Fire(6, true, false, false, false, true).ID: return 1646;
3448  case Fire::Fire(6, true, false, false, false, false).ID: return 1647;
3449  case Fire::Fire(6, false, true, true, true, true).ID: return 1648;
3450  case Fire::Fire(6, false, true, true, true, false).ID: return 1649;
3451  case Fire::Fire(6, false, true, true, false, true).ID: return 1650;
3452  case Fire::Fire(6, false, true, true, false, false).ID: return 1651;
3453  case Fire::Fire(6, false, true, false, true, true).ID: return 1652;
3454  case Fire::Fire(6, false, true, false, true, false).ID: return 1653;
3455  case Fire::Fire(6, false, true, false, false, true).ID: return 1654;
3456  case Fire::Fire(6, false, true, false, false, false).ID: return 1655;
3457  case Fire::Fire(6, false, false, true, true, true).ID: return 1656;
3458  case Fire::Fire(6, false, false, true, true, false).ID: return 1657;
3459  case Fire::Fire(6, false, false, true, false, true).ID: return 1658;
3460  case Fire::Fire(6, false, false, true, false, false).ID: return 1659;
3461  case Fire::Fire(6, false, false, false, true, true).ID: return 1660;
3462  case Fire::Fire(6, false, false, false, true, false).ID: return 1661;
3463  case Fire::Fire(6, false, false, false, false, true).ID: return 1662;
3464  case Fire::Fire(6, false, false, false, false, false).ID: return 1663;
3465  case Fire::Fire(7, true, true, true, true, true).ID: return 1664;
3466  case Fire::Fire(7, true, true, true, true, false).ID: return 1665;
3467  case Fire::Fire(7, true, true, true, false, true).ID: return 1666;
3468  case Fire::Fire(7, true, true, true, false, false).ID: return 1667;
3469  case Fire::Fire(7, true, true, false, true, true).ID: return 1668;
3470  case Fire::Fire(7, true, true, false, true, false).ID: return 1669;
3471  case Fire::Fire(7, true, true, false, false, true).ID: return 1670;
3472  case Fire::Fire(7, true, true, false, false, false).ID: return 1671;
3473  case Fire::Fire(7, true, false, true, true, true).ID: return 1672;
3474  case Fire::Fire(7, true, false, true, true, false).ID: return 1673;
3475  case Fire::Fire(7, true, false, true, false, true).ID: return 1674;
3476  case Fire::Fire(7, true, false, true, false, false).ID: return 1675;
3477  case Fire::Fire(7, true, false, false, true, true).ID: return 1676;
3478  case Fire::Fire(7, true, false, false, true, false).ID: return 1677;
3479  case Fire::Fire(7, true, false, false, false, true).ID: return 1678;
3480  case Fire::Fire(7, true, false, false, false, false).ID: return 1679;
3481  case Fire::Fire(7, false, true, true, true, true).ID: return 1680;
3482  case Fire::Fire(7, false, true, true, true, false).ID: return 1681;
3483  case Fire::Fire(7, false, true, true, false, true).ID: return 1682;
3484  case Fire::Fire(7, false, true, true, false, false).ID: return 1683;
3485  case Fire::Fire(7, false, true, false, true, true).ID: return 1684;
3486  case Fire::Fire(7, false, true, false, true, false).ID: return 1685;
3487  case Fire::Fire(7, false, true, false, false, true).ID: return 1686;
3488  case Fire::Fire(7, false, true, false, false, false).ID: return 1687;
3489  case Fire::Fire(7, false, false, true, true, true).ID: return 1688;
3490  case Fire::Fire(7, false, false, true, true, false).ID: return 1689;
3491  case Fire::Fire(7, false, false, true, false, true).ID: return 1690;
3492  case Fire::Fire(7, false, false, true, false, false).ID: return 1691;
3493  case Fire::Fire(7, false, false, false, true, true).ID: return 1692;
3494  case Fire::Fire(7, false, false, false, true, false).ID: return 1693;
3495  case Fire::Fire(7, false, false, false, false, true).ID: return 1694;
3496  case Fire::Fire(7, false, false, false, false, false).ID: return 1695;
3497  case Fire::Fire(8, true, true, true, true, true).ID: return 1696;
3498  case Fire::Fire(8, true, true, true, true, false).ID: return 1697;
3499  case Fire::Fire(8, true, true, true, false, true).ID: return 1698;
3500  case Fire::Fire(8, true, true, true, false, false).ID: return 1699;
3501  case Fire::Fire(8, true, true, false, true, true).ID: return 1700;
3502  case Fire::Fire(8, true, true, false, true, false).ID: return 1701;
3503  case Fire::Fire(8, true, true, false, false, true).ID: return 1702;
3504  case Fire::Fire(8, true, true, false, false, false).ID: return 1703;
3505  case Fire::Fire(8, true, false, true, true, true).ID: return 1704;
3506  case Fire::Fire(8, true, false, true, true, false).ID: return 1705;
3507  case Fire::Fire(8, true, false, true, false, true).ID: return 1706;
3508  case Fire::Fire(8, true, false, true, false, false).ID: return 1707;
3509  case Fire::Fire(8, true, false, false, true, true).ID: return 1708;
3510  case Fire::Fire(8, true, false, false, true, false).ID: return 1709;
3511  case Fire::Fire(8, true, false, false, false, true).ID: return 1710;
3512  case Fire::Fire(8, true, false, false, false, false).ID: return 1711;
3513  case Fire::Fire(8, false, true, true, true, true).ID: return 1712;
3514  case Fire::Fire(8, false, true, true, true, false).ID: return 1713;
3515  case Fire::Fire(8, false, true, true, false, true).ID: return 1714;
3516  case Fire::Fire(8, false, true, true, false, false).ID: return 1715;
3517  case Fire::Fire(8, false, true, false, true, true).ID: return 1716;
3518  case Fire::Fire(8, false, true, false, true, false).ID: return 1717;
3519  case Fire::Fire(8, false, true, false, false, true).ID: return 1718;
3520  case Fire::Fire(8, false, true, false, false, false).ID: return 1719;
3521  case Fire::Fire(8, false, false, true, true, true).ID: return 1720;
3522  case Fire::Fire(8, false, false, true, true, false).ID: return 1721;
3523  case Fire::Fire(8, false, false, true, false, true).ID: return 1722;
3524  case Fire::Fire(8, false, false, true, false, false).ID: return 1723;
3525  case Fire::Fire(8, false, false, false, true, true).ID: return 1724;
3526  case Fire::Fire(8, false, false, false, true, false).ID: return 1725;
3527  case Fire::Fire(8, false, false, false, false, true).ID: return 1726;
3528  case Fire::Fire(8, false, false, false, false, false).ID: return 1727;
3529  case Fire::Fire(9, true, true, true, true, true).ID: return 1728;
3530  case Fire::Fire(9, true, true, true, true, false).ID: return 1729;
3531  case Fire::Fire(9, true, true, true, false, true).ID: return 1730;
3532  case Fire::Fire(9, true, true, true, false, false).ID: return 1731;
3533  case Fire::Fire(9, true, true, false, true, true).ID: return 1732;
3534  case Fire::Fire(9, true, true, false, true, false).ID: return 1733;
3535  case Fire::Fire(9, true, true, false, false, true).ID: return 1734;
3536  case Fire::Fire(9, true, true, false, false, false).ID: return 1735;
3537  case Fire::Fire(9, true, false, true, true, true).ID: return 1736;
3538  case Fire::Fire(9, true, false, true, true, false).ID: return 1737;
3539  case Fire::Fire(9, true, false, true, false, true).ID: return 1738;
3540  case Fire::Fire(9, true, false, true, false, false).ID: return 1739;
3541  case Fire::Fire(9, true, false, false, true, true).ID: return 1740;
3542  case Fire::Fire(9, true, false, false, true, false).ID: return 1741;
3543  case Fire::Fire(9, true, false, false, false, true).ID: return 1742;
3544  case Fire::Fire(9, true, false, false, false, false).ID: return 1743;
3545  case Fire::Fire(9, false, true, true, true, true).ID: return 1744;
3546  case Fire::Fire(9, false, true, true, true, false).ID: return 1745;
3547  case Fire::Fire(9, false, true, true, false, true).ID: return 1746;
3548  case Fire::Fire(9, false, true, true, false, false).ID: return 1747;
3549  case Fire::Fire(9, false, true, false, true, true).ID: return 1748;
3550  case Fire::Fire(9, false, true, false, true, false).ID: return 1749;
3551  case Fire::Fire(9, false, true, false, false, true).ID: return 1750;
3552  case Fire::Fire(9, false, true, false, false, false).ID: return 1751;
3553  case Fire::Fire(9, false, false, true, true, true).ID: return 1752;
3554  case Fire::Fire(9, false, false, true, true, false).ID: return 1753;
3555  case Fire::Fire(9, false, false, true, false, true).ID: return 1754;
3556  case Fire::Fire(9, false, false, true, false, false).ID: return 1755;
3557  case Fire::Fire(9, false, false, false, true, true).ID: return 1756;
3558  case Fire::Fire(9, false, false, false, true, false).ID: return 1757;
3559  case Fire::Fire(9, false, false, false, false, true).ID: return 1758;
3560  case Fire::Fire(9, false, false, false, false, false).ID: return 1759;
3561  case Fire::Fire(10, true, true, true, true, true).ID: return 1760;
3562  case Fire::Fire(10, true, true, true, true, false).ID: return 1761;
3563  case Fire::Fire(10, true, true, true, false, true).ID: return 1762;
3564  case Fire::Fire(10, true, true, true, false, false).ID: return 1763;
3565  case Fire::Fire(10, true, true, false, true, true).ID: return 1764;
3566  case Fire::Fire(10, true, true, false, true, false).ID: return 1765;
3567  case Fire::Fire(10, true, true, false, false, true).ID: return 1766;
3568  case Fire::Fire(10, true, true, false, false, false).ID: return 1767;
3569  case Fire::Fire(10, true, false, true, true, true).ID: return 1768;
3570  case Fire::Fire(10, true, false, true, true, false).ID: return 1769;
3571  case Fire::Fire(10, true, false, true, false, true).ID: return 1770;
3572  case Fire::Fire(10, true, false, true, false, false).ID: return 1771;
3573  case Fire::Fire(10, true, false, false, true, true).ID: return 1772;
3574  case Fire::Fire(10, true, false, false, true, false).ID: return 1773;
3575  case Fire::Fire(10, true, false, false, false, true).ID: return 1774;
3576  case Fire::Fire(10, true, false, false, false, false).ID: return 1775;
3577  case Fire::Fire(10, false, true, true, true, true).ID: return 1776;
3578  case Fire::Fire(10, false, true, true, true, false).ID: return 1777;
3579  case Fire::Fire(10, false, true, true, false, true).ID: return 1778;
3580  case Fire::Fire(10, false, true, true, false, false).ID: return 1779;
3581  case Fire::Fire(10, false, true, false, true, true).ID: return 1780;
3582  case Fire::Fire(10, false, true, false, true, false).ID: return 1781;
3583  case Fire::Fire(10, false, true, false, false, true).ID: return 1782;
3584  case Fire::Fire(10, false, true, false, false, false).ID: return 1783;
3585  case Fire::Fire(10, false, false, true, true, true).ID: return 1784;
3586  case Fire::Fire(10, false, false, true, true, false).ID: return 1785;
3587  case Fire::Fire(10, false, false, true, false, true).ID: return 1786;
3588  case Fire::Fire(10, false, false, true, false, false).ID: return 1787;
3589  case Fire::Fire(10, false, false, false, true, true).ID: return 1788;
3590  case Fire::Fire(10, false, false, false, true, false).ID: return 1789;
3591  case Fire::Fire(10, false, false, false, false, true).ID: return 1790;
3592  case Fire::Fire(10, false, false, false, false, false).ID: return 1791;
3593  case Fire::Fire(11, true, true, true, true, true).ID: return 1792;
3594  case Fire::Fire(11, true, true, true, true, false).ID: return 1793;
3595  case Fire::Fire(11, true, true, true, false, true).ID: return 1794;
3596  case Fire::Fire(11, true, true, true, false, false).ID: return 1795;
3597  case Fire::Fire(11, true, true, false, true, true).ID: return 1796;
3598  case Fire::Fire(11, true, true, false, true, false).ID: return 1797;
3599  case Fire::Fire(11, true, true, false, false, true).ID: return 1798;
3600  case Fire::Fire(11, true, true, false, false, false).ID: return 1799;
3601  case Fire::Fire(11, true, false, true, true, true).ID: return 1800;
3602  case Fire::Fire(11, true, false, true, true, false).ID: return 1801;
3603  case Fire::Fire(11, true, false, true, false, true).ID: return 1802;
3604  case Fire::Fire(11, true, false, true, false, false).ID: return 1803;
3605  case Fire::Fire(11, true, false, false, true, true).ID: return 1804;
3606  case Fire::Fire(11, true, false, false, true, false).ID: return 1805;
3607  case Fire::Fire(11, true, false, false, false, true).ID: return 1806;
3608  case Fire::Fire(11, true, false, false, false, false).ID: return 1807;
3609  case Fire::Fire(11, false, true, true, true, true).ID: return 1808;
3610  case Fire::Fire(11, false, true, true, true, false).ID: return 1809;
3611  case Fire::Fire(11, false, true, true, false, true).ID: return 1810;
3612  case Fire::Fire(11, false, true, true, false, false).ID: return 1811;
3613  case Fire::Fire(11, false, true, false, true, true).ID: return 1812;
3614  case Fire::Fire(11, false, true, false, true, false).ID: return 1813;
3615  case Fire::Fire(11, false, true, false, false, true).ID: return 1814;
3616  case Fire::Fire(11, false, true, false, false, false).ID: return 1815;
3617  case Fire::Fire(11, false, false, true, true, true).ID: return 1816;
3618  case Fire::Fire(11, false, false, true, true, false).ID: return 1817;
3619  case Fire::Fire(11, false, false, true, false, true).ID: return 1818;
3620  case Fire::Fire(11, false, false, true, false, false).ID: return 1819;
3621  case Fire::Fire(11, false, false, false, true, true).ID: return 1820;
3622  case Fire::Fire(11, false, false, false, true, false).ID: return 1821;
3623  case Fire::Fire(11, false, false, false, false, true).ID: return 1822;
3624  case Fire::Fire(11, false, false, false, false, false).ID: return 1823;
3625  case Fire::Fire(12, true, true, true, true, true).ID: return 1824;
3626  case Fire::Fire(12, true, true, true, true, false).ID: return 1825;
3627  case Fire::Fire(12, true, true, true, false, true).ID: return 1826;
3628  case Fire::Fire(12, true, true, true, false, false).ID: return 1827;
3629  case Fire::Fire(12, true, true, false, true, true).ID: return 1828;
3630  case Fire::Fire(12, true, true, false, true, false).ID: return 1829;
3631  case Fire::Fire(12, true, true, false, false, true).ID: return 1830;
3632  case Fire::Fire(12, true, true, false, false, false).ID: return 1831;
3633  case Fire::Fire(12, true, false, true, true, true).ID: return 1832;
3634  case Fire::Fire(12, true, false, true, true, false).ID: return 1833;
3635  case Fire::Fire(12, true, false, true, false, true).ID: return 1834;
3636  case Fire::Fire(12, true, false, true, false, false).ID: return 1835;
3637  case Fire::Fire(12, true, false, false, true, true).ID: return 1836;
3638  case Fire::Fire(12, true, false, false, true, false).ID: return 1837;
3639  case Fire::Fire(12, true, false, false, false, true).ID: return 1838;
3640  case Fire::Fire(12, true, false, false, false, false).ID: return 1839;
3641  case Fire::Fire(12, false, true, true, true, true).ID: return 1840;
3642  case Fire::Fire(12, false, true, true, true, false).ID: return 1841;
3643  case Fire::Fire(12, false, true, true, false, true).ID: return 1842;
3644  case Fire::Fire(12, false, true, true, false, false).ID: return 1843;
3645  case Fire::Fire(12, false, true, false, true, true).ID: return 1844;
3646  case Fire::Fire(12, false, true, false, true, false).ID: return 1845;
3647  case Fire::Fire(12, false, true, false, false, true).ID: return 1846;
3648  case Fire::Fire(12, false, true, false, false, false).ID: return 1847;
3649  case Fire::Fire(12, false, false, true, true, true).ID: return 1848;
3650  case Fire::Fire(12, false, false, true, true, false).ID: return 1849;
3651  case Fire::Fire(12, false, false, true, false, true).ID: return 1850;
3652  case Fire::Fire(12, false, false, true, false, false).ID: return 1851;
3653  case Fire::Fire(12, false, false, false, true, true).ID: return 1852;
3654  case Fire::Fire(12, false, false, false, true, false).ID: return 1853;
3655  case Fire::Fire(12, false, false, false, false, true).ID: return 1854;
3656  case Fire::Fire(12, false, false, false, false, false).ID: return 1855;
3657  case Fire::Fire(13, true, true, true, true, true).ID: return 1856;
3658  case Fire::Fire(13, true, true, true, true, false).ID: return 1857;
3659  case Fire::Fire(13, true, true, true, false, true).ID: return 1858;
3660  case Fire::Fire(13, true, true, true, false, false).ID: return 1859;
3661  case Fire::Fire(13, true, true, false, true, true).ID: return 1860;
3662  case Fire::Fire(13, true, true, false, true, false).ID: return 1861;
3663  case Fire::Fire(13, true, true, false, false, true).ID: return 1862;
3664  case Fire::Fire(13, true, true, false, false, false).ID: return 1863;
3665  case Fire::Fire(13, true, false, true, true, true).ID: return 1864;
3666  case Fire::Fire(13, true, false, true, true, false).ID: return 1865;
3667  case Fire::Fire(13, true, false, true, false, true).ID: return 1866;
3668  case Fire::Fire(13, true, false, true, false, false).ID: return 1867;
3669  case Fire::Fire(13, true, false, false, true, true).ID: return 1868;
3670  case Fire::Fire(13, true, false, false, true, false).ID: return 1869;
3671  case Fire::Fire(13, true, false, false, false, true).ID: return 1870;
3672  case Fire::Fire(13, true, false, false, false, false).ID: return 1871;
3673  case Fire::Fire(13, false, true, true, true, true).ID: return 1872;
3674  case Fire::Fire(13, false, true, true, true, false).ID: return 1873;
3675  case Fire::Fire(13, false, true, true, false, true).ID: return 1874;
3676  case Fire::Fire(13, false, true, true, false, false).ID: return 1875;
3677  case Fire::Fire(13, false, true, false, true, true).ID: return 1876;
3678  case Fire::Fire(13, false, true, false, true, false).ID: return 1877;
3679  case Fire::Fire(13, false, true, false, false, true).ID: return 1878;
3680  case Fire::Fire(13, false, true, false, false, false).ID: return 1879;
3681  case Fire::Fire(13, false, false, true, true, true).ID: return 1880;
3682  case Fire::Fire(13, false, false, true, true, false).ID: return 1881;
3683  case Fire::Fire(13, false, false, true, false, true).ID: return 1882;
3684  case Fire::Fire(13, false, false, true, false, false).ID: return 1883;
3685  case Fire::Fire(13, false, false, false, true, true).ID: return 1884;
3686  case Fire::Fire(13, false, false, false, true, false).ID: return 1885;
3687  case Fire::Fire(13, false, false, false, false, true).ID: return 1886;
3688  case Fire::Fire(13, false, false, false, false, false).ID: return 1887;
3689  case Fire::Fire(14, true, true, true, true, true).ID: return 1888;
3690  case Fire::Fire(14, true, true, true, true, false).ID: return 1889;
3691  case Fire::Fire(14, true, true, true, false, true).ID: return 1890;
3692  case Fire::Fire(14, true, true, true, false, false).ID: return 1891;
3693  case Fire::Fire(14, true, true, false, true, true).ID: return 1892;
3694  case Fire::Fire(14, true, true, false, true, false).ID: return 1893;
3695  case Fire::Fire(14, true, true, false, false, true).ID: return 1894;
3696  case Fire::Fire(14, true, true, false, false, false).ID: return 1895;
3697  case Fire::Fire(14, true, false, true, true, true).ID: return 1896;
3698  case Fire::Fire(14, true, false, true, true, false).ID: return 1897;
3699  case Fire::Fire(14, true, false, true, false, true).ID: return 1898;
3700  case Fire::Fire(14, true, false, true, false, false).ID: return 1899;
3701  case Fire::Fire(14, true, false, false, true, true).ID: return 1900;
3702  case Fire::Fire(14, true, false, false, true, false).ID: return 1901;
3703  case Fire::Fire(14, true, false, false, false, true).ID: return 1902;
3704  case Fire::Fire(14, true, false, false, false, false).ID: return 1903;
3705  case Fire::Fire(14, false, true, true, true, true).ID: return 1904;
3706  case Fire::Fire(14, false, true, true, true, false).ID: return 1905;
3707  case Fire::Fire(14, false, true, true, false, true).ID: return 1906;
3708  case Fire::Fire(14, false, true, true, false, false).ID: return 1907;
3709  case Fire::Fire(14, false, true, false, true, true).ID: return 1908;
3710  case Fire::Fire(14, false, true, false, true, false).ID: return 1909;
3711  case Fire::Fire(14, false, true, false, false, true).ID: return 1910;
3712  case Fire::Fire(14, false, true, false, false, false).ID: return 1911;
3713  case Fire::Fire(14, false, false, true, true, true).ID: return 1912;
3714  case Fire::Fire(14, false, false, true, true, false).ID: return 1913;
3715  case Fire::Fire(14, false, false, true, false, true).ID: return 1914;
3716  case Fire::Fire(14, false, false, true, false, false).ID: return 1915;
3717  case Fire::Fire(14, false, false, false, true, true).ID: return 1916;
3718  case Fire::Fire(14, false, false, false, true, false).ID: return 1917;
3719  case Fire::Fire(14, false, false, false, false, true).ID: return 1918;
3720  case Fire::Fire(14, false, false, false, false, false).ID: return 1919;
3721  case Fire::Fire(15, true, true, true, true, true).ID: return 1920;
3722  case Fire::Fire(15, true, true, true, true, false).ID: return 1921;
3723  case Fire::Fire(15, true, true, true, false, true).ID: return 1922;
3724  case Fire::Fire(15, true, true, true, false, false).ID: return 1923;
3725  case Fire::Fire(15, true, true, false, true, true).ID: return 1924;
3726  case Fire::Fire(15, true, true, false, true, false).ID: return 1925;
3727  case Fire::Fire(15, true, true, false, false, true).ID: return 1926;
3728  case Fire::Fire(15, true, true, false, false, false).ID: return 1927;
3729  case Fire::Fire(15, true, false, true, true, true).ID: return 1928;
3730  case Fire::Fire(15, true, false, true, true, false).ID: return 1929;
3731  case Fire::Fire(15, true, false, true, false, true).ID: return 1930;
3732  case Fire::Fire(15, true, false, true, false, false).ID: return 1931;
3733  case Fire::Fire(15, true, false, false, true, true).ID: return 1932;
3734  case Fire::Fire(15, true, false, false, true, false).ID: return 1933;
3735  case Fire::Fire(15, true, false, false, false, true).ID: return 1934;
3736  case Fire::Fire(15, true, false, false, false, false).ID: return 1935;
3737  case Fire::Fire(15, false, true, true, true, true).ID: return 1936;
3738  case Fire::Fire(15, false, true, true, true, false).ID: return 1937;
3739  case Fire::Fire(15, false, true, true, false, true).ID: return 1938;
3740  case Fire::Fire(15, false, true, true, false, false).ID: return 1939;
3741  case Fire::Fire(15, false, true, false, true, true).ID: return 1940;
3742  case Fire::Fire(15, false, true, false, true, false).ID: return 1941;
3743  case Fire::Fire(15, false, true, false, false, true).ID: return 1942;
3744  case Fire::Fire(15, false, true, false, false, false).ID: return 1943;
3745  case Fire::Fire(15, false, false, true, true, true).ID: return 1944;
3746  case Fire::Fire(15, false, false, true, true, false).ID: return 1945;
3747  case Fire::Fire(15, false, false, true, false, true).ID: return 1946;
3748  case Fire::Fire(15, false, false, true, false, false).ID: return 1947;
3749  case Fire::Fire(15, false, false, false, true, true).ID: return 1948;
3750  case Fire::Fire(15, false, false, false, true, false).ID: return 1949;
3751  case Fire::Fire(15, false, false, false, false, true).ID: return 1950;
3752  case Fire::Fire(15, false, false, false, false, false).ID: return 1951;
3753  case FireCoral::FireCoral().ID: return 9537;
3754  case FireCoralBlock::FireCoralBlock().ID: return 9518;
3755  case FireCoralFan::FireCoralFan().ID: return 9557;
3756  case FireCoralWallFan::FireCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9625;
3757  case FireCoralWallFan::FireCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9627;
3758  case FireCoralWallFan::FireCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9629;
3759  case FireCoralWallFan::FireCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9631;
3760  case FletchingTable::FletchingTable().ID: return 14820;
3761  case FlowerPot::FlowerPot().ID: return 6305;
3762  case FrostedIce::FrostedIce(0).ID: return 9249;
3763  case FrostedIce::FrostedIce(1).ID: return 9250;
3764  case FrostedIce::FrostedIce(2).ID: return 9251;
3765  case FrostedIce::FrostedIce(3).ID: return 9252;
3766  case Furnace::Furnace(eBlockFace::BLOCK_FACE_ZM, true).ID: return 3373;
3767  case Furnace::Furnace(eBlockFace::BLOCK_FACE_ZM, false).ID: return 3374;
3768  case Furnace::Furnace(eBlockFace::BLOCK_FACE_ZP, true).ID: return 3375;
3769  case Furnace::Furnace(eBlockFace::BLOCK_FACE_ZP, false).ID: return 3376;
3770  case Furnace::Furnace(eBlockFace::BLOCK_FACE_XM, true).ID: return 3377;
3771  case Furnace::Furnace(eBlockFace::BLOCK_FACE_XM, false).ID: return 3378;
3772  case Furnace::Furnace(eBlockFace::BLOCK_FACE_XP, true).ID: return 3379;
3773  case Furnace::Furnace(eBlockFace::BLOCK_FACE_XP, false).ID: return 3380;
3774  case GildedBlackstone::GildedBlackstone().ID: return 16664;
3775  case Glass::Glass().ID: return 231;
3776  case GlassPane::GlassPane(true, true, true, true).ID: return 4733;
3777  case GlassPane::GlassPane(true, true, true, false).ID: return 4734;
3778  case GlassPane::GlassPane(true, true, false, true).ID: return 4737;
3779  case GlassPane::GlassPane(true, true, false, false).ID: return 4738;
3780  case GlassPane::GlassPane(true, false, true, true).ID: return 4741;
3781  case GlassPane::GlassPane(true, false, true, false).ID: return 4742;
3782  case GlassPane::GlassPane(true, false, false, true).ID: return 4745;
3783  case GlassPane::GlassPane(true, false, false, false).ID: return 4746;
3784  case GlassPane::GlassPane(false, true, true, true).ID: return 4749;
3785  case GlassPane::GlassPane(false, true, true, false).ID: return 4750;
3786  case GlassPane::GlassPane(false, true, false, true).ID: return 4753;
3787  case GlassPane::GlassPane(false, true, false, false).ID: return 4754;
3788  case GlassPane::GlassPane(false, false, true, true).ID: return 4757;
3789  case GlassPane::GlassPane(false, false, true, false).ID: return 4758;
3790  case GlassPane::GlassPane(false, false, false, true).ID: return 4761;
3791  case GlassPane::GlassPane(false, false, false, false).ID: return 4762;
3792  case Glowstone::Glowstone().ID: return 4013;
3793  case GoldBlock::GoldBlock().ID: return 1427;
3794  case GoldOre::GoldOre().ID: return 69;
3795  case Granite::Granite().ID: return 2;
3796  case GraniteSlab::GraniteSlab(GraniteSlab::Type::Top).ID: return 10838;
3798  case GraniteSlab::GraniteSlab(GraniteSlab::Type::Double).ID: return 10842;
3799  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Top, GraniteStairs::Shape::Straight).ID: return 10390;
3800  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerLeft).ID: return 10392;
3801  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerRight).ID: return 10394;
3802  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterLeft).ID: return 10396;
3803  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterRight).ID: return 10398;
3804  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::Straight).ID: return 10400;
3805  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerLeft).ID: return 10402;
3806  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerRight).ID: return 10404;
3807  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterLeft).ID: return 10406;
3808  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterRight).ID: return 10408;
3809  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Top, GraniteStairs::Shape::Straight).ID: return 10410;
3810  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerLeft).ID: return 10412;
3811  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerRight).ID: return 10414;
3812  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterLeft).ID: return 10416;
3813  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterRight).ID: return 10418;
3814  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::Straight).ID: return 10420;
3815  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerLeft).ID: return 10422;
3816  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerRight).ID: return 10424;
3817  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterLeft).ID: return 10426;
3818  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_ZP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterRight).ID: return 10428;
3819  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Top, GraniteStairs::Shape::Straight).ID: return 10430;
3820  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerLeft).ID: return 10432;
3821  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerRight).ID: return 10434;
3822  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterLeft).ID: return 10436;
3823  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterRight).ID: return 10438;
3824  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::Straight).ID: return 10440;
3825  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerLeft).ID: return 10442;
3826  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerRight).ID: return 10444;
3827  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterLeft).ID: return 10446;
3828  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XM, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterRight).ID: return 10448;
3829  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Top, GraniteStairs::Shape::Straight).ID: return 10450;
3830  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerLeft).ID: return 10452;
3831  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Top, GraniteStairs::Shape::InnerRight).ID: return 10454;
3832  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterLeft).ID: return 10456;
3833  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Top, GraniteStairs::Shape::OuterRight).ID: return 10458;
3834  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::Straight).ID: return 10460;
3835  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerLeft).ID: return 10462;
3836  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::InnerRight).ID: return 10464;
3837  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterLeft).ID: return 10466;
3838  case GraniteStairs::GraniteStairs(eBlockFace::BLOCK_FACE_XP, GraniteStairs::Half::Bottom, GraniteStairs::Shape::OuterRight).ID: return 10468;
3839  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12166;
3840  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12167;
3841  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12168;
3842  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12172;
3843  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12173;
3844  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12174;
3845  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12178;
3846  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12179;
3847  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12180;
3848  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12184;
3849  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12185;
3850  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12186;
3851  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12190;
3852  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12191;
3853  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12192;
3854  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12196;
3855  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12197;
3856  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12198;
3857  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12202;
3858  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12203;
3859  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12204;
3860  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12208;
3861  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12209;
3862  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12210;
3863  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12214;
3864  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12215;
3865  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12216;
3866  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12220;
3867  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12221;
3868  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12222;
3869  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12226;
3870  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12227;
3871  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12228;
3872  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12232;
3873  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12233;
3874  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12234;
3875  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12238;
3876  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12239;
3877  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12240;
3878  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12244;
3879  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12245;
3880  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12246;
3881  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12250;
3882  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12251;
3883  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12252;
3884  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12256;
3885  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12257;
3886  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12258;
3887  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12262;
3888  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12263;
3889  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12264;
3890  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12268;
3891  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12269;
3892  case GraniteWall::GraniteWall(GraniteWall::East::None, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12270;
3893  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12274;
3894  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12275;
3895  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12276;
3896  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12280;
3897  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12281;
3898  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12282;
3899  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12286;
3900  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12287;
3901  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12288;
3902  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12292;
3903  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12293;
3904  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12294;
3905  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12298;
3906  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12299;
3907  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12300;
3908  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12304;
3909  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12305;
3910  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12306;
3911  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12310;
3912  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12311;
3913  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12312;
3914  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12316;
3915  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12317;
3916  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12318;
3917  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12322;
3918  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12323;
3919  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12324;
3920  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12328;
3921  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12329;
3922  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12330;
3923  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12334;
3924  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12335;
3925  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12336;
3926  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12340;
3927  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12341;
3928  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12342;
3929  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12346;
3930  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12347;
3931  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12348;
3932  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12352;
3933  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12353;
3934  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12354;
3935  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12358;
3936  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12359;
3937  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12360;
3938  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12364;
3939  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12365;
3940  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12366;
3941  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12370;
3942  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12371;
3943  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12372;
3944  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12376;
3945  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12377;
3946  case GraniteWall::GraniteWall(GraniteWall::East::Low, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12378;
3947  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12382;
3948  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12383;
3949  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12384;
3950  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12388;
3951  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12389;
3952  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12390;
3953  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12394;
3954  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12395;
3955  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12396;
3956  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12400;
3957  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12401;
3958  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12402;
3959  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12406;
3960  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12407;
3961  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12408;
3962  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12412;
3963  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12413;
3964  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::None, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12414;
3965  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12418;
3966  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12419;
3967  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12420;
3968  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12424;
3969  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12425;
3970  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12426;
3971  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12430;
3972  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12431;
3973  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12432;
3974  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12436;
3975  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12437;
3976  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12438;
3977  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12442;
3978  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12443;
3979  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12444;
3980  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12448;
3981  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12449;
3982  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Low, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12450;
3983  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::None).ID: return 12454;
3984  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::Low).ID: return 12455;
3985  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::None, true, GraniteWall::West::Tall).ID: return 12456;
3986  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::None).ID: return 12460;
3987  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::Low).ID: return 12461;
3988  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::None, false, GraniteWall::West::Tall).ID: return 12462;
3989  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::None).ID: return 12466;
3990  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::Low).ID: return 12467;
3991  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Low, true, GraniteWall::West::Tall).ID: return 12468;
3992  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::None).ID: return 12472;
3993  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::Low).ID: return 12473;
3994  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Low, false, GraniteWall::West::Tall).ID: return 12474;
3995  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::None).ID: return 12478;
3996  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::Low).ID: return 12479;
3997  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Tall, true, GraniteWall::West::Tall).ID: return 12480;
3998  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::None).ID: return 12484;
3999  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::Low).ID: return 12485;
4000  case GraniteWall::GraniteWall(GraniteWall::East::Tall, GraniteWall::North::Tall, GraniteWall::South::Tall, false, GraniteWall::West::Tall).ID: return 12486;
4001  case Grass::Grass().ID: return 1342;
4002  case GrassBlock::GrassBlock(true).ID: return 8;
4003  case GrassBlock::GrassBlock(false).ID: return 9;
4004  case GrassPath::GrassPath().ID: return 9223;
4005  case Gravel::Gravel().ID: return 68;
4006  case GrayBanner::GrayBanner(0).ID: return 8009;
4007  case GrayBanner::GrayBanner(1).ID: return 8010;
4008  case GrayBanner::GrayBanner(2).ID: return 8011;
4009  case GrayBanner::GrayBanner(3).ID: return 8012;
4010  case GrayBanner::GrayBanner(4).ID: return 8013;
4011  case GrayBanner::GrayBanner(5).ID: return 8014;
4012  case GrayBanner::GrayBanner(6).ID: return 8015;
4013  case GrayBanner::GrayBanner(7).ID: return 8016;
4014  case GrayBanner::GrayBanner(8).ID: return 8017;
4015  case GrayBanner::GrayBanner(9).ID: return 8018;
4016  case GrayBanner::GrayBanner(10).ID: return 8019;
4017  case GrayBanner::GrayBanner(11).ID: return 8020;
4018  case GrayBanner::GrayBanner(12).ID: return 8021;
4019  case GrayBanner::GrayBanner(13).ID: return 8022;
4020  case GrayBanner::GrayBanner(14).ID: return 8023;
4021  case GrayBanner::GrayBanner(15).ID: return 8024;
4022  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZM, true, GrayBed::Part::Head).ID: return 1161;
4023  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZM, true, GrayBed::Part::Foot).ID: return 1162;
4024  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZM, false, GrayBed::Part::Head).ID: return 1163;
4025  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZM, false, GrayBed::Part::Foot).ID: return 1164;
4026  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZP, true, GrayBed::Part::Head).ID: return 1165;
4027  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZP, true, GrayBed::Part::Foot).ID: return 1166;
4028  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZP, false, GrayBed::Part::Head).ID: return 1167;
4029  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_ZP, false, GrayBed::Part::Foot).ID: return 1168;
4030  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XM, true, GrayBed::Part::Head).ID: return 1169;
4031  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XM, true, GrayBed::Part::Foot).ID: return 1170;
4032  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XM, false, GrayBed::Part::Head).ID: return 1171;
4033  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XM, false, GrayBed::Part::Foot).ID: return 1172;
4034  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XP, true, GrayBed::Part::Head).ID: return 1173;
4035  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XP, true, GrayBed::Part::Foot).ID: return 1174;
4036  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XP, false, GrayBed::Part::Head).ID: return 1175;
4037  case GrayBed::GrayBed(eBlockFace::BLOCK_FACE_XP, false, GrayBed::Part::Foot).ID: return 1176;
4038  case GrayCarpet::GrayCarpet().ID: return 7873;
4039  case GrayConcrete::GrayConcrete().ID: return 9445;
4040  case GrayConcretePowder::GrayConcretePowder().ID: return 9461;
4051  case GrayStainedGlass::GrayStainedGlass().ID: return 4102;
4052  case GrayStainedGlassPane::GrayStainedGlassPane(true, true, true, true).ID: return 7089;
4053  case GrayStainedGlassPane::GrayStainedGlassPane(true, true, true, false).ID: return 7090;
4054  case GrayStainedGlassPane::GrayStainedGlassPane(true, true, false, true).ID: return 7093;
4055  case GrayStainedGlassPane::GrayStainedGlassPane(true, true, false, false).ID: return 7094;
4056  case GrayStainedGlassPane::GrayStainedGlassPane(true, false, true, true).ID: return 7097;
4057  case GrayStainedGlassPane::GrayStainedGlassPane(true, false, true, false).ID: return 7098;
4058  case GrayStainedGlassPane::GrayStainedGlassPane(true, false, false, true).ID: return 7101;
4059  case GrayStainedGlassPane::GrayStainedGlassPane(true, false, false, false).ID: return 7102;
4060  case GrayStainedGlassPane::GrayStainedGlassPane(false, true, true, true).ID: return 7105;
4061  case GrayStainedGlassPane::GrayStainedGlassPane(false, true, true, false).ID: return 7106;
4062  case GrayStainedGlassPane::GrayStainedGlassPane(false, true, false, true).ID: return 7109;
4063  case GrayStainedGlassPane::GrayStainedGlassPane(false, true, false, false).ID: return 7110;
4064  case GrayStainedGlassPane::GrayStainedGlassPane(false, false, true, true).ID: return 7113;
4065  case GrayStainedGlassPane::GrayStainedGlassPane(false, false, true, false).ID: return 7114;
4066  case GrayStainedGlassPane::GrayStainedGlassPane(false, false, false, true).ID: return 7117;
4067  case GrayStainedGlassPane::GrayStainedGlassPane(false, false, false, false).ID: return 7118;
4068  case GrayTerracotta::GrayTerracotta().ID: return 6854;
4069  case GrayWallBanner::GrayWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8181;
4070  case GrayWallBanner::GrayWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8182;
4071  case GrayWallBanner::GrayWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8183;
4072  case GrayWallBanner::GrayWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8184;
4073  case GrayWool::GrayWool().ID: return 1391;
4074  case GreenBanner::GreenBanner(0).ID: return 8105;
4075  case GreenBanner::GreenBanner(1).ID: return 8106;
4076  case GreenBanner::GreenBanner(2).ID: return 8107;
4077  case GreenBanner::GreenBanner(3).ID: return 8108;
4078  case GreenBanner::GreenBanner(4).ID: return 8109;
4079  case GreenBanner::GreenBanner(5).ID: return 8110;
4080  case GreenBanner::GreenBanner(6).ID: return 8111;
4081  case GreenBanner::GreenBanner(7).ID: return 8112;
4082  case GreenBanner::GreenBanner(8).ID: return 8113;
4083  case GreenBanner::GreenBanner(9).ID: return 8114;
4084  case GreenBanner::GreenBanner(10).ID: return 8115;
4085  case GreenBanner::GreenBanner(11).ID: return 8116;
4086  case GreenBanner::GreenBanner(12).ID: return 8117;
4087  case GreenBanner::GreenBanner(13).ID: return 8118;
4088  case GreenBanner::GreenBanner(14).ID: return 8119;
4089  case GreenBanner::GreenBanner(15).ID: return 8120;
4090  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZM, true, GreenBed::Part::Head).ID: return 1257;
4091  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZM, true, GreenBed::Part::Foot).ID: return 1258;
4092  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZM, false, GreenBed::Part::Head).ID: return 1259;
4093  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZM, false, GreenBed::Part::Foot).ID: return 1260;
4094  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZP, true, GreenBed::Part::Head).ID: return 1261;
4095  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZP, true, GreenBed::Part::Foot).ID: return 1262;
4096  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZP, false, GreenBed::Part::Head).ID: return 1263;
4097  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_ZP, false, GreenBed::Part::Foot).ID: return 1264;
4098  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XM, true, GreenBed::Part::Head).ID: return 1265;
4099  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XM, true, GreenBed::Part::Foot).ID: return 1266;
4100  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XM, false, GreenBed::Part::Head).ID: return 1267;
4101  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XM, false, GreenBed::Part::Foot).ID: return 1268;
4102  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XP, true, GreenBed::Part::Head).ID: return 1269;
4103  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XP, true, GreenBed::Part::Foot).ID: return 1270;
4104  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XP, false, GreenBed::Part::Head).ID: return 1271;
4105  case GreenBed::GreenBed(eBlockFace::BLOCK_FACE_XP, false, GreenBed::Part::Foot).ID: return 1272;
4106  case GreenCarpet::GreenCarpet().ID: return 7879;
4107  case GreenConcrete::GreenConcrete().ID: return 9451;
4108  case GreenConcretePowder::GreenConcretePowder().ID: return 9467;
4119  case GreenStainedGlass::GreenStainedGlass().ID: return 4108;
4120  case GreenStainedGlassPane::GreenStainedGlassPane(true, true, true, true).ID: return 7281;
4121  case GreenStainedGlassPane::GreenStainedGlassPane(true, true, true, false).ID: return 7282;
4122  case GreenStainedGlassPane::GreenStainedGlassPane(true, true, false, true).ID: return 7285;
4123  case GreenStainedGlassPane::GreenStainedGlassPane(true, true, false, false).ID: return 7286;
4124  case GreenStainedGlassPane::GreenStainedGlassPane(true, false, true, true).ID: return 7289;
4125  case GreenStainedGlassPane::GreenStainedGlassPane(true, false, true, false).ID: return 7290;
4126  case GreenStainedGlassPane::GreenStainedGlassPane(true, false, false, true).ID: return 7293;
4127  case GreenStainedGlassPane::GreenStainedGlassPane(true, false, false, false).ID: return 7294;
4128  case GreenStainedGlassPane::GreenStainedGlassPane(false, true, true, true).ID: return 7297;
4129  case GreenStainedGlassPane::GreenStainedGlassPane(false, true, true, false).ID: return 7298;
4130  case GreenStainedGlassPane::GreenStainedGlassPane(false, true, false, true).ID: return 7301;
4131  case GreenStainedGlassPane::GreenStainedGlassPane(false, true, false, false).ID: return 7302;
4132  case GreenStainedGlassPane::GreenStainedGlassPane(false, false, true, true).ID: return 7305;
4133  case GreenStainedGlassPane::GreenStainedGlassPane(false, false, true, false).ID: return 7306;
4134  case GreenStainedGlassPane::GreenStainedGlassPane(false, false, false, true).ID: return 7309;
4135  case GreenStainedGlassPane::GreenStainedGlassPane(false, false, false, false).ID: return 7310;
4136  case GreenTerracotta::GreenTerracotta().ID: return 6860;
4137  case GreenWallBanner::GreenWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8205;
4138  case GreenWallBanner::GreenWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8206;
4139  case GreenWallBanner::GreenWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8207;
4140  case GreenWallBanner::GreenWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8208;
4141  case GreenWool::GreenWool().ID: return 1397;
4142  case Grindstone::Grindstone(Grindstone::Face::Floor, eBlockFace::BLOCK_FACE_ZM).ID: return 14821;
4143  case Grindstone::Grindstone(Grindstone::Face::Floor, eBlockFace::BLOCK_FACE_ZP).ID: return 14822;
4144  case Grindstone::Grindstone(Grindstone::Face::Floor, eBlockFace::BLOCK_FACE_XM).ID: return 14823;
4145  case Grindstone::Grindstone(Grindstone::Face::Floor, eBlockFace::BLOCK_FACE_XP).ID: return 14824;
4146  case Grindstone::Grindstone(Grindstone::Face::Wall, eBlockFace::BLOCK_FACE_ZM).ID: return 14825;
4147  case Grindstone::Grindstone(Grindstone::Face::Wall, eBlockFace::BLOCK_FACE_ZP).ID: return 14826;
4148  case Grindstone::Grindstone(Grindstone::Face::Wall, eBlockFace::BLOCK_FACE_XM).ID: return 14827;
4149  case Grindstone::Grindstone(Grindstone::Face::Wall, eBlockFace::BLOCK_FACE_XP).ID: return 14828;
4150  case Grindstone::Grindstone(Grindstone::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM).ID: return 14829;
4151  case Grindstone::Grindstone(Grindstone::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP).ID: return 14830;
4152  case Grindstone::Grindstone(Grindstone::Face::Ceiling, eBlockFace::BLOCK_FACE_XM).ID: return 14831;
4153  case Grindstone::Grindstone(Grindstone::Face::Ceiling, eBlockFace::BLOCK_FACE_XP).ID: return 14832;
4154  case HayBale::HayBale(HayBale::Axis::X).ID: return 7863;
4155  case HayBale::HayBale(HayBale::Axis::Y).ID: return 7864;
4156  case HayBale::HayBale(HayBale::Axis::Z).ID: return 7865;
4173  case HoneyBlock::HoneyBlock().ID: return 15824;
4174  case HoneycombBlock::HoneycombBlock().ID: return 15825;
4175  case Hopper::Hopper(true, eBlockFace::BLOCK_FACE_YM).ID: return 6728;
4176  case Hopper::Hopper(true, eBlockFace::BLOCK_FACE_ZM).ID: return 6729;
4177  case Hopper::Hopper(true, eBlockFace::BLOCK_FACE_ZP).ID: return 6730;
4178  case Hopper::Hopper(true, eBlockFace::BLOCK_FACE_XM).ID: return 6731;
4179  case Hopper::Hopper(true, eBlockFace::BLOCK_FACE_XP).ID: return 6732;
4180  case Hopper::Hopper(false, eBlockFace::BLOCK_FACE_YM).ID: return 6733;
4181  case Hopper::Hopper(false, eBlockFace::BLOCK_FACE_ZM).ID: return 6734;
4182  case Hopper::Hopper(false, eBlockFace::BLOCK_FACE_ZP).ID: return 6735;
4183  case Hopper::Hopper(false, eBlockFace::BLOCK_FACE_XM).ID: return 6736;
4184  case Hopper::Hopper(false, eBlockFace::BLOCK_FACE_XP).ID: return 6737;
4185  case HornCoral::HornCoral().ID: return 9539;
4186  case HornCoralBlock::HornCoralBlock().ID: return 9519;
4187  case HornCoralFan::HornCoralFan().ID: return 9559;
4188  case HornCoralWallFan::HornCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9633;
4189  case HornCoralWallFan::HornCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9635;
4190  case HornCoralWallFan::HornCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9637;
4191  case HornCoralWallFan::HornCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9639;
4192  case Ice::Ice().ID: return 3929;
4194  case InfestedCobblestone::InfestedCobblestone().ID: return 4500;
4197  case InfestedStone::InfestedStone().ID: return 4499;
4198  case InfestedStoneBricks::InfestedStoneBricks().ID: return 4501;
4199  case IronBars::IronBars(true, true, true, true).ID: return 4699;
4200  case IronBars::IronBars(true, true, true, false).ID: return 4700;
4201  case IronBars::IronBars(true, true, false, true).ID: return 4703;
4202  case IronBars::IronBars(true, true, false, false).ID: return 4704;
4203  case IronBars::IronBars(true, false, true, true).ID: return 4707;
4204  case IronBars::IronBars(true, false, true, false).ID: return 4708;
4205  case IronBars::IronBars(true, false, false, true).ID: return 4711;
4206  case IronBars::IronBars(true, false, false, false).ID: return 4712;
4207  case IronBars::IronBars(false, true, true, true).ID: return 4715;
4208  case IronBars::IronBars(false, true, true, false).ID: return 4716;
4209  case IronBars::IronBars(false, true, false, true).ID: return 4719;
4210  case IronBars::IronBars(false, true, false, false).ID: return 4720;
4211  case IronBars::IronBars(false, false, true, true).ID: return 4723;
4212  case IronBars::IronBars(false, false, true, false).ID: return 4724;
4213  case IronBars::IronBars(false, false, false, true).ID: return 4727;
4214  case IronBars::IronBars(false, false, false, false).ID: return 4728;
4215  case IronBlock::IronBlock().ID: return 1428;
4216  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, true).ID: return 3809;
4217  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, false).ID: return 3810;
4218  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, true).ID: return 3811;
4219  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, false).ID: return 3812;
4220  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, true).ID: return 3813;
4221  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, false).ID: return 3814;
4222  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, true).ID: return 3815;
4223  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, false).ID: return 3816;
4224  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, true).ID: return 3817;
4225  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, false).ID: return 3818;
4226  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, true).ID: return 3819;
4227  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, false).ID: return 3820;
4228  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, true).ID: return 3821;
4229  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, false).ID: return 3822;
4230  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, true).ID: return 3823;
4231  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZM, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, false).ID: return 3824;
4232  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, true).ID: return 3825;
4233  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, false).ID: return 3826;
4234  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, true).ID: return 3827;
4235  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, false).ID: return 3828;
4236  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, true).ID: return 3829;
4237  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, false).ID: return 3830;
4238  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, true).ID: return 3831;
4239  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, false).ID: return 3832;
4240  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, true).ID: return 3833;
4241  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, false).ID: return 3834;
4242  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, true).ID: return 3835;
4243  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, false).ID: return 3836;
4244  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, true).ID: return 3837;
4245  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, false).ID: return 3838;
4246  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, true).ID: return 3839;
4247  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_ZP, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, false).ID: return 3840;
4248  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, true).ID: return 3841;
4249  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, false).ID: return 3842;
4250  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, true).ID: return 3843;
4251  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, false).ID: return 3844;
4252  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, true).ID: return 3845;
4253  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, false).ID: return 3846;
4254  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, true).ID: return 3847;
4255  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, false).ID: return 3848;
4256  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, true).ID: return 3849;
4257  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, false).ID: return 3850;
4258  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, true).ID: return 3851;
4259  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, false).ID: return 3852;
4260  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, true).ID: return 3853;
4261  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, false).ID: return 3854;
4262  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, true).ID: return 3855;
4263  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XM, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, false).ID: return 3856;
4264  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, true).ID: return 3857;
4265  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Left, true, false).ID: return 3858;
4266  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, true).ID: return 3859;
4267  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Left, false, false).ID: return 3860;
4268  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, true).ID: return 3861;
4269  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Right, true, false).ID: return 3862;
4270  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, true).ID: return 3863;
4271  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Upper, IronDoor::Hinge::Right, false, false).ID: return 3864;
4272  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, true).ID: return 3865;
4273  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Left, true, false).ID: return 3866;
4274  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, true).ID: return 3867;
4275  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Left, false, false).ID: return 3868;
4276  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, true).ID: return 3869;
4277  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Right, true, false).ID: return 3870;
4278  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, true).ID: return 3871;
4279  case IronDoor::IronDoor(eBlockFace::BLOCK_FACE_XP, IronDoor::Half::Lower, IronDoor::Hinge::Right, false, false).ID: return 3872;
4280  case IronOre::IronOre().ID: return 70;
4281  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZM, IronTrapdoor::Half::Top, true, true).ID: return 7538;
4282  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZM, IronTrapdoor::Half::Top, true, false).ID: return 7540;
4283  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZM, IronTrapdoor::Half::Top, false, true).ID: return 7542;
4284  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZM, IronTrapdoor::Half::Top, false, false).ID: return 7544;
4289  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZP, IronTrapdoor::Half::Top, true, true).ID: return 7554;
4290  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZP, IronTrapdoor::Half::Top, true, false).ID: return 7556;
4291  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZP, IronTrapdoor::Half::Top, false, true).ID: return 7558;
4292  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_ZP, IronTrapdoor::Half::Top, false, false).ID: return 7560;
4297  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XM, IronTrapdoor::Half::Top, true, true).ID: return 7570;
4298  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XM, IronTrapdoor::Half::Top, true, false).ID: return 7572;
4299  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XM, IronTrapdoor::Half::Top, false, true).ID: return 7574;
4300  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XM, IronTrapdoor::Half::Top, false, false).ID: return 7576;
4305  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XP, IronTrapdoor::Half::Top, true, true).ID: return 7586;
4306  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XP, IronTrapdoor::Half::Top, true, false).ID: return 7588;
4307  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XP, IronTrapdoor::Half::Top, false, true).ID: return 7590;
4308  case IronTrapdoor::IronTrapdoor(eBlockFace::BLOCK_FACE_XP, IronTrapdoor::Half::Top, false, false).ID: return 7592;
4317  case Jigsaw::Jigsaw(Jigsaw::Orientation::DownEast).ID: return 15739;
4318  case Jigsaw::Jigsaw(Jigsaw::Orientation::DownNorth).ID: return 15740;
4319  case Jigsaw::Jigsaw(Jigsaw::Orientation::DownSouth).ID: return 15741;
4320  case Jigsaw::Jigsaw(Jigsaw::Orientation::DownWest).ID: return 15742;
4321  case Jigsaw::Jigsaw(Jigsaw::Orientation::UpEast).ID: return 15743;
4322  case Jigsaw::Jigsaw(Jigsaw::Orientation::UpNorth).ID: return 15744;
4323  case Jigsaw::Jigsaw(Jigsaw::Orientation::UpSouth).ID: return 15745;
4324  case Jigsaw::Jigsaw(Jigsaw::Orientation::UpWest).ID: return 15746;
4325  case Jigsaw::Jigsaw(Jigsaw::Orientation::WestUp).ID: return 15747;
4326  case Jigsaw::Jigsaw(Jigsaw::Orientation::EastUp).ID: return 15748;
4327  case Jigsaw::Jigsaw(Jigsaw::Orientation::NorthUp).ID: return 15749;
4328  case Jigsaw::Jigsaw(Jigsaw::Orientation::SouthUp).ID: return 15750;
4329  case Jukebox::Jukebox(true).ID: return 3964;
4330  case Jukebox::Jukebox(false).ID: return 3965;
4331  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6418;
4332  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6419;
4333  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6420;
4334  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6421;
4335  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 6422;
4336  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 6423;
4337  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 6424;
4338  case JungleButton::JungleButton(JungleButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 6425;
4339  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6426;
4340  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6427;
4341  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6428;
4342  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6429;
4343  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 6430;
4344  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 6431;
4345  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 6432;
4346  case JungleButton::JungleButton(JungleButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 6433;
4347  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6434;
4348  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6435;
4349  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6436;
4350  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6437;
4351  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 6438;
4352  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 6439;
4353  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 6440;
4354  case JungleButton::JungleButton(JungleButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 6441;
4355  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, true).ID: return 8866;
4356  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, false).ID: return 8867;
4357  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, true).ID: return 8868;
4358  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, false).ID: return 8869;
4359  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, true).ID: return 8870;
4360  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, false).ID: return 8871;
4361  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, true).ID: return 8872;
4362  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, false).ID: return 8873;
4363  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, true).ID: return 8874;
4364  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, false).ID: return 8875;
4365  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, true).ID: return 8876;
4366  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, false).ID: return 8877;
4367  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, true).ID: return 8878;
4368  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, false).ID: return 8879;
4369  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, true).ID: return 8880;
4370  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, false).ID: return 8881;
4371  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, true).ID: return 8882;
4372  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, false).ID: return 8883;
4373  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, true).ID: return 8884;
4374  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, false).ID: return 8885;
4375  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, true).ID: return 8886;
4376  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, false).ID: return 8887;
4377  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, true).ID: return 8888;
4378  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, false).ID: return 8889;
4379  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, true).ID: return 8890;
4380  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, false).ID: return 8891;
4381  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, true).ID: return 8892;
4382  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, false).ID: return 8893;
4383  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, true).ID: return 8894;
4384  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, false).ID: return 8895;
4385  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, true).ID: return 8896;
4386  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_ZP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, false).ID: return 8897;
4387  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, true).ID: return 8898;
4388  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, false).ID: return 8899;
4389  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, true).ID: return 8900;
4390  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, false).ID: return 8901;
4391  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, true).ID: return 8902;
4392  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, false).ID: return 8903;
4393  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, true).ID: return 8904;
4394  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, false).ID: return 8905;
4395  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, true).ID: return 8906;
4396  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, false).ID: return 8907;
4397  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, true).ID: return 8908;
4398  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, false).ID: return 8909;
4399  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, true).ID: return 8910;
4400  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, false).ID: return 8911;
4401  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, true).ID: return 8912;
4402  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XM, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, false).ID: return 8913;
4403  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, true).ID: return 8914;
4404  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, true, false).ID: return 8915;
4405  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, true).ID: return 8916;
4406  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Left, false, false).ID: return 8917;
4407  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, true).ID: return 8918;
4408  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, true, false).ID: return 8919;
4409  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, true).ID: return 8920;
4410  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Upper, JungleDoor::Hinge::Right, false, false).ID: return 8921;
4411  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, true).ID: return 8922;
4412  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, true, false).ID: return 8923;
4413  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, true).ID: return 8924;
4414  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Left, false, false).ID: return 8925;
4415  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, true).ID: return 8926;
4416  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, true, false).ID: return 8927;
4417  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, true).ID: return 8928;
4418  case JungleDoor::JungleDoor(eBlockFace::BLOCK_FACE_XP, JungleDoor::Half::Lower, JungleDoor::Hinge::Right, false, false).ID: return 8929;
4419  case JungleFence::JungleFence(true, true, true, true).ID: return 8644;
4420  case JungleFence::JungleFence(true, true, true, false).ID: return 8645;
4421  case JungleFence::JungleFence(true, true, false, true).ID: return 8648;
4422  case JungleFence::JungleFence(true, true, false, false).ID: return 8649;
4423  case JungleFence::JungleFence(true, false, true, true).ID: return 8652;
4424  case JungleFence::JungleFence(true, false, true, false).ID: return 8653;
4425  case JungleFence::JungleFence(true, false, false, true).ID: return 8656;
4426  case JungleFence::JungleFence(true, false, false, false).ID: return 8657;
4427  case JungleFence::JungleFence(false, true, true, true).ID: return 8660;
4428  case JungleFence::JungleFence(false, true, true, false).ID: return 8661;
4429  case JungleFence::JungleFence(false, true, false, true).ID: return 8664;
4430  case JungleFence::JungleFence(false, true, false, false).ID: return 8665;
4431  case JungleFence::JungleFence(false, false, true, true).ID: return 8668;
4432  case JungleFence::JungleFence(false, false, true, false).ID: return 8669;
4433  case JungleFence::JungleFence(false, false, false, true).ID: return 8672;
4434  case JungleFence::JungleFence(false, false, false, false).ID: return 8673;
4435  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 8482;
4436  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 8483;
4437  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 8484;
4438  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 8485;
4439  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 8486;
4440  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 8487;
4441  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 8488;
4442  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 8489;
4443  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 8490;
4444  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 8491;
4445  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 8492;
4446  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 8493;
4447  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 8494;
4448  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 8495;
4449  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 8496;
4450  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 8497;
4451  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 8498;
4452  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 8499;
4453  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 8500;
4454  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 8501;
4455  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 8502;
4456  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 8503;
4457  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 8504;
4458  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 8505;
4459  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 8506;
4460  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 8507;
4461  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 8508;
4462  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 8509;
4463  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 8510;
4464  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 8511;
4465  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 8512;
4466  case JungleFenceGate::JungleFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 8513;
4467  case JungleLeaves::JungleLeaves(1, true).ID: return 187;
4468  case JungleLeaves::JungleLeaves(1, false).ID: return 188;
4469  case JungleLeaves::JungleLeaves(2, true).ID: return 189;
4470  case JungleLeaves::JungleLeaves(2, false).ID: return 190;
4471  case JungleLeaves::JungleLeaves(3, true).ID: return 191;
4472  case JungleLeaves::JungleLeaves(3, false).ID: return 192;
4473  case JungleLeaves::JungleLeaves(4, true).ID: return 193;
4474  case JungleLeaves::JungleLeaves(4, false).ID: return 194;
4475  case JungleLeaves::JungleLeaves(5, true).ID: return 195;
4476  case JungleLeaves::JungleLeaves(5, false).ID: return 196;
4477  case JungleLeaves::JungleLeaves(6, true).ID: return 197;
4478  case JungleLeaves::JungleLeaves(6, false).ID: return 198;
4479  case JungleLeaves::JungleLeaves(7, true).ID: return 199;
4480  case JungleLeaves::JungleLeaves(7, false).ID: return 200;
4481  case JungleLog::JungleLog(JungleLog::Axis::X).ID: return 82;
4482  case JungleLog::JungleLog(JungleLog::Axis::Y).ID: return 83;
4483  case JungleLog::JungleLog(JungleLog::Axis::Z).ID: return 84;
4484  case JunglePlanks::JunglePlanks().ID: return 18;
4485  case JunglePressurePlate::JunglePressurePlate(true).ID: return 3879;
4486  case JunglePressurePlate::JunglePressurePlate(false).ID: return 3880;
4487  case JungleSapling::JungleSapling(0).ID: return 27;
4488  case JungleSapling::JungleSapling(1).ID: return 28;
4489  case JungleSign::JungleSign(0).ID: return 3510;
4490  case JungleSign::JungleSign(1).ID: return 3512;
4491  case JungleSign::JungleSign(2).ID: return 3514;
4492  case JungleSign::JungleSign(3).ID: return 3516;
4493  case JungleSign::JungleSign(4).ID: return 3518;
4494  case JungleSign::JungleSign(5).ID: return 3520;
4495  case JungleSign::JungleSign(6).ID: return 3522;
4496  case JungleSign::JungleSign(7).ID: return 3524;
4497  case JungleSign::JungleSign(8).ID: return 3526;
4498  case JungleSign::JungleSign(9).ID: return 3528;
4499  case JungleSign::JungleSign(10).ID: return 3530;
4500  case JungleSign::JungleSign(11).ID: return 3532;
4501  case JungleSign::JungleSign(12).ID: return 3534;
4502  case JungleSign::JungleSign(13).ID: return 3536;
4503  case JungleSign::JungleSign(14).ID: return 3538;
4504  case JungleSign::JungleSign(15).ID: return 3540;
4505  case JungleSlab::JungleSlab(JungleSlab::Type::Top).ID: return 8319;
4507  case JungleSlab::JungleSlab(JungleSlab::Type::Double).ID: return 8323;
4508  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Top, JungleStairs::Shape::Straight).ID: return 5565;
4509  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Top, JungleStairs::Shape::InnerLeft).ID: return 5567;
4510  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Top, JungleStairs::Shape::InnerRight).ID: return 5569;
4511  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Top, JungleStairs::Shape::OuterLeft).ID: return 5571;
4512  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Top, JungleStairs::Shape::OuterRight).ID: return 5573;
4513  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Bottom, JungleStairs::Shape::Straight).ID: return 5575;
4514  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerLeft).ID: return 5577;
4515  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerRight).ID: return 5579;
4516  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterLeft).ID: return 5581;
4517  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZM, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterRight).ID: return 5583;
4518  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Top, JungleStairs::Shape::Straight).ID: return 5585;
4519  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Top, JungleStairs::Shape::InnerLeft).ID: return 5587;
4520  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Top, JungleStairs::Shape::InnerRight).ID: return 5589;
4521  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Top, JungleStairs::Shape::OuterLeft).ID: return 5591;
4522  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Top, JungleStairs::Shape::OuterRight).ID: return 5593;
4523  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Bottom, JungleStairs::Shape::Straight).ID: return 5595;
4524  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerLeft).ID: return 5597;
4525  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerRight).ID: return 5599;
4526  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterLeft).ID: return 5601;
4527  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_ZP, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterRight).ID: return 5603;
4528  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Top, JungleStairs::Shape::Straight).ID: return 5605;
4529  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Top, JungleStairs::Shape::InnerLeft).ID: return 5607;
4530  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Top, JungleStairs::Shape::InnerRight).ID: return 5609;
4531  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Top, JungleStairs::Shape::OuterLeft).ID: return 5611;
4532  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Top, JungleStairs::Shape::OuterRight).ID: return 5613;
4533  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Bottom, JungleStairs::Shape::Straight).ID: return 5615;
4534  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerLeft).ID: return 5617;
4535  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerRight).ID: return 5619;
4536  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterLeft).ID: return 5621;
4537  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XM, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterRight).ID: return 5623;
4538  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Top, JungleStairs::Shape::Straight).ID: return 5625;
4539  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Top, JungleStairs::Shape::InnerLeft).ID: return 5627;
4540  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Top, JungleStairs::Shape::InnerRight).ID: return 5629;
4541  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Top, JungleStairs::Shape::OuterLeft).ID: return 5631;
4542  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Top, JungleStairs::Shape::OuterRight).ID: return 5633;
4543  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Bottom, JungleStairs::Shape::Straight).ID: return 5635;
4544  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerLeft).ID: return 5637;
4545  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Bottom, JungleStairs::Shape::InnerRight).ID: return 5639;
4546  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterLeft).ID: return 5641;
4547  case JungleStairs::JungleStairs(eBlockFace::BLOCK_FACE_XP, JungleStairs::Half::Bottom, JungleStairs::Shape::OuterRight).ID: return 5643;
4548  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZM, JungleTrapdoor::Half::Top, true, true).ID: return 4304;
4549  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZM, JungleTrapdoor::Half::Top, true, false).ID: return 4306;
4550  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZM, JungleTrapdoor::Half::Top, false, true).ID: return 4308;
4551  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZM, JungleTrapdoor::Half::Top, false, false).ID: return 4310;
4556  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZP, JungleTrapdoor::Half::Top, true, true).ID: return 4320;
4557  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZP, JungleTrapdoor::Half::Top, true, false).ID: return 4322;
4558  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZP, JungleTrapdoor::Half::Top, false, true).ID: return 4324;
4559  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_ZP, JungleTrapdoor::Half::Top, false, false).ID: return 4326;
4564  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XM, JungleTrapdoor::Half::Top, true, true).ID: return 4336;
4565  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XM, JungleTrapdoor::Half::Top, true, false).ID: return 4338;
4566  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XM, JungleTrapdoor::Half::Top, false, true).ID: return 4340;
4567  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XM, JungleTrapdoor::Half::Top, false, false).ID: return 4342;
4572  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XP, JungleTrapdoor::Half::Top, true, true).ID: return 4352;
4573  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XP, JungleTrapdoor::Half::Top, true, false).ID: return 4354;
4574  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XP, JungleTrapdoor::Half::Top, false, true).ID: return 4356;
4575  case JungleTrapdoor::JungleTrapdoor(eBlockFace::BLOCK_FACE_XP, JungleTrapdoor::Half::Top, false, false).ID: return 4358;
4580  case JungleWallSign::JungleWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 3768;
4581  case JungleWallSign::JungleWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 3770;
4582  case JungleWallSign::JungleWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 3772;
4583  case JungleWallSign::JungleWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 3774;
4584  case JungleWood::JungleWood(JungleWood::Axis::X).ID: return 118;
4585  case JungleWood::JungleWood(JungleWood::Axis::Y).ID: return 119;
4586  case JungleWood::JungleWood(JungleWood::Axis::Z).ID: return 120;
4587  case Kelp::Kelp(0).ID: return 9470;
4588  case Kelp::Kelp(1).ID: return 9471;
4589  case Kelp::Kelp(2).ID: return 9472;
4590  case Kelp::Kelp(3).ID: return 9473;
4591  case Kelp::Kelp(4).ID: return 9474;
4592  case Kelp::Kelp(5).ID: return 9475;
4593  case Kelp::Kelp(6).ID: return 9476;
4594  case Kelp::Kelp(7).ID: return 9477;
4595  case Kelp::Kelp(8).ID: return 9478;
4596  case Kelp::Kelp(9).ID: return 9479;
4597  case Kelp::Kelp(10).ID: return 9480;
4598  case Kelp::Kelp(11).ID: return 9481;
4599  case Kelp::Kelp(12).ID: return 9482;
4600  case Kelp::Kelp(13).ID: return 9483;
4601  case Kelp::Kelp(14).ID: return 9484;
4602  case Kelp::Kelp(15).ID: return 9485;
4603  case Kelp::Kelp(16).ID: return 9486;
4604  case Kelp::Kelp(17).ID: return 9487;
4605  case Kelp::Kelp(18).ID: return 9488;
4606  case Kelp::Kelp(19).ID: return 9489;
4607  case Kelp::Kelp(20).ID: return 9490;
4608  case Kelp::Kelp(21).ID: return 9491;
4609  case Kelp::Kelp(22).ID: return 9492;
4610  case Kelp::Kelp(23).ID: return 9493;
4611  case Kelp::Kelp(24).ID: return 9494;
4612  case Kelp::Kelp(25).ID: return 9495;
4613  case KelpPlant::KelpPlant().ID: return 9496;
4614  case Ladder::Ladder(eBlockFace::BLOCK_FACE_ZM).ID: return 3638;
4615  case Ladder::Ladder(eBlockFace::BLOCK_FACE_ZP).ID: return 3640;
4616  case Ladder::Ladder(eBlockFace::BLOCK_FACE_XM).ID: return 3642;
4617  case Ladder::Ladder(eBlockFace::BLOCK_FACE_XP).ID: return 3644;
4618  case Lantern::Lantern(true).ID: return 14886;
4619  case Lantern::Lantern(false).ID: return 14887;
4620  case LapisBlock::LapisBlock().ID: return 233;
4621  case LapisOre::LapisOre().ID: return 232;
4622  case LargeFern::LargeFern(LargeFern::Half::Upper).ID: return 7895;
4623  case LargeFern::LargeFern(LargeFern::Half::Lower).ID: return 7896;
4624  case Lava::Lava(0).ID: return 50;
4625  case Lava::Lava(1).ID: return 51;
4626  case Lava::Lava(2).ID: return 52;
4627  case Lava::Lava(3).ID: return 53;
4628  case Lava::Lava(4).ID: return 54;
4629  case Lava::Lava(5).ID: return 55;
4630  case Lava::Lava(6).ID: return 56;
4631  case Lava::Lava(7).ID: return 57;
4632  case Lava::Lava(8).ID: return 58;
4633  case Lava::Lava(9).ID: return 59;
4634  case Lava::Lava(10).ID: return 60;
4635  case Lava::Lava(11).ID: return 61;
4636  case Lava::Lava(12).ID: return 62;
4637  case Lava::Lava(13).ID: return 63;
4638  case Lava::Lava(14).ID: return 64;
4639  case Lava::Lava(15).ID: return 65;
4640  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZM, true, true).ID: return 14833;
4641  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZM, true, false).ID: return 14834;
4642  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZM, false, true).ID: return 14835;
4643  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZM, false, false).ID: return 14836;
4644  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZP, true, true).ID: return 14837;
4645  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZP, true, false).ID: return 14838;
4646  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZP, false, true).ID: return 14839;
4647  case Lectern::Lectern(eBlockFace::BLOCK_FACE_ZP, false, false).ID: return 14840;
4648  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XM, true, true).ID: return 14841;
4649  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XM, true, false).ID: return 14842;
4650  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XM, false, true).ID: return 14843;
4651  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XM, false, false).ID: return 14844;
4652  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XP, true, true).ID: return 14845;
4653  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XP, true, false).ID: return 14846;
4654  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XP, false, true).ID: return 14847;
4655  case Lectern::Lectern(eBlockFace::BLOCK_FACE_XP, false, false).ID: return 14848;
4656  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 3783;
4657  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 3784;
4658  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 3785;
4659  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 3786;
4660  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 3787;
4661  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 3788;
4662  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 3789;
4663  case Lever::Lever(Lever::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 3790;
4664  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 3791;
4665  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 3792;
4666  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 3793;
4667  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 3794;
4668  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 3795;
4669  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 3796;
4670  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 3797;
4671  case Lever::Lever(Lever::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 3798;
4672  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 3799;
4673  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 3800;
4674  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 3801;
4675  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 3802;
4676  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 3803;
4677  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 3804;
4678  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 3805;
4679  case Lever::Lever(Lever::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 3806;
4680  case LightBlueBanner::LightBlueBanner(0).ID: return 7945;
4681  case LightBlueBanner::LightBlueBanner(1).ID: return 7946;
4682  case LightBlueBanner::LightBlueBanner(2).ID: return 7947;
4683  case LightBlueBanner::LightBlueBanner(3).ID: return 7948;
4684  case LightBlueBanner::LightBlueBanner(4).ID: return 7949;
4685  case LightBlueBanner::LightBlueBanner(5).ID: return 7950;
4686  case LightBlueBanner::LightBlueBanner(6).ID: return 7951;
4687  case LightBlueBanner::LightBlueBanner(7).ID: return 7952;
4688  case LightBlueBanner::LightBlueBanner(8).ID: return 7953;
4689  case LightBlueBanner::LightBlueBanner(9).ID: return 7954;
4690  case LightBlueBanner::LightBlueBanner(10).ID: return 7955;
4691  case LightBlueBanner::LightBlueBanner(11).ID: return 7956;
4692  case LightBlueBanner::LightBlueBanner(12).ID: return 7957;
4693  case LightBlueBanner::LightBlueBanner(13).ID: return 7958;
4694  case LightBlueBanner::LightBlueBanner(14).ID: return 7959;
4695  case LightBlueBanner::LightBlueBanner(15).ID: return 7960;
4696  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZM, true, LightBlueBed::Part::Head).ID: return 1097;
4697  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZM, true, LightBlueBed::Part::Foot).ID: return 1098;
4698  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZM, false, LightBlueBed::Part::Head).ID: return 1099;
4699  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZM, false, LightBlueBed::Part::Foot).ID: return 1100;
4700  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZP, true, LightBlueBed::Part::Head).ID: return 1101;
4701  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZP, true, LightBlueBed::Part::Foot).ID: return 1102;
4702  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZP, false, LightBlueBed::Part::Head).ID: return 1103;
4703  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_ZP, false, LightBlueBed::Part::Foot).ID: return 1104;
4704  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XM, true, LightBlueBed::Part::Head).ID: return 1105;
4705  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XM, true, LightBlueBed::Part::Foot).ID: return 1106;
4706  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XM, false, LightBlueBed::Part::Head).ID: return 1107;
4707  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XM, false, LightBlueBed::Part::Foot).ID: return 1108;
4708  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XP, true, LightBlueBed::Part::Head).ID: return 1109;
4709  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XP, true, LightBlueBed::Part::Foot).ID: return 1110;
4710  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XP, false, LightBlueBed::Part::Head).ID: return 1111;
4711  case LightBlueBed::LightBlueBed(eBlockFace::BLOCK_FACE_XP, false, LightBlueBed::Part::Foot).ID: return 1112;
4712  case LightBlueCarpet::LightBlueCarpet().ID: return 7869;
4713  case LightBlueConcrete::LightBlueConcrete().ID: return 9441;
4726  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, true, true, true).ID: return 6961;
4727  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, true, true, false).ID: return 6962;
4728  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, true, false, true).ID: return 6965;
4729  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, true, false, false).ID: return 6966;
4730  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, false, true, true).ID: return 6969;
4731  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, false, true, false).ID: return 6970;
4732  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, false, false, true).ID: return 6973;
4733  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(true, false, false, false).ID: return 6974;
4734  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, true, true, true).ID: return 6977;
4735  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, true, true, false).ID: return 6978;
4736  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, true, false, true).ID: return 6981;
4737  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, true, false, false).ID: return 6982;
4738  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, false, true, true).ID: return 6985;
4739  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, false, true, false).ID: return 6986;
4740  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, false, false, true).ID: return 6989;
4741  case LightBlueStainedGlassPane::LightBlueStainedGlassPane(false, false, false, false).ID: return 6990;
4742  case LightBlueTerracotta::LightBlueTerracotta().ID: return 6850;
4743  case LightBlueWallBanner::LightBlueWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8165;
4744  case LightBlueWallBanner::LightBlueWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8166;
4745  case LightBlueWallBanner::LightBlueWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8167;
4746  case LightBlueWallBanner::LightBlueWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8168;
4747  case LightBlueWool::LightBlueWool().ID: return 1387;
4748  case LightGrayBanner::LightGrayBanner(0).ID: return 8025;
4749  case LightGrayBanner::LightGrayBanner(1).ID: return 8026;
4750  case LightGrayBanner::LightGrayBanner(2).ID: return 8027;
4751  case LightGrayBanner::LightGrayBanner(3).ID: return 8028;
4752  case LightGrayBanner::LightGrayBanner(4).ID: return 8029;
4753  case LightGrayBanner::LightGrayBanner(5).ID: return 8030;
4754  case LightGrayBanner::LightGrayBanner(6).ID: return 8031;
4755  case LightGrayBanner::LightGrayBanner(7).ID: return 8032;
4756  case LightGrayBanner::LightGrayBanner(8).ID: return 8033;
4757  case LightGrayBanner::LightGrayBanner(9).ID: return 8034;
4758  case LightGrayBanner::LightGrayBanner(10).ID: return 8035;
4759  case LightGrayBanner::LightGrayBanner(11).ID: return 8036;
4760  case LightGrayBanner::LightGrayBanner(12).ID: return 8037;
4761  case LightGrayBanner::LightGrayBanner(13).ID: return 8038;
4762  case LightGrayBanner::LightGrayBanner(14).ID: return 8039;
4763  case LightGrayBanner::LightGrayBanner(15).ID: return 8040;
4764  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZM, true, LightGrayBed::Part::Head).ID: return 1177;
4765  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZM, true, LightGrayBed::Part::Foot).ID: return 1178;
4766  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZM, false, LightGrayBed::Part::Head).ID: return 1179;
4767  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZM, false, LightGrayBed::Part::Foot).ID: return 1180;
4768  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZP, true, LightGrayBed::Part::Head).ID: return 1181;
4769  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZP, true, LightGrayBed::Part::Foot).ID: return 1182;
4770  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZP, false, LightGrayBed::Part::Head).ID: return 1183;
4771  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_ZP, false, LightGrayBed::Part::Foot).ID: return 1184;
4772  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XM, true, LightGrayBed::Part::Head).ID: return 1185;
4773  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XM, true, LightGrayBed::Part::Foot).ID: return 1186;
4774  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XM, false, LightGrayBed::Part::Head).ID: return 1187;
4775  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XM, false, LightGrayBed::Part::Foot).ID: return 1188;
4776  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XP, true, LightGrayBed::Part::Head).ID: return 1189;
4777  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XP, true, LightGrayBed::Part::Foot).ID: return 1190;
4778  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XP, false, LightGrayBed::Part::Head).ID: return 1191;
4779  case LightGrayBed::LightGrayBed(eBlockFace::BLOCK_FACE_XP, false, LightGrayBed::Part::Foot).ID: return 1192;
4780  case LightGrayCarpet::LightGrayCarpet().ID: return 7874;
4781  case LightGrayConcrete::LightGrayConcrete().ID: return 9446;
4794  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, true, true, true).ID: return 7121;
4795  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, true, true, false).ID: return 7122;
4796  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, true, false, true).ID: return 7125;
4797  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, true, false, false).ID: return 7126;
4798  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, false, true, true).ID: return 7129;
4799  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, false, true, false).ID: return 7130;
4800  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, false, false, true).ID: return 7133;
4801  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(true, false, false, false).ID: return 7134;
4802  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, true, true, true).ID: return 7137;
4803  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, true, true, false).ID: return 7138;
4804  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, true, false, true).ID: return 7141;
4805  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, true, false, false).ID: return 7142;
4806  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, false, true, true).ID: return 7145;
4807  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, false, true, false).ID: return 7146;
4808  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, false, false, true).ID: return 7149;
4809  case LightGrayStainedGlassPane::LightGrayStainedGlassPane(false, false, false, false).ID: return 7150;
4810  case LightGrayTerracotta::LightGrayTerracotta().ID: return 6855;
4811  case LightGrayWallBanner::LightGrayWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8185;
4812  case LightGrayWallBanner::LightGrayWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8186;
4813  case LightGrayWallBanner::LightGrayWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8187;
4814  case LightGrayWallBanner::LightGrayWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8188;
4815  case LightGrayWool::LightGrayWool().ID: return 1392;
4832  case Lilac::Lilac(Lilac::Half::Upper).ID: return 7887;
4833  case Lilac::Lilac(Lilac::Half::Lower).ID: return 7888;
4834  case LilyOfTheValley::LilyOfTheValley().ID: return 1424;
4835  case LilyPad::LilyPad().ID: return 5014;
4836  case LimeBanner::LimeBanner(0).ID: return 7977;
4837  case LimeBanner::LimeBanner(1).ID: return 7978;
4838  case LimeBanner::LimeBanner(2).ID: return 7979;
4839  case LimeBanner::LimeBanner(3).ID: return 7980;
4840  case LimeBanner::LimeBanner(4).ID: return 7981;
4841  case LimeBanner::LimeBanner(5).ID: return 7982;
4842  case LimeBanner::LimeBanner(6).ID: return 7983;
4843  case LimeBanner::LimeBanner(7).ID: return 7984;
4844  case LimeBanner::LimeBanner(8).ID: return 7985;
4845  case LimeBanner::LimeBanner(9).ID: return 7986;
4846  case LimeBanner::LimeBanner(10).ID: return 7987;
4847  case LimeBanner::LimeBanner(11).ID: return 7988;
4848  case LimeBanner::LimeBanner(12).ID: return 7989;
4849  case LimeBanner::LimeBanner(13).ID: return 7990;
4850  case LimeBanner::LimeBanner(14).ID: return 7991;
4851  case LimeBanner::LimeBanner(15).ID: return 7992;
4852  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZM, true, LimeBed::Part::Head).ID: return 1129;
4853  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZM, true, LimeBed::Part::Foot).ID: return 1130;
4854  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZM, false, LimeBed::Part::Head).ID: return 1131;
4855  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZM, false, LimeBed::Part::Foot).ID: return 1132;
4856  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZP, true, LimeBed::Part::Head).ID: return 1133;
4857  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZP, true, LimeBed::Part::Foot).ID: return 1134;
4858  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZP, false, LimeBed::Part::Head).ID: return 1135;
4859  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_ZP, false, LimeBed::Part::Foot).ID: return 1136;
4860  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XM, true, LimeBed::Part::Head).ID: return 1137;
4861  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XM, true, LimeBed::Part::Foot).ID: return 1138;
4862  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XM, false, LimeBed::Part::Head).ID: return 1139;
4863  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XM, false, LimeBed::Part::Foot).ID: return 1140;
4864  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XP, true, LimeBed::Part::Head).ID: return 1141;
4865  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XP, true, LimeBed::Part::Foot).ID: return 1142;
4866  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XP, false, LimeBed::Part::Head).ID: return 1143;
4867  case LimeBed::LimeBed(eBlockFace::BLOCK_FACE_XP, false, LimeBed::Part::Foot).ID: return 1144;
4868  case LimeCarpet::LimeCarpet().ID: return 7871;
4869  case LimeConcrete::LimeConcrete().ID: return 9443;
4870  case LimeConcretePowder::LimeConcretePowder().ID: return 9459;
4881  case LimeStainedGlass::LimeStainedGlass().ID: return 4100;
4882  case LimeStainedGlassPane::LimeStainedGlassPane(true, true, true, true).ID: return 7025;
4883  case LimeStainedGlassPane::LimeStainedGlassPane(true, true, true, false).ID: return 7026;
4884  case LimeStainedGlassPane::LimeStainedGlassPane(true, true, false, true).ID: return 7029;
4885  case LimeStainedGlassPane::LimeStainedGlassPane(true, true, false, false).ID: return 7030;
4886  case LimeStainedGlassPane::LimeStainedGlassPane(true, false, true, true).ID: return 7033;
4887  case LimeStainedGlassPane::LimeStainedGlassPane(true, false, true, false).ID: return 7034;
4888  case LimeStainedGlassPane::LimeStainedGlassPane(true, false, false, true).ID: return 7037;
4889  case LimeStainedGlassPane::LimeStainedGlassPane(true, false, false, false).ID: return 7038;
4890  case LimeStainedGlassPane::LimeStainedGlassPane(false, true, true, true).ID: return 7041;
4891  case LimeStainedGlassPane::LimeStainedGlassPane(false, true, true, false).ID: return 7042;
4892  case LimeStainedGlassPane::LimeStainedGlassPane(false, true, false, true).ID: return 7045;
4893  case LimeStainedGlassPane::LimeStainedGlassPane(false, true, false, false).ID: return 7046;
4894  case LimeStainedGlassPane::LimeStainedGlassPane(false, false, true, true).ID: return 7049;
4895  case LimeStainedGlassPane::LimeStainedGlassPane(false, false, true, false).ID: return 7050;
4896  case LimeStainedGlassPane::LimeStainedGlassPane(false, false, false, true).ID: return 7053;
4897  case LimeStainedGlassPane::LimeStainedGlassPane(false, false, false, false).ID: return 7054;
4898  case LimeTerracotta::LimeTerracotta().ID: return 6852;
4899  case LimeWallBanner::LimeWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8173;
4900  case LimeWallBanner::LimeWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8174;
4901  case LimeWallBanner::LimeWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8175;
4902  case LimeWallBanner::LimeWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8176;
4903  case LimeWool::LimeWool().ID: return 1389;
4904  case Lodestone::Lodestone().ID: return 15838;
4905  case Loom::Loom(eBlockFace::BLOCK_FACE_ZM).ID: return 14787;
4906  case Loom::Loom(eBlockFace::BLOCK_FACE_ZP).ID: return 14788;
4907  case Loom::Loom(eBlockFace::BLOCK_FACE_XM).ID: return 14789;
4908  case Loom::Loom(eBlockFace::BLOCK_FACE_XP).ID: return 14790;
4909  case MagentaBanner::MagentaBanner(0).ID: return 7929;
4910  case MagentaBanner::MagentaBanner(1).ID: return 7930;
4911  case MagentaBanner::MagentaBanner(2).ID: return 7931;
4912  case MagentaBanner::MagentaBanner(3).ID: return 7932;
4913  case MagentaBanner::MagentaBanner(4).ID: return 7933;
4914  case MagentaBanner::MagentaBanner(5).ID: return 7934;
4915  case MagentaBanner::MagentaBanner(6).ID: return 7935;
4916  case MagentaBanner::MagentaBanner(7).ID: return 7936;
4917  case MagentaBanner::MagentaBanner(8).ID: return 7937;
4918  case MagentaBanner::MagentaBanner(9).ID: return 7938;
4919  case MagentaBanner::MagentaBanner(10).ID: return 7939;
4920  case MagentaBanner::MagentaBanner(11).ID: return 7940;
4921  case MagentaBanner::MagentaBanner(12).ID: return 7941;
4922  case MagentaBanner::MagentaBanner(13).ID: return 7942;
4923  case MagentaBanner::MagentaBanner(14).ID: return 7943;
4924  case MagentaBanner::MagentaBanner(15).ID: return 7944;
4925  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZM, true, MagentaBed::Part::Head).ID: return 1081;
4926  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZM, true, MagentaBed::Part::Foot).ID: return 1082;
4927  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZM, false, MagentaBed::Part::Head).ID: return 1083;
4928  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZM, false, MagentaBed::Part::Foot).ID: return 1084;
4929  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZP, true, MagentaBed::Part::Head).ID: return 1085;
4930  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZP, true, MagentaBed::Part::Foot).ID: return 1086;
4931  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZP, false, MagentaBed::Part::Head).ID: return 1087;
4932  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_ZP, false, MagentaBed::Part::Foot).ID: return 1088;
4933  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XM, true, MagentaBed::Part::Head).ID: return 1089;
4934  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XM, true, MagentaBed::Part::Foot).ID: return 1090;
4935  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XM, false, MagentaBed::Part::Head).ID: return 1091;
4936  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XM, false, MagentaBed::Part::Foot).ID: return 1092;
4937  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XP, true, MagentaBed::Part::Head).ID: return 1093;
4938  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XP, true, MagentaBed::Part::Foot).ID: return 1094;
4939  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XP, false, MagentaBed::Part::Head).ID: return 1095;
4940  case MagentaBed::MagentaBed(eBlockFace::BLOCK_FACE_XP, false, MagentaBed::Part::Foot).ID: return 1096;
4941  case MagentaCarpet::MagentaCarpet().ID: return 7868;
4942  case MagentaConcrete::MagentaConcrete().ID: return 9440;
4954  case MagentaStainedGlass::MagentaStainedGlass().ID: return 4097;
4955  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, true, true, true).ID: return 6929;
4956  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, true, true, false).ID: return 6930;
4957  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, true, false, true).ID: return 6933;
4958  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, true, false, false).ID: return 6934;
4959  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, false, true, true).ID: return 6937;
4960  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, false, true, false).ID: return 6938;
4961  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, false, false, true).ID: return 6941;
4962  case MagentaStainedGlassPane::MagentaStainedGlassPane(true, false, false, false).ID: return 6942;
4963  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, true, true, true).ID: return 6945;
4964  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, true, true, false).ID: return 6946;
4965  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, true, false, true).ID: return 6949;
4966  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, true, false, false).ID: return 6950;
4967  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, false, true, true).ID: return 6953;
4968  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, false, true, false).ID: return 6954;
4969  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, false, false, true).ID: return 6957;
4970  case MagentaStainedGlassPane::MagentaStainedGlassPane(false, false, false, false).ID: return 6958;
4971  case MagentaTerracotta::MagentaTerracotta().ID: return 6849;
4972  case MagentaWallBanner::MagentaWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8161;
4973  case MagentaWallBanner::MagentaWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8162;
4974  case MagentaWallBanner::MagentaWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8163;
4975  case MagentaWallBanner::MagentaWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8164;
4976  case MagentaWool::MagentaWool().ID: return 1386;
4977  case MagmaBlock::MagmaBlock().ID: return 9253;
4978  case Melon::Melon().ID: return 4763;
4979  case MelonStem::MelonStem(0).ID: return 4780;
4980  case MelonStem::MelonStem(1).ID: return 4781;
4981  case MelonStem::MelonStem(2).ID: return 4782;
4982  case MelonStem::MelonStem(3).ID: return 4783;
4983  case MelonStem::MelonStem(4).ID: return 4784;
4984  case MelonStem::MelonStem(5).ID: return 4785;
4985  case MelonStem::MelonStem(6).ID: return 4786;
4986  case MelonStem::MelonStem(7).ID: return 4787;
4987  case MossyCobblestone::MossyCobblestone().ID: return 1433;
4988  case MossyCobblestoneSlab::MossyCobblestoneSlab(MossyCobblestoneSlab::Type::Top).ID: return 10814;
4990  case MossyCobblestoneSlab::MossyCobblestoneSlab(MossyCobblestoneSlab::Type::Double).ID: return 10818;
4991  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::Straight).ID: return 9990;
4992  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 9992;
4993  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerRight).ID: return 9994;
4994  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 9996;
4995  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterRight).ID: return 9998;
4996  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::Straight).ID: return 10000;
4997  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 10002;
4998  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerRight).ID: return 10004;
4999  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 10006;
5000  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterRight).ID: return 10008;
5001  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::Straight).ID: return 10010;
5002  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 10012;
5003  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerRight).ID: return 10014;
5004  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 10016;
5005  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterRight).ID: return 10018;
5006  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::Straight).ID: return 10020;
5007  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 10022;
5008  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerRight).ID: return 10024;
5009  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 10026;
5010  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_ZP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterRight).ID: return 10028;
5011  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::Straight).ID: return 10030;
5012  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 10032;
5013  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerRight).ID: return 10034;
5014  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 10036;
5015  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterRight).ID: return 10038;
5016  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::Straight).ID: return 10040;
5017  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 10042;
5018  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerRight).ID: return 10044;
5019  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 10046;
5020  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XM, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterRight).ID: return 10048;
5021  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::Straight).ID: return 10050;
5022  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 10052;
5023  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::InnerRight).ID: return 10054;
5024  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 10056;
5025  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Top, MossyCobblestoneStairs::Shape::OuterRight).ID: return 10058;
5026  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::Straight).ID: return 10060;
5027  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerLeft).ID: return 10062;
5028  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::InnerRight).ID: return 10064;
5029  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterLeft).ID: return 10066;
5030  case MossyCobblestoneStairs::MossyCobblestoneStairs(eBlockFace::BLOCK_FACE_XP, MossyCobblestoneStairs::Half::Bottom, MossyCobblestoneStairs::Shape::OuterRight).ID: return 10068;
5031  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 5984;
5032  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 5985;
5033  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 5986;
5034  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 5990;
5035  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 5991;
5036  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 5992;
5037  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 5996;
5038  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 5997;
5039  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 5998;
5040  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6002;
5041  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6003;
5042  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6004;
5043  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6008;
5044  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6009;
5045  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6010;
5046  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6014;
5047  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6015;
5048  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6016;
5049  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6020;
5050  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6021;
5051  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6022;
5052  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6026;
5053  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6027;
5054  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6028;
5055  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6032;
5056  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6033;
5057  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6034;
5058  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6038;
5059  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6039;
5060  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6040;
5061  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6044;
5062  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6045;
5063  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6046;
5064  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6050;
5065  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6051;
5066  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6052;
5067  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6056;
5068  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6057;
5069  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6058;
5070  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6062;
5071  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6063;
5072  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6064;
5073  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6068;
5074  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6069;
5075  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6070;
5076  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6074;
5077  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6075;
5078  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6076;
5079  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6080;
5080  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6081;
5081  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6082;
5082  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6086;
5083  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6087;
5084  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::None, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6088;
5085  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6092;
5086  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6093;
5087  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6094;
5088  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6098;
5089  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6099;
5090  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6100;
5091  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6104;
5092  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6105;
5093  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6106;
5094  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6110;
5095  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6111;
5096  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6112;
5097  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6116;
5098  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6117;
5099  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6118;
5100  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6122;
5101  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6123;
5102  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6124;
5103  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6128;
5104  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6129;
5105  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6130;
5106  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6134;
5107  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6135;
5108  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6136;
5109  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6140;
5110  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6141;
5111  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6142;
5112  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6146;
5113  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6147;
5114  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6148;
5115  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6152;
5116  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6153;
5117  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6154;
5118  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6158;
5119  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6159;
5120  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6160;
5121  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6164;
5122  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6165;
5123  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6166;
5124  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6170;
5125  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6171;
5126  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6172;
5127  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6176;
5128  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6177;
5129  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6178;
5130  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6182;
5131  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6183;
5132  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6184;
5133  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6188;
5134  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6189;
5135  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6190;
5136  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6194;
5137  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6195;
5138  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Low, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6196;
5139  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6200;
5140  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6201;
5141  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6202;
5142  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6206;
5143  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6207;
5144  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6208;
5145  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6212;
5146  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6213;
5147  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6214;
5148  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6218;
5149  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6219;
5150  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6220;
5151  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6224;
5152  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6225;
5153  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6226;
5154  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6230;
5155  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6231;
5156  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::None, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6232;
5157  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6236;
5158  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6237;
5159  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6238;
5160  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6242;
5161  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6243;
5162  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6244;
5163  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6248;
5164  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6249;
5165  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6250;
5166  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6254;
5167  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6255;
5168  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6256;
5169  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6260;
5170  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6261;
5171  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6262;
5172  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6266;
5173  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6267;
5174  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Low, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6268;
5175  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::None).ID: return 6272;
5176  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Low).ID: return 6273;
5177  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, true, MossyCobblestoneWall::West::Tall).ID: return 6274;
5178  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::None).ID: return 6278;
5179  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Low).ID: return 6279;
5180  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::None, false, MossyCobblestoneWall::West::Tall).ID: return 6280;
5181  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::None).ID: return 6284;
5182  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Low).ID: return 6285;
5183  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, true, MossyCobblestoneWall::West::Tall).ID: return 6286;
5184  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::None).ID: return 6290;
5185  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Low).ID: return 6291;
5186  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Low, false, MossyCobblestoneWall::West::Tall).ID: return 6292;
5187  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::None).ID: return 6296;
5188  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Low).ID: return 6297;
5189  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, true, MossyCobblestoneWall::West::Tall).ID: return 6298;
5190  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::None).ID: return 6302;
5191  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Low).ID: return 6303;
5192  case MossyCobblestoneWall::MossyCobblestoneWall(MossyCobblestoneWall::East::Tall, MossyCobblestoneWall::North::Tall, MossyCobblestoneWall::South::Tall, false, MossyCobblestoneWall::West::Tall).ID: return 6304;
5193  case MossyStoneBrickSlab::MossyStoneBrickSlab(MossyStoneBrickSlab::Type::Top).ID: return 10802;
5195  case MossyStoneBrickSlab::MossyStoneBrickSlab(MossyStoneBrickSlab::Type::Double).ID: return 10806;
5196  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::Straight).ID: return 9830;
5197  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9832;
5198  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9834;
5199  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9836;
5200  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9838;
5201  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::Straight).ID: return 9840;
5202  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9842;
5203  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9844;
5204  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9846;
5205  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9848;
5206  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::Straight).ID: return 9850;
5207  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9852;
5208  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9854;
5209  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9856;
5210  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9858;
5211  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::Straight).ID: return 9860;
5212  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9862;
5213  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9864;
5214  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9866;
5215  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9868;
5216  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::Straight).ID: return 9870;
5217  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9872;
5218  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9874;
5219  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9876;
5220  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9878;
5221  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::Straight).ID: return 9880;
5222  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9882;
5223  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9884;
5224  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9886;
5225  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XM, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9888;
5226  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::Straight).ID: return 9890;
5227  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9892;
5228  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9894;
5229  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9896;
5230  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Top, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9898;
5231  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::Straight).ID: return 9900;
5232  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerLeft).ID: return 9902;
5233  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::InnerRight).ID: return 9904;
5234  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterLeft).ID: return 9906;
5235  case MossyStoneBrickStairs::MossyStoneBrickStairs(eBlockFace::BLOCK_FACE_XP, MossyStoneBrickStairs::Half::Bottom, MossyStoneBrickStairs::Shape::OuterRight).ID: return 9908;
5236  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 11842;
5237  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 11843;
5238  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 11844;
5239  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 11848;
5240  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 11849;
5241  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 11850;
5242  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 11854;
5243  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 11855;
5244  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 11856;
5245  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 11860;
5246  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 11861;
5247  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 11862;
5248  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 11866;
5249  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 11867;
5250  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 11868;
5251  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 11872;
5252  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 11873;
5253  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 11874;
5254  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 11878;
5255  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 11879;
5256  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 11880;
5257  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 11884;
5258  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 11885;
5259  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 11886;
5260  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 11890;
5261  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 11891;
5262  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 11892;
5263  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 11896;
5264  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 11897;
5265  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 11898;
5266  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 11902;
5267  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 11903;
5268  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 11904;
5269  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 11908;
5270  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 11909;
5271  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 11910;
5272  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 11914;
5273  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 11915;
5274  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 11916;
5275  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 11920;
5276  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 11921;
5277  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 11922;
5278  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 11926;
5279  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 11927;
5280  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 11928;
5281  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 11932;
5282  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 11933;
5283  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 11934;
5284  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 11938;
5285  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 11939;
5286  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 11940;
5287  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 11944;
5288  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 11945;
5289  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::None, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 11946;
5290  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 11950;
5291  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 11951;
5292  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 11952;
5293  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 11956;
5294  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 11957;
5295  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 11958;
5296  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 11962;
5297  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 11963;
5298  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 11964;
5299  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 11968;
5300  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 11969;
5301  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 11970;
5302  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 11974;
5303  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 11975;
5304  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 11976;
5305  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 11980;
5306  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 11981;
5307  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 11982;
5308  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 11986;
5309  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 11987;
5310  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 11988;
5311  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 11992;
5312  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 11993;
5313  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 11994;
5314  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 11998;
5315  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 11999;
5316  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 12000;
5317  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 12004;
5318  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 12005;
5319  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 12006;
5320  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 12010;
5321  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 12011;
5322  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 12012;
5323  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 12016;
5324  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 12017;
5325  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 12018;
5326  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 12022;
5327  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 12023;
5328  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 12024;
5329  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 12028;
5330  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 12029;
5331  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 12030;
5332  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 12034;
5333  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 12035;
5334  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 12036;
5335  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 12040;
5336  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 12041;
5337  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 12042;
5338  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 12046;
5339  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 12047;
5340  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 12048;
5341  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 12052;
5342  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 12053;
5343  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Low, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 12054;
5344  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 12058;
5345  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 12059;
5346  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 12060;
5347  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 12064;
5348  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 12065;
5349  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 12066;
5350  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 12070;
5351  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 12071;
5352  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 12072;
5353  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 12076;
5354  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 12077;
5355  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 12078;
5356  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 12082;
5357  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 12083;
5358  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 12084;
5359  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 12088;
5360  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 12089;
5361  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::None, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 12090;
5362  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 12094;
5363  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 12095;
5364  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 12096;
5365  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 12100;
5366  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 12101;
5367  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 12102;
5368  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 12106;
5369  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 12107;
5370  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 12108;
5371  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 12112;
5372  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 12113;
5373  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 12114;
5374  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 12118;
5375  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 12119;
5376  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 12120;
5377  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 12124;
5378  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 12125;
5379  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Low, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 12126;
5380  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::None).ID: return 12130;
5381  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Low).ID: return 12131;
5382  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, true, MossyStoneBrickWall::West::Tall).ID: return 12132;
5383  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::None).ID: return 12136;
5384  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Low).ID: return 12137;
5385  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::None, false, MossyStoneBrickWall::West::Tall).ID: return 12138;
5386  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::None).ID: return 12142;
5387  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Low).ID: return 12143;
5388  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, true, MossyStoneBrickWall::West::Tall).ID: return 12144;
5389  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::None).ID: return 12148;
5390  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Low).ID: return 12149;
5391  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Low, false, MossyStoneBrickWall::West::Tall).ID: return 12150;
5392  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::None).ID: return 12154;
5393  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Low).ID: return 12155;
5394  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, true, MossyStoneBrickWall::West::Tall).ID: return 12156;
5395  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::None).ID: return 12160;
5396  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Low).ID: return 12161;
5397  case MossyStoneBrickWall::MossyStoneBrickWall(MossyStoneBrickWall::East::Tall, MossyStoneBrickWall::North::Tall, MossyStoneBrickWall::South::Tall, false, MossyStoneBrickWall::West::Tall).ID: return 12162;
5398  case MossyStoneBricks::MossyStoneBricks().ID: return 4496;
5399  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_ZM, MovingPiston::Type::Normal).ID: return 1400;
5400  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_ZM, MovingPiston::Type::Sticky).ID: return 1401;
5401  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_XP, MovingPiston::Type::Normal).ID: return 1402;
5402  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_XP, MovingPiston::Type::Sticky).ID: return 1403;
5403  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_ZP, MovingPiston::Type::Normal).ID: return 1404;
5404  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_ZP, MovingPiston::Type::Sticky).ID: return 1405;
5405  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_XM, MovingPiston::Type::Normal).ID: return 1406;
5406  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_XM, MovingPiston::Type::Sticky).ID: return 1407;
5407  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_YP, MovingPiston::Type::Normal).ID: return 1408;
5408  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_YP, MovingPiston::Type::Sticky).ID: return 1409;
5409  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_YM, MovingPiston::Type::Normal).ID: return 1410;
5410  case MovingPiston::MovingPiston(eBlockFace::BLOCK_FACE_YM, MovingPiston::Type::Sticky).ID: return 1411;
5411  case MushroomStem::MushroomStem(true, true, true, true, true, true).ID: return 4633;
5412  case MushroomStem::MushroomStem(true, true, true, true, true, false).ID: return 4634;
5413  case MushroomStem::MushroomStem(true, true, true, true, false, true).ID: return 4635;
5414  case MushroomStem::MushroomStem(true, true, true, true, false, false).ID: return 4636;
5415  case MushroomStem::MushroomStem(true, true, true, false, true, true).ID: return 4637;
5416  case MushroomStem::MushroomStem(true, true, true, false, true, false).ID: return 4638;
5417  case MushroomStem::MushroomStem(true, true, true, false, false, true).ID: return 4639;
5418  case MushroomStem::MushroomStem(true, true, true, false, false, false).ID: return 4640;
5419  case MushroomStem::MushroomStem(true, true, false, true, true, true).ID: return 4641;
5420  case MushroomStem::MushroomStem(true, true, false, true, true, false).ID: return 4642;
5421  case MushroomStem::MushroomStem(true, true, false, true, false, true).ID: return 4643;
5422  case MushroomStem::MushroomStem(true, true, false, true, false, false).ID: return 4644;
5423  case MushroomStem::MushroomStem(true, true, false, false, true, true).ID: return 4645;
5424  case MushroomStem::MushroomStem(true, true, false, false, true, false).ID: return 4646;
5425  case MushroomStem::MushroomStem(true, true, false, false, false, true).ID: return 4647;
5426  case MushroomStem::MushroomStem(true, true, false, false, false, false).ID: return 4648;
5427  case MushroomStem::MushroomStem(true, false, true, true, true, true).ID: return 4649;
5428  case MushroomStem::MushroomStem(true, false, true, true, true, false).ID: return 4650;
5429  case MushroomStem::MushroomStem(true, false, true, true, false, true).ID: return 4651;
5430  case MushroomStem::MushroomStem(true, false, true, true, false, false).ID: return 4652;
5431  case MushroomStem::MushroomStem(true, false, true, false, true, true).ID: return 4653;
5432  case MushroomStem::MushroomStem(true, false, true, false, true, false).ID: return 4654;
5433  case MushroomStem::MushroomStem(true, false, true, false, false, true).ID: return 4655;
5434  case MushroomStem::MushroomStem(true, false, true, false, false, false).ID: return 4656;
5435  case MushroomStem::MushroomStem(true, false, false, true, true, true).ID: return 4657;
5436  case MushroomStem::MushroomStem(true, false, false, true, true, false).ID: return 4658;
5437  case MushroomStem::MushroomStem(true, false, false, true, false, true).ID: return 4659;
5438  case MushroomStem::MushroomStem(true, false, false, true, false, false).ID: return 4660;
5439  case MushroomStem::MushroomStem(true, false, false, false, true, true).ID: return 4661;
5440  case MushroomStem::MushroomStem(true, false, false, false, true, false).ID: return 4662;
5441  case MushroomStem::MushroomStem(true, false, false, false, false, true).ID: return 4663;
5442  case MushroomStem::MushroomStem(true, false, false, false, false, false).ID: return 4664;
5443  case MushroomStem::MushroomStem(false, true, true, true, true, true).ID: return 4665;
5444  case MushroomStem::MushroomStem(false, true, true, true, true, false).ID: return 4666;
5445  case MushroomStem::MushroomStem(false, true, true, true, false, true).ID: return 4667;
5446  case MushroomStem::MushroomStem(false, true, true, true, false, false).ID: return 4668;
5447  case MushroomStem::MushroomStem(false, true, true, false, true, true).ID: return 4669;
5448  case MushroomStem::MushroomStem(false, true, true, false, true, false).ID: return 4670;
5449  case MushroomStem::MushroomStem(false, true, true, false, false, true).ID: return 4671;
5450  case MushroomStem::MushroomStem(false, true, true, false, false, false).ID: return 4672;
5451  case MushroomStem::MushroomStem(false, true, false, true, true, true).ID: return 4673;
5452  case MushroomStem::MushroomStem(false, true, false, true, true, false).ID: return 4674;
5453  case MushroomStem::MushroomStem(false, true, false, true, false, true).ID: return 4675;
5454  case MushroomStem::MushroomStem(false, true, false, true, false, false).ID: return 4676;
5455  case MushroomStem::MushroomStem(false, true, false, false, true, true).ID: return 4677;
5456  case MushroomStem::MushroomStem(false, true, false, false, true, false).ID: return 4678;
5457  case MushroomStem::MushroomStem(false, true, false, false, false, true).ID: return 4679;
5458  case MushroomStem::MushroomStem(false, true, false, false, false, false).ID: return 4680;
5459  case MushroomStem::MushroomStem(false, false, true, true, true, true).ID: return 4681;
5460  case MushroomStem::MushroomStem(false, false, true, true, true, false).ID: return 4682;
5461  case MushroomStem::MushroomStem(false, false, true, true, false, true).ID: return 4683;
5462  case MushroomStem::MushroomStem(false, false, true, true, false, false).ID: return 4684;
5463  case MushroomStem::MushroomStem(false, false, true, false, true, true).ID: return 4685;
5464  case MushroomStem::MushroomStem(false, false, true, false, true, false).ID: return 4686;
5465  case MushroomStem::MushroomStem(false, false, true, false, false, true).ID: return 4687;
5466  case MushroomStem::MushroomStem(false, false, true, false, false, false).ID: return 4688;
5467  case MushroomStem::MushroomStem(false, false, false, true, true, true).ID: return 4689;
5468  case MushroomStem::MushroomStem(false, false, false, true, true, false).ID: return 4690;
5469  case MushroomStem::MushroomStem(false, false, false, true, false, true).ID: return 4691;
5470  case MushroomStem::MushroomStem(false, false, false, true, false, false).ID: return 4692;
5471  case MushroomStem::MushroomStem(false, false, false, false, true, true).ID: return 4693;
5472  case MushroomStem::MushroomStem(false, false, false, false, true, false).ID: return 4694;
5473  case MushroomStem::MushroomStem(false, false, false, false, false, true).ID: return 4695;
5474  case MushroomStem::MushroomStem(false, false, false, false, false, false).ID: return 4696;
5475  case Mycelium::Mycelium(true).ID: return 5012;
5476  case Mycelium::Mycelium(false).ID: return 5013;
5477  case NetherBrickFence::NetherBrickFence(true, true, true, true).ID: return 5018;
5478  case NetherBrickFence::NetherBrickFence(true, true, true, false).ID: return 5019;
5479  case NetherBrickFence::NetherBrickFence(true, true, false, true).ID: return 5022;
5480  case NetherBrickFence::NetherBrickFence(true, true, false, false).ID: return 5023;
5481  case NetherBrickFence::NetherBrickFence(true, false, true, true).ID: return 5026;
5482  case NetherBrickFence::NetherBrickFence(true, false, true, false).ID: return 5027;
5483  case NetherBrickFence::NetherBrickFence(true, false, false, true).ID: return 5030;
5484  case NetherBrickFence::NetherBrickFence(true, false, false, false).ID: return 5031;
5485  case NetherBrickFence::NetherBrickFence(false, true, true, true).ID: return 5034;
5486  case NetherBrickFence::NetherBrickFence(false, true, true, false).ID: return 5035;
5487  case NetherBrickFence::NetherBrickFence(false, true, false, true).ID: return 5038;
5488  case NetherBrickFence::NetherBrickFence(false, true, false, false).ID: return 5039;
5489  case NetherBrickFence::NetherBrickFence(false, false, true, true).ID: return 5042;
5490  case NetherBrickFence::NetherBrickFence(false, false, true, false).ID: return 5043;
5491  case NetherBrickFence::NetherBrickFence(false, false, false, true).ID: return 5046;
5492  case NetherBrickFence::NetherBrickFence(false, false, false, false).ID: return 5047;
5493  case NetherBrickSlab::NetherBrickSlab(NetherBrickSlab::Type::Top).ID: return 8385;
5495  case NetherBrickSlab::NetherBrickSlab(NetherBrickSlab::Type::Double).ID: return 8389;
5496  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::Straight).ID: return 5049;
5497  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerLeft).ID: return 5051;
5498  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerRight).ID: return 5053;
5499  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterLeft).ID: return 5055;
5500  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterRight).ID: return 5057;
5501  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::Straight).ID: return 5059;
5502  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerLeft).ID: return 5061;
5503  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerRight).ID: return 5063;
5504  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterLeft).ID: return 5065;
5505  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterRight).ID: return 5067;
5506  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::Straight).ID: return 5069;
5507  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerLeft).ID: return 5071;
5508  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerRight).ID: return 5073;
5509  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterLeft).ID: return 5075;
5510  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterRight).ID: return 5077;
5511  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::Straight).ID: return 5079;
5512  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerLeft).ID: return 5081;
5513  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerRight).ID: return 5083;
5514  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterLeft).ID: return 5085;
5515  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterRight).ID: return 5087;
5516  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::Straight).ID: return 5089;
5517  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerLeft).ID: return 5091;
5518  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerRight).ID: return 5093;
5519  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterLeft).ID: return 5095;
5520  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterRight).ID: return 5097;
5521  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::Straight).ID: return 5099;
5522  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerLeft).ID: return 5101;
5523  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerRight).ID: return 5103;
5524  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterLeft).ID: return 5105;
5525  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XM, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterRight).ID: return 5107;
5526  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::Straight).ID: return 5109;
5527  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerLeft).ID: return 5111;
5528  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::InnerRight).ID: return 5113;
5529  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterLeft).ID: return 5115;
5530  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Top, NetherBrickStairs::Shape::OuterRight).ID: return 5117;
5531  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::Straight).ID: return 5119;
5532  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerLeft).ID: return 5121;
5533  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::InnerRight).ID: return 5123;
5534  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterLeft).ID: return 5125;
5535  case NetherBrickStairs::NetherBrickStairs(eBlockFace::BLOCK_FACE_XP, NetherBrickStairs::Half::Bottom, NetherBrickStairs::Shape::OuterRight).ID: return 5127;
5536  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 12814;
5537  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 12815;
5538  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 12816;
5539  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 12820;
5540  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 12821;
5541  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 12822;
5542  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 12826;
5543  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 12827;
5544  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 12828;
5545  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 12832;
5546  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 12833;
5547  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 12834;
5548  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 12838;
5549  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 12839;
5550  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 12840;
5551  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 12844;
5552  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 12845;
5553  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 12846;
5554  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 12850;
5555  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 12851;
5556  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 12852;
5557  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 12856;
5558  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 12857;
5559  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 12858;
5560  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 12862;
5561  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 12863;
5562  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 12864;
5563  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 12868;
5564  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 12869;
5565  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 12870;
5566  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 12874;
5567  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 12875;
5568  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 12876;
5569  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 12880;
5570  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 12881;
5571  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 12882;
5572  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 12886;
5573  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 12887;
5574  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 12888;
5575  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 12892;
5576  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 12893;
5577  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 12894;
5578  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 12898;
5579  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 12899;
5580  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 12900;
5581  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 12904;
5582  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 12905;
5583  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 12906;
5584  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 12910;
5585  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 12911;
5586  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 12912;
5587  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 12916;
5588  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 12917;
5589  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::None, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 12918;
5590  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 12922;
5591  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 12923;
5592  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 12924;
5593  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 12928;
5594  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 12929;
5595  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 12930;
5596  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 12934;
5597  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 12935;
5598  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 12936;
5599  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 12940;
5600  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 12941;
5601  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 12942;
5602  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 12946;
5603  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 12947;
5604  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 12948;
5605  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 12952;
5606  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 12953;
5607  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 12954;
5608  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 12958;
5609  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 12959;
5610  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 12960;
5611  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 12964;
5612  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 12965;
5613  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 12966;
5614  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 12970;
5615  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 12971;
5616  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 12972;
5617  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 12976;
5618  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 12977;
5619  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 12978;
5620  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 12982;
5621  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 12983;
5622  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 12984;
5623  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 12988;
5624  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 12989;
5625  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 12990;
5626  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 12994;
5627  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 12995;
5628  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 12996;
5629  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 13000;
5630  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 13001;
5631  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 13002;
5632  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 13006;
5633  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 13007;
5634  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 13008;
5635  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 13012;
5636  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 13013;
5637  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 13014;
5638  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 13018;
5639  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 13019;
5640  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 13020;
5641  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 13024;
5642  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 13025;
5643  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Low, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 13026;
5644  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 13030;
5645  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 13031;
5646  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 13032;
5647  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 13036;
5648  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 13037;
5649  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 13038;
5650  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 13042;
5651  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 13043;
5652  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 13044;
5653  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 13048;
5654  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 13049;
5655  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 13050;
5656  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 13054;
5657  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 13055;
5658  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 13056;
5659  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 13060;
5660  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 13061;
5661  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::None, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 13062;
5662  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 13066;
5663  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 13067;
5664  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 13068;
5665  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 13072;
5666  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 13073;
5667  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 13074;
5668  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 13078;
5669  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 13079;
5670  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 13080;
5671  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 13084;
5672  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 13085;
5673  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 13086;
5674  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 13090;
5675  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 13091;
5676  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 13092;
5677  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 13096;
5678  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 13097;
5679  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Low, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 13098;
5680  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::None).ID: return 13102;
5681  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::Low).ID: return 13103;
5682  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::None, true, NetherBrickWall::West::Tall).ID: return 13104;
5683  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::None).ID: return 13108;
5684  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::Low).ID: return 13109;
5685  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::None, false, NetherBrickWall::West::Tall).ID: return 13110;
5686  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::None).ID: return 13114;
5687  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::Low).ID: return 13115;
5688  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, true, NetherBrickWall::West::Tall).ID: return 13116;
5689  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::None).ID: return 13120;
5690  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::Low).ID: return 13121;
5691  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Low, false, NetherBrickWall::West::Tall).ID: return 13122;
5692  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::None).ID: return 13126;
5693  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Low).ID: return 13127;
5694  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, true, NetherBrickWall::West::Tall).ID: return 13128;
5695  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::None).ID: return 13132;
5696  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Low).ID: return 13133;
5697  case NetherBrickWall::NetherBrickWall(NetherBrickWall::East::Tall, NetherBrickWall::North::Tall, NetherBrickWall::South::Tall, false, NetherBrickWall::West::Tall).ID: return 13134;
5698  case NetherBricks::NetherBricks().ID: return 5015;
5699  case NetherGoldOre::NetherGoldOre().ID: return 72;
5700  case NetherPortal::NetherPortal(NetherPortal::Axis::X).ID: return 4014;
5701  case NetherPortal::NetherPortal(NetherPortal::Axis::Z).ID: return 4015;
5702  case NetherQuartzOre::NetherQuartzOre().ID: return 6727;
5703  case NetherSprouts::NetherSprouts().ID: return 14974;
5704  case NetherWart::NetherWart(0).ID: return 5128;
5705  case NetherWart::NetherWart(1).ID: return 5129;
5706  case NetherWart::NetherWart(2).ID: return 5130;
5707  case NetherWart::NetherWart(3).ID: return 5131;
5708  case NetherWartBlock::NetherWartBlock().ID: return 9254;
5709  case NetheriteBlock::NetheriteBlock().ID: return 15826;
5710  case Netherrack::Netherrack().ID: return 3999;
5711  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 0, true).ID: return 249;
5712  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 0, false).ID: return 250;
5713  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 1, true).ID: return 251;
5714  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 1, false).ID: return 252;
5715  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 2, true).ID: return 253;
5716  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 2, false).ID: return 254;
5717  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 3, true).ID: return 255;
5718  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 3, false).ID: return 256;
5719  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 4, true).ID: return 257;
5720  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 4, false).ID: return 258;
5721  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 5, true).ID: return 259;
5722  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 5, false).ID: return 260;
5723  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 6, true).ID: return 261;
5724  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 6, false).ID: return 262;
5725  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 7, true).ID: return 263;
5726  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 7, false).ID: return 264;
5727  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 8, true).ID: return 265;
5728  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 8, false).ID: return 266;
5729  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 9, true).ID: return 267;
5730  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 9, false).ID: return 268;
5731  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 10, true).ID: return 269;
5732  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 10, false).ID: return 270;
5733  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 11, true).ID: return 271;
5734  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 11, false).ID: return 272;
5735  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 12, true).ID: return 273;
5736  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 12, false).ID: return 274;
5737  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 13, true).ID: return 275;
5738  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 13, false).ID: return 276;
5739  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 14, true).ID: return 277;
5740  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 14, false).ID: return 278;
5741  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 15, true).ID: return 279;
5742  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 15, false).ID: return 280;
5743  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 16, true).ID: return 281;
5744  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 16, false).ID: return 282;
5745  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 17, true).ID: return 283;
5746  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 17, false).ID: return 284;
5747  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 18, true).ID: return 285;
5748  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 18, false).ID: return 286;
5749  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 19, true).ID: return 287;
5750  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 19, false).ID: return 288;
5751  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 20, true).ID: return 289;
5752  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 20, false).ID: return 290;
5753  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 21, true).ID: return 291;
5754  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 21, false).ID: return 292;
5755  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 22, true).ID: return 293;
5756  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 22, false).ID: return 294;
5757  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 23, true).ID: return 295;
5758  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 23, false).ID: return 296;
5759  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 24, true).ID: return 297;
5760  case NoteBlock::NoteBlock(NoteBlock::Instrument::Harp, 24, false).ID: return 298;
5761  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 0, true).ID: return 299;
5762  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 0, false).ID: return 300;
5763  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 1, true).ID: return 301;
5764  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 1, false).ID: return 302;
5765  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 2, true).ID: return 303;
5766  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 2, false).ID: return 304;
5767  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 3, true).ID: return 305;
5768  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 3, false).ID: return 306;
5769  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 4, true).ID: return 307;
5770  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 4, false).ID: return 308;
5771  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 5, true).ID: return 309;
5772  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 5, false).ID: return 310;
5773  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 6, true).ID: return 311;
5774  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 6, false).ID: return 312;
5775  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 7, true).ID: return 313;
5776  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 7, false).ID: return 314;
5777  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 8, true).ID: return 315;
5778  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 8, false).ID: return 316;
5779  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 9, true).ID: return 317;
5780  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 9, false).ID: return 318;
5781  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 10, true).ID: return 319;
5782  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 10, false).ID: return 320;
5783  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 11, true).ID: return 321;
5784  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 11, false).ID: return 322;
5785  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 12, true).ID: return 323;
5786  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 12, false).ID: return 324;
5787  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 13, true).ID: return 325;
5788  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 13, false).ID: return 326;
5789  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 14, true).ID: return 327;
5790  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 14, false).ID: return 328;
5791  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 15, true).ID: return 329;
5792  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 15, false).ID: return 330;
5793  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 16, true).ID: return 331;
5794  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 16, false).ID: return 332;
5795  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 17, true).ID: return 333;
5796  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 17, false).ID: return 334;
5797  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 18, true).ID: return 335;
5798  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 18, false).ID: return 336;
5799  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 19, true).ID: return 337;
5800  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 19, false).ID: return 338;
5801  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 20, true).ID: return 339;
5802  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 20, false).ID: return 340;
5803  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 21, true).ID: return 341;
5804  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 21, false).ID: return 342;
5805  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 22, true).ID: return 343;
5806  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 22, false).ID: return 344;
5807  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 23, true).ID: return 345;
5808  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 23, false).ID: return 346;
5809  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 24, true).ID: return 347;
5810  case NoteBlock::NoteBlock(NoteBlock::Instrument::Basedrum, 24, false).ID: return 348;
5811  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 0, true).ID: return 349;
5812  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 0, false).ID: return 350;
5813  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 1, true).ID: return 351;
5814  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 1, false).ID: return 352;
5815  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 2, true).ID: return 353;
5816  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 2, false).ID: return 354;
5817  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 3, true).ID: return 355;
5818  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 3, false).ID: return 356;
5819  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 4, true).ID: return 357;
5820  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 4, false).ID: return 358;
5821  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 5, true).ID: return 359;
5822  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 5, false).ID: return 360;
5823  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 6, true).ID: return 361;
5824  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 6, false).ID: return 362;
5825  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 7, true).ID: return 363;
5826  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 7, false).ID: return 364;
5827  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 8, true).ID: return 365;
5828  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 8, false).ID: return 366;
5829  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 9, true).ID: return 367;
5830  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 9, false).ID: return 368;
5831  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 10, true).ID: return 369;
5832  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 10, false).ID: return 370;
5833  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 11, true).ID: return 371;
5834  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 11, false).ID: return 372;
5835  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 12, true).ID: return 373;
5836  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 12, false).ID: return 374;
5837  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 13, true).ID: return 375;
5838  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 13, false).ID: return 376;
5839  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 14, true).ID: return 377;
5840  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 14, false).ID: return 378;
5841  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 15, true).ID: return 379;
5842  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 15, false).ID: return 380;
5843  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 16, true).ID: return 381;
5844  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 16, false).ID: return 382;
5845  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 17, true).ID: return 383;
5846  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 17, false).ID: return 384;
5847  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 18, true).ID: return 385;
5848  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 18, false).ID: return 386;
5849  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 19, true).ID: return 387;
5850  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 19, false).ID: return 388;
5851  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 20, true).ID: return 389;
5852  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 20, false).ID: return 390;
5853  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 21, true).ID: return 391;
5854  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 21, false).ID: return 392;
5855  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 22, true).ID: return 393;
5856  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 22, false).ID: return 394;
5857  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 23, true).ID: return 395;
5858  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 23, false).ID: return 396;
5859  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 24, true).ID: return 397;
5860  case NoteBlock::NoteBlock(NoteBlock::Instrument::Snare, 24, false).ID: return 398;
5861  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 0, true).ID: return 399;
5862  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 0, false).ID: return 400;
5863  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 1, true).ID: return 401;
5864  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 1, false).ID: return 402;
5865  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 2, true).ID: return 403;
5866  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 2, false).ID: return 404;
5867  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 3, true).ID: return 405;
5868  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 3, false).ID: return 406;
5869  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 4, true).ID: return 407;
5870  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 4, false).ID: return 408;
5871  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 5, true).ID: return 409;
5872  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 5, false).ID: return 410;
5873  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 6, true).ID: return 411;
5874  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 6, false).ID: return 412;
5875  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 7, true).ID: return 413;
5876  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 7, false).ID: return 414;
5877  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 8, true).ID: return 415;
5878  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 8, false).ID: return 416;
5879  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 9, true).ID: return 417;
5880  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 9, false).ID: return 418;
5881  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 10, true).ID: return 419;
5882  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 10, false).ID: return 420;
5883  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 11, true).ID: return 421;
5884  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 11, false).ID: return 422;
5885  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 12, true).ID: return 423;
5886  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 12, false).ID: return 424;
5887  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 13, true).ID: return 425;
5888  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 13, false).ID: return 426;
5889  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 14, true).ID: return 427;
5890  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 14, false).ID: return 428;
5891  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 15, true).ID: return 429;
5892  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 15, false).ID: return 430;
5893  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 16, true).ID: return 431;
5894  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 16, false).ID: return 432;
5895  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 17, true).ID: return 433;
5896  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 17, false).ID: return 434;
5897  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 18, true).ID: return 435;
5898  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 18, false).ID: return 436;
5899  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 19, true).ID: return 437;
5900  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 19, false).ID: return 438;
5901  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 20, true).ID: return 439;
5902  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 20, false).ID: return 440;
5903  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 21, true).ID: return 441;
5904  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 21, false).ID: return 442;
5905  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 22, true).ID: return 443;
5906  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 22, false).ID: return 444;
5907  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 23, true).ID: return 445;
5908  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 23, false).ID: return 446;
5909  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 24, true).ID: return 447;
5910  case NoteBlock::NoteBlock(NoteBlock::Instrument::Hat, 24, false).ID: return 448;
5911  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 0, true).ID: return 449;
5912  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 0, false).ID: return 450;
5913  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 1, true).ID: return 451;
5914  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 1, false).ID: return 452;
5915  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 2, true).ID: return 453;
5916  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 2, false).ID: return 454;
5917  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 3, true).ID: return 455;
5918  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 3, false).ID: return 456;
5919  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 4, true).ID: return 457;
5920  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 4, false).ID: return 458;
5921  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 5, true).ID: return 459;
5922  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 5, false).ID: return 460;
5923  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 6, true).ID: return 461;
5924  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 6, false).ID: return 462;
5925  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 7, true).ID: return 463;
5926  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 7, false).ID: return 464;
5927  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 8, true).ID: return 465;
5928  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 8, false).ID: return 466;
5929  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 9, true).ID: return 467;
5930  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 9, false).ID: return 468;
5931  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 10, true).ID: return 469;
5932  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 10, false).ID: return 470;
5933  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 11, true).ID: return 471;
5934  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 11, false).ID: return 472;
5935  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 12, true).ID: return 473;
5936  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 12, false).ID: return 474;
5937  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 13, true).ID: return 475;
5938  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 13, false).ID: return 476;
5939  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 14, true).ID: return 477;
5940  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 14, false).ID: return 478;
5941  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 15, true).ID: return 479;
5942  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 15, false).ID: return 480;
5943  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 16, true).ID: return 481;
5944  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 16, false).ID: return 482;
5945  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 17, true).ID: return 483;
5946  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 17, false).ID: return 484;
5947  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 18, true).ID: return 485;
5948  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 18, false).ID: return 486;
5949  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 19, true).ID: return 487;
5950  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 19, false).ID: return 488;
5951  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 20, true).ID: return 489;
5952  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 20, false).ID: return 490;
5953  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 21, true).ID: return 491;
5954  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 21, false).ID: return 492;
5955  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 22, true).ID: return 493;
5956  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 22, false).ID: return 494;
5957  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 23, true).ID: return 495;
5958  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 23, false).ID: return 496;
5959  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 24, true).ID: return 497;
5960  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bass, 24, false).ID: return 498;
5961  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 0, true).ID: return 499;
5962  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 0, false).ID: return 500;
5963  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 1, true).ID: return 501;
5964  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 1, false).ID: return 502;
5965  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 2, true).ID: return 503;
5966  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 2, false).ID: return 504;
5967  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 3, true).ID: return 505;
5968  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 3, false).ID: return 506;
5969  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 4, true).ID: return 507;
5970  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 4, false).ID: return 508;
5971  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 5, true).ID: return 509;
5972  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 5, false).ID: return 510;
5973  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 6, true).ID: return 511;
5974  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 6, false).ID: return 512;
5975  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 7, true).ID: return 513;
5976  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 7, false).ID: return 514;
5977  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 8, true).ID: return 515;
5978  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 8, false).ID: return 516;
5979  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 9, true).ID: return 517;
5980  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 9, false).ID: return 518;
5981  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 10, true).ID: return 519;
5982  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 10, false).ID: return 520;
5983  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 11, true).ID: return 521;
5984  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 11, false).ID: return 522;
5985  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 12, true).ID: return 523;
5986  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 12, false).ID: return 524;
5987  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 13, true).ID: return 525;
5988  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 13, false).ID: return 526;
5989  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 14, true).ID: return 527;
5990  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 14, false).ID: return 528;
5991  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 15, true).ID: return 529;
5992  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 15, false).ID: return 530;
5993  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 16, true).ID: return 531;
5994  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 16, false).ID: return 532;
5995  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 17, true).ID: return 533;
5996  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 17, false).ID: return 534;
5997  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 18, true).ID: return 535;
5998  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 18, false).ID: return 536;
5999  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 19, true).ID: return 537;
6000  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 19, false).ID: return 538;
6001  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 20, true).ID: return 539;
6002  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 20, false).ID: return 540;
6003  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 21, true).ID: return 541;
6004  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 21, false).ID: return 542;
6005  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 22, true).ID: return 543;
6006  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 22, false).ID: return 544;
6007  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 23, true).ID: return 545;
6008  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 23, false).ID: return 546;
6009  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 24, true).ID: return 547;
6010  case NoteBlock::NoteBlock(NoteBlock::Instrument::Flute, 24, false).ID: return 548;
6011  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 0, true).ID: return 549;
6012  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 0, false).ID: return 550;
6013  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 1, true).ID: return 551;
6014  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 1, false).ID: return 552;
6015  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 2, true).ID: return 553;
6016  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 2, false).ID: return 554;
6017  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 3, true).ID: return 555;
6018  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 3, false).ID: return 556;
6019  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 4, true).ID: return 557;
6020  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 4, false).ID: return 558;
6021  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 5, true).ID: return 559;
6022  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 5, false).ID: return 560;
6023  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 6, true).ID: return 561;
6024  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 6, false).ID: return 562;
6025  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 7, true).ID: return 563;
6026  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 7, false).ID: return 564;
6027  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 8, true).ID: return 565;
6028  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 8, false).ID: return 566;
6029  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 9, true).ID: return 567;
6030  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 9, false).ID: return 568;
6031  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 10, true).ID: return 569;
6032  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 10, false).ID: return 570;
6033  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 11, true).ID: return 571;
6034  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 11, false).ID: return 572;
6035  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 12, true).ID: return 573;
6036  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 12, false).ID: return 574;
6037  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 13, true).ID: return 575;
6038  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 13, false).ID: return 576;
6039  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 14, true).ID: return 577;
6040  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 14, false).ID: return 578;
6041  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 15, true).ID: return 579;
6042  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 15, false).ID: return 580;
6043  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 16, true).ID: return 581;
6044  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 16, false).ID: return 582;
6045  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 17, true).ID: return 583;
6046  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 17, false).ID: return 584;
6047  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 18, true).ID: return 585;
6048  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 18, false).ID: return 586;
6049  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 19, true).ID: return 587;
6050  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 19, false).ID: return 588;
6051  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 20, true).ID: return 589;
6052  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 20, false).ID: return 590;
6053  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 21, true).ID: return 591;
6054  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 21, false).ID: return 592;
6055  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 22, true).ID: return 593;
6056  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 22, false).ID: return 594;
6057  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 23, true).ID: return 595;
6058  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 23, false).ID: return 596;
6059  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 24, true).ID: return 597;
6060  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bell, 24, false).ID: return 598;
6061  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 0, true).ID: return 599;
6062  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 0, false).ID: return 600;
6063  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 1, true).ID: return 601;
6064  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 1, false).ID: return 602;
6065  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 2, true).ID: return 603;
6066  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 2, false).ID: return 604;
6067  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 3, true).ID: return 605;
6068  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 3, false).ID: return 606;
6069  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 4, true).ID: return 607;
6070  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 4, false).ID: return 608;
6071  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 5, true).ID: return 609;
6072  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 5, false).ID: return 610;
6073  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 6, true).ID: return 611;
6074  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 6, false).ID: return 612;
6075  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 7, true).ID: return 613;
6076  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 7, false).ID: return 614;
6077  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 8, true).ID: return 615;
6078  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 8, false).ID: return 616;
6079  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 9, true).ID: return 617;
6080  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 9, false).ID: return 618;
6081  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 10, true).ID: return 619;
6082  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 10, false).ID: return 620;
6083  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 11, true).ID: return 621;
6084  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 11, false).ID: return 622;
6085  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 12, true).ID: return 623;
6086  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 12, false).ID: return 624;
6087  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 13, true).ID: return 625;
6088  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 13, false).ID: return 626;
6089  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 14, true).ID: return 627;
6090  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 14, false).ID: return 628;
6091  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 15, true).ID: return 629;
6092  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 15, false).ID: return 630;
6093  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 16, true).ID: return 631;
6094  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 16, false).ID: return 632;
6095  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 17, true).ID: return 633;
6096  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 17, false).ID: return 634;
6097  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 18, true).ID: return 635;
6098  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 18, false).ID: return 636;
6099  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 19, true).ID: return 637;
6100  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 19, false).ID: return 638;
6101  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 20, true).ID: return 639;
6102  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 20, false).ID: return 640;
6103  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 21, true).ID: return 641;
6104  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 21, false).ID: return 642;
6105  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 22, true).ID: return 643;
6106  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 22, false).ID: return 644;
6107  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 23, true).ID: return 645;
6108  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 23, false).ID: return 646;
6109  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 24, true).ID: return 647;
6110  case NoteBlock::NoteBlock(NoteBlock::Instrument::Guitar, 24, false).ID: return 648;
6111  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 0, true).ID: return 649;
6112  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 0, false).ID: return 650;
6113  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 1, true).ID: return 651;
6114  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 1, false).ID: return 652;
6115  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 2, true).ID: return 653;
6116  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 2, false).ID: return 654;
6117  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 3, true).ID: return 655;
6118  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 3, false).ID: return 656;
6119  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 4, true).ID: return 657;
6120  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 4, false).ID: return 658;
6121  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 5, true).ID: return 659;
6122  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 5, false).ID: return 660;
6123  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 6, true).ID: return 661;
6124  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 6, false).ID: return 662;
6125  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 7, true).ID: return 663;
6126  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 7, false).ID: return 664;
6127  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 8, true).ID: return 665;
6128  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 8, false).ID: return 666;
6129  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 9, true).ID: return 667;
6130  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 9, false).ID: return 668;
6131  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 10, true).ID: return 669;
6132  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 10, false).ID: return 670;
6133  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 11, true).ID: return 671;
6134  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 11, false).ID: return 672;
6135  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 12, true).ID: return 673;
6136  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 12, false).ID: return 674;
6137  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 13, true).ID: return 675;
6138  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 13, false).ID: return 676;
6139  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 14, true).ID: return 677;
6140  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 14, false).ID: return 678;
6141  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 15, true).ID: return 679;
6142  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 15, false).ID: return 680;
6143  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 16, true).ID: return 681;
6144  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 16, false).ID: return 682;
6145  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 17, true).ID: return 683;
6146  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 17, false).ID: return 684;
6147  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 18, true).ID: return 685;
6148  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 18, false).ID: return 686;
6149  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 19, true).ID: return 687;
6150  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 19, false).ID: return 688;
6151  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 20, true).ID: return 689;
6152  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 20, false).ID: return 690;
6153  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 21, true).ID: return 691;
6154  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 21, false).ID: return 692;
6155  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 22, true).ID: return 693;
6156  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 22, false).ID: return 694;
6157  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 23, true).ID: return 695;
6158  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 23, false).ID: return 696;
6159  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 24, true).ID: return 697;
6160  case NoteBlock::NoteBlock(NoteBlock::Instrument::Chime, 24, false).ID: return 698;
6161  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 0, true).ID: return 699;
6162  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 0, false).ID: return 700;
6163  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 1, true).ID: return 701;
6164  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 1, false).ID: return 702;
6165  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 2, true).ID: return 703;
6166  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 2, false).ID: return 704;
6167  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 3, true).ID: return 705;
6168  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 3, false).ID: return 706;
6169  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 4, true).ID: return 707;
6170  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 4, false).ID: return 708;
6171  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 5, true).ID: return 709;
6172  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 5, false).ID: return 710;
6173  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 6, true).ID: return 711;
6174  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 6, false).ID: return 712;
6175  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 7, true).ID: return 713;
6176  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 7, false).ID: return 714;
6177  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 8, true).ID: return 715;
6178  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 8, false).ID: return 716;
6179  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 9, true).ID: return 717;
6180  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 9, false).ID: return 718;
6181  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 10, true).ID: return 719;
6182  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 10, false).ID: return 720;
6183  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 11, true).ID: return 721;
6184  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 11, false).ID: return 722;
6185  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 12, true).ID: return 723;
6186  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 12, false).ID: return 724;
6187  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 13, true).ID: return 725;
6188  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 13, false).ID: return 726;
6189  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 14, true).ID: return 727;
6190  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 14, false).ID: return 728;
6191  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 15, true).ID: return 729;
6192  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 15, false).ID: return 730;
6193  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 16, true).ID: return 731;
6194  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 16, false).ID: return 732;
6195  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 17, true).ID: return 733;
6196  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 17, false).ID: return 734;
6197  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 18, true).ID: return 735;
6198  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 18, false).ID: return 736;
6199  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 19, true).ID: return 737;
6200  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 19, false).ID: return 738;
6201  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 20, true).ID: return 739;
6202  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 20, false).ID: return 740;
6203  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 21, true).ID: return 741;
6204  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 21, false).ID: return 742;
6205  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 22, true).ID: return 743;
6206  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 22, false).ID: return 744;
6207  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 23, true).ID: return 745;
6208  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 23, false).ID: return 746;
6209  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 24, true).ID: return 747;
6210  case NoteBlock::NoteBlock(NoteBlock::Instrument::Xylophone, 24, false).ID: return 748;
6211  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 0, true).ID: return 749;
6212  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 0, false).ID: return 750;
6213  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 1, true).ID: return 751;
6214  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 1, false).ID: return 752;
6215  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 2, true).ID: return 753;
6216  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 2, false).ID: return 754;
6217  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 3, true).ID: return 755;
6218  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 3, false).ID: return 756;
6219  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 4, true).ID: return 757;
6220  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 4, false).ID: return 758;
6221  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 5, true).ID: return 759;
6222  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 5, false).ID: return 760;
6223  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 6, true).ID: return 761;
6224  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 6, false).ID: return 762;
6225  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 7, true).ID: return 763;
6226  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 7, false).ID: return 764;
6227  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 8, true).ID: return 765;
6228  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 8, false).ID: return 766;
6229  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 9, true).ID: return 767;
6230  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 9, false).ID: return 768;
6231  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 10, true).ID: return 769;
6232  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 10, false).ID: return 770;
6233  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 11, true).ID: return 771;
6234  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 11, false).ID: return 772;
6235  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 12, true).ID: return 773;
6236  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 12, false).ID: return 774;
6237  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 13, true).ID: return 775;
6238  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 13, false).ID: return 776;
6239  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 14, true).ID: return 777;
6240  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 14, false).ID: return 778;
6241  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 15, true).ID: return 779;
6242  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 15, false).ID: return 780;
6243  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 16, true).ID: return 781;
6244  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 16, false).ID: return 782;
6245  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 17, true).ID: return 783;
6246  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 17, false).ID: return 784;
6247  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 18, true).ID: return 785;
6248  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 18, false).ID: return 786;
6249  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 19, true).ID: return 787;
6250  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 19, false).ID: return 788;
6251  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 20, true).ID: return 789;
6252  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 20, false).ID: return 790;
6253  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 21, true).ID: return 791;
6254  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 21, false).ID: return 792;
6255  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 22, true).ID: return 793;
6256  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 22, false).ID: return 794;
6257  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 23, true).ID: return 795;
6258  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 23, false).ID: return 796;
6259  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 24, true).ID: return 797;
6260  case NoteBlock::NoteBlock(NoteBlock::Instrument::IronXylophone, 24, false).ID: return 798;
6261  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 0, true).ID: return 799;
6262  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 0, false).ID: return 800;
6263  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 1, true).ID: return 801;
6264  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 1, false).ID: return 802;
6265  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 2, true).ID: return 803;
6266  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 2, false).ID: return 804;
6267  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 3, true).ID: return 805;
6268  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 3, false).ID: return 806;
6269  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 4, true).ID: return 807;
6270  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 4, false).ID: return 808;
6271  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 5, true).ID: return 809;
6272  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 5, false).ID: return 810;
6273  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 6, true).ID: return 811;
6274  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 6, false).ID: return 812;
6275  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 7, true).ID: return 813;
6276  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 7, false).ID: return 814;
6277  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 8, true).ID: return 815;
6278  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 8, false).ID: return 816;
6279  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 9, true).ID: return 817;
6280  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 9, false).ID: return 818;
6281  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 10, true).ID: return 819;
6282  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 10, false).ID: return 820;
6283  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 11, true).ID: return 821;
6284  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 11, false).ID: return 822;
6285  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 12, true).ID: return 823;
6286  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 12, false).ID: return 824;
6287  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 13, true).ID: return 825;
6288  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 13, false).ID: return 826;
6289  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 14, true).ID: return 827;
6290  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 14, false).ID: return 828;
6291  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 15, true).ID: return 829;
6292  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 15, false).ID: return 830;
6293  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 16, true).ID: return 831;
6294  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 16, false).ID: return 832;
6295  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 17, true).ID: return 833;
6296  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 17, false).ID: return 834;
6297  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 18, true).ID: return 835;
6298  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 18, false).ID: return 836;
6299  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 19, true).ID: return 837;
6300  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 19, false).ID: return 838;
6301  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 20, true).ID: return 839;
6302  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 20, false).ID: return 840;
6303  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 21, true).ID: return 841;
6304  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 21, false).ID: return 842;
6305  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 22, true).ID: return 843;
6306  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 22, false).ID: return 844;
6307  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 23, true).ID: return 845;
6308  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 23, false).ID: return 846;
6309  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 24, true).ID: return 847;
6310  case NoteBlock::NoteBlock(NoteBlock::Instrument::CowBell, 24, false).ID: return 848;
6311  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 0, true).ID: return 849;
6312  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 0, false).ID: return 850;
6313  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 1, true).ID: return 851;
6314  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 1, false).ID: return 852;
6315  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 2, true).ID: return 853;
6316  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 2, false).ID: return 854;
6317  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 3, true).ID: return 855;
6318  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 3, false).ID: return 856;
6319  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 4, true).ID: return 857;
6320  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 4, false).ID: return 858;
6321  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 5, true).ID: return 859;
6322  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 5, false).ID: return 860;
6323  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 6, true).ID: return 861;
6324  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 6, false).ID: return 862;
6325  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 7, true).ID: return 863;
6326  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 7, false).ID: return 864;
6327  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 8, true).ID: return 865;
6328  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 8, false).ID: return 866;
6329  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 9, true).ID: return 867;
6330  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 9, false).ID: return 868;
6331  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 10, true).ID: return 869;
6332  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 10, false).ID: return 870;
6333  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 11, true).ID: return 871;
6334  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 11, false).ID: return 872;
6335  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 12, true).ID: return 873;
6336  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 12, false).ID: return 874;
6337  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 13, true).ID: return 875;
6338  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 13, false).ID: return 876;
6339  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 14, true).ID: return 877;
6340  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 14, false).ID: return 878;
6341  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 15, true).ID: return 879;
6342  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 15, false).ID: return 880;
6343  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 16, true).ID: return 881;
6344  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 16, false).ID: return 882;
6345  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 17, true).ID: return 883;
6346  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 17, false).ID: return 884;
6347  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 18, true).ID: return 885;
6348  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 18, false).ID: return 886;
6349  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 19, true).ID: return 887;
6350  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 19, false).ID: return 888;
6351  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 20, true).ID: return 889;
6352  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 20, false).ID: return 890;
6353  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 21, true).ID: return 891;
6354  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 21, false).ID: return 892;
6355  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 22, true).ID: return 893;
6356  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 22, false).ID: return 894;
6357  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 23, true).ID: return 895;
6358  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 23, false).ID: return 896;
6359  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 24, true).ID: return 897;
6360  case NoteBlock::NoteBlock(NoteBlock::Instrument::Didgeridoo, 24, false).ID: return 898;
6361  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 0, true).ID: return 899;
6362  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 0, false).ID: return 900;
6363  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 1, true).ID: return 901;
6364  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 1, false).ID: return 902;
6365  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 2, true).ID: return 903;
6366  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 2, false).ID: return 904;
6367  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 3, true).ID: return 905;
6368  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 3, false).ID: return 906;
6369  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 4, true).ID: return 907;
6370  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 4, false).ID: return 908;
6371  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 5, true).ID: return 909;
6372  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 5, false).ID: return 910;
6373  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 6, true).ID: return 911;
6374  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 6, false).ID: return 912;
6375  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 7, true).ID: return 913;
6376  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 7, false).ID: return 914;
6377  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 8, true).ID: return 915;
6378  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 8, false).ID: return 916;
6379  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 9, true).ID: return 917;
6380  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 9, false).ID: return 918;
6381  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 10, true).ID: return 919;
6382  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 10, false).ID: return 920;
6383  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 11, true).ID: return 921;
6384  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 11, false).ID: return 922;
6385  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 12, true).ID: return 923;
6386  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 12, false).ID: return 924;
6387  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 13, true).ID: return 925;
6388  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 13, false).ID: return 926;
6389  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 14, true).ID: return 927;
6390  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 14, false).ID: return 928;
6391  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 15, true).ID: return 929;
6392  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 15, false).ID: return 930;
6393  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 16, true).ID: return 931;
6394  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 16, false).ID: return 932;
6395  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 17, true).ID: return 933;
6396  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 17, false).ID: return 934;
6397  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 18, true).ID: return 935;
6398  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 18, false).ID: return 936;
6399  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 19, true).ID: return 937;
6400  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 19, false).ID: return 938;
6401  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 20, true).ID: return 939;
6402  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 20, false).ID: return 940;
6403  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 21, true).ID: return 941;
6404  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 21, false).ID: return 942;
6405  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 22, true).ID: return 943;
6406  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 22, false).ID: return 944;
6407  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 23, true).ID: return 945;
6408  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 23, false).ID: return 946;
6409  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 24, true).ID: return 947;
6410  case NoteBlock::NoteBlock(NoteBlock::Instrument::Bit, 24, false).ID: return 948;
6411  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 0, true).ID: return 949;
6412  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 0, false).ID: return 950;
6413  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 1, true).ID: return 951;
6414  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 1, false).ID: return 952;
6415  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 2, true).ID: return 953;
6416  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 2, false).ID: return 954;
6417  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 3, true).ID: return 955;
6418  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 3, false).ID: return 956;
6419  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 4, true).ID: return 957;
6420  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 4, false).ID: return 958;
6421  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 5, true).ID: return 959;
6422  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 5, false).ID: return 960;
6423  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 6, true).ID: return 961;
6424  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 6, false).ID: return 962;
6425  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 7, true).ID: return 963;
6426  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 7, false).ID: return 964;
6427  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 8, true).ID: return 965;
6428  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 8, false).ID: return 966;
6429  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 9, true).ID: return 967;
6430  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 9, false).ID: return 968;
6431  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 10, true).ID: return 969;
6432  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 10, false).ID: return 970;
6433  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 11, true).ID: return 971;
6434  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 11, false).ID: return 972;
6435  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 12, true).ID: return 973;
6436  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 12, false).ID: return 974;
6437  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 13, true).ID: return 975;
6438  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 13, false).ID: return 976;
6439  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 14, true).ID: return 977;
6440  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 14, false).ID: return 978;
6441  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 15, true).ID: return 979;
6442  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 15, false).ID: return 980;
6443  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 16, true).ID: return 981;
6444  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 16, false).ID: return 982;
6445  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 17, true).ID: return 983;
6446  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 17, false).ID: return 984;
6447  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 18, true).ID: return 985;
6448  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 18, false).ID: return 986;
6449  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 19, true).ID: return 987;
6450  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 19, false).ID: return 988;
6451  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 20, true).ID: return 989;
6452  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 20, false).ID: return 990;
6453  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 21, true).ID: return 991;
6454  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 21, false).ID: return 992;
6455  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 22, true).ID: return 993;
6456  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 22, false).ID: return 994;
6457  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 23, true).ID: return 995;
6458  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 23, false).ID: return 996;
6459  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 24, true).ID: return 997;
6460  case NoteBlock::NoteBlock(NoteBlock::Instrument::Banjo, 24, false).ID: return 998;
6461  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 0, true).ID: return 999;
6462  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 0, false).ID: return 1000;
6463  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 1, true).ID: return 1001;
6464  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 1, false).ID: return 1002;
6465  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 2, true).ID: return 1003;
6466  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 2, false).ID: return 1004;
6467  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 3, true).ID: return 1005;
6468  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 3, false).ID: return 1006;
6469  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 4, true).ID: return 1007;
6470  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 4, false).ID: return 1008;
6471  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 5, true).ID: return 1009;
6472  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 5, false).ID: return 1010;
6473  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 6, true).ID: return 1011;
6474  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 6, false).ID: return 1012;
6475  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 7, true).ID: return 1013;
6476  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 7, false).ID: return 1014;
6477  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 8, true).ID: return 1015;
6478  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 8, false).ID: return 1016;
6479  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 9, true).ID: return 1017;
6480  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 9, false).ID: return 1018;
6481  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 10, true).ID: return 1019;
6482  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 10, false).ID: return 1020;
6483  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 11, true).ID: return 1021;
6484  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 11, false).ID: return 1022;
6485  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 12, true).ID: return 1023;
6486  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 12, false).ID: return 1024;
6487  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 13, true).ID: return 1025;
6488  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 13, false).ID: return 1026;
6489  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 14, true).ID: return 1027;
6490  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 14, false).ID: return 1028;
6491  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 15, true).ID: return 1029;
6492  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 15, false).ID: return 1030;
6493  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 16, true).ID: return 1031;
6494  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 16, false).ID: return 1032;
6495  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 17, true).ID: return 1033;
6496  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 17, false).ID: return 1034;
6497  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 18, true).ID: return 1035;
6498  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 18, false).ID: return 1036;
6499  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 19, true).ID: return 1037;
6500  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 19, false).ID: return 1038;
6501  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 20, true).ID: return 1039;
6502  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 20, false).ID: return 1040;
6503  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 21, true).ID: return 1041;
6504  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 21, false).ID: return 1042;
6505  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 22, true).ID: return 1043;
6506  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 22, false).ID: return 1044;
6507  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 23, true).ID: return 1045;
6508  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 23, false).ID: return 1046;
6509  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 24, true).ID: return 1047;
6510  case NoteBlock::NoteBlock(NoteBlock::Instrument::Pling, 24, false).ID: return 1048;
6511  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6346;
6512  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6347;
6513  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6348;
6514  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6349;
6515  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 6350;
6516  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 6351;
6517  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 6352;
6518  case OakButton::OakButton(OakButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 6353;
6519  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6354;
6520  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6355;
6521  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6356;
6522  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6357;
6523  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 6358;
6524  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 6359;
6525  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 6360;
6526  case OakButton::OakButton(OakButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 6361;
6527  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6362;
6528  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6363;
6529  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6364;
6530  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6365;
6531  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 6366;
6532  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 6367;
6533  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 6368;
6534  case OakButton::OakButton(OakButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 6369;
6535  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, true).ID: return 3573;
6536  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, false).ID: return 3574;
6537  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, true).ID: return 3575;
6538  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, false).ID: return 3576;
6539  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, true).ID: return 3577;
6540  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, false).ID: return 3578;
6541  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, true).ID: return 3579;
6542  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, false).ID: return 3580;
6543  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, true).ID: return 3581;
6544  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, false).ID: return 3582;
6545  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, true).ID: return 3583;
6546  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, false).ID: return 3584;
6547  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, true).ID: return 3585;
6548  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, false).ID: return 3586;
6549  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, true).ID: return 3587;
6550  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZM, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, false).ID: return 3588;
6551  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, true).ID: return 3589;
6552  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, false).ID: return 3590;
6553  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, true).ID: return 3591;
6554  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, false).ID: return 3592;
6555  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, true).ID: return 3593;
6556  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, false).ID: return 3594;
6557  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, true).ID: return 3595;
6558  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, false).ID: return 3596;
6559  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, true).ID: return 3597;
6560  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, false).ID: return 3598;
6561  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, true).ID: return 3599;
6562  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, false).ID: return 3600;
6563  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, true).ID: return 3601;
6564  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, false).ID: return 3602;
6565  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, true).ID: return 3603;
6566  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_ZP, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, false).ID: return 3604;
6567  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, true).ID: return 3605;
6568  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, false).ID: return 3606;
6569  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, true).ID: return 3607;
6570  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, false).ID: return 3608;
6571  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, true).ID: return 3609;
6572  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, false).ID: return 3610;
6573  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, true).ID: return 3611;
6574  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, false).ID: return 3612;
6575  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, true).ID: return 3613;
6576  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, false).ID: return 3614;
6577  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, true).ID: return 3615;
6578  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, false).ID: return 3616;
6579  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, true).ID: return 3617;
6580  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, false).ID: return 3618;
6581  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, true).ID: return 3619;
6582  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XM, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, false).ID: return 3620;
6583  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, true).ID: return 3621;
6584  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Left, true, false).ID: return 3622;
6585  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, true).ID: return 3623;
6586  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Left, false, false).ID: return 3624;
6587  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, true).ID: return 3625;
6588  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Right, true, false).ID: return 3626;
6589  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, true).ID: return 3627;
6590  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Upper, OakDoor::Hinge::Right, false, false).ID: return 3628;
6591  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, true).ID: return 3629;
6592  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Left, true, false).ID: return 3630;
6593  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, true).ID: return 3631;
6594  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Left, false, false).ID: return 3632;
6595  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, true).ID: return 3633;
6596  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Right, true, false).ID: return 3634;
6597  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, true).ID: return 3635;
6598  case OakDoor::OakDoor(eBlockFace::BLOCK_FACE_XP, OakDoor::Half::Lower, OakDoor::Hinge::Right, false, false).ID: return 3636;
6599  case OakFence::OakFence(true, true, true, true).ID: return 3968;
6600  case OakFence::OakFence(true, true, true, false).ID: return 3969;
6601  case OakFence::OakFence(true, true, false, true).ID: return 3972;
6602  case OakFence::OakFence(true, true, false, false).ID: return 3973;
6603  case OakFence::OakFence(true, false, true, true).ID: return 3976;
6604  case OakFence::OakFence(true, false, true, false).ID: return 3977;
6605  case OakFence::OakFence(true, false, false, true).ID: return 3980;
6606  case OakFence::OakFence(true, false, false, false).ID: return 3981;
6607  case OakFence::OakFence(false, true, true, true).ID: return 3984;
6608  case OakFence::OakFence(false, true, true, false).ID: return 3985;
6609  case OakFence::OakFence(false, true, false, true).ID: return 3988;
6610  case OakFence::OakFence(false, true, false, false).ID: return 3989;
6611  case OakFence::OakFence(false, false, true, true).ID: return 3992;
6612  case OakFence::OakFence(false, false, true, false).ID: return 3993;
6613  case OakFence::OakFence(false, false, false, true).ID: return 3996;
6614  case OakFence::OakFence(false, false, false, false).ID: return 3997;
6615  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 4820;
6616  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 4821;
6617  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 4822;
6618  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 4823;
6619  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 4824;
6620  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 4825;
6621  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 4826;
6622  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 4827;
6623  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 4828;
6624  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 4829;
6625  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 4830;
6626  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 4831;
6627  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 4832;
6628  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 4833;
6629  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 4834;
6630  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 4835;
6631  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 4836;
6632  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 4837;
6633  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 4838;
6634  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 4839;
6635  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 4840;
6636  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 4841;
6637  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 4842;
6638  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 4843;
6639  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 4844;
6640  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 4845;
6641  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 4846;
6642  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 4847;
6643  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 4848;
6644  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 4849;
6645  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 4850;
6646  case OakFenceGate::OakFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 4851;
6647  case OakLeaves::OakLeaves(1, true).ID: return 145;
6648  case OakLeaves::OakLeaves(1, false).ID: return 146;
6649  case OakLeaves::OakLeaves(2, true).ID: return 147;
6650  case OakLeaves::OakLeaves(2, false).ID: return 148;
6651  case OakLeaves::OakLeaves(3, true).ID: return 149;
6652  case OakLeaves::OakLeaves(3, false).ID: return 150;
6653  case OakLeaves::OakLeaves(4, true).ID: return 151;
6654  case OakLeaves::OakLeaves(4, false).ID: return 152;
6655  case OakLeaves::OakLeaves(5, true).ID: return 153;
6656  case OakLeaves::OakLeaves(5, false).ID: return 154;
6657  case OakLeaves::OakLeaves(6, true).ID: return 155;
6658  case OakLeaves::OakLeaves(6, false).ID: return 156;
6659  case OakLeaves::OakLeaves(7, true).ID: return 157;
6660  case OakLeaves::OakLeaves(7, false).ID: return 158;
6661  case OakLog::OakLog(OakLog::Axis::X).ID: return 73;
6662  case OakLog::OakLog(OakLog::Axis::Y).ID: return 74;
6663  case OakLog::OakLog(OakLog::Axis::Z).ID: return 75;
6664  case OakPlanks::OakPlanks().ID: return 15;
6665  case OakPressurePlate::OakPressurePlate(true).ID: return 3873;
6666  case OakPressurePlate::OakPressurePlate(false).ID: return 3874;
6667  case OakSapling::OakSapling(0).ID: return 21;
6668  case OakSapling::OakSapling(1).ID: return 22;
6669  case OakSign::OakSign(0).ID: return 3382;
6670  case OakSign::OakSign(1).ID: return 3384;
6671  case OakSign::OakSign(2).ID: return 3386;
6672  case OakSign::OakSign(3).ID: return 3388;
6673  case OakSign::OakSign(4).ID: return 3390;
6674  case OakSign::OakSign(5).ID: return 3392;
6675  case OakSign::OakSign(6).ID: return 3394;
6676  case OakSign::OakSign(7).ID: return 3396;
6677  case OakSign::OakSign(8).ID: return 3398;
6678  case OakSign::OakSign(9).ID: return 3400;
6679  case OakSign::OakSign(10).ID: return 3402;
6680  case OakSign::OakSign(11).ID: return 3404;
6681  case OakSign::OakSign(12).ID: return 3406;
6682  case OakSign::OakSign(13).ID: return 3408;
6683  case OakSign::OakSign(14).ID: return 3410;
6684  case OakSign::OakSign(15).ID: return 3412;
6685  case OakSlab::OakSlab(OakSlab::Type::Top).ID: return 8301;
6686  case OakSlab::OakSlab(OakSlab::Type::Bottom).ID: return 8303;
6687  case OakSlab::OakSlab(OakSlab::Type::Double).ID: return 8305;
6688  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Top, OakStairs::Shape::Straight).ID: return 1955;
6689  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Top, OakStairs::Shape::InnerLeft).ID: return 1957;
6690  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Top, OakStairs::Shape::InnerRight).ID: return 1959;
6691  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Top, OakStairs::Shape::OuterLeft).ID: return 1961;
6692  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Top, OakStairs::Shape::OuterRight).ID: return 1963;
6693  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Bottom, OakStairs::Shape::Straight).ID: return 1965;
6694  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Bottom, OakStairs::Shape::InnerLeft).ID: return 1967;
6695  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Bottom, OakStairs::Shape::InnerRight).ID: return 1969;
6696  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Bottom, OakStairs::Shape::OuterLeft).ID: return 1971;
6697  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZM, OakStairs::Half::Bottom, OakStairs::Shape::OuterRight).ID: return 1973;
6698  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Top, OakStairs::Shape::Straight).ID: return 1975;
6699  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Top, OakStairs::Shape::InnerLeft).ID: return 1977;
6700  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Top, OakStairs::Shape::InnerRight).ID: return 1979;
6701  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Top, OakStairs::Shape::OuterLeft).ID: return 1981;
6702  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Top, OakStairs::Shape::OuterRight).ID: return 1983;
6703  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Bottom, OakStairs::Shape::Straight).ID: return 1985;
6704  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Bottom, OakStairs::Shape::InnerLeft).ID: return 1987;
6705  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Bottom, OakStairs::Shape::InnerRight).ID: return 1989;
6706  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Bottom, OakStairs::Shape::OuterLeft).ID: return 1991;
6707  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_ZP, OakStairs::Half::Bottom, OakStairs::Shape::OuterRight).ID: return 1993;
6708  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Top, OakStairs::Shape::Straight).ID: return 1995;
6709  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Top, OakStairs::Shape::InnerLeft).ID: return 1997;
6710  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Top, OakStairs::Shape::InnerRight).ID: return 1999;
6711  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Top, OakStairs::Shape::OuterLeft).ID: return 2001;
6712  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Top, OakStairs::Shape::OuterRight).ID: return 2003;
6713  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Bottom, OakStairs::Shape::Straight).ID: return 2005;
6714  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Bottom, OakStairs::Shape::InnerLeft).ID: return 2007;
6715  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Bottom, OakStairs::Shape::InnerRight).ID: return 2009;
6716  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Bottom, OakStairs::Shape::OuterLeft).ID: return 2011;
6717  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XM, OakStairs::Half::Bottom, OakStairs::Shape::OuterRight).ID: return 2013;
6718  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Top, OakStairs::Shape::Straight).ID: return 2015;
6719  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Top, OakStairs::Shape::InnerLeft).ID: return 2017;
6720  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Top, OakStairs::Shape::InnerRight).ID: return 2019;
6721  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Top, OakStairs::Shape::OuterLeft).ID: return 2021;
6722  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Top, OakStairs::Shape::OuterRight).ID: return 2023;
6723  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Bottom, OakStairs::Shape::Straight).ID: return 2025;
6724  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Bottom, OakStairs::Shape::InnerLeft).ID: return 2027;
6725  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Bottom, OakStairs::Shape::InnerRight).ID: return 2029;
6726  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Bottom, OakStairs::Shape::OuterLeft).ID: return 2031;
6727  case OakStairs::OakStairs(eBlockFace::BLOCK_FACE_XP, OakStairs::Half::Bottom, OakStairs::Shape::OuterRight).ID: return 2033;
6728  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZM, OakTrapdoor::Half::Top, true, true).ID: return 4112;
6729  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZM, OakTrapdoor::Half::Top, true, false).ID: return 4114;
6730  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZM, OakTrapdoor::Half::Top, false, true).ID: return 4116;
6731  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZM, OakTrapdoor::Half::Top, false, false).ID: return 4118;
6736  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZP, OakTrapdoor::Half::Top, true, true).ID: return 4128;
6737  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZP, OakTrapdoor::Half::Top, true, false).ID: return 4130;
6738  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZP, OakTrapdoor::Half::Top, false, true).ID: return 4132;
6739  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_ZP, OakTrapdoor::Half::Top, false, false).ID: return 4134;
6744  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XM, OakTrapdoor::Half::Top, true, true).ID: return 4144;
6745  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XM, OakTrapdoor::Half::Top, true, false).ID: return 4146;
6746  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XM, OakTrapdoor::Half::Top, false, true).ID: return 4148;
6747  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XM, OakTrapdoor::Half::Top, false, false).ID: return 4150;
6752  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XP, OakTrapdoor::Half::Top, true, true).ID: return 4160;
6753  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XP, OakTrapdoor::Half::Top, true, false).ID: return 4162;
6754  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XP, OakTrapdoor::Half::Top, false, true).ID: return 4164;
6755  case OakTrapdoor::OakTrapdoor(eBlockFace::BLOCK_FACE_XP, OakTrapdoor::Half::Top, false, false).ID: return 4166;
6760  case OakWallSign::OakWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 3736;
6761  case OakWallSign::OakWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 3738;
6762  case OakWallSign::OakWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 3740;
6763  case OakWallSign::OakWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 3742;
6764  case OakWood::OakWood(OakWood::Axis::X).ID: return 109;
6765  case OakWood::OakWood(OakWood::Axis::Y).ID: return 110;
6766  case OakWood::OakWood(OakWood::Axis::Z).ID: return 111;
6767  case Observer::Observer(eBlockFace::BLOCK_FACE_ZM, true).ID: return 9260;
6768  case Observer::Observer(eBlockFace::BLOCK_FACE_ZM, false).ID: return 9261;
6769  case Observer::Observer(eBlockFace::BLOCK_FACE_XP, true).ID: return 9262;
6770  case Observer::Observer(eBlockFace::BLOCK_FACE_XP, false).ID: return 9263;
6771  case Observer::Observer(eBlockFace::BLOCK_FACE_ZP, true).ID: return 9264;
6772  case Observer::Observer(eBlockFace::BLOCK_FACE_ZP, false).ID: return 9265;
6773  case Observer::Observer(eBlockFace::BLOCK_FACE_XM, true).ID: return 9266;
6774  case Observer::Observer(eBlockFace::BLOCK_FACE_XM, false).ID: return 9267;
6775  case Observer::Observer(eBlockFace::BLOCK_FACE_YP, true).ID: return 9268;
6776  case Observer::Observer(eBlockFace::BLOCK_FACE_YP, false).ID: return 9269;
6777  case Observer::Observer(eBlockFace::BLOCK_FACE_YM, true).ID: return 9270;
6778  case Observer::Observer(eBlockFace::BLOCK_FACE_YM, false).ID: return 9271;
6779  case Obsidian::Obsidian().ID: return 1434;
6780  case OrangeBanner::OrangeBanner(0).ID: return 7913;
6781  case OrangeBanner::OrangeBanner(1).ID: return 7914;
6782  case OrangeBanner::OrangeBanner(2).ID: return 7915;
6783  case OrangeBanner::OrangeBanner(3).ID: return 7916;
6784  case OrangeBanner::OrangeBanner(4).ID: return 7917;
6785  case OrangeBanner::OrangeBanner(5).ID: return 7918;
6786  case OrangeBanner::OrangeBanner(6).ID: return 7919;
6787  case OrangeBanner::OrangeBanner(7).ID: return 7920;
6788  case OrangeBanner::OrangeBanner(8).ID: return 7921;
6789  case OrangeBanner::OrangeBanner(9).ID: return 7922;
6790  case OrangeBanner::OrangeBanner(10).ID: return 7923;
6791  case OrangeBanner::OrangeBanner(11).ID: return 7924;
6792  case OrangeBanner::OrangeBanner(12).ID: return 7925;
6793  case OrangeBanner::OrangeBanner(13).ID: return 7926;
6794  case OrangeBanner::OrangeBanner(14).ID: return 7927;
6795  case OrangeBanner::OrangeBanner(15).ID: return 7928;
6796  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZM, true, OrangeBed::Part::Head).ID: return 1065;
6797  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZM, true, OrangeBed::Part::Foot).ID: return 1066;
6798  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZM, false, OrangeBed::Part::Head).ID: return 1067;
6799  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZM, false, OrangeBed::Part::Foot).ID: return 1068;
6800  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZP, true, OrangeBed::Part::Head).ID: return 1069;
6801  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZP, true, OrangeBed::Part::Foot).ID: return 1070;
6802  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZP, false, OrangeBed::Part::Head).ID: return 1071;
6803  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_ZP, false, OrangeBed::Part::Foot).ID: return 1072;
6804  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XM, true, OrangeBed::Part::Head).ID: return 1073;
6805  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XM, true, OrangeBed::Part::Foot).ID: return 1074;
6806  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XM, false, OrangeBed::Part::Head).ID: return 1075;
6807  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XM, false, OrangeBed::Part::Foot).ID: return 1076;
6808  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XP, true, OrangeBed::Part::Head).ID: return 1077;
6809  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XP, true, OrangeBed::Part::Foot).ID: return 1078;
6810  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XP, false, OrangeBed::Part::Head).ID: return 1079;
6811  case OrangeBed::OrangeBed(eBlockFace::BLOCK_FACE_XP, false, OrangeBed::Part::Foot).ID: return 1080;
6812  case OrangeCarpet::OrangeCarpet().ID: return 7867;
6813  case OrangeConcrete::OrangeConcrete().ID: return 9439;
6814  case OrangeConcretePowder::OrangeConcretePowder().ID: return 9455;
6825  case OrangeStainedGlass::OrangeStainedGlass().ID: return 4096;
6826  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, true, true, true).ID: return 6897;
6827  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, true, true, false).ID: return 6898;
6828  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, true, false, true).ID: return 6901;
6829  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, true, false, false).ID: return 6902;
6830  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, false, true, true).ID: return 6905;
6831  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, false, true, false).ID: return 6906;
6832  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, false, false, true).ID: return 6909;
6833  case OrangeStainedGlassPane::OrangeStainedGlassPane(true, false, false, false).ID: return 6910;
6834  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, true, true, true).ID: return 6913;
6835  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, true, true, false).ID: return 6914;
6836  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, true, false, true).ID: return 6917;
6837  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, true, false, false).ID: return 6918;
6838  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, false, true, true).ID: return 6921;
6839  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, false, true, false).ID: return 6922;
6840  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, false, false, true).ID: return 6925;
6841  case OrangeStainedGlassPane::OrangeStainedGlassPane(false, false, false, false).ID: return 6926;
6842  case OrangeTerracotta::OrangeTerracotta().ID: return 6848;
6843  case OrangeTulip::OrangeTulip().ID: return 1418;
6844  case OrangeWallBanner::OrangeWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8157;
6845  case OrangeWallBanner::OrangeWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8158;
6846  case OrangeWallBanner::OrangeWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8159;
6847  case OrangeWallBanner::OrangeWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8160;
6848  case OrangeWool::OrangeWool().ID: return 1385;
6849  case OxeyeDaisy::OxeyeDaisy().ID: return 1421;
6850  case PackedIce::PackedIce().ID: return 7884;
6851  case Peony::Peony(Peony::Half::Upper).ID: return 7891;
6852  case Peony::Peony(Peony::Half::Lower).ID: return 7892;
6853  case PetrifiedOakSlab::PetrifiedOakSlab(PetrifiedOakSlab::Type::Top).ID: return 8361;
6855  case PetrifiedOakSlab::PetrifiedOakSlab(PetrifiedOakSlab::Type::Double).ID: return 8365;
6856  case PinkBanner::PinkBanner(0).ID: return 7993;
6857  case PinkBanner::PinkBanner(1).ID: return 7994;
6858  case PinkBanner::PinkBanner(2).ID: return 7995;
6859  case PinkBanner::PinkBanner(3).ID: return 7996;
6860  case PinkBanner::PinkBanner(4).ID: return 7997;
6861  case PinkBanner::PinkBanner(5).ID: return 7998;
6862  case PinkBanner::PinkBanner(6).ID: return 7999;
6863  case PinkBanner::PinkBanner(7).ID: return 8000;
6864  case PinkBanner::PinkBanner(8).ID: return 8001;
6865  case PinkBanner::PinkBanner(9).ID: return 8002;
6866  case PinkBanner::PinkBanner(10).ID: return 8003;
6867  case PinkBanner::PinkBanner(11).ID: return 8004;
6868  case PinkBanner::PinkBanner(12).ID: return 8005;
6869  case PinkBanner::PinkBanner(13).ID: return 8006;
6870  case PinkBanner::PinkBanner(14).ID: return 8007;
6871  case PinkBanner::PinkBanner(15).ID: return 8008;
6872  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZM, true, PinkBed::Part::Head).ID: return 1145;
6873  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZM, true, PinkBed::Part::Foot).ID: return 1146;
6874  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZM, false, PinkBed::Part::Head).ID: return 1147;
6875  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZM, false, PinkBed::Part::Foot).ID: return 1148;
6876  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZP, true, PinkBed::Part::Head).ID: return 1149;
6877  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZP, true, PinkBed::Part::Foot).ID: return 1150;
6878  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZP, false, PinkBed::Part::Head).ID: return 1151;
6879  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_ZP, false, PinkBed::Part::Foot).ID: return 1152;
6880  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XM, true, PinkBed::Part::Head).ID: return 1153;
6881  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XM, true, PinkBed::Part::Foot).ID: return 1154;
6882  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XM, false, PinkBed::Part::Head).ID: return 1155;
6883  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XM, false, PinkBed::Part::Foot).ID: return 1156;
6884  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XP, true, PinkBed::Part::Head).ID: return 1157;
6885  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XP, true, PinkBed::Part::Foot).ID: return 1158;
6886  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XP, false, PinkBed::Part::Head).ID: return 1159;
6887  case PinkBed::PinkBed(eBlockFace::BLOCK_FACE_XP, false, PinkBed::Part::Foot).ID: return 1160;
6888  case PinkCarpet::PinkCarpet().ID: return 7872;
6889  case PinkConcrete::PinkConcrete().ID: return 9444;
6890  case PinkConcretePowder::PinkConcretePowder().ID: return 9460;
6901  case PinkStainedGlass::PinkStainedGlass().ID: return 4101;
6902  case PinkStainedGlassPane::PinkStainedGlassPane(true, true, true, true).ID: return 7057;
6903  case PinkStainedGlassPane::PinkStainedGlassPane(true, true, true, false).ID: return 7058;
6904  case PinkStainedGlassPane::PinkStainedGlassPane(true, true, false, true).ID: return 7061;
6905  case PinkStainedGlassPane::PinkStainedGlassPane(true, true, false, false).ID: return 7062;
6906  case PinkStainedGlassPane::PinkStainedGlassPane(true, false, true, true).ID: return 7065;
6907  case PinkStainedGlassPane::PinkStainedGlassPane(true, false, true, false).ID: return 7066;
6908  case PinkStainedGlassPane::PinkStainedGlassPane(true, false, false, true).ID: return 7069;
6909  case PinkStainedGlassPane::PinkStainedGlassPane(true, false, false, false).ID: return 7070;
6910  case PinkStainedGlassPane::PinkStainedGlassPane(false, true, true, true).ID: return 7073;
6911  case PinkStainedGlassPane::PinkStainedGlassPane(false, true, true, false).ID: return 7074;
6912  case PinkStainedGlassPane::PinkStainedGlassPane(false, true, false, true).ID: return 7077;
6913  case PinkStainedGlassPane::PinkStainedGlassPane(false, true, false, false).ID: return 7078;
6914  case PinkStainedGlassPane::PinkStainedGlassPane(false, false, true, true).ID: return 7081;
6915  case PinkStainedGlassPane::PinkStainedGlassPane(false, false, true, false).ID: return 7082;
6916  case PinkStainedGlassPane::PinkStainedGlassPane(false, false, false, true).ID: return 7085;
6917  case PinkStainedGlassPane::PinkStainedGlassPane(false, false, false, false).ID: return 7086;
6918  case PinkTerracotta::PinkTerracotta().ID: return 6853;
6919  case PinkTulip::PinkTulip().ID: return 1420;
6920  case PinkWallBanner::PinkWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8177;
6921  case PinkWallBanner::PinkWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8178;
6922  case PinkWallBanner::PinkWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8179;
6923  case PinkWallBanner::PinkWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8180;
6924  case PinkWool::PinkWool().ID: return 1390;
6925  case Piston::Piston(true, eBlockFace::BLOCK_FACE_ZM).ID: return 1348;
6926  case Piston::Piston(true, eBlockFace::BLOCK_FACE_XP).ID: return 1349;
6927  case Piston::Piston(true, eBlockFace::BLOCK_FACE_ZP).ID: return 1350;
6928  case Piston::Piston(true, eBlockFace::BLOCK_FACE_XM).ID: return 1351;
6929  case Piston::Piston(true, eBlockFace::BLOCK_FACE_YP).ID: return 1352;
6930  case Piston::Piston(true, eBlockFace::BLOCK_FACE_YM).ID: return 1353;
6931  case Piston::Piston(false, eBlockFace::BLOCK_FACE_ZM).ID: return 1354;
6932  case Piston::Piston(false, eBlockFace::BLOCK_FACE_XP).ID: return 1355;
6933  case Piston::Piston(false, eBlockFace::BLOCK_FACE_ZP).ID: return 1356;
6934  case Piston::Piston(false, eBlockFace::BLOCK_FACE_XM).ID: return 1357;
6935  case Piston::Piston(false, eBlockFace::BLOCK_FACE_YP).ID: return 1358;
6936  case Piston::Piston(false, eBlockFace::BLOCK_FACE_YM).ID: return 1359;
6937  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZM, true, PistonHead::Type::Normal).ID: return 1360;
6938  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZM, true, PistonHead::Type::Sticky).ID: return 1361;
6939  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZM, false, PistonHead::Type::Normal).ID: return 1362;
6940  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZM, false, PistonHead::Type::Sticky).ID: return 1363;
6941  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XP, true, PistonHead::Type::Normal).ID: return 1364;
6942  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XP, true, PistonHead::Type::Sticky).ID: return 1365;
6943  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XP, false, PistonHead::Type::Normal).ID: return 1366;
6944  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XP, false, PistonHead::Type::Sticky).ID: return 1367;
6945  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZP, true, PistonHead::Type::Normal).ID: return 1368;
6946  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZP, true, PistonHead::Type::Sticky).ID: return 1369;
6947  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZP, false, PistonHead::Type::Normal).ID: return 1370;
6948  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_ZP, false, PistonHead::Type::Sticky).ID: return 1371;
6949  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XM, true, PistonHead::Type::Normal).ID: return 1372;
6950  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XM, true, PistonHead::Type::Sticky).ID: return 1373;
6951  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XM, false, PistonHead::Type::Normal).ID: return 1374;
6952  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_XM, false, PistonHead::Type::Sticky).ID: return 1375;
6953  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YP, true, PistonHead::Type::Normal).ID: return 1376;
6954  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YP, true, PistonHead::Type::Sticky).ID: return 1377;
6955  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YP, false, PistonHead::Type::Normal).ID: return 1378;
6956  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YP, false, PistonHead::Type::Sticky).ID: return 1379;
6957  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YM, true, PistonHead::Type::Normal).ID: return 1380;
6958  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YM, true, PistonHead::Type::Sticky).ID: return 1381;
6959  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YM, false, PistonHead::Type::Normal).ID: return 1382;
6960  case PistonHead::PistonHead(eBlockFace::BLOCK_FACE_YM, false, PistonHead::Type::Sticky).ID: return 1383;
6961  case PlayerHead::PlayerHead(0).ID: return 6550;
6962  case PlayerHead::PlayerHead(1).ID: return 6551;
6963  case PlayerHead::PlayerHead(2).ID: return 6552;
6964  case PlayerHead::PlayerHead(3).ID: return 6553;
6965  case PlayerHead::PlayerHead(4).ID: return 6554;
6966  case PlayerHead::PlayerHead(5).ID: return 6555;
6967  case PlayerHead::PlayerHead(6).ID: return 6556;
6968  case PlayerHead::PlayerHead(7).ID: return 6557;
6969  case PlayerHead::PlayerHead(8).ID: return 6558;
6970  case PlayerHead::PlayerHead(9).ID: return 6559;
6971  case PlayerHead::PlayerHead(10).ID: return 6560;
6972  case PlayerHead::PlayerHead(11).ID: return 6561;
6973  case PlayerHead::PlayerHead(12).ID: return 6562;
6974  case PlayerHead::PlayerHead(13).ID: return 6563;
6975  case PlayerHead::PlayerHead(14).ID: return 6564;
6976  case PlayerHead::PlayerHead(15).ID: return 6565;
6977  case PlayerWallHead::PlayerWallHead(eBlockFace::BLOCK_FACE_ZM).ID: return 6566;
6978  case PlayerWallHead::PlayerWallHead(eBlockFace::BLOCK_FACE_ZP).ID: return 6567;
6979  case PlayerWallHead::PlayerWallHead(eBlockFace::BLOCK_FACE_XM).ID: return 6568;
6980  case PlayerWallHead::PlayerWallHead(eBlockFace::BLOCK_FACE_XP).ID: return 6569;
6981  case Podzol::Podzol(true).ID: return 12;
6982  case Podzol::Podzol(false).ID: return 13;
6983  case PolishedAndesite::PolishedAndesite().ID: return 7;
6984  case PolishedAndesiteSlab::PolishedAndesiteSlab(PolishedAndesiteSlab::Type::Top).ID: return 10856;
6986  case PolishedAndesiteSlab::PolishedAndesiteSlab(PolishedAndesiteSlab::Type::Double).ID: return 10860;
6987  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::Straight).ID: return 10630;
6988  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10632;
6989  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10634;
6990  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10636;
6991  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10638;
6992  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::Straight).ID: return 10640;
6993  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10642;
6994  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10644;
6995  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10646;
6996  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10648;
6997  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::Straight).ID: return 10650;
6998  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10652;
6999  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10654;
7000  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10656;
7001  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10658;
7002  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::Straight).ID: return 10660;
7003  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10662;
7004  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10664;
7005  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10666;
7006  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10668;
7007  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::Straight).ID: return 10670;
7008  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10672;
7009  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10674;
7010  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10676;
7011  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10678;
7012  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::Straight).ID: return 10680;
7013  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10682;
7014  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10684;
7015  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10686;
7016  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XM, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10688;
7017  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::Straight).ID: return 10690;
7018  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10692;
7019  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10694;
7020  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10696;
7021  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Top, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10698;
7022  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::Straight).ID: return 10700;
7023  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerLeft).ID: return 10702;
7024  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::InnerRight).ID: return 10704;
7025  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterLeft).ID: return 10706;
7026  case PolishedAndesiteStairs::PolishedAndesiteStairs(eBlockFace::BLOCK_FACE_XP, PolishedAndesiteStairs::Half::Bottom, PolishedAndesiteStairs::Shape::OuterRight).ID: return 10708;
7027  case PolishedBasalt::PolishedBasalt(PolishedBasalt::Axis::X).ID: return 4005;
7028  case PolishedBasalt::PolishedBasalt(PolishedBasalt::Axis::Y).ID: return 4006;
7029  case PolishedBasalt::PolishedBasalt(PolishedBasalt::Axis::Z).ID: return 4007;
7030  case PolishedBlackstone::PolishedBlackstone().ID: return 16250;
7031  case PolishedBlackstoneBrickSlab::PolishedBlackstoneBrickSlab(PolishedBlackstoneBrickSlab::Type::Top).ID: return 16255;
7033  case PolishedBlackstoneBrickSlab::PolishedBlackstoneBrickSlab(PolishedBlackstoneBrickSlab::Type::Double).ID: return 16259;
7034  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::Straight).ID: return 16261;
7035  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerLeft).ID: return 16263;
7036  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerRight).ID: return 16265;
7037  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterLeft).ID: return 16267;
7038  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterRight).ID: return 16269;
7044  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::Straight).ID: return 16281;
7045  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerLeft).ID: return 16283;
7046  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerRight).ID: return 16285;
7047  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterLeft).ID: return 16287;
7048  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterRight).ID: return 16289;
7054  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::Straight).ID: return 16301;
7055  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerLeft).ID: return 16303;
7056  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerRight).ID: return 16305;
7057  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterLeft).ID: return 16307;
7058  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterRight).ID: return 16309;
7064  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::Straight).ID: return 16321;
7065  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerLeft).ID: return 16323;
7066  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::InnerRight).ID: return 16325;
7067  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterLeft).ID: return 16327;
7068  case PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneBrickStairs::Half::Top, PolishedBlackstoneBrickStairs::Shape::OuterRight).ID: return 16329;
7074  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16343;
7075  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16344;
7076  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16345;
7077  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16349;
7078  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16350;
7079  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16351;
7080  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16355;
7081  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16356;
7082  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16357;
7083  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16361;
7084  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16362;
7085  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16363;
7086  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16367;
7087  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16368;
7088  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16369;
7089  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16373;
7090  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16374;
7091  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16375;
7092  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16379;
7093  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16380;
7094  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16381;
7095  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16385;
7096  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16386;
7097  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16387;
7098  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16391;
7099  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16392;
7100  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16393;
7101  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16397;
7102  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16398;
7103  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16399;
7104  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16403;
7105  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16404;
7106  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16405;
7107  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16409;
7108  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16410;
7109  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16411;
7110  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16415;
7111  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16416;
7112  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16417;
7113  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16421;
7114  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16422;
7115  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16423;
7116  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16427;
7117  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16428;
7118  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16429;
7119  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16433;
7120  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16434;
7121  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16435;
7122  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16439;
7123  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16440;
7124  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16441;
7125  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16445;
7126  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16446;
7127  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::None, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16447;
7128  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16451;
7129  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16452;
7130  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16453;
7131  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16457;
7132  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16458;
7133  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16459;
7134  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16463;
7135  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16464;
7136  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16465;
7137  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16469;
7138  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16470;
7139  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16471;
7140  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16475;
7141  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16476;
7142  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16477;
7143  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16481;
7144  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16482;
7145  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16483;
7146  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16487;
7147  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16488;
7148  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16489;
7149  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16493;
7150  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16494;
7151  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16495;
7152  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16499;
7153  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16500;
7154  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16501;
7155  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16505;
7156  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16506;
7157  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16507;
7158  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16511;
7159  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16512;
7160  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16513;
7161  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16517;
7162  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16518;
7163  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16519;
7164  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16523;
7165  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16524;
7166  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16525;
7167  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16529;
7168  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16530;
7169  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16531;
7170  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16535;
7171  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16536;
7172  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16537;
7173  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16541;
7174  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16542;
7175  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16543;
7176  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16547;
7177  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16548;
7178  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16549;
7179  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16553;
7180  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16554;
7181  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Low, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16555;
7182  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16559;
7183  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16560;
7184  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16561;
7185  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16565;
7186  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16566;
7187  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16567;
7188  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16571;
7189  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16572;
7190  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16573;
7191  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16577;
7192  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16578;
7193  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16579;
7194  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16583;
7195  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16584;
7196  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16585;
7197  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16589;
7198  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16590;
7199  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::None, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16591;
7200  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16595;
7201  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16596;
7202  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16597;
7203  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16601;
7204  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16602;
7205  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16603;
7206  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16607;
7207  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16608;
7208  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16609;
7209  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16613;
7210  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16614;
7211  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16615;
7212  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16619;
7213  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16620;
7214  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16621;
7215  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16625;
7216  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16626;
7217  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Low, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16627;
7218  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::None).ID: return 16631;
7219  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16632;
7220  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16633;
7221  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::None).ID: return 16637;
7222  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16638;
7223  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::None, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16639;
7224  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::None).ID: return 16643;
7225  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16644;
7226  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16645;
7227  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::None).ID: return 16649;
7228  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16650;
7229  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Low, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16651;
7230  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::None).ID: return 16655;
7231  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Low).ID: return 16656;
7232  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, true, PolishedBlackstoneBrickWall::West::Tall).ID: return 16657;
7233  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::None).ID: return 16661;
7234  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Low).ID: return 16662;
7235  case PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall(PolishedBlackstoneBrickWall::East::Tall, PolishedBlackstoneBrickWall::North::Tall, PolishedBlackstoneBrickWall::South::Tall, false, PolishedBlackstoneBrickWall::West::Tall).ID: return 16663;
7237  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 16753;
7238  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 16754;
7239  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 16755;
7240  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 16756;
7241  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 16757;
7242  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 16758;
7243  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 16759;
7244  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 16760;
7245  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 16761;
7246  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 16762;
7247  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 16763;
7248  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 16764;
7249  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 16765;
7250  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 16766;
7251  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 16767;
7252  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 16768;
7253  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 16769;
7254  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 16770;
7255  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 16771;
7256  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 16772;
7257  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 16773;
7258  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 16774;
7259  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 16775;
7260  case PolishedBlackstoneButton::PolishedBlackstoneButton(PolishedBlackstoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 16776;
7263  case PolishedBlackstoneSlab::PolishedBlackstoneSlab(PolishedBlackstoneSlab::Type::Top).ID: return 16746;
7265  case PolishedBlackstoneSlab::PolishedBlackstoneSlab(PolishedBlackstoneSlab::Type::Double).ID: return 16750;
7266  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::Straight).ID: return 16666;
7267  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16668;
7268  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16670;
7269  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16672;
7270  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16674;
7272  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16678;
7273  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16680;
7274  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16682;
7275  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16684;
7276  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::Straight).ID: return 16686;
7277  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16688;
7278  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16690;
7279  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16692;
7280  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16694;
7282  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16698;
7283  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16700;
7284  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16702;
7285  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_ZP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16704;
7286  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::Straight).ID: return 16706;
7287  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16708;
7288  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16710;
7289  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16712;
7290  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16714;
7292  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16718;
7293  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16720;
7294  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16722;
7295  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XM, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16724;
7296  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::Straight).ID: return 16726;
7297  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16728;
7298  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16730;
7299  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16732;
7300  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Top, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16734;
7302  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerLeft).ID: return 16738;
7303  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::InnerRight).ID: return 16740;
7304  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterLeft).ID: return 16742;
7305  case PolishedBlackstoneStairs::PolishedBlackstoneStairs(eBlockFace::BLOCK_FACE_XP, PolishedBlackstoneStairs::Half::Bottom, PolishedBlackstoneStairs::Shape::OuterRight).ID: return 16744;
7306  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 16780;
7307  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 16781;
7308  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 16782;
7309  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 16786;
7310  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 16787;
7311  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 16788;
7312  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 16792;
7313  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 16793;
7314  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 16794;
7315  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 16798;
7316  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 16799;
7317  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 16800;
7318  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 16804;
7319  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 16805;
7320  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 16806;
7321  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 16810;
7322  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 16811;
7323  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 16812;
7324  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 16816;
7325  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 16817;
7326  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 16818;
7327  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 16822;
7328  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 16823;
7329  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 16824;
7330  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 16828;
7331  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 16829;
7332  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 16830;
7333  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 16834;
7334  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 16835;
7335  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 16836;
7336  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 16840;
7337  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 16841;
7338  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 16842;
7339  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 16846;
7340  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 16847;
7341  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 16848;
7342  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 16852;
7343  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 16853;
7344  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 16854;
7345  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 16858;
7346  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 16859;
7347  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 16860;
7348  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 16864;
7349  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 16865;
7350  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 16866;
7351  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 16870;
7352  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 16871;
7353  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 16872;
7354  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 16876;
7355  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 16877;
7356  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 16878;
7357  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 16882;
7358  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 16883;
7359  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::None, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 16884;
7360  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 16888;
7361  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 16889;
7362  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 16890;
7363  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 16894;
7364  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 16895;
7365  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 16896;
7366  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 16900;
7367  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 16901;
7368  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 16902;
7369  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 16906;
7370  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 16907;
7371  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 16908;
7372  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 16912;
7373  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 16913;
7374  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 16914;
7375  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 16918;
7376  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 16919;
7377  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 16920;
7378  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 16924;
7379  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 16925;
7380  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 16926;
7381  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 16930;
7382  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 16931;
7383  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 16932;
7384  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 16936;
7385  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 16937;
7386  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 16938;
7387  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 16942;
7388  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 16943;
7389  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 16944;
7390  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 16948;
7391  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 16949;
7392  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 16950;
7393  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 16954;
7394  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 16955;
7395  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 16956;
7396  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 16960;
7397  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 16961;
7398  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 16962;
7399  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 16966;
7400  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 16967;
7401  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 16968;
7402  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 16972;
7403  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 16973;
7404  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 16974;
7405  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 16978;
7406  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 16979;
7407  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 16980;
7408  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 16984;
7409  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 16985;
7410  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 16986;
7411  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 16990;
7412  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 16991;
7413  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Low, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 16992;
7414  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 16996;
7415  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 16997;
7416  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 16998;
7417  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 17002;
7418  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 17003;
7419  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 17004;
7420  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 17008;
7421  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 17009;
7422  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 17010;
7423  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 17014;
7424  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 17015;
7425  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 17016;
7426  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 17020;
7427  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 17021;
7428  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 17022;
7429  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 17026;
7430  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 17027;
7431  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::None, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 17028;
7432  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 17032;
7433  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 17033;
7434  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 17034;
7435  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 17038;
7436  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 17039;
7437  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 17040;
7438  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 17044;
7439  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 17045;
7440  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 17046;
7441  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 17050;
7442  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 17051;
7443  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 17052;
7444  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 17056;
7445  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 17057;
7446  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 17058;
7447  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 17062;
7448  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 17063;
7449  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Low, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 17064;
7450  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::None).ID: return 17068;
7451  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Low).ID: return 17069;
7452  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, true, PolishedBlackstoneWall::West::Tall).ID: return 17070;
7453  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::None).ID: return 17074;
7454  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Low).ID: return 17075;
7455  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::None, false, PolishedBlackstoneWall::West::Tall).ID: return 17076;
7456  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::None).ID: return 17080;
7457  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Low).ID: return 17081;
7458  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, true, PolishedBlackstoneWall::West::Tall).ID: return 17082;
7459  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::None).ID: return 17086;
7460  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Low).ID: return 17087;
7461  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Low, false, PolishedBlackstoneWall::West::Tall).ID: return 17088;
7462  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::None).ID: return 17092;
7463  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Low).ID: return 17093;
7464  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, true, PolishedBlackstoneWall::West::Tall).ID: return 17094;
7465  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::None).ID: return 17098;
7466  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Low).ID: return 17099;
7467  case PolishedBlackstoneWall::PolishedBlackstoneWall(PolishedBlackstoneWall::East::Tall, PolishedBlackstoneWall::North::Tall, PolishedBlackstoneWall::South::Tall, false, PolishedBlackstoneWall::West::Tall).ID: return 17100;
7468  case PolishedDiorite::PolishedDiorite().ID: return 5;
7469  case PolishedDioriteSlab::PolishedDioriteSlab(PolishedDioriteSlab::Type::Top).ID: return 10808;
7471  case PolishedDioriteSlab::PolishedDioriteSlab(PolishedDioriteSlab::Type::Double).ID: return 10812;
7472  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::Straight).ID: return 9910;
7473  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9912;
7474  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerRight).ID: return 9914;
7475  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9916;
7476  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterRight).ID: return 9918;
7477  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::Straight).ID: return 9920;
7478  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9922;
7479  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerRight).ID: return 9924;
7480  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9926;
7481  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterRight).ID: return 9928;
7482  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::Straight).ID: return 9930;
7483  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9932;
7484  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerRight).ID: return 9934;
7485  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9936;
7486  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterRight).ID: return 9938;
7487  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::Straight).ID: return 9940;
7488  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9942;
7489  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerRight).ID: return 9944;
7490  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9946;
7491  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterRight).ID: return 9948;
7492  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::Straight).ID: return 9950;
7493  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9952;
7494  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerRight).ID: return 9954;
7495  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9956;
7496  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterRight).ID: return 9958;
7497  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::Straight).ID: return 9960;
7498  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9962;
7499  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerRight).ID: return 9964;
7500  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9966;
7501  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XM, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterRight).ID: return 9968;
7502  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::Straight).ID: return 9970;
7503  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9972;
7504  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::InnerRight).ID: return 9974;
7505  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9976;
7506  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Top, PolishedDioriteStairs::Shape::OuterRight).ID: return 9978;
7507  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::Straight).ID: return 9980;
7508  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerLeft).ID: return 9982;
7509  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::InnerRight).ID: return 9984;
7510  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterLeft).ID: return 9986;
7511  case PolishedDioriteStairs::PolishedDioriteStairs(eBlockFace::BLOCK_FACE_XP, PolishedDioriteStairs::Half::Bottom, PolishedDioriteStairs::Shape::OuterRight).ID: return 9988;
7512  case PolishedGranite::PolishedGranite().ID: return 3;
7513  case PolishedGraniteSlab::PolishedGraniteSlab(PolishedGraniteSlab::Type::Top).ID: return 10790;
7515  case PolishedGraniteSlab::PolishedGraniteSlab(PolishedGraniteSlab::Type::Double).ID: return 10794;
7516  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::Straight).ID: return 9670;
7517  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9672;
7518  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerRight).ID: return 9674;
7519  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9676;
7520  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterRight).ID: return 9678;
7521  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::Straight).ID: return 9680;
7522  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9682;
7523  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerRight).ID: return 9684;
7524  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9686;
7525  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterRight).ID: return 9688;
7526  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::Straight).ID: return 9690;
7527  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9692;
7528  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerRight).ID: return 9694;
7529  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9696;
7530  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterRight).ID: return 9698;
7531  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::Straight).ID: return 9700;
7532  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9702;
7533  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerRight).ID: return 9704;
7534  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9706;
7535  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_ZP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterRight).ID: return 9708;
7536  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::Straight).ID: return 9710;
7537  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9712;
7538  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerRight).ID: return 9714;
7539  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9716;
7540  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterRight).ID: return 9718;
7541  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::Straight).ID: return 9720;
7542  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9722;
7543  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerRight).ID: return 9724;
7544  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9726;
7545  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XM, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterRight).ID: return 9728;
7546  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::Straight).ID: return 9730;
7547  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9732;
7548  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::InnerRight).ID: return 9734;
7549  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9736;
7550  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Top, PolishedGraniteStairs::Shape::OuterRight).ID: return 9738;
7551  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::Straight).ID: return 9740;
7552  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerLeft).ID: return 9742;
7553  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::InnerRight).ID: return 9744;
7554  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterLeft).ID: return 9746;
7555  case PolishedGraniteStairs::PolishedGraniteStairs(eBlockFace::BLOCK_FACE_XP, PolishedGraniteStairs::Half::Bottom, PolishedGraniteStairs::Shape::OuterRight).ID: return 9748;
7556  case Poppy::Poppy().ID: return 1413;
7557  case Potatoes::Potatoes(0).ID: return 6338;
7558  case Potatoes::Potatoes(1).ID: return 6339;
7559  case Potatoes::Potatoes(2).ID: return 6340;
7560  case Potatoes::Potatoes(3).ID: return 6341;
7561  case Potatoes::Potatoes(4).ID: return 6342;
7562  case Potatoes::Potatoes(5).ID: return 6343;
7563  case Potatoes::Potatoes(6).ID: return 6344;
7564  case Potatoes::Potatoes(7).ID: return 6345;
7565  case PottedAcaciaSapling::PottedAcaciaSapling().ID: return 6310;
7566  case PottedAllium::PottedAllium().ID: return 6316;
7567  case PottedAzureBluet::PottedAzureBluet().ID: return 6317;
7568  case PottedBamboo::PottedBamboo().ID: return 9664;
7569  case PottedBirchSapling::PottedBirchSapling().ID: return 6308;
7570  case PottedBlueOrchid::PottedBlueOrchid().ID: return 6315;
7571  case PottedBrownMushroom::PottedBrownMushroom().ID: return 6327;
7572  case PottedCactus::PottedCactus().ID: return 6329;
7573  case PottedCornflower::PottedCornflower().ID: return 6323;
7574  case PottedCrimsonFungus::PottedCrimsonFungus().ID: return 15834;
7575  case PottedCrimsonRoots::PottedCrimsonRoots().ID: return 15836;
7576  case PottedDandelion::PottedDandelion().ID: return 6313;
7577  case PottedDarkOakSapling::PottedDarkOakSapling().ID: return 6311;
7578  case PottedDeadBush::PottedDeadBush().ID: return 6328;
7579  case PottedFern::PottedFern().ID: return 6312;
7580  case PottedJungleSapling::PottedJungleSapling().ID: return 6309;
7581  case PottedLilyOfTheValley::PottedLilyOfTheValley().ID: return 6324;
7582  case PottedOakSapling::PottedOakSapling().ID: return 6306;
7583  case PottedOrangeTulip::PottedOrangeTulip().ID: return 6319;
7584  case PottedOxeyeDaisy::PottedOxeyeDaisy().ID: return 6322;
7585  case PottedPinkTulip::PottedPinkTulip().ID: return 6321;
7586  case PottedPoppy::PottedPoppy().ID: return 6314;
7587  case PottedRedMushroom::PottedRedMushroom().ID: return 6326;
7588  case PottedRedTulip::PottedRedTulip().ID: return 6318;
7589  case PottedSpruceSapling::PottedSpruceSapling().ID: return 6307;
7590  case PottedWarpedFungus::PottedWarpedFungus().ID: return 15835;
7591  case PottedWarpedRoots::PottedWarpedRoots().ID: return 15837;
7592  case PottedWhiteTulip::PottedWhiteTulip().ID: return 6320;
7593  case PottedWitherRose::PottedWitherRose().ID: return 6325;
7594  case PoweredRail::PoweredRail(true, PoweredRail::Shape::NorthSouth).ID: return 1305;
7595  case PoweredRail::PoweredRail(true, PoweredRail::Shape::EastWest).ID: return 1306;
7596  case PoweredRail::PoweredRail(true, PoweredRail::Shape::AscendingEast).ID: return 1307;
7597  case PoweredRail::PoweredRail(true, PoweredRail::Shape::AscendingWest).ID: return 1308;
7598  case PoweredRail::PoweredRail(true, PoweredRail::Shape::AscendingNorth).ID: return 1309;
7599  case PoweredRail::PoweredRail(true, PoweredRail::Shape::AscendingSouth).ID: return 1310;
7600  case PoweredRail::PoweredRail(false, PoweredRail::Shape::NorthSouth).ID: return 1311;
7601  case PoweredRail::PoweredRail(false, PoweredRail::Shape::EastWest).ID: return 1312;
7602  case PoweredRail::PoweredRail(false, PoweredRail::Shape::AscendingEast).ID: return 1313;
7603  case PoweredRail::PoweredRail(false, PoweredRail::Shape::AscendingWest).ID: return 1314;
7604  case PoweredRail::PoweredRail(false, PoweredRail::Shape::AscendingNorth).ID: return 1315;
7605  case PoweredRail::PoweredRail(false, PoweredRail::Shape::AscendingSouth).ID: return 1316;
7606  case Prismarine::Prismarine().ID: return 7601;
7607  case PrismarineBrickSlab::PrismarineBrickSlab(PrismarineBrickSlab::Type::Top).ID: return 7851;
7609  case PrismarineBrickSlab::PrismarineBrickSlab(PrismarineBrickSlab::Type::Double).ID: return 7855;
7610  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::Straight).ID: return 7685;
7611  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7687;
7612  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerRight).ID: return 7689;
7613  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7691;
7614  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterRight).ID: return 7693;
7615  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::Straight).ID: return 7695;
7616  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7697;
7617  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerRight).ID: return 7699;
7618  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7701;
7619  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterRight).ID: return 7703;
7620  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::Straight).ID: return 7705;
7621  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7707;
7622  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerRight).ID: return 7709;
7623  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7711;
7624  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterRight).ID: return 7713;
7625  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::Straight).ID: return 7715;
7626  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7717;
7627  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerRight).ID: return 7719;
7628  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7721;
7629  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterRight).ID: return 7723;
7630  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::Straight).ID: return 7725;
7631  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7727;
7632  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerRight).ID: return 7729;
7633  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7731;
7634  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterRight).ID: return 7733;
7635  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::Straight).ID: return 7735;
7636  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7737;
7637  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerRight).ID: return 7739;
7638  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7741;
7639  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XM, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterRight).ID: return 7743;
7640  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::Straight).ID: return 7745;
7641  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7747;
7642  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::InnerRight).ID: return 7749;
7643  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7751;
7644  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Top, PrismarineBrickStairs::Shape::OuterRight).ID: return 7753;
7645  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::Straight).ID: return 7755;
7646  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerLeft).ID: return 7757;
7647  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::InnerRight).ID: return 7759;
7648  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterLeft).ID: return 7761;
7649  case PrismarineBrickStairs::PrismarineBrickStairs(eBlockFace::BLOCK_FACE_XP, PrismarineBrickStairs::Half::Bottom, PrismarineBrickStairs::Shape::OuterRight).ID: return 7763;
7650  case PrismarineBricks::PrismarineBricks().ID: return 7602;
7651  case PrismarineSlab::PrismarineSlab(PrismarineSlab::Type::Top).ID: return 7845;
7653  case PrismarineSlab::PrismarineSlab(PrismarineSlab::Type::Double).ID: return 7849;
7654  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::Straight).ID: return 7605;
7655  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerLeft).ID: return 7607;
7656  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerRight).ID: return 7609;
7657  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterLeft).ID: return 7611;
7658  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterRight).ID: return 7613;
7659  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::Straight).ID: return 7615;
7660  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerLeft).ID: return 7617;
7661  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerRight).ID: return 7619;
7662  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterLeft).ID: return 7621;
7663  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterRight).ID: return 7623;
7664  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::Straight).ID: return 7625;
7665  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerLeft).ID: return 7627;
7666  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerRight).ID: return 7629;
7667  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterLeft).ID: return 7631;
7668  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterRight).ID: return 7633;
7669  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::Straight).ID: return 7635;
7670  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerLeft).ID: return 7637;
7671  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerRight).ID: return 7639;
7672  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterLeft).ID: return 7641;
7673  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_ZP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterRight).ID: return 7643;
7674  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::Straight).ID: return 7645;
7675  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerLeft).ID: return 7647;
7676  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerRight).ID: return 7649;
7677  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterLeft).ID: return 7651;
7678  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterRight).ID: return 7653;
7679  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::Straight).ID: return 7655;
7680  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerLeft).ID: return 7657;
7681  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerRight).ID: return 7659;
7682  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterLeft).ID: return 7661;
7683  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XM, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterRight).ID: return 7663;
7684  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::Straight).ID: return 7665;
7685  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerLeft).ID: return 7667;
7686  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::InnerRight).ID: return 7669;
7687  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterLeft).ID: return 7671;
7688  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Top, PrismarineStairs::Shape::OuterRight).ID: return 7673;
7689  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::Straight).ID: return 7675;
7690  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerLeft).ID: return 7677;
7691  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::InnerRight).ID: return 7679;
7692  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterLeft).ID: return 7681;
7693  case PrismarineStairs::PrismarineStairs(eBlockFace::BLOCK_FACE_XP, PrismarineStairs::Half::Bottom, PrismarineStairs::Shape::OuterRight).ID: return 7683;
7694  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11194;
7695  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11195;
7696  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11196;
7697  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11200;
7698  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11201;
7699  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11202;
7700  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11206;
7701  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11207;
7702  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11208;
7703  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11212;
7704  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11213;
7705  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11214;
7706  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11218;
7707  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11219;
7708  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11220;
7709  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11224;
7710  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11225;
7711  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11226;
7712  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11230;
7713  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11231;
7714  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11232;
7715  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11236;
7716  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11237;
7717  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11238;
7718  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11242;
7719  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11243;
7720  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11244;
7721  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11248;
7722  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11249;
7723  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11250;
7724  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11254;
7725  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11255;
7726  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11256;
7727  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11260;
7728  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11261;
7729  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11262;
7730  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11266;
7731  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11267;
7732  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11268;
7733  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11272;
7734  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11273;
7735  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11274;
7736  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11278;
7737  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11279;
7738  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11280;
7739  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11284;
7740  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11285;
7741  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11286;
7742  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11290;
7743  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11291;
7744  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11292;
7745  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11296;
7746  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11297;
7747  case PrismarineWall::PrismarineWall(PrismarineWall::East::None, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11298;
7748  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11302;
7749  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11303;
7750  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11304;
7751  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11308;
7752  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11309;
7753  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11310;
7754  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11314;
7755  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11315;
7756  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11316;
7757  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11320;
7758  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11321;
7759  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11322;
7760  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11326;
7761  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11327;
7762  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11328;
7763  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11332;
7764  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11333;
7765  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11334;
7766  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11338;
7767  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11339;
7768  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11340;
7769  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11344;
7770  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11345;
7771  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11346;
7772  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11350;
7773  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11351;
7774  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11352;
7775  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11356;
7776  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11357;
7777  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11358;
7778  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11362;
7779  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11363;
7780  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11364;
7781  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11368;
7782  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11369;
7783  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11370;
7784  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11374;
7785  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11375;
7786  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11376;
7787  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11380;
7788  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11381;
7789  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11382;
7790  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11386;
7791  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11387;
7792  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11388;
7793  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11392;
7794  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11393;
7795  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11394;
7796  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11398;
7797  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11399;
7798  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11400;
7799  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11404;
7800  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11405;
7801  case PrismarineWall::PrismarineWall(PrismarineWall::East::Low, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11406;
7802  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11410;
7803  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11411;
7804  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11412;
7805  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11416;
7806  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11417;
7807  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11418;
7808  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11422;
7809  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11423;
7810  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11424;
7811  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11428;
7812  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11429;
7813  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11430;
7814  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11434;
7815  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11435;
7816  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11436;
7817  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11440;
7818  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11441;
7819  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::None, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11442;
7820  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11446;
7821  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11447;
7822  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11448;
7823  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11452;
7824  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11453;
7825  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11454;
7826  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11458;
7827  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11459;
7828  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11460;
7829  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11464;
7830  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11465;
7831  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11466;
7832  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11470;
7833  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11471;
7834  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11472;
7835  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11476;
7836  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11477;
7837  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Low, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11478;
7838  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::None).ID: return 11482;
7839  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::Low).ID: return 11483;
7840  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::None, true, PrismarineWall::West::Tall).ID: return 11484;
7841  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::None).ID: return 11488;
7842  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::Low).ID: return 11489;
7843  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::None, false, PrismarineWall::West::Tall).ID: return 11490;
7844  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::None).ID: return 11494;
7845  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::Low).ID: return 11495;
7846  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Low, true, PrismarineWall::West::Tall).ID: return 11496;
7847  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::None).ID: return 11500;
7848  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::Low).ID: return 11501;
7849  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Low, false, PrismarineWall::West::Tall).ID: return 11502;
7850  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::None).ID: return 11506;
7851  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::Low).ID: return 11507;
7852  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Tall, true, PrismarineWall::West::Tall).ID: return 11508;
7853  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::None).ID: return 11512;
7854  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::Low).ID: return 11513;
7855  case PrismarineWall::PrismarineWall(PrismarineWall::East::Tall, PrismarineWall::North::Tall, PrismarineWall::South::Tall, false, PrismarineWall::West::Tall).ID: return 11514;
7856  case Pumpkin::Pumpkin().ID: return 3998;
7857  case PumpkinStem::PumpkinStem(0).ID: return 4772;
7858  case PumpkinStem::PumpkinStem(1).ID: return 4773;
7859  case PumpkinStem::PumpkinStem(2).ID: return 4774;
7860  case PumpkinStem::PumpkinStem(3).ID: return 4775;
7861  case PumpkinStem::PumpkinStem(4).ID: return 4776;
7862  case PumpkinStem::PumpkinStem(5).ID: return 4777;
7863  case PumpkinStem::PumpkinStem(6).ID: return 4778;
7864  case PumpkinStem::PumpkinStem(7).ID: return 4779;
7865  case PurpleBanner::PurpleBanner(0).ID: return 8057;
7866  case PurpleBanner::PurpleBanner(1).ID: return 8058;
7867  case PurpleBanner::PurpleBanner(2).ID: return 8059;
7868  case PurpleBanner::PurpleBanner(3).ID: return 8060;
7869  case PurpleBanner::PurpleBanner(4).ID: return 8061;
7870  case PurpleBanner::PurpleBanner(5).ID: return 8062;
7871  case PurpleBanner::PurpleBanner(6).ID: return 8063;
7872  case PurpleBanner::PurpleBanner(7).ID: return 8064;
7873  case PurpleBanner::PurpleBanner(8).ID: return 8065;
7874  case PurpleBanner::PurpleBanner(9).ID: return 8066;
7875  case PurpleBanner::PurpleBanner(10).ID: return 8067;
7876  case PurpleBanner::PurpleBanner(11).ID: return 8068;
7877  case PurpleBanner::PurpleBanner(12).ID: return 8069;
7878  case PurpleBanner::PurpleBanner(13).ID: return 8070;
7879  case PurpleBanner::PurpleBanner(14).ID: return 8071;
7880  case PurpleBanner::PurpleBanner(15).ID: return 8072;
7881  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZM, true, PurpleBed::Part::Head).ID: return 1209;
7882  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZM, true, PurpleBed::Part::Foot).ID: return 1210;
7883  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZM, false, PurpleBed::Part::Head).ID: return 1211;
7884  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZM, false, PurpleBed::Part::Foot).ID: return 1212;
7885  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZP, true, PurpleBed::Part::Head).ID: return 1213;
7886  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZP, true, PurpleBed::Part::Foot).ID: return 1214;
7887  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZP, false, PurpleBed::Part::Head).ID: return 1215;
7888  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_ZP, false, PurpleBed::Part::Foot).ID: return 1216;
7889  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XM, true, PurpleBed::Part::Head).ID: return 1217;
7890  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XM, true, PurpleBed::Part::Foot).ID: return 1218;
7891  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XM, false, PurpleBed::Part::Head).ID: return 1219;
7892  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XM, false, PurpleBed::Part::Foot).ID: return 1220;
7893  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XP, true, PurpleBed::Part::Head).ID: return 1221;
7894  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XP, true, PurpleBed::Part::Foot).ID: return 1222;
7895  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XP, false, PurpleBed::Part::Head).ID: return 1223;
7896  case PurpleBed::PurpleBed(eBlockFace::BLOCK_FACE_XP, false, PurpleBed::Part::Foot).ID: return 1224;
7897  case PurpleCarpet::PurpleCarpet().ID: return 7876;
7898  case PurpleConcrete::PurpleConcrete().ID: return 9448;
7899  case PurpleConcretePowder::PurpleConcretePowder().ID: return 9464;
7910  case PurpleStainedGlass::PurpleStainedGlass().ID: return 4105;
7911  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, true, true, true).ID: return 7185;
7912  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, true, true, false).ID: return 7186;
7913  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, true, false, true).ID: return 7189;
7914  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, true, false, false).ID: return 7190;
7915  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, false, true, true).ID: return 7193;
7916  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, false, true, false).ID: return 7194;
7917  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, false, false, true).ID: return 7197;
7918  case PurpleStainedGlassPane::PurpleStainedGlassPane(true, false, false, false).ID: return 7198;
7919  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, true, true, true).ID: return 7201;
7920  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, true, true, false).ID: return 7202;
7921  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, true, false, true).ID: return 7205;
7922  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, true, false, false).ID: return 7206;
7923  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, false, true, true).ID: return 7209;
7924  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, false, true, false).ID: return 7210;
7925  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, false, false, true).ID: return 7213;
7926  case PurpleStainedGlassPane::PurpleStainedGlassPane(false, false, false, false).ID: return 7214;
7927  case PurpleTerracotta::PurpleTerracotta().ID: return 6857;
7928  case PurpleWallBanner::PurpleWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8193;
7929  case PurpleWallBanner::PurpleWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8194;
7930  case PurpleWallBanner::PurpleWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8195;
7931  case PurpleWallBanner::PurpleWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8196;
7932  case PurpleWool::PurpleWool().ID: return 1394;
7933  case PurpurBlock::PurpurBlock().ID: return 9134;
7934  case PurpurPillar::PurpurPillar(PurpurPillar::Axis::X).ID: return 9135;
7935  case PurpurPillar::PurpurPillar(PurpurPillar::Axis::Y).ID: return 9136;
7936  case PurpurPillar::PurpurPillar(PurpurPillar::Axis::Z).ID: return 9137;
7937  case PurpurSlab::PurpurSlab(PurpurSlab::Type::Top).ID: return 8409;
7939  case PurpurSlab::PurpurSlab(PurpurSlab::Type::Double).ID: return 8413;
7940  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Top, PurpurStairs::Shape::Straight).ID: return 9139;
7941  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerLeft).ID: return 9141;
7942  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerRight).ID: return 9143;
7943  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterLeft).ID: return 9145;
7944  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterRight).ID: return 9147;
7945  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::Straight).ID: return 9149;
7946  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerLeft).ID: return 9151;
7947  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerRight).ID: return 9153;
7948  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterLeft).ID: return 9155;
7949  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterRight).ID: return 9157;
7950  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Top, PurpurStairs::Shape::Straight).ID: return 9159;
7951  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerLeft).ID: return 9161;
7952  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerRight).ID: return 9163;
7953  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterLeft).ID: return 9165;
7954  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterRight).ID: return 9167;
7955  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::Straight).ID: return 9169;
7956  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerLeft).ID: return 9171;
7957  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerRight).ID: return 9173;
7958  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterLeft).ID: return 9175;
7959  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_ZP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterRight).ID: return 9177;
7960  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Top, PurpurStairs::Shape::Straight).ID: return 9179;
7961  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerLeft).ID: return 9181;
7962  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerRight).ID: return 9183;
7963  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterLeft).ID: return 9185;
7964  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterRight).ID: return 9187;
7965  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::Straight).ID: return 9189;
7966  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerLeft).ID: return 9191;
7967  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerRight).ID: return 9193;
7968  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterLeft).ID: return 9195;
7969  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XM, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterRight).ID: return 9197;
7970  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Top, PurpurStairs::Shape::Straight).ID: return 9199;
7971  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerLeft).ID: return 9201;
7972  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Top, PurpurStairs::Shape::InnerRight).ID: return 9203;
7973  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterLeft).ID: return 9205;
7974  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Top, PurpurStairs::Shape::OuterRight).ID: return 9207;
7975  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::Straight).ID: return 9209;
7976  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerLeft).ID: return 9211;
7977  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::InnerRight).ID: return 9213;
7978  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterLeft).ID: return 9215;
7979  case PurpurStairs::PurpurStairs(eBlockFace::BLOCK_FACE_XP, PurpurStairs::Half::Bottom, PurpurStairs::Shape::OuterRight).ID: return 9217;
7980  case QuartzBlock::QuartzBlock().ID: return 6738;
7981  case QuartzBricks::QuartzBricks().ID: return 17103;
7982  case QuartzPillar::QuartzPillar(QuartzPillar::Axis::X).ID: return 6740;
7983  case QuartzPillar::QuartzPillar(QuartzPillar::Axis::Y).ID: return 6741;
7984  case QuartzPillar::QuartzPillar(QuartzPillar::Axis::Z).ID: return 6742;
7985  case QuartzSlab::QuartzSlab(QuartzSlab::Type::Top).ID: return 8391;
7987  case QuartzSlab::QuartzSlab(QuartzSlab::Type::Double).ID: return 8395;
7988  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Top, QuartzStairs::Shape::Straight).ID: return 6744;
7989  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerLeft).ID: return 6746;
7990  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerRight).ID: return 6748;
7991  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterLeft).ID: return 6750;
7992  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterRight).ID: return 6752;
7993  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::Straight).ID: return 6754;
7994  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerLeft).ID: return 6756;
7995  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerRight).ID: return 6758;
7996  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterLeft).ID: return 6760;
7997  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterRight).ID: return 6762;
7998  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Top, QuartzStairs::Shape::Straight).ID: return 6764;
7999  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerLeft).ID: return 6766;
8000  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerRight).ID: return 6768;
8001  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterLeft).ID: return 6770;
8002  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterRight).ID: return 6772;
8003  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::Straight).ID: return 6774;
8004  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerLeft).ID: return 6776;
8005  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerRight).ID: return 6778;
8006  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterLeft).ID: return 6780;
8007  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_ZP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterRight).ID: return 6782;
8008  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Top, QuartzStairs::Shape::Straight).ID: return 6784;
8009  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerLeft).ID: return 6786;
8010  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerRight).ID: return 6788;
8011  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterLeft).ID: return 6790;
8012  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterRight).ID: return 6792;
8013  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::Straight).ID: return 6794;
8014  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerLeft).ID: return 6796;
8015  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerRight).ID: return 6798;
8016  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterLeft).ID: return 6800;
8017  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XM, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterRight).ID: return 6802;
8018  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Top, QuartzStairs::Shape::Straight).ID: return 6804;
8019  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerLeft).ID: return 6806;
8020  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Top, QuartzStairs::Shape::InnerRight).ID: return 6808;
8021  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterLeft).ID: return 6810;
8022  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Top, QuartzStairs::Shape::OuterRight).ID: return 6812;
8023  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::Straight).ID: return 6814;
8024  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerLeft).ID: return 6816;
8025  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::InnerRight).ID: return 6818;
8026  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterLeft).ID: return 6820;
8027  case QuartzStairs::QuartzStairs(eBlockFace::BLOCK_FACE_XP, QuartzStairs::Half::Bottom, QuartzStairs::Shape::OuterRight).ID: return 6822;
8028  case Rail::Rail(Rail::Shape::NorthSouth).ID: return 3645;
8029  case Rail::Rail(Rail::Shape::EastWest).ID: return 3646;
8030  case Rail::Rail(Rail::Shape::AscendingEast).ID: return 3647;
8031  case Rail::Rail(Rail::Shape::AscendingWest).ID: return 3648;
8032  case Rail::Rail(Rail::Shape::AscendingNorth).ID: return 3649;
8033  case Rail::Rail(Rail::Shape::AscendingSouth).ID: return 3650;
8034  case Rail::Rail(Rail::Shape::SouthEast).ID: return 3651;
8035  case Rail::Rail(Rail::Shape::SouthWest).ID: return 3652;
8036  case Rail::Rail(Rail::Shape::NorthWest).ID: return 3653;
8037  case Rail::Rail(Rail::Shape::NorthEast).ID: return 3654;
8038  case RedBanner::RedBanner(0).ID: return 8121;
8039  case RedBanner::RedBanner(1).ID: return 8122;
8040  case RedBanner::RedBanner(2).ID: return 8123;
8041  case RedBanner::RedBanner(3).ID: return 8124;
8042  case RedBanner::RedBanner(4).ID: return 8125;
8043  case RedBanner::RedBanner(5).ID: return 8126;
8044  case RedBanner::RedBanner(6).ID: return 8127;
8045  case RedBanner::RedBanner(7).ID: return 8128;
8046  case RedBanner::RedBanner(8).ID: return 8129;
8047  case RedBanner::RedBanner(9).ID: return 8130;
8048  case RedBanner::RedBanner(10).ID: return 8131;
8049  case RedBanner::RedBanner(11).ID: return 8132;
8050  case RedBanner::RedBanner(12).ID: return 8133;
8051  case RedBanner::RedBanner(13).ID: return 8134;
8052  case RedBanner::RedBanner(14).ID: return 8135;
8053  case RedBanner::RedBanner(15).ID: return 8136;
8054  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZM, true, RedBed::Part::Head).ID: return 1273;
8055  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZM, true, RedBed::Part::Foot).ID: return 1274;
8056  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZM, false, RedBed::Part::Head).ID: return 1275;
8057  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZM, false, RedBed::Part::Foot).ID: return 1276;
8058  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZP, true, RedBed::Part::Head).ID: return 1277;
8059  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZP, true, RedBed::Part::Foot).ID: return 1278;
8060  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZP, false, RedBed::Part::Head).ID: return 1279;
8061  case RedBed::RedBed(eBlockFace::BLOCK_FACE_ZP, false, RedBed::Part::Foot).ID: return 1280;
8062  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XM, true, RedBed::Part::Head).ID: return 1281;
8063  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XM, true, RedBed::Part::Foot).ID: return 1282;
8064  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XM, false, RedBed::Part::Head).ID: return 1283;
8065  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XM, false, RedBed::Part::Foot).ID: return 1284;
8066  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XP, true, RedBed::Part::Head).ID: return 1285;
8067  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XP, true, RedBed::Part::Foot).ID: return 1286;
8068  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XP, false, RedBed::Part::Head).ID: return 1287;
8069  case RedBed::RedBed(eBlockFace::BLOCK_FACE_XP, false, RedBed::Part::Foot).ID: return 1288;
8070  case RedCarpet::RedCarpet().ID: return 7880;
8071  case RedConcrete::RedConcrete().ID: return 9452;
8072  case RedConcretePowder::RedConcretePowder().ID: return 9468;
8077  case RedMushroom::RedMushroom().ID: return 1426;
8078  case RedMushroomBlock::RedMushroomBlock(true, true, true, true, true, true).ID: return 4569;
8079  case RedMushroomBlock::RedMushroomBlock(true, true, true, true, true, false).ID: return 4570;
8080  case RedMushroomBlock::RedMushroomBlock(true, true, true, true, false, true).ID: return 4571;
8081  case RedMushroomBlock::RedMushroomBlock(true, true, true, true, false, false).ID: return 4572;
8082  case RedMushroomBlock::RedMushroomBlock(true, true, true, false, true, true).ID: return 4573;
8083  case RedMushroomBlock::RedMushroomBlock(true, true, true, false, true, false).ID: return 4574;
8084  case RedMushroomBlock::RedMushroomBlock(true, true, true, false, false, true).ID: return 4575;
8085  case RedMushroomBlock::RedMushroomBlock(true, true, true, false, false, false).ID: return 4576;
8086  case RedMushroomBlock::RedMushroomBlock(true, true, false, true, true, true).ID: return 4577;
8087  case RedMushroomBlock::RedMushroomBlock(true, true, false, true, true, false).ID: return 4578;
8088  case RedMushroomBlock::RedMushroomBlock(true, true, false, true, false, true).ID: return 4579;
8089  case RedMushroomBlock::RedMushroomBlock(true, true, false, true, false, false).ID: return 4580;
8090  case RedMushroomBlock::RedMushroomBlock(true, true, false, false, true, true).ID: return 4581;
8091  case RedMushroomBlock::RedMushroomBlock(true, true, false, false, true, false).ID: return 4582;
8092  case RedMushroomBlock::RedMushroomBlock(true, true, false, false, false, true).ID: return 4583;
8093  case RedMushroomBlock::RedMushroomBlock(true, true, false, false, false, false).ID: return 4584;
8094  case RedMushroomBlock::RedMushroomBlock(true, false, true, true, true, true).ID: return 4585;
8095  case RedMushroomBlock::RedMushroomBlock(true, false, true, true, true, false).ID: return 4586;
8096  case RedMushroomBlock::RedMushroomBlock(true, false, true, true, false, true).ID: return 4587;
8097  case RedMushroomBlock::RedMushroomBlock(true, false, true, true, false, false).ID: return 4588;
8098  case RedMushroomBlock::RedMushroomBlock(true, false, true, false, true, true).ID: return 4589;
8099  case RedMushroomBlock::RedMushroomBlock(true, false, true, false, true, false).ID: return 4590;
8100  case RedMushroomBlock::RedMushroomBlock(true, false, true, false, false, true).ID: return 4591;
8101  case RedMushroomBlock::RedMushroomBlock(true, false, true, false, false, false).ID: return 4592;
8102  case RedMushroomBlock::RedMushroomBlock(true, false, false, true, true, true).ID: return 4593;
8103  case RedMushroomBlock::RedMushroomBlock(true, false, false, true, true, false).ID: return 4594;
8104  case RedMushroomBlock::RedMushroomBlock(true, false, false, true, false, true).ID: return 4595;
8105  case RedMushroomBlock::RedMushroomBlock(true, false, false, true, false, false).ID: return 4596;
8106  case RedMushroomBlock::RedMushroomBlock(true, false, false, false, true, true).ID: return 4597;
8107  case RedMushroomBlock::RedMushroomBlock(true, false, false, false, true, false).ID: return 4598;
8108  case RedMushroomBlock::RedMushroomBlock(true, false, false, false, false, true).ID: return 4599;
8109  case RedMushroomBlock::RedMushroomBlock(true, false, false, false, false, false).ID: return 4600;
8110  case RedMushroomBlock::RedMushroomBlock(false, true, true, true, true, true).ID: return 4601;
8111  case RedMushroomBlock::RedMushroomBlock(false, true, true, true, true, false).ID: return 4602;
8112  case RedMushroomBlock::RedMushroomBlock(false, true, true, true, false, true).ID: return 4603;
8113  case RedMushroomBlock::RedMushroomBlock(false, true, true, true, false, false).ID: return 4604;
8114  case RedMushroomBlock::RedMushroomBlock(false, true, true, false, true, true).ID: return 4605;
8115  case RedMushroomBlock::RedMushroomBlock(false, true, true, false, true, false).ID: return 4606;
8116  case RedMushroomBlock::RedMushroomBlock(false, true, true, false, false, true).ID: return 4607;
8117  case RedMushroomBlock::RedMushroomBlock(false, true, true, false, false, false).ID: return 4608;
8118  case RedMushroomBlock::RedMushroomBlock(false, true, false, true, true, true).ID: return 4609;
8119  case RedMushroomBlock::RedMushroomBlock(false, true, false, true, true, false).ID: return 4610;
8120  case RedMushroomBlock::RedMushroomBlock(false, true, false, true, false, true).ID: return 4611;
8121  case RedMushroomBlock::RedMushroomBlock(false, true, false, true, false, false).ID: return 4612;
8122  case RedMushroomBlock::RedMushroomBlock(false, true, false, false, true, true).ID: return 4613;
8123  case RedMushroomBlock::RedMushroomBlock(false, true, false, false, true, false).ID: return 4614;
8124  case RedMushroomBlock::RedMushroomBlock(false, true, false, false, false, true).ID: return 4615;
8125  case RedMushroomBlock::RedMushroomBlock(false, true, false, false, false, false).ID: return 4616;
8126  case RedMushroomBlock::RedMushroomBlock(false, false, true, true, true, true).ID: return 4617;
8127  case RedMushroomBlock::RedMushroomBlock(false, false, true, true, true, false).ID: return 4618;
8128  case RedMushroomBlock::RedMushroomBlock(false, false, true, true, false, true).ID: return 4619;
8129  case RedMushroomBlock::RedMushroomBlock(false, false, true, true, false, false).ID: return 4620;
8130  case RedMushroomBlock::RedMushroomBlock(false, false, true, false, true, true).ID: return 4621;
8131  case RedMushroomBlock::RedMushroomBlock(false, false, true, false, true, false).ID: return 4622;
8132  case RedMushroomBlock::RedMushroomBlock(false, false, true, false, false, true).ID: return 4623;
8133  case RedMushroomBlock::RedMushroomBlock(false, false, true, false, false, false).ID: return 4624;
8134  case RedMushroomBlock::RedMushroomBlock(false, false, false, true, true, true).ID: return 4625;
8135  case RedMushroomBlock::RedMushroomBlock(false, false, false, true, true, false).ID: return 4626;
8136  case RedMushroomBlock::RedMushroomBlock(false, false, false, true, false, true).ID: return 4627;
8137  case RedMushroomBlock::RedMushroomBlock(false, false, false, true, false, false).ID: return 4628;
8138  case RedMushroomBlock::RedMushroomBlock(false, false, false, false, true, true).ID: return 4629;
8139  case RedMushroomBlock::RedMushroomBlock(false, false, false, false, true, false).ID: return 4630;
8140  case RedMushroomBlock::RedMushroomBlock(false, false, false, false, false, true).ID: return 4631;
8141  case RedMushroomBlock::RedMushroomBlock(false, false, false, false, false, false).ID: return 4632;
8142  case RedNetherBrickSlab::RedNetherBrickSlab(RedNetherBrickSlab::Type::Top).ID: return 10850;
8144  case RedNetherBrickSlab::RedNetherBrickSlab(RedNetherBrickSlab::Type::Double).ID: return 10854;
8145  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::Straight).ID: return 10550;
8146  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10552;
8147  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerRight).ID: return 10554;
8148  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10556;
8149  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterRight).ID: return 10558;
8150  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::Straight).ID: return 10560;
8151  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10562;
8152  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerRight).ID: return 10564;
8153  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10566;
8154  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterRight).ID: return 10568;
8155  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::Straight).ID: return 10570;
8156  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10572;
8157  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerRight).ID: return 10574;
8158  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10576;
8159  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterRight).ID: return 10578;
8160  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::Straight).ID: return 10580;
8161  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10582;
8162  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerRight).ID: return 10584;
8163  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10586;
8164  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_ZP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterRight).ID: return 10588;
8165  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::Straight).ID: return 10590;
8166  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10592;
8167  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerRight).ID: return 10594;
8168  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10596;
8169  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterRight).ID: return 10598;
8170  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::Straight).ID: return 10600;
8171  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10602;
8172  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerRight).ID: return 10604;
8173  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10606;
8174  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XM, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterRight).ID: return 10608;
8175  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::Straight).ID: return 10610;
8176  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10612;
8177  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::InnerRight).ID: return 10614;
8178  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10616;
8179  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Top, RedNetherBrickStairs::Shape::OuterRight).ID: return 10618;
8180  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::Straight).ID: return 10620;
8181  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerLeft).ID: return 10622;
8182  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::InnerRight).ID: return 10624;
8183  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterLeft).ID: return 10626;
8184  case RedNetherBrickStairs::RedNetherBrickStairs(eBlockFace::BLOCK_FACE_XP, RedNetherBrickStairs::Half::Bottom, RedNetherBrickStairs::Shape::OuterRight).ID: return 10628;
8185  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13462;
8186  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13463;
8187  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13464;
8188  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13468;
8189  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13469;
8190  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13470;
8191  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13474;
8192  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13475;
8193  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13476;
8194  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13480;
8195  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13481;
8196  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13482;
8197  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13486;
8198  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13487;
8199  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13488;
8200  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13492;
8201  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13493;
8202  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13494;
8203  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13498;
8204  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13499;
8205  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13500;
8206  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13504;
8207  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13505;
8208  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13506;
8209  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13510;
8210  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13511;
8211  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13512;
8212  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13516;
8213  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13517;
8214  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13518;
8215  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13522;
8216  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13523;
8217  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13524;
8218  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13528;
8219  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13529;
8220  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13530;
8221  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13534;
8222  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13535;
8223  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13536;
8224  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13540;
8225  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13541;
8226  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13542;
8227  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13546;
8228  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13547;
8229  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13548;
8230  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13552;
8231  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13553;
8232  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13554;
8233  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13558;
8234  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13559;
8235  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13560;
8236  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13564;
8237  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13565;
8238  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::None, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13566;
8239  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13570;
8240  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13571;
8241  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13572;
8242  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13576;
8243  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13577;
8244  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13578;
8245  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13582;
8246  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13583;
8247  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13584;
8248  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13588;
8249  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13589;
8250  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13590;
8251  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13594;
8252  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13595;
8253  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13596;
8254  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13600;
8255  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13601;
8256  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13602;
8257  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13606;
8258  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13607;
8259  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13608;
8260  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13612;
8261  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13613;
8262  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13614;
8263  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13618;
8264  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13619;
8265  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13620;
8266  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13624;
8267  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13625;
8268  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13626;
8269  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13630;
8270  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13631;
8271  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13632;
8272  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13636;
8273  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13637;
8274  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13638;
8275  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13642;
8276  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13643;
8277  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13644;
8278  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13648;
8279  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13649;
8280  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13650;
8281  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13654;
8282  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13655;
8283  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13656;
8284  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13660;
8285  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13661;
8286  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13662;
8287  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13666;
8288  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13667;
8289  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13668;
8290  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13672;
8291  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13673;
8292  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Low, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13674;
8293  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13678;
8294  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13679;
8295  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13680;
8296  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13684;
8297  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13685;
8298  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13686;
8299  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13690;
8300  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13691;
8301  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13692;
8302  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13696;
8303  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13697;
8304  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13698;
8305  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13702;
8306  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13703;
8307  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13704;
8308  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13708;
8309  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13709;
8310  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::None, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13710;
8311  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13714;
8312  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13715;
8313  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13716;
8314  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13720;
8315  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13721;
8316  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13722;
8317  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13726;
8318  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13727;
8319  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13728;
8320  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13732;
8321  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13733;
8322  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13734;
8323  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13738;
8324  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13739;
8325  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13740;
8326  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13744;
8327  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13745;
8328  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Low, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13746;
8329  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::None).ID: return 13750;
8330  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Low).ID: return 13751;
8331  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, true, RedNetherBrickWall::West::Tall).ID: return 13752;
8332  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::None).ID: return 13756;
8333  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Low).ID: return 13757;
8334  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::None, false, RedNetherBrickWall::West::Tall).ID: return 13758;
8335  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::None).ID: return 13762;
8336  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Low).ID: return 13763;
8337  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, true, RedNetherBrickWall::West::Tall).ID: return 13764;
8338  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::None).ID: return 13768;
8339  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Low).ID: return 13769;
8340  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Low, false, RedNetherBrickWall::West::Tall).ID: return 13770;
8341  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::None).ID: return 13774;
8342  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Low).ID: return 13775;
8343  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, true, RedNetherBrickWall::West::Tall).ID: return 13776;
8344  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::None).ID: return 13780;
8345  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Low).ID: return 13781;
8346  case RedNetherBrickWall::RedNetherBrickWall(RedNetherBrickWall::East::Tall, RedNetherBrickWall::North::Tall, RedNetherBrickWall::South::Tall, false, RedNetherBrickWall::West::Tall).ID: return 13782;
8347  case RedNetherBricks::RedNetherBricks().ID: return 9255;
8348  case RedSand::RedSand().ID: return 67;
8349  case RedSandstone::RedSandstone().ID: return 8217;
8350  case RedSandstoneSlab::RedSandstoneSlab(RedSandstoneSlab::Type::Top).ID: return 8397;
8352  case RedSandstoneSlab::RedSandstoneSlab(RedSandstoneSlab::Type::Double).ID: return 8401;
8353  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::Straight).ID: return 8221;
8354  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerLeft).ID: return 8223;
8355  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerRight).ID: return 8225;
8356  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterLeft).ID: return 8227;
8357  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterRight).ID: return 8229;
8358  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::Straight).ID: return 8231;
8359  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerLeft).ID: return 8233;
8360  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerRight).ID: return 8235;
8361  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterLeft).ID: return 8237;
8362  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterRight).ID: return 8239;
8363  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::Straight).ID: return 8241;
8364  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerLeft).ID: return 8243;
8365  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerRight).ID: return 8245;
8366  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterLeft).ID: return 8247;
8367  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterRight).ID: return 8249;
8368  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::Straight).ID: return 8251;
8369  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerLeft).ID: return 8253;
8370  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerRight).ID: return 8255;
8371  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterLeft).ID: return 8257;
8372  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterRight).ID: return 8259;
8373  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::Straight).ID: return 8261;
8374  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerLeft).ID: return 8263;
8375  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerRight).ID: return 8265;
8376  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterLeft).ID: return 8267;
8377  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterRight).ID: return 8269;
8378  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::Straight).ID: return 8271;
8379  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerLeft).ID: return 8273;
8380  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerRight).ID: return 8275;
8381  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterLeft).ID: return 8277;
8382  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterRight).ID: return 8279;
8383  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::Straight).ID: return 8281;
8384  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerLeft).ID: return 8283;
8385  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::InnerRight).ID: return 8285;
8386  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterLeft).ID: return 8287;
8387  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Top, RedSandstoneStairs::Shape::OuterRight).ID: return 8289;
8388  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::Straight).ID: return 8291;
8389  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerLeft).ID: return 8293;
8390  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::InnerRight).ID: return 8295;
8391  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterLeft).ID: return 8297;
8392  case RedSandstoneStairs::RedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, RedSandstoneStairs::Half::Bottom, RedSandstoneStairs::Shape::OuterRight).ID: return 8299;
8393  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11518;
8394  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11519;
8395  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11520;
8396  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11524;
8397  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11525;
8398  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11526;
8399  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11530;
8400  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11531;
8401  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11532;
8402  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11536;
8403  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11537;
8404  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11538;
8405  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11542;
8406  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11543;
8407  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11544;
8408  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11548;
8409  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11549;
8410  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11550;
8411  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11554;
8412  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11555;
8413  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11556;
8414  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11560;
8415  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11561;
8416  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11562;
8417  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11566;
8418  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11567;
8419  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11568;
8420  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11572;
8421  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11573;
8422  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11574;
8423  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11578;
8424  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11579;
8425  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11580;
8426  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11584;
8427  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11585;
8428  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11586;
8429  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11590;
8430  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11591;
8431  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11592;
8432  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11596;
8433  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11597;
8434  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11598;
8435  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11602;
8436  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11603;
8437  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11604;
8438  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11608;
8439  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11609;
8440  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11610;
8441  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11614;
8442  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11615;
8443  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11616;
8444  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11620;
8445  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11621;
8446  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::None, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11622;
8447  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11626;
8448  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11627;
8449  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11628;
8450  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11632;
8451  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11633;
8452  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11634;
8453  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11638;
8454  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11639;
8455  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11640;
8456  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11644;
8457  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11645;
8458  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11646;
8459  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11650;
8460  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11651;
8461  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11652;
8462  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11656;
8463  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11657;
8464  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11658;
8465  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11662;
8466  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11663;
8467  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11664;
8468  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11668;
8469  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11669;
8470  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11670;
8471  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11674;
8472  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11675;
8473  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11676;
8474  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11680;
8475  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11681;
8476  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11682;
8477  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11686;
8478  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11687;
8479  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11688;
8480  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11692;
8481  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11693;
8482  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11694;
8483  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11698;
8484  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11699;
8485  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11700;
8486  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11704;
8487  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11705;
8488  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11706;
8489  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11710;
8490  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11711;
8491  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11712;
8492  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11716;
8493  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11717;
8494  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11718;
8495  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11722;
8496  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11723;
8497  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11724;
8498  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11728;
8499  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11729;
8500  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Low, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11730;
8501  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11734;
8502  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11735;
8503  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11736;
8504  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11740;
8505  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11741;
8506  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11742;
8507  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11746;
8508  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11747;
8509  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11748;
8510  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11752;
8511  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11753;
8512  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11754;
8513  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11758;
8514  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11759;
8515  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11760;
8516  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11764;
8517  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11765;
8518  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::None, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11766;
8519  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11770;
8520  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11771;
8521  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11772;
8522  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11776;
8523  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11777;
8524  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11778;
8525  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11782;
8526  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11783;
8527  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11784;
8528  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11788;
8529  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11789;
8530  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11790;
8531  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11794;
8532  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11795;
8533  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11796;
8534  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11800;
8535  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11801;
8536  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Low, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11802;
8537  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::None).ID: return 11806;
8538  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Low).ID: return 11807;
8539  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, true, RedSandstoneWall::West::Tall).ID: return 11808;
8540  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::None).ID: return 11812;
8541  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Low).ID: return 11813;
8542  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::None, false, RedSandstoneWall::West::Tall).ID: return 11814;
8543  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::None).ID: return 11818;
8544  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Low).ID: return 11819;
8545  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, true, RedSandstoneWall::West::Tall).ID: return 11820;
8546  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::None).ID: return 11824;
8547  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Low).ID: return 11825;
8548  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Low, false, RedSandstoneWall::West::Tall).ID: return 11826;
8549  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::None).ID: return 11830;
8550  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Low).ID: return 11831;
8551  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, true, RedSandstoneWall::West::Tall).ID: return 11832;
8552  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::None).ID: return 11836;
8553  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Low).ID: return 11837;
8554  case RedSandstoneWall::RedSandstoneWall(RedSandstoneWall::East::Tall, RedSandstoneWall::North::Tall, RedSandstoneWall::South::Tall, false, RedSandstoneWall::West::Tall).ID: return 11838;
8561  case RedStainedGlass::RedStainedGlass().ID: return 4109;
8562  case RedStainedGlassPane::RedStainedGlassPane(true, true, true, true).ID: return 7313;
8563  case RedStainedGlassPane::RedStainedGlassPane(true, true, true, false).ID: return 7314;
8564  case RedStainedGlassPane::RedStainedGlassPane(true, true, false, true).ID: return 7317;
8565  case RedStainedGlassPane::RedStainedGlassPane(true, true, false, false).ID: return 7318;
8566  case RedStainedGlassPane::RedStainedGlassPane(true, false, true, true).ID: return 7321;
8567  case RedStainedGlassPane::RedStainedGlassPane(true, false, true, false).ID: return 7322;
8568  case RedStainedGlassPane::RedStainedGlassPane(true, false, false, true).ID: return 7325;
8569  case RedStainedGlassPane::RedStainedGlassPane(true, false, false, false).ID: return 7326;
8570  case RedStainedGlassPane::RedStainedGlassPane(false, true, true, true).ID: return 7329;
8571  case RedStainedGlassPane::RedStainedGlassPane(false, true, true, false).ID: return 7330;
8572  case RedStainedGlassPane::RedStainedGlassPane(false, true, false, true).ID: return 7333;
8573  case RedStainedGlassPane::RedStainedGlassPane(false, true, false, false).ID: return 7334;
8574  case RedStainedGlassPane::RedStainedGlassPane(false, false, true, true).ID: return 7337;
8575  case RedStainedGlassPane::RedStainedGlassPane(false, false, true, false).ID: return 7338;
8576  case RedStainedGlassPane::RedStainedGlassPane(false, false, false, true).ID: return 7341;
8577  case RedStainedGlassPane::RedStainedGlassPane(false, false, false, false).ID: return 7342;
8578  case RedTerracotta::RedTerracotta().ID: return 6861;
8579  case RedTulip::RedTulip().ID: return 1417;
8580  case RedWallBanner::RedWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8209;
8581  case RedWallBanner::RedWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8210;
8582  case RedWallBanner::RedWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8211;
8583  case RedWallBanner::RedWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8212;
8584  case RedWool::RedWool().ID: return 1398;
8585  case RedstoneBlock::RedstoneBlock().ID: return 6726;
8586  case RedstoneLamp::RedstoneLamp(true).ID: return 5156;
8587  case RedstoneLamp::RedstoneLamp(false).ID: return 5157;
8588  case RedstoneOre::RedstoneOre(true).ID: return 3885;
8589  case RedstoneOre::RedstoneOre(false).ID: return 3886;
8590  case RedstoneTorch::RedstoneTorch(true).ID: return 3887;
8591  case RedstoneTorch::RedstoneTorch(false).ID: return 3888;
8592  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_ZM, true).ID: return 3889;
8593  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_ZM, false).ID: return 3890;
8594  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_ZP, true).ID: return 3891;
8595  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_ZP, false).ID: return 3892;
8596  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_XM, true).ID: return 3893;
8597  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_XM, false).ID: return 3894;
8598  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_XP, true).ID: return 3895;
8599  case RedstoneWallTorch::RedstoneWallTorch(eBlockFace::BLOCK_FACE_XP, false).ID: return 3896;
8600  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2058;
8601  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2059;
8602  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2060;
8603  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2061;
8604  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2062;
8605  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2063;
8606  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2064;
8607  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2065;
8608  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2066;
8609  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2067;
8610  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2068;
8611  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2069;
8612  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2070;
8613  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2071;
8614  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2072;
8615  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2073;
8616  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2074;
8617  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2075;
8618  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2076;
8619  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2077;
8620  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2078;
8621  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2079;
8622  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2080;
8623  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2081;
8624  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2082;
8625  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2083;
8626  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2084;
8627  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2085;
8628  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2086;
8629  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2087;
8630  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2088;
8631  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2089;
8632  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2090;
8633  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2091;
8634  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2092;
8635  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2093;
8636  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2094;
8637  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2095;
8638  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2096;
8639  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2097;
8640  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2098;
8641  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2099;
8642  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2100;
8643  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2101;
8644  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2102;
8645  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2103;
8646  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2104;
8647  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2105;
8648  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2106;
8649  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2107;
8650  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2108;
8651  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2109;
8652  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2110;
8653  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2111;
8654  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2112;
8655  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2113;
8656  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2114;
8657  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2115;
8658  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2116;
8659  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2117;
8660  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2118;
8661  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2119;
8662  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2120;
8663  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2121;
8664  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2122;
8665  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2123;
8666  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2124;
8667  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2125;
8668  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2126;
8669  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2127;
8670  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2128;
8671  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2129;
8672  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2130;
8673  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2131;
8674  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2132;
8675  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2133;
8676  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2134;
8677  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2135;
8678  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2136;
8679  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2137;
8680  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2138;
8681  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2139;
8682  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2140;
8683  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2141;
8684  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2142;
8685  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2143;
8686  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2144;
8687  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2145;
8688  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2146;
8689  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2147;
8690  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2148;
8691  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2149;
8692  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2150;
8693  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2151;
8694  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2152;
8695  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2153;
8696  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2154;
8697  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2155;
8698  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2156;
8699  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2157;
8700  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2158;
8701  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2159;
8702  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2160;
8703  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2161;
8704  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2162;
8705  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2163;
8706  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2164;
8707  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2165;
8708  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2166;
8709  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2167;
8710  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2168;
8711  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2169;
8712  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2170;
8713  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2171;
8714  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2172;
8715  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2173;
8716  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2174;
8717  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2175;
8718  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2176;
8719  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2177;
8720  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2178;
8721  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2179;
8722  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2180;
8723  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2181;
8724  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2182;
8725  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2183;
8726  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2184;
8727  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2185;
8728  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2186;
8729  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2187;
8730  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2188;
8731  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2189;
8732  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2190;
8733  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2191;
8734  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2192;
8735  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2193;
8736  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2194;
8737  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2195;
8738  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2196;
8739  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2197;
8740  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2198;
8741  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2199;
8742  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2200;
8743  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2201;
8744  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2202;
8745  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2203;
8746  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2204;
8747  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2205;
8748  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2206;
8749  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2207;
8750  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2208;
8751  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2209;
8752  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2210;
8753  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2211;
8754  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2212;
8755  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2213;
8756  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2214;
8757  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2215;
8758  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2216;
8759  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2217;
8760  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2218;
8761  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2219;
8762  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2220;
8763  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2221;
8764  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2222;
8765  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2223;
8766  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2224;
8767  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2225;
8768  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2226;
8769  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2227;
8770  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2228;
8771  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2229;
8772  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2230;
8773  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2231;
8774  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2232;
8775  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2233;
8776  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2234;
8777  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2235;
8778  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2236;
8779  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2237;
8780  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2238;
8781  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2239;
8782  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2240;
8783  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2241;
8784  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2242;
8785  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2243;
8786  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2244;
8787  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2245;
8788  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2246;
8789  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2247;
8790  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2248;
8791  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2249;
8792  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2250;
8793  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2251;
8794  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2252;
8795  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2253;
8796  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2254;
8797  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2255;
8798  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2256;
8799  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2257;
8800  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2258;
8801  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2259;
8802  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2260;
8803  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2261;
8804  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2262;
8805  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2263;
8806  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2264;
8807  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2265;
8808  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2266;
8809  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2267;
8810  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2268;
8811  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2269;
8812  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2270;
8813  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2271;
8814  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2272;
8815  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2273;
8816  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2274;
8817  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2275;
8818  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2276;
8819  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2277;
8820  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2278;
8821  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2279;
8822  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2280;
8823  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2281;
8824  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2282;
8825  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2283;
8826  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2284;
8827  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2285;
8828  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2286;
8829  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2287;
8830  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2288;
8831  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2289;
8832  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2290;
8833  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2291;
8834  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2292;
8835  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2293;
8836  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2294;
8837  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2295;
8838  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2296;
8839  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2297;
8840  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2298;
8841  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2299;
8842  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2300;
8843  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2301;
8844  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2302;
8845  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2303;
8846  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2304;
8847  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2305;
8848  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2306;
8849  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2307;
8850  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2308;
8851  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2309;
8852  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2310;
8853  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2311;
8854  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2312;
8855  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2313;
8856  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2314;
8857  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2315;
8858  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2316;
8859  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2317;
8860  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2318;
8861  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2319;
8862  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2320;
8863  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2321;
8864  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2322;
8865  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2323;
8866  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2324;
8867  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2325;
8868  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2326;
8869  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2327;
8870  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2328;
8871  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2329;
8872  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2330;
8873  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2331;
8874  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2332;
8875  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2333;
8876  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2334;
8877  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2335;
8878  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2336;
8879  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2337;
8880  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2338;
8881  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2339;
8882  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2340;
8883  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2341;
8884  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2342;
8885  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2343;
8886  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2344;
8887  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2345;
8888  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2346;
8889  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2347;
8890  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2348;
8891  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2349;
8892  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2350;
8893  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2351;
8894  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2352;
8895  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2353;
8896  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2354;
8897  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2355;
8898  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2356;
8899  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2357;
8900  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2358;
8901  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2359;
8902  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2360;
8903  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2361;
8904  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2362;
8905  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2363;
8906  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2364;
8907  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2365;
8908  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2366;
8909  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2367;
8910  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2368;
8911  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2369;
8912  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2370;
8913  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2371;
8914  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2372;
8915  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2373;
8916  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2374;
8917  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2375;
8918  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2376;
8919  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2377;
8920  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2378;
8921  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2379;
8922  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2380;
8923  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2381;
8924  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2382;
8925  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2383;
8926  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2384;
8927  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2385;
8928  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2386;
8929  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2387;
8930  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2388;
8931  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2389;
8932  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2390;
8933  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2391;
8934  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2392;
8935  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2393;
8936  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2394;
8937  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2395;
8938  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2396;
8939  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2397;
8940  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2398;
8941  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2399;
8942  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2400;
8943  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2401;
8944  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2402;
8945  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2403;
8946  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2404;
8947  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2405;
8948  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2406;
8949  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2407;
8950  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2408;
8951  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2409;
8952  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2410;
8953  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2411;
8954  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2412;
8955  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2413;
8956  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2414;
8957  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2415;
8958  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2416;
8959  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2417;
8960  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2418;
8961  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2419;
8962  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2420;
8963  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2421;
8964  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2422;
8965  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2423;
8966  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2424;
8967  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2425;
8968  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2426;
8969  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2427;
8970  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2428;
8971  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2429;
8972  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2430;
8973  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2431;
8974  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2432;
8975  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2433;
8976  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2434;
8977  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2435;
8978  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2436;
8979  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2437;
8980  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2438;
8981  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2439;
8982  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2440;
8983  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2441;
8984  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2442;
8985  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2443;
8986  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2444;
8987  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2445;
8988  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2446;
8989  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2447;
8990  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2448;
8991  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2449;
8992  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2450;
8993  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2451;
8994  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2452;
8995  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2453;
8996  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2454;
8997  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2455;
8998  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2456;
8999  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2457;
9000  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2458;
9001  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2459;
9002  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2460;
9003  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2461;
9004  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2462;
9005  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2463;
9006  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2464;
9007  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2465;
9008  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2466;
9009  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2467;
9010  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2468;
9011  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2469;
9012  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2470;
9013  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2471;
9014  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2472;
9015  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2473;
9016  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2474;
9017  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2475;
9018  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2476;
9019  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2477;
9020  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2478;
9021  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2479;
9022  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2480;
9023  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2481;
9024  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2482;
9025  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2483;
9026  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2484;
9027  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2485;
9028  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2486;
9029  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2487;
9030  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2488;
9031  case RedstoneWire::RedstoneWire(RedstoneWire::East::Up, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2489;
9032  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2490;
9033  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2491;
9034  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2492;
9035  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2493;
9036  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2494;
9037  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2495;
9038  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2496;
9039  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2497;
9040  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2498;
9041  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2499;
9042  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2500;
9043  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2501;
9044  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2502;
9045  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2503;
9046  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2504;
9047  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2505;
9048  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2506;
9049  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2507;
9050  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2508;
9051  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2509;
9052  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2510;
9053  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2511;
9054  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2512;
9055  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2513;
9056  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2514;
9057  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2515;
9058  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2516;
9059  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2517;
9060  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2518;
9061  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2519;
9062  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2520;
9063  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2521;
9064  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2522;
9065  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2523;
9066  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2524;
9067  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2525;
9068  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2526;
9069  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2527;
9070  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2528;
9071  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2529;
9072  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2530;
9073  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2531;
9074  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2532;
9075  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2533;
9076  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2534;
9077  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2535;
9078  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2536;
9079  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2537;
9080  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2538;
9081  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2539;
9082  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2540;
9083  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2541;
9084  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2542;
9085  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2543;
9086  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2544;
9087  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2545;
9088  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2546;
9089  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2547;
9090  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2548;
9091  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2549;
9092  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2550;
9093  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2551;
9094  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2552;
9095  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2553;
9096  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2554;
9097  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2555;
9098  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2556;
9099  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2557;
9100  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2558;
9101  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2559;
9102  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2560;
9103  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2561;
9104  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2562;
9105  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2563;
9106  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2564;
9107  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2565;
9108  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2566;
9109  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2567;
9110  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2568;
9111  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2569;
9112  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2570;
9113  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2571;
9114  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2572;
9115  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2573;
9116  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2574;
9117  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2575;
9118  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2576;
9119  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2577;
9120  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2578;
9121  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2579;
9122  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2580;
9123  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2581;
9124  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2582;
9125  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2583;
9126  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2584;
9127  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2585;
9128  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2586;
9129  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2587;
9130  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2588;
9131  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2589;
9132  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2590;
9133  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2591;
9134  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2592;
9135  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2593;
9136  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2594;
9137  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2595;
9138  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2596;
9139  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2597;
9140  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2598;
9141  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2599;
9142  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2600;
9143  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2601;
9144  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2602;
9145  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2603;
9146  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2604;
9147  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2605;
9148  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2606;
9149  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2607;
9150  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2608;
9151  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2609;
9152  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2610;
9153  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2611;
9154  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2612;
9155  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2613;
9156  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2614;
9157  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2615;
9158  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2616;
9159  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2617;
9160  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2618;
9161  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2619;
9162  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2620;
9163  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2621;
9164  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2622;
9165  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2623;
9166  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2624;
9167  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2625;
9168  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2626;
9169  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2627;
9170  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2628;
9171  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2629;
9172  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2630;
9173  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2631;
9174  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2632;
9175  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2633;
9176  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2634;
9177  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2635;
9178  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2636;
9179  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2637;
9180  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2638;
9181  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2639;
9182  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2640;
9183  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2641;
9184  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2642;
9185  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2643;
9186  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2644;
9187  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2645;
9188  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2646;
9189  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2647;
9190  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2648;
9191  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2649;
9192  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2650;
9193  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2651;
9194  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2652;
9195  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2653;
9196  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2654;
9197  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2655;
9198  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2656;
9199  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2657;
9200  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2658;
9201  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2659;
9202  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2660;
9203  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2661;
9204  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2662;
9205  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2663;
9206  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2664;
9207  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2665;
9208  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2666;
9209  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2667;
9210  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2668;
9211  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2669;
9212  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2670;
9213  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2671;
9214  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2672;
9215  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2673;
9216  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2674;
9217  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2675;
9218  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2676;
9219  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2677;
9220  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2678;
9221  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2679;
9222  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2680;
9223  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2681;
9224  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2682;
9225  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2683;
9226  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2684;
9227  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2685;
9228  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2686;
9229  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2687;
9230  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2688;
9231  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2689;
9232  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2690;
9233  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2691;
9234  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2692;
9235  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2693;
9236  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2694;
9237  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2695;
9238  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2696;
9239  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2697;
9240  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2698;
9241  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2699;
9242  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2700;
9243  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2701;
9244  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2702;
9245  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2703;
9246  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2704;
9247  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2705;
9248  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2706;
9249  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2707;
9250  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2708;
9251  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2709;
9252  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2710;
9253  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2711;
9254  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2712;
9255  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2713;
9256  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2714;
9257  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2715;
9258  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2716;
9259  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2717;
9260  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2718;
9261  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2719;
9262  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2720;
9263  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2721;
9264  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2722;
9265  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2723;
9266  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2724;
9267  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2725;
9268  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2726;
9269  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2727;
9270  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2728;
9271  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2729;
9272  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2730;
9273  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2731;
9274  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2732;
9275  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2733;
9276  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2734;
9277  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2735;
9278  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2736;
9279  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2737;
9280  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2738;
9281  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2739;
9282  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2740;
9283  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2741;
9284  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2742;
9285  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2743;
9286  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2744;
9287  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2745;
9288  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2746;
9289  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2747;
9290  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2748;
9291  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2749;
9292  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2750;
9293  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2751;
9294  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2752;
9295  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2753;
9296  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2754;
9297  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2755;
9298  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2756;
9299  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2757;
9300  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2758;
9301  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2759;
9302  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2760;
9303  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2761;
9304  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2762;
9305  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2763;
9306  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2764;
9307  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2765;
9308  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2766;
9309  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2767;
9310  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2768;
9311  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2769;
9312  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2770;
9313  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2771;
9314  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2772;
9315  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2773;
9316  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2774;
9317  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2775;
9318  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2776;
9319  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2777;
9320  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2778;
9321  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2779;
9322  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2780;
9323  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2781;
9324  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2782;
9325  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2783;
9326  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2784;
9327  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2785;
9328  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2786;
9329  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2787;
9330  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2788;
9331  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2789;
9332  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2790;
9333  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2791;
9334  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2792;
9335  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2793;
9336  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2794;
9337  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2795;
9338  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2796;
9339  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2797;
9340  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2798;
9341  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2799;
9342  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2800;
9343  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2801;
9344  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2802;
9345  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2803;
9346  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2804;
9347  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2805;
9348  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2806;
9349  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2807;
9350  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2808;
9351  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2809;
9352  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2810;
9353  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2811;
9354  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2812;
9355  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2813;
9356  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2814;
9357  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2815;
9358  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2816;
9359  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2817;
9360  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2818;
9361  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2819;
9362  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2820;
9363  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2821;
9364  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2822;
9365  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2823;
9366  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2824;
9367  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2825;
9368  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2826;
9369  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2827;
9370  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2828;
9371  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2829;
9372  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2830;
9373  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2831;
9374  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2832;
9375  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2833;
9376  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2834;
9377  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2835;
9378  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2836;
9379  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2837;
9380  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2838;
9381  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2839;
9382  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2840;
9383  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2841;
9384  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2842;
9385  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2843;
9386  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2844;
9387  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2845;
9388  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2846;
9389  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2847;
9390  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2848;
9391  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2849;
9392  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2850;
9393  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2851;
9394  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2852;
9395  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2853;
9396  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2854;
9397  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2855;
9398  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2856;
9399  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2857;
9400  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2858;
9401  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2859;
9402  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2860;
9403  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2861;
9404  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2862;
9405  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2863;
9406  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2864;
9407  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2865;
9408  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2866;
9409  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2867;
9410  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2868;
9411  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2869;
9412  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2870;
9413  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2871;
9414  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2872;
9415  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2873;
9416  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2874;
9417  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2875;
9418  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2876;
9419  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2877;
9420  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2878;
9421  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2879;
9422  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2880;
9423  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2881;
9424  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2882;
9425  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2883;
9426  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2884;
9427  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2885;
9428  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2886;
9429  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2887;
9430  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2888;
9431  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2889;
9432  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2890;
9433  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2891;
9434  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2892;
9435  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2893;
9436  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2894;
9437  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2895;
9438  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2896;
9439  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2897;
9440  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2898;
9441  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2899;
9442  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2900;
9443  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2901;
9444  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2902;
9445  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2903;
9446  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2904;
9447  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2905;
9448  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2906;
9449  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2907;
9450  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2908;
9451  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2909;
9452  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2910;
9453  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2911;
9454  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2912;
9455  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2913;
9456  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2914;
9457  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2915;
9458  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2916;
9459  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2917;
9460  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2918;
9461  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2919;
9462  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2920;
9463  case RedstoneWire::RedstoneWire(RedstoneWire::East::Side, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2921;
9464  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2922;
9465  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2923;
9466  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2924;
9467  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2925;
9468  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2926;
9469  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2927;
9470  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2928;
9471  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2929;
9472  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2930;
9473  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2931;
9474  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2932;
9475  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2933;
9476  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2934;
9477  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2935;
9478  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2936;
9479  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2937;
9480  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2938;
9481  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2939;
9482  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2940;
9483  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2941;
9484  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2942;
9485  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2943;
9486  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2944;
9487  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2945;
9488  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2946;
9489  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2947;
9490  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2948;
9491  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2949;
9492  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2950;
9493  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2951;
9494  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2952;
9495  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2953;
9496  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2954;
9497  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2955;
9498  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2956;
9499  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2957;
9500  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2958;
9501  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2959;
9502  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2960;
9503  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2961;
9504  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2962;
9505  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2963;
9506  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2964;
9507  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2965;
9508  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2966;
9509  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2967;
9510  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2968;
9511  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2969;
9512  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2970;
9513  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2971;
9514  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2972;
9515  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2973;
9516  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2974;
9517  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2975;
9518  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2976;
9519  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2977;
9520  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2978;
9521  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2979;
9522  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2980;
9523  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2981;
9524  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2982;
9525  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2983;
9526  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2984;
9527  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2985;
9528  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2986;
9529  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2987;
9530  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2988;
9531  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2989;
9532  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2990;
9533  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 2991;
9534  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 2992;
9535  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 2993;
9536  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 2994;
9537  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 2995;
9538  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 2996;
9539  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 2997;
9540  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 2998;
9541  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 2999;
9542  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3000;
9543  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3001;
9544  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3002;
9545  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3003;
9546  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3004;
9547  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3005;
9548  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3006;
9549  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3007;
9550  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3008;
9551  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3009;
9552  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3010;
9553  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3011;
9554  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3012;
9555  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3013;
9556  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3014;
9557  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3015;
9558  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3016;
9559  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3017;
9560  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3018;
9561  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3019;
9562  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3020;
9563  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3021;
9564  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3022;
9565  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3023;
9566  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3024;
9567  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3025;
9568  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3026;
9569  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3027;
9570  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3028;
9571  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3029;
9572  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3030;
9573  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3031;
9574  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3032;
9575  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3033;
9576  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3034;
9577  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3035;
9578  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3036;
9579  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3037;
9580  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3038;
9581  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3039;
9582  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3040;
9583  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3041;
9584  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3042;
9585  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3043;
9586  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3044;
9587  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3045;
9588  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3046;
9589  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3047;
9590  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3048;
9591  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3049;
9592  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3050;
9593  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3051;
9594  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3052;
9595  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3053;
9596  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3054;
9597  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3055;
9598  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3056;
9599  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3057;
9600  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3058;
9601  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3059;
9602  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3060;
9603  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3061;
9604  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3062;
9605  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3063;
9606  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3064;
9607  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Up, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3065;
9608  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3066;
9609  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3067;
9610  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3068;
9611  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3069;
9612  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3070;
9613  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3071;
9614  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3072;
9615  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3073;
9616  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3074;
9617  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3075;
9618  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3076;
9619  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3077;
9620  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3078;
9621  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3079;
9622  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3080;
9623  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3081;
9624  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3082;
9625  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3083;
9626  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3084;
9627  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3085;
9628  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3086;
9629  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3087;
9630  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3088;
9631  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3089;
9632  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3090;
9633  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3091;
9634  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3092;
9635  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3093;
9636  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3094;
9637  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3095;
9638  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3096;
9639  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3097;
9640  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3098;
9641  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3099;
9642  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3100;
9643  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3101;
9644  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3102;
9645  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3103;
9646  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3104;
9647  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3105;
9648  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3106;
9649  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3107;
9650  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3108;
9651  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3109;
9652  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3110;
9653  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3111;
9654  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3112;
9655  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3113;
9656  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3114;
9657  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3115;
9658  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3116;
9659  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3117;
9660  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3118;
9661  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3119;
9662  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3120;
9663  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3121;
9664  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3122;
9665  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3123;
9666  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3124;
9667  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3125;
9668  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3126;
9669  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3127;
9670  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3128;
9671  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3129;
9672  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3130;
9673  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3131;
9674  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3132;
9675  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3133;
9676  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3134;
9677  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3135;
9678  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3136;
9679  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3137;
9680  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3138;
9681  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3139;
9682  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3140;
9683  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3141;
9684  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3142;
9685  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3143;
9686  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3144;
9687  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3145;
9688  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3146;
9689  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3147;
9690  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3148;
9691  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3149;
9692  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3150;
9693  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3151;
9694  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3152;
9695  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3153;
9696  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3154;
9697  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3155;
9698  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3156;
9699  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3157;
9700  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3158;
9701  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3159;
9702  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3160;
9703  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3161;
9704  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3162;
9705  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3163;
9706  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3164;
9707  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3165;
9708  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3166;
9709  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3167;
9710  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3168;
9711  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3169;
9712  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3170;
9713  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3171;
9714  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3172;
9715  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3173;
9716  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3174;
9717  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3175;
9718  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3176;
9719  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3177;
9720  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3178;
9721  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3179;
9722  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3180;
9723  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3181;
9724  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3182;
9725  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3183;
9726  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3184;
9727  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3185;
9728  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3186;
9729  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3187;
9730  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3188;
9731  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3189;
9732  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3190;
9733  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3191;
9734  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3192;
9735  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3193;
9736  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3194;
9737  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3195;
9738  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3196;
9739  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3197;
9740  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3198;
9741  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3199;
9742  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3200;
9743  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3201;
9744  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3202;
9745  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3203;
9746  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3204;
9747  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3205;
9748  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3206;
9749  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3207;
9750  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3208;
9751  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::Side, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3209;
9752  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3210;
9753  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3211;
9754  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3212;
9755  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3213;
9756  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3214;
9757  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3215;
9758  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3216;
9759  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3217;
9760  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 0, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3218;
9761  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3219;
9762  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3220;
9763  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3221;
9764  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3222;
9765  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3223;
9766  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3224;
9767  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3225;
9768  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3226;
9769  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 1, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3227;
9770  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3228;
9771  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3229;
9772  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3230;
9773  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3231;
9774  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3232;
9775  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3233;
9776  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3234;
9777  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3235;
9778  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 2, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3236;
9779  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3237;
9780  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3238;
9781  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3239;
9782  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3240;
9783  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3241;
9784  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3242;
9785  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3243;
9786  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3244;
9787  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 3, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3245;
9788  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3246;
9789  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3247;
9790  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3248;
9791  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3249;
9792  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3250;
9793  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3251;
9794  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3252;
9795  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3253;
9796  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 4, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3254;
9797  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3255;
9798  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3256;
9799  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3257;
9800  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3258;
9801  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3259;
9802  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3260;
9803  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3261;
9804  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3262;
9805  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 5, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3263;
9806  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3264;
9807  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3265;
9808  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3266;
9809  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3267;
9810  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3268;
9811  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3269;
9812  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3270;
9813  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3271;
9814  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 6, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3272;
9815  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3273;
9816  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3274;
9817  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3275;
9818  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3276;
9819  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3277;
9820  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3278;
9821  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3279;
9822  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3280;
9823  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 7, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3281;
9824  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3282;
9825  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3283;
9826  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3284;
9827  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3285;
9828  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3286;
9829  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3287;
9830  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3288;
9831  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3289;
9832  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 8, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3290;
9833  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3291;
9834  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3292;
9835  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3293;
9836  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3294;
9837  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3295;
9838  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3296;
9839  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3297;
9840  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3298;
9841  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 9, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3299;
9842  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3300;
9843  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3301;
9844  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3302;
9845  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3303;
9846  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3304;
9847  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3305;
9848  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3306;
9849  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3307;
9850  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 10, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3308;
9851  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3309;
9852  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3310;
9853  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3311;
9854  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3312;
9855  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3313;
9856  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3314;
9857  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3315;
9858  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3316;
9859  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 11, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3317;
9860  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3318;
9861  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3319;
9862  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3320;
9863  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3321;
9864  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3322;
9865  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3323;
9866  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3324;
9867  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3325;
9868  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 12, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3326;
9869  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3327;
9870  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3328;
9871  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3329;
9872  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3330;
9873  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3331;
9874  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3332;
9875  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3333;
9876  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3334;
9877  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 13, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3335;
9878  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3336;
9879  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3337;
9880  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3338;
9881  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3339;
9882  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3340;
9883  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3341;
9884  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3342;
9885  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3343;
9886  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 14, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3344;
9887  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::Up).ID: return 3345;
9888  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::Side).ID: return 3346;
9889  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::Up, RedstoneWire::West::None).ID: return 3347;
9890  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::Up).ID: return 3348;
9891  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::Side).ID: return 3349;
9892  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::Side, RedstoneWire::West::None).ID: return 3350;
9893  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::Up).ID: return 3351;
9894  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::Side).ID: return 3352;
9895  case RedstoneWire::RedstoneWire(RedstoneWire::East::None, RedstoneWire::North::None, 15, RedstoneWire::South::None, RedstoneWire::West::None).ID: return 3353;
9896  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZM, true, true).ID: return 4031;
9897  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZM, true, false).ID: return 4032;
9898  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZM, false, true).ID: return 4033;
9899  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZM, false, false).ID: return 4034;
9900  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZP, true, true).ID: return 4035;
9901  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZP, true, false).ID: return 4036;
9902  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZP, false, true).ID: return 4037;
9903  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_ZP, false, false).ID: return 4038;
9904  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XM, true, true).ID: return 4039;
9905  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XM, true, false).ID: return 4040;
9906  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XM, false, true).ID: return 4041;
9907  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XM, false, false).ID: return 4042;
9908  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XP, true, true).ID: return 4043;
9909  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XP, true, false).ID: return 4044;
9910  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XP, false, true).ID: return 4045;
9911  case Repeater::Repeater(1, eBlockFace::BLOCK_FACE_XP, false, false).ID: return 4046;
9912  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZM, true, true).ID: return 4047;
9913  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZM, true, false).ID: return 4048;
9914  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZM, false, true).ID: return 4049;
9915  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZM, false, false).ID: return 4050;
9916  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZP, true, true).ID: return 4051;
9917  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZP, true, false).ID: return 4052;
9918  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZP, false, true).ID: return 4053;
9919  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_ZP, false, false).ID: return 4054;
9920  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XM, true, true).ID: return 4055;
9921  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XM, true, false).ID: return 4056;
9922  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XM, false, true).ID: return 4057;
9923  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XM, false, false).ID: return 4058;
9924  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XP, true, true).ID: return 4059;
9925  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XP, true, false).ID: return 4060;
9926  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XP, false, true).ID: return 4061;
9927  case Repeater::Repeater(2, eBlockFace::BLOCK_FACE_XP, false, false).ID: return 4062;
9928  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZM, true, true).ID: return 4063;
9929  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZM, true, false).ID: return 4064;
9930  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZM, false, true).ID: return 4065;
9931  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZM, false, false).ID: return 4066;
9932  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZP, true, true).ID: return 4067;
9933  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZP, true, false).ID: return 4068;
9934  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZP, false, true).ID: return 4069;
9935  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_ZP, false, false).ID: return 4070;
9936  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XM, true, true).ID: return 4071;
9937  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XM, true, false).ID: return 4072;
9938  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XM, false, true).ID: return 4073;
9939  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XM, false, false).ID: return 4074;
9940  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XP, true, true).ID: return 4075;
9941  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XP, true, false).ID: return 4076;
9942  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XP, false, true).ID: return 4077;
9943  case Repeater::Repeater(3, eBlockFace::BLOCK_FACE_XP, false, false).ID: return 4078;
9944  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZM, true, true).ID: return 4079;
9945  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZM, true, false).ID: return 4080;
9946  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZM, false, true).ID: return 4081;
9947  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZM, false, false).ID: return 4082;
9948  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZP, true, true).ID: return 4083;
9949  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZP, true, false).ID: return 4084;
9950  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZP, false, true).ID: return 4085;
9951  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_ZP, false, false).ID: return 4086;
9952  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XM, true, true).ID: return 4087;
9953  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XM, true, false).ID: return 4088;
9954  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XM, false, true).ID: return 4089;
9955  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XM, false, false).ID: return 4090;
9956  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XP, true, true).ID: return 4091;
9957  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XP, true, false).ID: return 4092;
9958  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XP, false, true).ID: return 4093;
9959  case Repeater::Repeater(4, eBlockFace::BLOCK_FACE_XP, false, false).ID: return 4094;
9972  case RespawnAnchor::RespawnAnchor(0).ID: return 15829;
9973  case RespawnAnchor::RespawnAnchor(1).ID: return 15830;
9974  case RespawnAnchor::RespawnAnchor(2).ID: return 15831;
9975  case RespawnAnchor::RespawnAnchor(3).ID: return 15832;
9976  case RespawnAnchor::RespawnAnchor(4).ID: return 15833;
9977  case RoseBush::RoseBush(RoseBush::Half::Upper).ID: return 7889;
9978  case RoseBush::RoseBush(RoseBush::Half::Lower).ID: return 7890;
9979  case Sand::Sand().ID: return 66;
9980  case Sandstone::Sandstone().ID: return 246;
9981  case SandstoneSlab::SandstoneSlab(SandstoneSlab::Type::Top).ID: return 8349;
9983  case SandstoneSlab::SandstoneSlab(SandstoneSlab::Type::Double).ID: return 8353;
9984  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::Straight).ID: return 5171;
9985  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerLeft).ID: return 5173;
9986  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerRight).ID: return 5175;
9987  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterLeft).ID: return 5177;
9988  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterRight).ID: return 5179;
9989  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::Straight).ID: return 5181;
9990  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerLeft).ID: return 5183;
9991  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerRight).ID: return 5185;
9992  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterLeft).ID: return 5187;
9993  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterRight).ID: return 5189;
9994  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::Straight).ID: return 5191;
9995  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerLeft).ID: return 5193;
9996  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerRight).ID: return 5195;
9997  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterLeft).ID: return 5197;
9998  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterRight).ID: return 5199;
9999  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::Straight).ID: return 5201;
10000  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerLeft).ID: return 5203;
10001  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerRight).ID: return 5205;
10002  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterLeft).ID: return 5207;
10003  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterRight).ID: return 5209;
10004  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::Straight).ID: return 5211;
10005  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerLeft).ID: return 5213;
10006  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerRight).ID: return 5215;
10007  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterLeft).ID: return 5217;
10008  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterRight).ID: return 5219;
10009  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::Straight).ID: return 5221;
10010  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerLeft).ID: return 5223;
10011  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerRight).ID: return 5225;
10012  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterLeft).ID: return 5227;
10013  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XM, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterRight).ID: return 5229;
10014  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::Straight).ID: return 5231;
10015  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerLeft).ID: return 5233;
10016  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::InnerRight).ID: return 5235;
10017  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterLeft).ID: return 5237;
10018  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Top, SandstoneStairs::Shape::OuterRight).ID: return 5239;
10019  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::Straight).ID: return 5241;
10020  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerLeft).ID: return 5243;
10021  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::InnerRight).ID: return 5245;
10022  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterLeft).ID: return 5247;
10023  case SandstoneStairs::SandstoneStairs(eBlockFace::BLOCK_FACE_XP, SandstoneStairs::Half::Bottom, SandstoneStairs::Shape::OuterRight).ID: return 5249;
10024  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 13786;
10025  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 13787;
10026  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 13788;
10027  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 13792;
10028  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 13793;
10029  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 13794;
10030  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 13798;
10031  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 13799;
10032  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 13800;
10033  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 13804;
10034  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 13805;
10035  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 13806;
10036  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 13810;
10037  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 13811;
10038  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 13812;
10039  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 13816;
10040  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 13817;
10041  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 13818;
10042  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 13822;
10043  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 13823;
10044  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 13824;
10045  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 13828;
10046  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 13829;
10047  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 13830;
10048  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 13834;
10049  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 13835;
10050  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 13836;
10051  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 13840;
10052  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 13841;
10053  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 13842;
10054  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 13846;
10055  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 13847;
10056  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 13848;
10057  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 13852;
10058  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 13853;
10059  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 13854;
10060  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 13858;
10061  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 13859;
10062  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 13860;
10063  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 13864;
10064  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 13865;
10065  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 13866;
10066  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 13870;
10067  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 13871;
10068  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 13872;
10069  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 13876;
10070  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 13877;
10071  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 13878;
10072  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 13882;
10073  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 13883;
10074  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 13884;
10075  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 13888;
10076  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 13889;
10077  case SandstoneWall::SandstoneWall(SandstoneWall::East::None, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 13890;
10078  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 13894;
10079  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 13895;
10080  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 13896;
10081  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 13900;
10082  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 13901;
10083  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 13902;
10084  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 13906;
10085  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 13907;
10086  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 13908;
10087  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 13912;
10088  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 13913;
10089  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 13914;
10090  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 13918;
10091  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 13919;
10092  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 13920;
10093  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 13924;
10094  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 13925;
10095  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 13926;
10096  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 13930;
10097  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 13931;
10098  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 13932;
10099  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 13936;
10100  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 13937;
10101  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 13938;
10102  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 13942;
10103  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 13943;
10104  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 13944;
10105  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 13948;
10106  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 13949;
10107  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 13950;
10108  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 13954;
10109  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 13955;
10110  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 13956;
10111  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 13960;
10112  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 13961;
10113  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 13962;
10114  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 13966;
10115  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 13967;
10116  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 13968;
10117  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 13972;
10118  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 13973;
10119  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 13974;
10120  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 13978;
10121  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 13979;
10122  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 13980;
10123  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 13984;
10124  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 13985;
10125  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 13986;
10126  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 13990;
10127  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 13991;
10128  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 13992;
10129  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 13996;
10130  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 13997;
10131  case SandstoneWall::SandstoneWall(SandstoneWall::East::Low, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 13998;
10132  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 14002;
10133  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 14003;
10134  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 14004;
10135  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 14008;
10136  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 14009;
10137  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 14010;
10138  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 14014;
10139  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 14015;
10140  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 14016;
10141  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 14020;
10142  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 14021;
10143  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 14022;
10144  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 14026;
10145  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 14027;
10146  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 14028;
10147  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 14032;
10148  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 14033;
10149  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::None, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 14034;
10150  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 14038;
10151  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 14039;
10152  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 14040;
10153  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 14044;
10154  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 14045;
10155  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 14046;
10156  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 14050;
10157  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 14051;
10158  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 14052;
10159  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 14056;
10160  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 14057;
10161  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 14058;
10162  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 14062;
10163  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 14063;
10164  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 14064;
10165  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 14068;
10166  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 14069;
10167  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Low, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 14070;
10168  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::None).ID: return 14074;
10169  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::Low).ID: return 14075;
10170  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::None, true, SandstoneWall::West::Tall).ID: return 14076;
10171  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::None).ID: return 14080;
10172  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::Low).ID: return 14081;
10173  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::None, false, SandstoneWall::West::Tall).ID: return 14082;
10174  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::None).ID: return 14086;
10175  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::Low).ID: return 14087;
10176  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Low, true, SandstoneWall::West::Tall).ID: return 14088;
10177  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::None).ID: return 14092;
10178  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::Low).ID: return 14093;
10179  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Low, false, SandstoneWall::West::Tall).ID: return 14094;
10180  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::None).ID: return 14098;
10181  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::Low).ID: return 14099;
10182  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Tall, true, SandstoneWall::West::Tall).ID: return 14100;
10183  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::None).ID: return 14104;
10184  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::Low).ID: return 14105;
10185  case SandstoneWall::SandstoneWall(SandstoneWall::East::Tall, SandstoneWall::North::Tall, SandstoneWall::South::Tall, false, SandstoneWall::West::Tall).ID: return 14106;
10186  case Scaffolding::Scaffolding(true, 0).ID: return 14756;
10187  case Scaffolding::Scaffolding(true, 1).ID: return 14758;
10188  case Scaffolding::Scaffolding(true, 2).ID: return 14760;
10189  case Scaffolding::Scaffolding(true, 3).ID: return 14762;
10190  case Scaffolding::Scaffolding(true, 4).ID: return 14764;
10191  case Scaffolding::Scaffolding(true, 5).ID: return 14766;
10192  case Scaffolding::Scaffolding(true, 6).ID: return 14768;
10193  case Scaffolding::Scaffolding(true, 7).ID: return 14770;
10194  case Scaffolding::Scaffolding(false, 0).ID: return 14772;
10195  case Scaffolding::Scaffolding(false, 1).ID: return 14774;
10196  case Scaffolding::Scaffolding(false, 2).ID: return 14776;
10197  case Scaffolding::Scaffolding(false, 3).ID: return 14778;
10198  case Scaffolding::Scaffolding(false, 4).ID: return 14780;
10199  case Scaffolding::Scaffolding(false, 5).ID: return 14782;
10200  case Scaffolding::Scaffolding(false, 6).ID: return 14784;
10201  case Scaffolding::Scaffolding(false, 7).ID: return 14786;
10202  case SeaLantern::SeaLantern().ID: return 7862;
10203  case SeaPickle::SeaPickle(1).ID: return 9641;
10204  case SeaPickle::SeaPickle(2).ID: return 9643;
10205  case SeaPickle::SeaPickle(3).ID: return 9645;
10206  case SeaPickle::SeaPickle(4).ID: return 9647;
10207  case Seagrass::Seagrass().ID: return 1345;
10208  case Shroomlight::Shroomlight().ID: return 14989;
10215  case SkeletonSkull::SkeletonSkull(0).ID: return 6490;
10216  case SkeletonSkull::SkeletonSkull(1).ID: return 6491;
10217  case SkeletonSkull::SkeletonSkull(2).ID: return 6492;
10218  case SkeletonSkull::SkeletonSkull(3).ID: return 6493;
10219  case SkeletonSkull::SkeletonSkull(4).ID: return 6494;
10220  case SkeletonSkull::SkeletonSkull(5).ID: return 6495;
10221  case SkeletonSkull::SkeletonSkull(6).ID: return 6496;
10222  case SkeletonSkull::SkeletonSkull(7).ID: return 6497;
10223  case SkeletonSkull::SkeletonSkull(8).ID: return 6498;
10224  case SkeletonSkull::SkeletonSkull(9).ID: return 6499;
10225  case SkeletonSkull::SkeletonSkull(10).ID: return 6500;
10226  case SkeletonSkull::SkeletonSkull(11).ID: return 6501;
10227  case SkeletonSkull::SkeletonSkull(12).ID: return 6502;
10228  case SkeletonSkull::SkeletonSkull(13).ID: return 6503;
10229  case SkeletonSkull::SkeletonSkull(14).ID: return 6504;
10230  case SkeletonSkull::SkeletonSkull(15).ID: return 6505;
10231  case SkeletonWallSkull::SkeletonWallSkull(eBlockFace::BLOCK_FACE_ZM).ID: return 6506;
10232  case SkeletonWallSkull::SkeletonWallSkull(eBlockFace::BLOCK_FACE_ZP).ID: return 6507;
10233  case SkeletonWallSkull::SkeletonWallSkull(eBlockFace::BLOCK_FACE_XM).ID: return 6508;
10234  case SkeletonWallSkull::SkeletonWallSkull(eBlockFace::BLOCK_FACE_XP).ID: return 6509;
10235  case SlimeBlock::SlimeBlock().ID: return 7535;
10236  case SmithingTable::SmithingTable().ID: return 14849;
10237  case Smoker::Smoker(eBlockFace::BLOCK_FACE_ZM, true).ID: return 14803;
10238  case Smoker::Smoker(eBlockFace::BLOCK_FACE_ZM, false).ID: return 14804;
10239  case Smoker::Smoker(eBlockFace::BLOCK_FACE_ZP, true).ID: return 14805;
10240  case Smoker::Smoker(eBlockFace::BLOCK_FACE_ZP, false).ID: return 14806;
10241  case Smoker::Smoker(eBlockFace::BLOCK_FACE_XM, true).ID: return 14807;
10242  case Smoker::Smoker(eBlockFace::BLOCK_FACE_XM, false).ID: return 14808;
10243  case Smoker::Smoker(eBlockFace::BLOCK_FACE_XP, true).ID: return 14809;
10244  case Smoker::Smoker(eBlockFace::BLOCK_FACE_XP, false).ID: return 14810;
10245  case SmoothQuartz::SmoothQuartz().ID: return 8416;
10246  case SmoothQuartzSlab::SmoothQuartzSlab(SmoothQuartzSlab::Type::Top).ID: return 10832;
10248  case SmoothQuartzSlab::SmoothQuartzSlab(SmoothQuartzSlab::Type::Double).ID: return 10836;
10249  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::Straight).ID: return 10310;
10250  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10312;
10251  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerRight).ID: return 10314;
10252  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10316;
10253  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterRight).ID: return 10318;
10254  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::Straight).ID: return 10320;
10255  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10322;
10256  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerRight).ID: return 10324;
10257  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10326;
10258  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterRight).ID: return 10328;
10259  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::Straight).ID: return 10330;
10260  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10332;
10261  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerRight).ID: return 10334;
10262  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10336;
10263  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterRight).ID: return 10338;
10264  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::Straight).ID: return 10340;
10265  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10342;
10266  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerRight).ID: return 10344;
10267  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10346;
10268  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_ZP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterRight).ID: return 10348;
10269  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::Straight).ID: return 10350;
10270  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10352;
10271  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerRight).ID: return 10354;
10272  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10356;
10273  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterRight).ID: return 10358;
10274  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::Straight).ID: return 10360;
10275  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10362;
10276  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerRight).ID: return 10364;
10277  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10366;
10278  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XM, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterRight).ID: return 10368;
10279  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::Straight).ID: return 10370;
10280  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10372;
10281  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::InnerRight).ID: return 10374;
10282  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10376;
10283  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Top, SmoothQuartzStairs::Shape::OuterRight).ID: return 10378;
10284  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::Straight).ID: return 10380;
10285  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerLeft).ID: return 10382;
10286  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::InnerRight).ID: return 10384;
10287  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterLeft).ID: return 10386;
10288  case SmoothQuartzStairs::SmoothQuartzStairs(eBlockFace::BLOCK_FACE_XP, SmoothQuartzStairs::Half::Bottom, SmoothQuartzStairs::Shape::OuterRight).ID: return 10388;
10289  case SmoothRedSandstone::SmoothRedSandstone().ID: return 8417;
10290  case SmoothRedSandstoneSlab::SmoothRedSandstoneSlab(SmoothRedSandstoneSlab::Type::Top).ID: return 10796;
10292  case SmoothRedSandstoneSlab::SmoothRedSandstoneSlab(SmoothRedSandstoneSlab::Type::Double).ID: return 10800;
10293  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::Straight).ID: return 9750;
10294  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerLeft).ID: return 9752;
10295  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9754;
10296  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterLeft).ID: return 9756;
10297  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9758;
10300  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9764;
10302  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9768;
10303  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::Straight).ID: return 9770;
10304  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerLeft).ID: return 9772;
10305  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9774;
10306  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterLeft).ID: return 9776;
10307  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9778;
10310  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9784;
10312  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9788;
10313  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::Straight).ID: return 9790;
10314  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerLeft).ID: return 9792;
10315  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9794;
10316  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterLeft).ID: return 9796;
10317  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9798;
10320  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9804;
10322  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9808;
10323  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::Straight).ID: return 9810;
10324  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerLeft).ID: return 9812;
10325  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9814;
10326  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterLeft).ID: return 9816;
10327  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothRedSandstoneStairs::Half::Top, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9818;
10330  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::InnerRight).ID: return 9824;
10332  case SmoothRedSandstoneStairs::SmoothRedSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothRedSandstoneStairs::Half::Bottom, SmoothRedSandstoneStairs::Shape::OuterRight).ID: return 9828;
10333  case SmoothSandstone::SmoothSandstone().ID: return 8415;
10334  case SmoothSandstoneSlab::SmoothSandstoneSlab(SmoothSandstoneSlab::Type::Top).ID: return 10826;
10336  case SmoothSandstoneSlab::SmoothSandstoneSlab(SmoothSandstoneSlab::Type::Double).ID: return 10830;
10337  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::Straight).ID: return 10230;
10338  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10232;
10339  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10234;
10340  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10236;
10341  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10238;
10342  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::Straight).ID: return 10240;
10343  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10242;
10344  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10244;
10345  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10246;
10346  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10248;
10347  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::Straight).ID: return 10250;
10348  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10252;
10349  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10254;
10350  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10256;
10351  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10258;
10352  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::Straight).ID: return 10260;
10353  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10262;
10354  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10264;
10355  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10266;
10356  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_ZP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10268;
10357  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::Straight).ID: return 10270;
10358  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10272;
10359  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10274;
10360  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10276;
10361  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10278;
10362  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::Straight).ID: return 10280;
10363  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10282;
10364  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10284;
10365  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10286;
10366  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XM, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10288;
10367  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::Straight).ID: return 10290;
10368  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10292;
10369  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10294;
10370  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10296;
10371  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Top, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10298;
10372  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::Straight).ID: return 10300;
10373  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerLeft).ID: return 10302;
10374  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::InnerRight).ID: return 10304;
10375  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterLeft).ID: return 10306;
10376  case SmoothSandstoneStairs::SmoothSandstoneStairs(eBlockFace::BLOCK_FACE_XP, SmoothSandstoneStairs::Half::Bottom, SmoothSandstoneStairs::Shape::OuterRight).ID: return 10308;
10377  case SmoothStone::SmoothStone().ID: return 8414;
10378  case SmoothStoneSlab::SmoothStoneSlab(SmoothStoneSlab::Type::Top).ID: return 8343;
10380  case SmoothStoneSlab::SmoothStoneSlab(SmoothStoneSlab::Type::Double).ID: return 8347;
10381  case Snow::Snow(1).ID: return 3921;
10382  case Snow::Snow(2).ID: return 3922;
10383  case Snow::Snow(3).ID: return 3923;
10384  case Snow::Snow(4).ID: return 3924;
10385  case Snow::Snow(5).ID: return 3925;
10386  case Snow::Snow(6).ID: return 3926;
10387  case Snow::Snow(7).ID: return 3927;
10388  case Snow::Snow(8).ID: return 3928;
10389  case SnowBlock::SnowBlock().ID: return 3930;
10390  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZM, true, true).ID: return 14923;
10391  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZM, true, false).ID: return 14925;
10392  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZM, false, true).ID: return 14927;
10393  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZM, false, false).ID: return 14929;
10394  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZP, true, true).ID: return 14931;
10395  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZP, true, false).ID: return 14933;
10396  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZP, false, true).ID: return 14935;
10397  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_ZP, false, false).ID: return 14937;
10398  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XM, true, true).ID: return 14939;
10399  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XM, true, false).ID: return 14941;
10400  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XM, false, true).ID: return 14943;
10401  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XM, false, false).ID: return 14945;
10402  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XP, true, true).ID: return 14947;
10403  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XP, true, false).ID: return 14949;
10404  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XP, false, true).ID: return 14951;
10405  case SoulCampfire::SoulCampfire(eBlockFace::BLOCK_FACE_XP, false, false).ID: return 14953;
10406  case SoulFire::SoulFire().ID: return 1952;
10407  case SoulLantern::SoulLantern(true).ID: return 14888;
10408  case SoulLantern::SoulLantern(false).ID: return 14889;
10409  case SoulSand::SoulSand().ID: return 4000;
10410  case SoulSoil::SoulSoil().ID: return 4001;
10411  case SoulTorch::SoulTorch().ID: return 4008;
10412  case SoulWallTorch::SoulWallTorch(eBlockFace::BLOCK_FACE_ZM).ID: return 4009;
10413  case SoulWallTorch::SoulWallTorch(eBlockFace::BLOCK_FACE_ZP).ID: return 4010;
10414  case SoulWallTorch::SoulWallTorch(eBlockFace::BLOCK_FACE_XM).ID: return 4011;
10415  case SoulWallTorch::SoulWallTorch(eBlockFace::BLOCK_FACE_XP).ID: return 4012;
10416  case Spawner::Spawner().ID: return 1953;
10417  case Sponge::Sponge().ID: return 229;
10418  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6370;
10419  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6371;
10420  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6372;
10421  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6373;
10422  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 6374;
10423  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 6375;
10424  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 6376;
10425  case SpruceButton::SpruceButton(SpruceButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 6377;
10426  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6378;
10427  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6379;
10428  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6380;
10429  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6381;
10430  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 6382;
10431  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 6383;
10432  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 6384;
10433  case SpruceButton::SpruceButton(SpruceButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 6385;
10434  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 6386;
10435  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 6387;
10436  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 6388;
10437  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 6389;
10438  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 6390;
10439  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 6391;
10440  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 6392;
10441  case SpruceButton::SpruceButton(SpruceButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 6393;
10442  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, true).ID: return 8738;
10443  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, false).ID: return 8739;
10444  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, true).ID: return 8740;
10445  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, false).ID: return 8741;
10446  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, true).ID: return 8742;
10447  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, false).ID: return 8743;
10448  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, true).ID: return 8744;
10449  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, false).ID: return 8745;
10450  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, true).ID: return 8746;
10451  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, false).ID: return 8747;
10452  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, true).ID: return 8748;
10453  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, false).ID: return 8749;
10454  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, true).ID: return 8750;
10455  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, false).ID: return 8751;
10456  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, true).ID: return 8752;
10457  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, false).ID: return 8753;
10458  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, true).ID: return 8754;
10459  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, false).ID: return 8755;
10460  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, true).ID: return 8756;
10461  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, false).ID: return 8757;
10462  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, true).ID: return 8758;
10463  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, false).ID: return 8759;
10464  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, true).ID: return 8760;
10465  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, false).ID: return 8761;
10466  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, true).ID: return 8762;
10467  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, false).ID: return 8763;
10468  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, true).ID: return 8764;
10469  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, false).ID: return 8765;
10470  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, true).ID: return 8766;
10471  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, false).ID: return 8767;
10472  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, true).ID: return 8768;
10473  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_ZP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, false).ID: return 8769;
10474  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, true).ID: return 8770;
10475  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, false).ID: return 8771;
10476  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, true).ID: return 8772;
10477  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, false).ID: return 8773;
10478  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, true).ID: return 8774;
10479  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, false).ID: return 8775;
10480  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, true).ID: return 8776;
10481  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, false).ID: return 8777;
10482  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, true).ID: return 8778;
10483  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, false).ID: return 8779;
10484  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, true).ID: return 8780;
10485  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, false).ID: return 8781;
10486  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, true).ID: return 8782;
10487  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, false).ID: return 8783;
10488  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, true).ID: return 8784;
10489  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XM, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, false).ID: return 8785;
10490  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, true).ID: return 8786;
10491  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, true, false).ID: return 8787;
10492  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, true).ID: return 8788;
10493  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Left, false, false).ID: return 8789;
10494  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, true).ID: return 8790;
10495  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, true, false).ID: return 8791;
10496  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, true).ID: return 8792;
10497  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Upper, SpruceDoor::Hinge::Right, false, false).ID: return 8793;
10498  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, true).ID: return 8794;
10499  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, true, false).ID: return 8795;
10500  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, true).ID: return 8796;
10501  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Left, false, false).ID: return 8797;
10502  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, true).ID: return 8798;
10503  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, true, false).ID: return 8799;
10504  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, true).ID: return 8800;
10505  case SpruceDoor::SpruceDoor(eBlockFace::BLOCK_FACE_XP, SpruceDoor::Half::Lower, SpruceDoor::Hinge::Right, false, false).ID: return 8801;
10506  case SpruceFence::SpruceFence(true, true, true, true).ID: return 8580;
10507  case SpruceFence::SpruceFence(true, true, true, false).ID: return 8581;
10508  case SpruceFence::SpruceFence(true, true, false, true).ID: return 8584;
10509  case SpruceFence::SpruceFence(true, true, false, false).ID: return 8585;
10510  case SpruceFence::SpruceFence(true, false, true, true).ID: return 8588;
10511  case SpruceFence::SpruceFence(true, false, true, false).ID: return 8589;
10512  case SpruceFence::SpruceFence(true, false, false, true).ID: return 8592;
10513  case SpruceFence::SpruceFence(true, false, false, false).ID: return 8593;
10514  case SpruceFence::SpruceFence(false, true, true, true).ID: return 8596;
10515  case SpruceFence::SpruceFence(false, true, true, false).ID: return 8597;
10516  case SpruceFence::SpruceFence(false, true, false, true).ID: return 8600;
10517  case SpruceFence::SpruceFence(false, true, false, false).ID: return 8601;
10518  case SpruceFence::SpruceFence(false, false, true, true).ID: return 8604;
10519  case SpruceFence::SpruceFence(false, false, true, false).ID: return 8605;
10520  case SpruceFence::SpruceFence(false, false, false, true).ID: return 8608;
10521  case SpruceFence::SpruceFence(false, false, false, false).ID: return 8609;
10522  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 8418;
10523  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 8419;
10524  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 8420;
10525  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 8421;
10526  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 8422;
10527  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 8423;
10528  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 8424;
10529  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 8425;
10530  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 8426;
10531  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 8427;
10532  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 8428;
10533  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 8429;
10534  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 8430;
10535  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 8431;
10536  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 8432;
10537  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 8433;
10538  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 8434;
10539  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 8435;
10540  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 8436;
10541  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 8437;
10542  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 8438;
10543  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 8439;
10544  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 8440;
10545  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 8441;
10546  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 8442;
10547  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 8443;
10548  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 8444;
10549  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 8445;
10550  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 8446;
10551  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 8447;
10552  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 8448;
10553  case SpruceFenceGate::SpruceFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 8449;
10554  case SpruceLeaves::SpruceLeaves(1, true).ID: return 159;
10555  case SpruceLeaves::SpruceLeaves(1, false).ID: return 160;
10556  case SpruceLeaves::SpruceLeaves(2, true).ID: return 161;
10557  case SpruceLeaves::SpruceLeaves(2, false).ID: return 162;
10558  case SpruceLeaves::SpruceLeaves(3, true).ID: return 163;
10559  case SpruceLeaves::SpruceLeaves(3, false).ID: return 164;
10560  case SpruceLeaves::SpruceLeaves(4, true).ID: return 165;
10561  case SpruceLeaves::SpruceLeaves(4, false).ID: return 166;
10562  case SpruceLeaves::SpruceLeaves(5, true).ID: return 167;
10563  case SpruceLeaves::SpruceLeaves(5, false).ID: return 168;
10564  case SpruceLeaves::SpruceLeaves(6, true).ID: return 169;
10565  case SpruceLeaves::SpruceLeaves(6, false).ID: return 170;
10566  case SpruceLeaves::SpruceLeaves(7, true).ID: return 171;
10567  case SpruceLeaves::SpruceLeaves(7, false).ID: return 172;
10568  case SpruceLog::SpruceLog(SpruceLog::Axis::X).ID: return 76;
10569  case SpruceLog::SpruceLog(SpruceLog::Axis::Y).ID: return 77;
10570  case SpruceLog::SpruceLog(SpruceLog::Axis::Z).ID: return 78;
10571  case SprucePlanks::SprucePlanks().ID: return 16;
10572  case SprucePressurePlate::SprucePressurePlate(true).ID: return 3875;
10573  case SprucePressurePlate::SprucePressurePlate(false).ID: return 3876;
10574  case SpruceSapling::SpruceSapling(0).ID: return 23;
10575  case SpruceSapling::SpruceSapling(1).ID: return 24;
10576  case SpruceSign::SpruceSign(0).ID: return 3414;
10577  case SpruceSign::SpruceSign(1).ID: return 3416;
10578  case SpruceSign::SpruceSign(2).ID: return 3418;
10579  case SpruceSign::SpruceSign(3).ID: return 3420;
10580  case SpruceSign::SpruceSign(4).ID: return 3422;
10581  case SpruceSign::SpruceSign(5).ID: return 3424;
10582  case SpruceSign::SpruceSign(6).ID: return 3426;
10583  case SpruceSign::SpruceSign(7).ID: return 3428;
10584  case SpruceSign::SpruceSign(8).ID: return 3430;
10585  case SpruceSign::SpruceSign(9).ID: return 3432;
10586  case SpruceSign::SpruceSign(10).ID: return 3434;
10587  case SpruceSign::SpruceSign(11).ID: return 3436;
10588  case SpruceSign::SpruceSign(12).ID: return 3438;
10589  case SpruceSign::SpruceSign(13).ID: return 3440;
10590  case SpruceSign::SpruceSign(14).ID: return 3442;
10591  case SpruceSign::SpruceSign(15).ID: return 3444;
10592  case SpruceSlab::SpruceSlab(SpruceSlab::Type::Top).ID: return 8307;
10594  case SpruceSlab::SpruceSlab(SpruceSlab::Type::Double).ID: return 8311;
10595  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Top, SpruceStairs::Shape::Straight).ID: return 5405;
10596  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerLeft).ID: return 5407;
10597  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerRight).ID: return 5409;
10598  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterLeft).ID: return 5411;
10599  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterRight).ID: return 5413;
10600  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::Straight).ID: return 5415;
10601  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerLeft).ID: return 5417;
10602  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerRight).ID: return 5419;
10603  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterLeft).ID: return 5421;
10604  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterRight).ID: return 5423;
10605  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Top, SpruceStairs::Shape::Straight).ID: return 5425;
10606  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerLeft).ID: return 5427;
10607  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerRight).ID: return 5429;
10608  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterLeft).ID: return 5431;
10609  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterRight).ID: return 5433;
10610  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::Straight).ID: return 5435;
10611  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerLeft).ID: return 5437;
10612  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerRight).ID: return 5439;
10613  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterLeft).ID: return 5441;
10614  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_ZP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterRight).ID: return 5443;
10615  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Top, SpruceStairs::Shape::Straight).ID: return 5445;
10616  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerLeft).ID: return 5447;
10617  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerRight).ID: return 5449;
10618  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterLeft).ID: return 5451;
10619  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterRight).ID: return 5453;
10620  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::Straight).ID: return 5455;
10621  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerLeft).ID: return 5457;
10622  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerRight).ID: return 5459;
10623  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterLeft).ID: return 5461;
10624  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XM, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterRight).ID: return 5463;
10625  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Top, SpruceStairs::Shape::Straight).ID: return 5465;
10626  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerLeft).ID: return 5467;
10627  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Top, SpruceStairs::Shape::InnerRight).ID: return 5469;
10628  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterLeft).ID: return 5471;
10629  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Top, SpruceStairs::Shape::OuterRight).ID: return 5473;
10630  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::Straight).ID: return 5475;
10631  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerLeft).ID: return 5477;
10632  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::InnerRight).ID: return 5479;
10633  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterLeft).ID: return 5481;
10634  case SpruceStairs::SpruceStairs(eBlockFace::BLOCK_FACE_XP, SpruceStairs::Half::Bottom, SpruceStairs::Shape::OuterRight).ID: return 5483;
10635  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZM, SpruceTrapdoor::Half::Top, true, true).ID: return 4176;
10636  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZM, SpruceTrapdoor::Half::Top, true, false).ID: return 4178;
10637  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZM, SpruceTrapdoor::Half::Top, false, true).ID: return 4180;
10638  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZM, SpruceTrapdoor::Half::Top, false, false).ID: return 4182;
10643  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZP, SpruceTrapdoor::Half::Top, true, true).ID: return 4192;
10644  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZP, SpruceTrapdoor::Half::Top, true, false).ID: return 4194;
10645  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZP, SpruceTrapdoor::Half::Top, false, true).ID: return 4196;
10646  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_ZP, SpruceTrapdoor::Half::Top, false, false).ID: return 4198;
10651  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XM, SpruceTrapdoor::Half::Top, true, true).ID: return 4208;
10652  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XM, SpruceTrapdoor::Half::Top, true, false).ID: return 4210;
10653  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XM, SpruceTrapdoor::Half::Top, false, true).ID: return 4212;
10654  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XM, SpruceTrapdoor::Half::Top, false, false).ID: return 4214;
10659  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XP, SpruceTrapdoor::Half::Top, true, true).ID: return 4224;
10660  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XP, SpruceTrapdoor::Half::Top, true, false).ID: return 4226;
10661  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XP, SpruceTrapdoor::Half::Top, false, true).ID: return 4228;
10662  case SpruceTrapdoor::SpruceTrapdoor(eBlockFace::BLOCK_FACE_XP, SpruceTrapdoor::Half::Top, false, false).ID: return 4230;
10667  case SpruceWallSign::SpruceWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 3744;
10668  case SpruceWallSign::SpruceWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 3746;
10669  case SpruceWallSign::SpruceWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 3748;
10670  case SpruceWallSign::SpruceWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 3750;
10671  case SpruceWood::SpruceWood(SpruceWood::Axis::X).ID: return 112;
10672  case SpruceWood::SpruceWood(SpruceWood::Axis::Y).ID: return 113;
10673  case SpruceWood::SpruceWood(SpruceWood::Axis::Z).ID: return 114;
10674  case StickyPiston::StickyPiston(true, eBlockFace::BLOCK_FACE_ZM).ID: return 1329;
10675  case StickyPiston::StickyPiston(true, eBlockFace::BLOCK_FACE_XP).ID: return 1330;
10676  case StickyPiston::StickyPiston(true, eBlockFace::BLOCK_FACE_ZP).ID: return 1331;
10677  case StickyPiston::StickyPiston(true, eBlockFace::BLOCK_FACE_XM).ID: return 1332;
10678  case StickyPiston::StickyPiston(true, eBlockFace::BLOCK_FACE_YP).ID: return 1333;
10679  case StickyPiston::StickyPiston(true, eBlockFace::BLOCK_FACE_YM).ID: return 1334;
10680  case StickyPiston::StickyPiston(false, eBlockFace::BLOCK_FACE_ZM).ID: return 1335;
10681  case StickyPiston::StickyPiston(false, eBlockFace::BLOCK_FACE_XP).ID: return 1336;
10682  case StickyPiston::StickyPiston(false, eBlockFace::BLOCK_FACE_ZP).ID: return 1337;
10683  case StickyPiston::StickyPiston(false, eBlockFace::BLOCK_FACE_XM).ID: return 1338;
10684  case StickyPiston::StickyPiston(false, eBlockFace::BLOCK_FACE_YP).ID: return 1339;
10685  case StickyPiston::StickyPiston(false, eBlockFace::BLOCK_FACE_YM).ID: return 1340;
10686  case Stone::Stone().ID: return 1;
10687  case StoneBrickSlab::StoneBrickSlab(StoneBrickSlab::Type::Top).ID: return 8379;
10689  case StoneBrickSlab::StoneBrickSlab(StoneBrickSlab::Type::Double).ID: return 8383;
10690  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::Straight).ID: return 4933;
10691  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerLeft).ID: return 4935;
10692  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerRight).ID: return 4937;
10693  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterLeft).ID: return 4939;
10694  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterRight).ID: return 4941;
10695  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::Straight).ID: return 4943;
10696  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerLeft).ID: return 4945;
10697  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerRight).ID: return 4947;
10698  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterLeft).ID: return 4949;
10699  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterRight).ID: return 4951;
10700  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::Straight).ID: return 4953;
10701  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerLeft).ID: return 4955;
10702  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerRight).ID: return 4957;
10703  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterLeft).ID: return 4959;
10704  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterRight).ID: return 4961;
10705  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::Straight).ID: return 4963;
10706  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerLeft).ID: return 4965;
10707  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerRight).ID: return 4967;
10708  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterLeft).ID: return 4969;
10709  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_ZP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterRight).ID: return 4971;
10710  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::Straight).ID: return 4973;
10711  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerLeft).ID: return 4975;
10712  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerRight).ID: return 4977;
10713  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterLeft).ID: return 4979;
10714  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterRight).ID: return 4981;
10715  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::Straight).ID: return 4983;
10716  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerLeft).ID: return 4985;
10717  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerRight).ID: return 4987;
10718  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterLeft).ID: return 4989;
10719  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XM, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterRight).ID: return 4991;
10720  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::Straight).ID: return 4993;
10721  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerLeft).ID: return 4995;
10722  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::InnerRight).ID: return 4997;
10723  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterLeft).ID: return 4999;
10724  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Top, StoneBrickStairs::Shape::OuterRight).ID: return 5001;
10725  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::Straight).ID: return 5003;
10726  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerLeft).ID: return 5005;
10727  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::InnerRight).ID: return 5007;
10728  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterLeft).ID: return 5009;
10729  case StoneBrickStairs::StoneBrickStairs(eBlockFace::BLOCK_FACE_XP, StoneBrickStairs::Half::Bottom, StoneBrickStairs::Shape::OuterRight).ID: return 5011;
10730  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12490;
10731  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12491;
10732  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12492;
10733  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12496;
10734  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12497;
10735  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12498;
10736  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12502;
10737  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12503;
10738  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12504;
10739  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12508;
10740  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12509;
10741  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12510;
10742  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12514;
10743  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12515;
10744  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12516;
10745  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12520;
10746  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12521;
10747  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12522;
10748  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12526;
10749  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12527;
10750  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12528;
10751  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12532;
10752  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12533;
10753  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12534;
10754  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12538;
10755  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12539;
10756  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12540;
10757  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12544;
10758  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12545;
10759  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12546;
10760  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12550;
10761  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12551;
10762  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12552;
10763  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12556;
10764  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12557;
10765  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12558;
10766  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12562;
10767  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12563;
10768  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12564;
10769  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12568;
10770  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12569;
10771  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12570;
10772  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12574;
10773  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12575;
10774  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12576;
10775  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12580;
10776  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12581;
10777  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12582;
10778  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12586;
10779  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12587;
10780  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12588;
10781  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12592;
10782  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12593;
10783  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::None, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12594;
10784  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12598;
10785  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12599;
10786  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12600;
10787  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12604;
10788  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12605;
10789  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12606;
10790  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12610;
10791  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12611;
10792  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12612;
10793  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12616;
10794  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12617;
10795  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12618;
10796  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12622;
10797  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12623;
10798  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12624;
10799  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12628;
10800  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12629;
10801  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12630;
10802  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12634;
10803  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12635;
10804  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12636;
10805  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12640;
10806  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12641;
10807  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12642;
10808  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12646;
10809  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12647;
10810  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12648;
10811  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12652;
10812  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12653;
10813  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12654;
10814  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12658;
10815  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12659;
10816  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12660;
10817  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12664;
10818  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12665;
10819  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12666;
10820  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12670;
10821  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12671;
10822  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12672;
10823  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12676;
10824  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12677;
10825  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12678;
10826  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12682;
10827  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12683;
10828  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12684;
10829  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12688;
10830  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12689;
10831  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12690;
10832  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12694;
10833  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12695;
10834  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12696;
10835  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12700;
10836  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12701;
10837  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Low, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12702;
10838  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12706;
10839  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12707;
10840  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12708;
10841  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12712;
10842  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12713;
10843  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12714;
10844  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12718;
10845  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12719;
10846  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12720;
10847  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12724;
10848  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12725;
10849  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12726;
10850  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12730;
10851  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12731;
10852  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12732;
10853  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12736;
10854  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12737;
10855  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::None, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12738;
10856  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12742;
10857  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12743;
10858  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12744;
10859  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12748;
10860  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12749;
10861  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12750;
10862  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12754;
10863  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12755;
10864  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12756;
10865  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12760;
10866  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12761;
10867  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12762;
10868  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12766;
10869  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12767;
10870  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12768;
10871  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12772;
10872  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12773;
10873  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Low, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12774;
10874  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::None).ID: return 12778;
10875  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::Low).ID: return 12779;
10876  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::None, true, StoneBrickWall::West::Tall).ID: return 12780;
10877  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::None).ID: return 12784;
10878  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::Low).ID: return 12785;
10879  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::None, false, StoneBrickWall::West::Tall).ID: return 12786;
10880  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::None).ID: return 12790;
10881  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::Low).ID: return 12791;
10882  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, true, StoneBrickWall::West::Tall).ID: return 12792;
10883  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::None).ID: return 12796;
10884  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::Low).ID: return 12797;
10885  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Low, false, StoneBrickWall::West::Tall).ID: return 12798;
10886  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::None).ID: return 12802;
10887  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Low).ID: return 12803;
10888  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, true, StoneBrickWall::West::Tall).ID: return 12804;
10889  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::None).ID: return 12808;
10890  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Low).ID: return 12809;
10891  case StoneBrickWall::StoneBrickWall(StoneBrickWall::East::Tall, StoneBrickWall::North::Tall, StoneBrickWall::South::Tall, false, StoneBrickWall::West::Tall).ID: return 12810;
10892  case StoneBricks::StoneBricks().ID: return 4495;
10893  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 3897;
10894  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 3898;
10895  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 3899;
10896  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 3900;
10897  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 3901;
10898  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 3902;
10899  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 3903;
10900  case StoneButton::StoneButton(StoneButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 3904;
10901  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 3905;
10902  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 3906;
10903  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 3907;
10904  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 3908;
10905  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 3909;
10906  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 3910;
10907  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 3911;
10908  case StoneButton::StoneButton(StoneButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 3912;
10909  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 3913;
10910  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 3914;
10911  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 3915;
10912  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 3916;
10913  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 3917;
10914  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 3918;
10915  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 3919;
10916  case StoneButton::StoneButton(StoneButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 3920;
10917  case StonePressurePlate::StonePressurePlate(true).ID: return 3807;
10918  case StonePressurePlate::StonePressurePlate(false).ID: return 3808;
10919  case StoneSlab::StoneSlab(StoneSlab::Type::Top).ID: return 8337;
10920  case StoneSlab::StoneSlab(StoneSlab::Type::Bottom).ID: return 8339;
10921  case StoneSlab::StoneSlab(StoneSlab::Type::Double).ID: return 8341;
10922  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Top, StoneStairs::Shape::Straight).ID: return 10150;
10923  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Top, StoneStairs::Shape::InnerLeft).ID: return 10152;
10924  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Top, StoneStairs::Shape::InnerRight).ID: return 10154;
10925  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Top, StoneStairs::Shape::OuterLeft).ID: return 10156;
10926  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Top, StoneStairs::Shape::OuterRight).ID: return 10158;
10927  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Bottom, StoneStairs::Shape::Straight).ID: return 10160;
10928  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerLeft).ID: return 10162;
10929  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerRight).ID: return 10164;
10930  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterLeft).ID: return 10166;
10931  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZM, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterRight).ID: return 10168;
10932  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Top, StoneStairs::Shape::Straight).ID: return 10170;
10933  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Top, StoneStairs::Shape::InnerLeft).ID: return 10172;
10934  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Top, StoneStairs::Shape::InnerRight).ID: return 10174;
10935  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Top, StoneStairs::Shape::OuterLeft).ID: return 10176;
10936  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Top, StoneStairs::Shape::OuterRight).ID: return 10178;
10937  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Bottom, StoneStairs::Shape::Straight).ID: return 10180;
10938  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerLeft).ID: return 10182;
10939  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerRight).ID: return 10184;
10940  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterLeft).ID: return 10186;
10941  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_ZP, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterRight).ID: return 10188;
10942  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Top, StoneStairs::Shape::Straight).ID: return 10190;
10943  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Top, StoneStairs::Shape::InnerLeft).ID: return 10192;
10944  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Top, StoneStairs::Shape::InnerRight).ID: return 10194;
10945  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Top, StoneStairs::Shape::OuterLeft).ID: return 10196;
10946  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Top, StoneStairs::Shape::OuterRight).ID: return 10198;
10947  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Bottom, StoneStairs::Shape::Straight).ID: return 10200;
10948  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerLeft).ID: return 10202;
10949  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerRight).ID: return 10204;
10950  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterLeft).ID: return 10206;
10951  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XM, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterRight).ID: return 10208;
10952  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Top, StoneStairs::Shape::Straight).ID: return 10210;
10953  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Top, StoneStairs::Shape::InnerLeft).ID: return 10212;
10954  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Top, StoneStairs::Shape::InnerRight).ID: return 10214;
10955  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Top, StoneStairs::Shape::OuterLeft).ID: return 10216;
10956  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Top, StoneStairs::Shape::OuterRight).ID: return 10218;
10957  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Bottom, StoneStairs::Shape::Straight).ID: return 10220;
10958  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerLeft).ID: return 10222;
10959  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Bottom, StoneStairs::Shape::InnerRight).ID: return 10224;
10960  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterLeft).ID: return 10226;
10961  case StoneStairs::StoneStairs(eBlockFace::BLOCK_FACE_XP, StoneStairs::Half::Bottom, StoneStairs::Shape::OuterRight).ID: return 10228;
10966  case StrippedAcaciaLog::StrippedAcaciaLog(StrippedAcaciaLog::Axis::X).ID: return 100;
10967  case StrippedAcaciaLog::StrippedAcaciaLog(StrippedAcaciaLog::Axis::Y).ID: return 101;
10968  case StrippedAcaciaLog::StrippedAcaciaLog(StrippedAcaciaLog::Axis::Z).ID: return 102;
10969  case StrippedAcaciaWood::StrippedAcaciaWood(StrippedAcaciaWood::Axis::X).ID: return 139;
10970  case StrippedAcaciaWood::StrippedAcaciaWood(StrippedAcaciaWood::Axis::Y).ID: return 140;
10971  case StrippedAcaciaWood::StrippedAcaciaWood(StrippedAcaciaWood::Axis::Z).ID: return 141;
10972  case StrippedBirchLog::StrippedBirchLog(StrippedBirchLog::Axis::X).ID: return 94;
10973  case StrippedBirchLog::StrippedBirchLog(StrippedBirchLog::Axis::Y).ID: return 95;
10974  case StrippedBirchLog::StrippedBirchLog(StrippedBirchLog::Axis::Z).ID: return 96;
10975  case StrippedBirchWood::StrippedBirchWood(StrippedBirchWood::Axis::X).ID: return 133;
10976  case StrippedBirchWood::StrippedBirchWood(StrippedBirchWood::Axis::Y).ID: return 134;
10977  case StrippedBirchWood::StrippedBirchWood(StrippedBirchWood::Axis::Z).ID: return 135;
10978  case StrippedCrimsonHyphae::StrippedCrimsonHyphae(StrippedCrimsonHyphae::Axis::X).ID: return 14984;
10979  case StrippedCrimsonHyphae::StrippedCrimsonHyphae(StrippedCrimsonHyphae::Axis::Y).ID: return 14985;
10980  case StrippedCrimsonHyphae::StrippedCrimsonHyphae(StrippedCrimsonHyphae::Axis::Z).ID: return 14986;
10981  case StrippedCrimsonStem::StrippedCrimsonStem(StrippedCrimsonStem::Axis::X).ID: return 14978;
10982  case StrippedCrimsonStem::StrippedCrimsonStem(StrippedCrimsonStem::Axis::Y).ID: return 14979;
10983  case StrippedCrimsonStem::StrippedCrimsonStem(StrippedCrimsonStem::Axis::Z).ID: return 14980;
10984  case StrippedDarkOakLog::StrippedDarkOakLog(StrippedDarkOakLog::Axis::X).ID: return 103;
10985  case StrippedDarkOakLog::StrippedDarkOakLog(StrippedDarkOakLog::Axis::Y).ID: return 104;
10986  case StrippedDarkOakLog::StrippedDarkOakLog(StrippedDarkOakLog::Axis::Z).ID: return 105;
10987  case StrippedDarkOakWood::StrippedDarkOakWood(StrippedDarkOakWood::Axis::X).ID: return 142;
10988  case StrippedDarkOakWood::StrippedDarkOakWood(StrippedDarkOakWood::Axis::Y).ID: return 143;
10989  case StrippedDarkOakWood::StrippedDarkOakWood(StrippedDarkOakWood::Axis::Z).ID: return 144;
10990  case StrippedJungleLog::StrippedJungleLog(StrippedJungleLog::Axis::X).ID: return 97;
10991  case StrippedJungleLog::StrippedJungleLog(StrippedJungleLog::Axis::Y).ID: return 98;
10992  case StrippedJungleLog::StrippedJungleLog(StrippedJungleLog::Axis::Z).ID: return 99;
10993  case StrippedJungleWood::StrippedJungleWood(StrippedJungleWood::Axis::X).ID: return 136;
10994  case StrippedJungleWood::StrippedJungleWood(StrippedJungleWood::Axis::Y).ID: return 137;
10995  case StrippedJungleWood::StrippedJungleWood(StrippedJungleWood::Axis::Z).ID: return 138;
10996  case StrippedOakLog::StrippedOakLog(StrippedOakLog::Axis::X).ID: return 106;
10997  case StrippedOakLog::StrippedOakLog(StrippedOakLog::Axis::Y).ID: return 107;
10998  case StrippedOakLog::StrippedOakLog(StrippedOakLog::Axis::Z).ID: return 108;
10999  case StrippedOakWood::StrippedOakWood(StrippedOakWood::Axis::X).ID: return 127;
11000  case StrippedOakWood::StrippedOakWood(StrippedOakWood::Axis::Y).ID: return 128;
11001  case StrippedOakWood::StrippedOakWood(StrippedOakWood::Axis::Z).ID: return 129;
11002  case StrippedSpruceLog::StrippedSpruceLog(StrippedSpruceLog::Axis::X).ID: return 91;
11003  case StrippedSpruceLog::StrippedSpruceLog(StrippedSpruceLog::Axis::Y).ID: return 92;
11004  case StrippedSpruceLog::StrippedSpruceLog(StrippedSpruceLog::Axis::Z).ID: return 93;
11005  case StrippedSpruceWood::StrippedSpruceWood(StrippedSpruceWood::Axis::X).ID: return 130;
11006  case StrippedSpruceWood::StrippedSpruceWood(StrippedSpruceWood::Axis::Y).ID: return 131;
11007  case StrippedSpruceWood::StrippedSpruceWood(StrippedSpruceWood::Axis::Z).ID: return 132;
11008  case StrippedWarpedHyphae::StrippedWarpedHyphae(StrippedWarpedHyphae::Axis::X).ID: return 14967;
11009  case StrippedWarpedHyphae::StrippedWarpedHyphae(StrippedWarpedHyphae::Axis::Y).ID: return 14968;
11010  case StrippedWarpedHyphae::StrippedWarpedHyphae(StrippedWarpedHyphae::Axis::Z).ID: return 14969;
11011  case StrippedWarpedStem::StrippedWarpedStem(StrippedWarpedStem::Axis::X).ID: return 14961;
11012  case StrippedWarpedStem::StrippedWarpedStem(StrippedWarpedStem::Axis::Y).ID: return 14962;
11013  case StrippedWarpedStem::StrippedWarpedStem(StrippedWarpedStem::Axis::Z).ID: return 14963;
11016  case StructureBlock::StructureBlock(StructureBlock::Mode::Corner).ID: return 15737;
11017  case StructureBlock::StructureBlock(StructureBlock::Mode::Data).ID: return 15738;
11018  case StructureVoid::StructureVoid().ID: return 9259;
11019  case SugarCane::SugarCane(0).ID: return 3948;
11020  case SugarCane::SugarCane(1).ID: return 3949;
11021  case SugarCane::SugarCane(2).ID: return 3950;
11022  case SugarCane::SugarCane(3).ID: return 3951;
11023  case SugarCane::SugarCane(4).ID: return 3952;
11024  case SugarCane::SugarCane(5).ID: return 3953;
11025  case SugarCane::SugarCane(6).ID: return 3954;
11026  case SugarCane::SugarCane(7).ID: return 3955;
11027  case SugarCane::SugarCane(8).ID: return 3956;
11028  case SugarCane::SugarCane(9).ID: return 3957;
11029  case SugarCane::SugarCane(10).ID: return 3958;
11030  case SugarCane::SugarCane(11).ID: return 3959;
11031  case SugarCane::SugarCane(12).ID: return 3960;
11032  case SugarCane::SugarCane(13).ID: return 3961;
11033  case SugarCane::SugarCane(14).ID: return 3962;
11034  case SugarCane::SugarCane(15).ID: return 3963;
11035  case Sunflower::Sunflower(Sunflower::Half::Upper).ID: return 7885;
11036  case Sunflower::Sunflower(Sunflower::Half::Lower).ID: return 7886;
11037  case SweetBerryBush::SweetBerryBush(0).ID: return 14954;
11038  case SweetBerryBush::SweetBerryBush(1).ID: return 14955;
11039  case SweetBerryBush::SweetBerryBush(2).ID: return 14956;
11040  case SweetBerryBush::SweetBerryBush(3).ID: return 14957;
11041  case TNT::TNT(true).ID: return 1430;
11042  case TNT::TNT(false).ID: return 1431;
11043  case TallGrass::TallGrass(TallGrass::Half::Upper).ID: return 7893;
11044  case TallGrass::TallGrass(TallGrass::Half::Lower).ID: return 7894;
11045  case TallSeagrass::TallSeagrass(TallSeagrass::Half::Upper).ID: return 1346;
11046  case TallSeagrass::TallSeagrass(TallSeagrass::Half::Lower).ID: return 1347;
11047  case Target::Target(0).ID: return 15760;
11048  case Target::Target(1).ID: return 15761;
11049  case Target::Target(2).ID: return 15762;
11050  case Target::Target(3).ID: return 15763;
11051  case Target::Target(4).ID: return 15764;
11052  case Target::Target(5).ID: return 15765;
11053  case Target::Target(6).ID: return 15766;
11054  case Target::Target(7).ID: return 15767;
11055  case Target::Target(8).ID: return 15768;
11056  case Target::Target(9).ID: return 15769;
11057  case Target::Target(10).ID: return 15770;
11058  case Target::Target(11).ID: return 15771;
11059  case Target::Target(12).ID: return 15772;
11060  case Target::Target(13).ID: return 15773;
11061  case Target::Target(14).ID: return 15774;
11062  case Target::Target(15).ID: return 15775;
11063  case Terracotta::Terracotta().ID: return 7882;
11064  case Torch::Torch().ID: return 1435;
11065  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_ZM, TrappedChest::Type::Single).ID: return 6623;
11066  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_ZM, TrappedChest::Type::Left).ID: return 6625;
11067  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_ZM, TrappedChest::Type::Right).ID: return 6627;
11068  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_ZP, TrappedChest::Type::Single).ID: return 6629;
11069  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_ZP, TrappedChest::Type::Left).ID: return 6631;
11070  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_ZP, TrappedChest::Type::Right).ID: return 6633;
11071  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_XM, TrappedChest::Type::Single).ID: return 6635;
11072  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_XM, TrappedChest::Type::Left).ID: return 6637;
11073  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_XM, TrappedChest::Type::Right).ID: return 6639;
11074  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_XP, TrappedChest::Type::Single).ID: return 6641;
11075  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_XP, TrappedChest::Type::Left).ID: return 6643;
11076  case TrappedChest::TrappedChest(eBlockFace::BLOCK_FACE_XP, TrappedChest::Type::Right).ID: return 6645;
11077  case Tripwire::Tripwire(true, true, true, true, true, true, true).ID: return 5275;
11078  case Tripwire::Tripwire(true, true, true, true, true, true, false).ID: return 5276;
11079  case Tripwire::Tripwire(true, true, true, true, true, false, true).ID: return 5277;
11080  case Tripwire::Tripwire(true, true, true, true, true, false, false).ID: return 5278;
11081  case Tripwire::Tripwire(true, true, true, true, false, true, true).ID: return 5279;
11082  case Tripwire::Tripwire(true, true, true, true, false, true, false).ID: return 5280;
11083  case Tripwire::Tripwire(true, true, true, true, false, false, true).ID: return 5281;
11084  case Tripwire::Tripwire(true, true, true, true, false, false, false).ID: return 5282;
11085  case Tripwire::Tripwire(true, true, true, false, true, true, true).ID: return 5283;
11086  case Tripwire::Tripwire(true, true, true, false, true, true, false).ID: return 5284;
11087  case Tripwire::Tripwire(true, true, true, false, true, false, true).ID: return 5285;
11088  case Tripwire::Tripwire(true, true, true, false, true, false, false).ID: return 5286;
11089  case Tripwire::Tripwire(true, true, true, false, false, true, true).ID: return 5287;
11090  case Tripwire::Tripwire(true, true, true, false, false, true, false).ID: return 5288;
11091  case Tripwire::Tripwire(true, true, true, false, false, false, true).ID: return 5289;
11092  case Tripwire::Tripwire(true, true, true, false, false, false, false).ID: return 5290;
11093  case Tripwire::Tripwire(true, true, false, true, true, true, true).ID: return 5291;
11094  case Tripwire::Tripwire(true, true, false, true, true, true, false).ID: return 5292;
11095  case Tripwire::Tripwire(true, true, false, true, true, false, true).ID: return 5293;
11096  case Tripwire::Tripwire(true, true, false, true, true, false, false).ID: return 5294;
11097  case Tripwire::Tripwire(true, true, false, true, false, true, true).ID: return 5295;
11098  case Tripwire::Tripwire(true, true, false, true, false, true, false).ID: return 5296;
11099  case Tripwire::Tripwire(true, true, false, true, false, false, true).ID: return 5297;
11100  case Tripwire::Tripwire(true, true, false, true, false, false, false).ID: return 5298;
11101  case Tripwire::Tripwire(true, true, false, false, true, true, true).ID: return 5299;
11102  case Tripwire::Tripwire(true, true, false, false, true, true, false).ID: return 5300;
11103  case Tripwire::Tripwire(true, true, false, false, true, false, true).ID: return 5301;
11104  case Tripwire::Tripwire(true, true, false, false, true, false, false).ID: return 5302;
11105  case Tripwire::Tripwire(true, true, false, false, false, true, true).ID: return 5303;
11106  case Tripwire::Tripwire(true, true, false, false, false, true, false).ID: return 5304;
11107  case Tripwire::Tripwire(true, true, false, false, false, false, true).ID: return 5305;
11108  case Tripwire::Tripwire(true, true, false, false, false, false, false).ID: return 5306;
11109  case Tripwire::Tripwire(true, false, true, true, true, true, true).ID: return 5307;
11110  case Tripwire::Tripwire(true, false, true, true, true, true, false).ID: return 5308;
11111  case Tripwire::Tripwire(true, false, true, true, true, false, true).ID: return 5309;
11112  case Tripwire::Tripwire(true, false, true, true, true, false, false).ID: return 5310;
11113  case Tripwire::Tripwire(true, false, true, true, false, true, true).ID: return 5311;
11114  case Tripwire::Tripwire(true, false, true, true, false, true, false).ID: return 5312;
11115  case Tripwire::Tripwire(true, false, true, true, false, false, true).ID: return 5313;
11116  case Tripwire::Tripwire(true, false, true, true, false, false, false).ID: return 5314;
11117  case Tripwire::Tripwire(true, false, true, false, true, true, true).ID: return 5315;
11118  case Tripwire::Tripwire(true, false, true, false, true, true, false).ID: return 5316;
11119  case Tripwire::Tripwire(true, false, true, false, true, false, true).ID: return 5317;
11120  case Tripwire::Tripwire(true, false, true, false, true, false, false).ID: return 5318;
11121  case Tripwire::Tripwire(true, false, true, false, false, true, true).ID: return 5319;
11122  case Tripwire::Tripwire(true, false, true, false, false, true, false).ID: return 5320;
11123  case Tripwire::Tripwire(true, false, true, false, false, false, true).ID: return 5321;
11124  case Tripwire::Tripwire(true, false, true, false, false, false, false).ID: return 5322;
11125  case Tripwire::Tripwire(true, false, false, true, true, true, true).ID: return 5323;
11126  case Tripwire::Tripwire(true, false, false, true, true, true, false).ID: return 5324;
11127  case Tripwire::Tripwire(true, false, false, true, true, false, true).ID: return 5325;
11128  case Tripwire::Tripwire(true, false, false, true, true, false, false).ID: return 5326;
11129  case Tripwire::Tripwire(true, false, false, true, false, true, true).ID: return 5327;
11130  case Tripwire::Tripwire(true, false, false, true, false, true, false).ID: return 5328;
11131  case Tripwire::Tripwire(true, false, false, true, false, false, true).ID: return 5329;
11132  case Tripwire::Tripwire(true, false, false, true, false, false, false).ID: return 5330;
11133  case Tripwire::Tripwire(true, false, false, false, true, true, true).ID: return 5331;
11134  case Tripwire::Tripwire(true, false, false, false, true, true, false).ID: return 5332;
11135  case Tripwire::Tripwire(true, false, false, false, true, false, true).ID: return 5333;
11136  case Tripwire::Tripwire(true, false, false, false, true, false, false).ID: return 5334;
11137  case Tripwire::Tripwire(true, false, false, false, false, true, true).ID: return 5335;
11138  case Tripwire::Tripwire(true, false, false, false, false, true, false).ID: return 5336;
11139  case Tripwire::Tripwire(true, false, false, false, false, false, true).ID: return 5337;
11140  case Tripwire::Tripwire(true, false, false, false, false, false, false).ID: return 5338;
11141  case Tripwire::Tripwire(false, true, true, true, true, true, true).ID: return 5339;
11142  case Tripwire::Tripwire(false, true, true, true, true, true, false).ID: return 5340;
11143  case Tripwire::Tripwire(false, true, true, true, true, false, true).ID: return 5341;
11144  case Tripwire::Tripwire(false, true, true, true, true, false, false).ID: return 5342;
11145  case Tripwire::Tripwire(false, true, true, true, false, true, true).ID: return 5343;
11146  case Tripwire::Tripwire(false, true, true, true, false, true, false).ID: return 5344;
11147  case Tripwire::Tripwire(false, true, true, true, false, false, true).ID: return 5345;
11148  case Tripwire::Tripwire(false, true, true, true, false, false, false).ID: return 5346;
11149  case Tripwire::Tripwire(false, true, true, false, true, true, true).ID: return 5347;
11150  case Tripwire::Tripwire(false, true, true, false, true, true, false).ID: return 5348;
11151  case Tripwire::Tripwire(false, true, true, false, true, false, true).ID: return 5349;
11152  case Tripwire::Tripwire(false, true, true, false, true, false, false).ID: return 5350;
11153  case Tripwire::Tripwire(false, true, true, false, false, true, true).ID: return 5351;
11154  case Tripwire::Tripwire(false, true, true, false, false, true, false).ID: return 5352;
11155  case Tripwire::Tripwire(false, true, true, false, false, false, true).ID: return 5353;
11156  case Tripwire::Tripwire(false, true, true, false, false, false, false).ID: return 5354;
11157  case Tripwire::Tripwire(false, true, false, true, true, true, true).ID: return 5355;
11158  case Tripwire::Tripwire(false, true, false, true, true, true, false).ID: return 5356;
11159  case Tripwire::Tripwire(false, true, false, true, true, false, true).ID: return 5357;
11160  case Tripwire::Tripwire(false, true, false, true, true, false, false).ID: return 5358;
11161  case Tripwire::Tripwire(false, true, false, true, false, true, true).ID: return 5359;
11162  case Tripwire::Tripwire(false, true, false, true, false, true, false).ID: return 5360;
11163  case Tripwire::Tripwire(false, true, false, true, false, false, true).ID: return 5361;
11164  case Tripwire::Tripwire(false, true, false, true, false, false, false).ID: return 5362;
11165  case Tripwire::Tripwire(false, true, false, false, true, true, true).ID: return 5363;
11166  case Tripwire::Tripwire(false, true, false, false, true, true, false).ID: return 5364;
11167  case Tripwire::Tripwire(false, true, false, false, true, false, true).ID: return 5365;
11168  case Tripwire::Tripwire(false, true, false, false, true, false, false).ID: return 5366;
11169  case Tripwire::Tripwire(false, true, false, false, false, true, true).ID: return 5367;
11170  case Tripwire::Tripwire(false, true, false, false, false, true, false).ID: return 5368;
11171  case Tripwire::Tripwire(false, true, false, false, false, false, true).ID: return 5369;
11172  case Tripwire::Tripwire(false, true, false, false, false, false, false).ID: return 5370;
11173  case Tripwire::Tripwire(false, false, true, true, true, true, true).ID: return 5371;
11174  case Tripwire::Tripwire(false, false, true, true, true, true, false).ID: return 5372;
11175  case Tripwire::Tripwire(false, false, true, true, true, false, true).ID: return 5373;
11176  case Tripwire::Tripwire(false, false, true, true, true, false, false).ID: return 5374;
11177  case Tripwire::Tripwire(false, false, true, true, false, true, true).ID: return 5375;
11178  case Tripwire::Tripwire(false, false, true, true, false, true, false).ID: return 5376;
11179  case Tripwire::Tripwire(false, false, true, true, false, false, true).ID: return 5377;
11180  case Tripwire::Tripwire(false, false, true, true, false, false, false).ID: return 5378;
11181  case Tripwire::Tripwire(false, false, true, false, true, true, true).ID: return 5379;
11182  case Tripwire::Tripwire(false, false, true, false, true, true, false).ID: return 5380;
11183  case Tripwire::Tripwire(false, false, true, false, true, false, true).ID: return 5381;
11184  case Tripwire::Tripwire(false, false, true, false, true, false, false).ID: return 5382;
11185  case Tripwire::Tripwire(false, false, true, false, false, true, true).ID: return 5383;
11186  case Tripwire::Tripwire(false, false, true, false, false, true, false).ID: return 5384;
11187  case Tripwire::Tripwire(false, false, true, false, false, false, true).ID: return 5385;
11188  case Tripwire::Tripwire(false, false, true, false, false, false, false).ID: return 5386;
11189  case Tripwire::Tripwire(false, false, false, true, true, true, true).ID: return 5387;
11190  case Tripwire::Tripwire(false, false, false, true, true, true, false).ID: return 5388;
11191  case Tripwire::Tripwire(false, false, false, true, true, false, true).ID: return 5389;
11192  case Tripwire::Tripwire(false, false, false, true, true, false, false).ID: return 5390;
11193  case Tripwire::Tripwire(false, false, false, true, false, true, true).ID: return 5391;
11194  case Tripwire::Tripwire(false, false, false, true, false, true, false).ID: return 5392;
11195  case Tripwire::Tripwire(false, false, false, true, false, false, true).ID: return 5393;
11196  case Tripwire::Tripwire(false, false, false, true, false, false, false).ID: return 5394;
11197  case Tripwire::Tripwire(false, false, false, false, true, true, true).ID: return 5395;
11198  case Tripwire::Tripwire(false, false, false, false, true, true, false).ID: return 5396;
11199  case Tripwire::Tripwire(false, false, false, false, true, false, true).ID: return 5397;
11200  case Tripwire::Tripwire(false, false, false, false, true, false, false).ID: return 5398;
11201  case Tripwire::Tripwire(false, false, false, false, false, true, true).ID: return 5399;
11202  case Tripwire::Tripwire(false, false, false, false, false, true, false).ID: return 5400;
11203  case Tripwire::Tripwire(false, false, false, false, false, false, true).ID: return 5401;
11204  case Tripwire::Tripwire(false, false, false, false, false, false, false).ID: return 5402;
11205  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_ZM, true).ID: return 5259;
11206  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_ZM, false).ID: return 5260;
11207  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_ZP, true).ID: return 5261;
11208  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_ZP, false).ID: return 5262;
11209  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_XM, true).ID: return 5263;
11210  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_XM, false).ID: return 5264;
11211  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_XP, true).ID: return 5265;
11212  case TripwireHook::TripwireHook(true, eBlockFace::BLOCK_FACE_XP, false).ID: return 5266;
11213  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_ZM, true).ID: return 5267;
11214  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_ZM, false).ID: return 5268;
11215  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_ZP, true).ID: return 5269;
11216  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_ZP, false).ID: return 5270;
11217  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_XM, true).ID: return 5271;
11218  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_XM, false).ID: return 5272;
11219  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_XP, true).ID: return 5273;
11220  case TripwireHook::TripwireHook(false, eBlockFace::BLOCK_FACE_XP, false).ID: return 5274;
11221  case TubeCoral::TubeCoral().ID: return 9531;
11222  case TubeCoralBlock::TubeCoralBlock().ID: return 9515;
11223  case TubeCoralFan::TubeCoralFan().ID: return 9551;
11224  case TubeCoralWallFan::TubeCoralWallFan(eBlockFace::BLOCK_FACE_ZM).ID: return 9601;
11225  case TubeCoralWallFan::TubeCoralWallFan(eBlockFace::BLOCK_FACE_ZP).ID: return 9603;
11226  case TubeCoralWallFan::TubeCoralWallFan(eBlockFace::BLOCK_FACE_XM).ID: return 9605;
11227  case TubeCoralWallFan::TubeCoralWallFan(eBlockFace::BLOCK_FACE_XP).ID: return 9607;
11228  case TurtleEgg::TurtleEgg(1, 0).ID: return 9498;
11229  case TurtleEgg::TurtleEgg(1, 1).ID: return 9499;
11230  case TurtleEgg::TurtleEgg(1, 2).ID: return 9500;
11231  case TurtleEgg::TurtleEgg(2, 0).ID: return 9501;
11232  case TurtleEgg::TurtleEgg(2, 1).ID: return 9502;
11233  case TurtleEgg::TurtleEgg(2, 2).ID: return 9503;
11234  case TurtleEgg::TurtleEgg(3, 0).ID: return 9504;
11235  case TurtleEgg::TurtleEgg(3, 1).ID: return 9505;
11236  case TurtleEgg::TurtleEgg(3, 2).ID: return 9506;
11237  case TurtleEgg::TurtleEgg(4, 0).ID: return 9507;
11238  case TurtleEgg::TurtleEgg(4, 1).ID: return 9508;
11239  case TurtleEgg::TurtleEgg(4, 2).ID: return 9509;
11240  case TwistingVines::TwistingVines(0).ID: return 15017;
11241  case TwistingVines::TwistingVines(1).ID: return 15018;
11242  case TwistingVines::TwistingVines(2).ID: return 15019;
11243  case TwistingVines::TwistingVines(3).ID: return 15020;
11244  case TwistingVines::TwistingVines(4).ID: return 15021;
11245  case TwistingVines::TwistingVines(5).ID: return 15022;
11246  case TwistingVines::TwistingVines(6).ID: return 15023;
11247  case TwistingVines::TwistingVines(7).ID: return 15024;
11248  case TwistingVines::TwistingVines(8).ID: return 15025;
11249  case TwistingVines::TwistingVines(9).ID: return 15026;
11250  case TwistingVines::TwistingVines(10).ID: return 15027;
11251  case TwistingVines::TwistingVines(11).ID: return 15028;
11252  case TwistingVines::TwistingVines(12).ID: return 15029;
11253  case TwistingVines::TwistingVines(13).ID: return 15030;
11254  case TwistingVines::TwistingVines(14).ID: return 15031;
11255  case TwistingVines::TwistingVines(15).ID: return 15032;
11256  case TwistingVines::TwistingVines(16).ID: return 15033;
11257  case TwistingVines::TwistingVines(17).ID: return 15034;
11258  case TwistingVines::TwistingVines(18).ID: return 15035;
11259  case TwistingVines::TwistingVines(19).ID: return 15036;
11260  case TwistingVines::TwistingVines(20).ID: return 15037;
11261  case TwistingVines::TwistingVines(21).ID: return 15038;
11262  case TwistingVines::TwistingVines(22).ID: return 15039;
11263  case TwistingVines::TwistingVines(23).ID: return 15040;
11264  case TwistingVines::TwistingVines(24).ID: return 15041;
11265  case TwistingVines::TwistingVines(25).ID: return 15042;
11266  case TwistingVinesPlant::TwistingVinesPlant().ID: return 15043;
11267  case Vine::Vine(true, true, true, true, true).ID: return 4788;
11268  case Vine::Vine(true, true, true, true, false).ID: return 4789;
11269  case Vine::Vine(true, true, true, false, true).ID: return 4790;
11270  case Vine::Vine(true, true, true, false, false).ID: return 4791;
11271  case Vine::Vine(true, true, false, true, true).ID: return 4792;
11272  case Vine::Vine(true, true, false, true, false).ID: return 4793;
11273  case Vine::Vine(true, true, false, false, true).ID: return 4794;
11274  case Vine::Vine(true, true, false, false, false).ID: return 4795;
11275  case Vine::Vine(true, false, true, true, true).ID: return 4796;
11276  case Vine::Vine(true, false, true, true, false).ID: return 4797;
11277  case Vine::Vine(true, false, true, false, true).ID: return 4798;
11278  case Vine::Vine(true, false, true, false, false).ID: return 4799;
11279  case Vine::Vine(true, false, false, true, true).ID: return 4800;
11280  case Vine::Vine(true, false, false, true, false).ID: return 4801;
11281  case Vine::Vine(true, false, false, false, true).ID: return 4802;
11282  case Vine::Vine(true, false, false, false, false).ID: return 4803;
11283  case Vine::Vine(false, true, true, true, true).ID: return 4804;
11284  case Vine::Vine(false, true, true, true, false).ID: return 4805;
11285  case Vine::Vine(false, true, true, false, true).ID: return 4806;
11286  case Vine::Vine(false, true, true, false, false).ID: return 4807;
11287  case Vine::Vine(false, true, false, true, true).ID: return 4808;
11288  case Vine::Vine(false, true, false, true, false).ID: return 4809;
11289  case Vine::Vine(false, true, false, false, true).ID: return 4810;
11290  case Vine::Vine(false, true, false, false, false).ID: return 4811;
11291  case Vine::Vine(false, false, true, true, true).ID: return 4812;
11292  case Vine::Vine(false, false, true, true, false).ID: return 4813;
11293  case Vine::Vine(false, false, true, false, true).ID: return 4814;
11294  case Vine::Vine(false, false, true, false, false).ID: return 4815;
11295  case Vine::Vine(false, false, false, true, true).ID: return 4816;
11296  case Vine::Vine(false, false, false, true, false).ID: return 4817;
11297  case Vine::Vine(false, false, false, false, true).ID: return 4818;
11298  case Vine::Vine(false, false, false, false, false).ID: return 4819;
11299  case VoidAir::VoidAir().ID: return 9665;
11300  case WallTorch::WallTorch(eBlockFace::BLOCK_FACE_ZM).ID: return 1436;
11301  case WallTorch::WallTorch(eBlockFace::BLOCK_FACE_ZP).ID: return 1437;
11302  case WallTorch::WallTorch(eBlockFace::BLOCK_FACE_XM).ID: return 1438;
11303  case WallTorch::WallTorch(eBlockFace::BLOCK_FACE_XP).ID: return 1439;
11304  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, true).ID: return 15503;
11305  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_ZM, false).ID: return 15504;
11306  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, true).ID: return 15505;
11307  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_ZP, false).ID: return 15506;
11308  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, true).ID: return 15507;
11309  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_XM, false).ID: return 15508;
11310  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, true).ID: return 15509;
11311  case WarpedButton::WarpedButton(WarpedButton::Face::Floor, eBlockFace::BLOCK_FACE_XP, false).ID: return 15510;
11312  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, true).ID: return 15511;
11313  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_ZM, false).ID: return 15512;
11314  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, true).ID: return 15513;
11315  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_ZP, false).ID: return 15514;
11316  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, true).ID: return 15515;
11317  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_XM, false).ID: return 15516;
11318  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, true).ID: return 15517;
11319  case WarpedButton::WarpedButton(WarpedButton::Face::Wall, eBlockFace::BLOCK_FACE_XP, false).ID: return 15518;
11320  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, true).ID: return 15519;
11321  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZM, false).ID: return 15520;
11322  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, true).ID: return 15521;
11323  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_ZP, false).ID: return 15522;
11324  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, true).ID: return 15523;
11325  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XM, false).ID: return 15524;
11326  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, true).ID: return 15525;
11327  case WarpedButton::WarpedButton(WarpedButton::Face::Ceiling, eBlockFace::BLOCK_FACE_XP, false).ID: return 15526;
11328  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, true).ID: return 15591;
11329  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, false).ID: return 15592;
11330  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, true).ID: return 15593;
11331  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, false).ID: return 15594;
11332  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, true).ID: return 15595;
11333  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, false).ID: return 15596;
11334  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, true).ID: return 15597;
11335  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, false).ID: return 15598;
11336  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, true).ID: return 15599;
11337  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, false).ID: return 15600;
11338  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, true).ID: return 15601;
11339  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, false).ID: return 15602;
11340  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, true).ID: return 15603;
11341  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, false).ID: return 15604;
11342  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, true).ID: return 15605;
11343  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, false).ID: return 15606;
11344  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, true).ID: return 15607;
11345  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, false).ID: return 15608;
11346  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, true).ID: return 15609;
11347  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, false).ID: return 15610;
11348  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, true).ID: return 15611;
11349  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, false).ID: return 15612;
11350  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, true).ID: return 15613;
11351  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, false).ID: return 15614;
11352  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, true).ID: return 15615;
11353  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, false).ID: return 15616;
11354  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, true).ID: return 15617;
11355  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, false).ID: return 15618;
11356  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, true).ID: return 15619;
11357  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, false).ID: return 15620;
11358  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, true).ID: return 15621;
11359  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_ZP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, false).ID: return 15622;
11360  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, true).ID: return 15623;
11361  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, false).ID: return 15624;
11362  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, true).ID: return 15625;
11363  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, false).ID: return 15626;
11364  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, true).ID: return 15627;
11365  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, false).ID: return 15628;
11366  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, true).ID: return 15629;
11367  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, false).ID: return 15630;
11368  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, true).ID: return 15631;
11369  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, false).ID: return 15632;
11370  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, true).ID: return 15633;
11371  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, false).ID: return 15634;
11372  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, true).ID: return 15635;
11373  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, false).ID: return 15636;
11374  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, true).ID: return 15637;
11375  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XM, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, false).ID: return 15638;
11376  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, true).ID: return 15639;
11377  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, true, false).ID: return 15640;
11378  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, true).ID: return 15641;
11379  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Left, false, false).ID: return 15642;
11380  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, true).ID: return 15643;
11381  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, true, false).ID: return 15644;
11382  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, true).ID: return 15645;
11383  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Upper, WarpedDoor::Hinge::Right, false, false).ID: return 15646;
11384  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, true).ID: return 15647;
11385  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, true, false).ID: return 15648;
11386  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, true).ID: return 15649;
11387  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Left, false, false).ID: return 15650;
11388  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, true).ID: return 15651;
11389  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, true, false).ID: return 15652;
11390  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, true).ID: return 15653;
11391  case WarpedDoor::WarpedDoor(eBlockFace::BLOCK_FACE_XP, WarpedDoor::Half::Lower, WarpedDoor::Hinge::Right, false, false).ID: return 15654;
11392  case WarpedFence::WarpedFence(true, true, true, true).ID: return 15097;
11393  case WarpedFence::WarpedFence(true, true, true, false).ID: return 15098;
11394  case WarpedFence::WarpedFence(true, true, false, true).ID: return 15101;
11395  case WarpedFence::WarpedFence(true, true, false, false).ID: return 15102;
11396  case WarpedFence::WarpedFence(true, false, true, true).ID: return 15105;
11397  case WarpedFence::WarpedFence(true, false, true, false).ID: return 15106;
11398  case WarpedFence::WarpedFence(true, false, false, true).ID: return 15109;
11399  case WarpedFence::WarpedFence(true, false, false, false).ID: return 15110;
11400  case WarpedFence::WarpedFence(false, true, true, true).ID: return 15113;
11401  case WarpedFence::WarpedFence(false, true, true, false).ID: return 15114;
11402  case WarpedFence::WarpedFence(false, true, false, true).ID: return 15117;
11403  case WarpedFence::WarpedFence(false, true, false, false).ID: return 15118;
11404  case WarpedFence::WarpedFence(false, false, true, true).ID: return 15121;
11405  case WarpedFence::WarpedFence(false, false, true, false).ID: return 15122;
11406  case WarpedFence::WarpedFence(false, false, false, true).ID: return 15125;
11407  case WarpedFence::WarpedFence(false, false, false, false).ID: return 15126;
11408  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, true).ID: return 15287;
11409  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, true, true, false).ID: return 15288;
11410  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, true).ID: return 15289;
11411  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, true, false, false).ID: return 15290;
11412  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, true).ID: return 15291;
11413  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, false, true, false).ID: return 15292;
11414  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, true).ID: return 15293;
11415  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZM, false, false, false).ID: return 15294;
11416  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, true).ID: return 15295;
11417  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, true, true, false).ID: return 15296;
11418  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, true).ID: return 15297;
11419  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, true, false, false).ID: return 15298;
11420  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, true).ID: return 15299;
11421  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, false, true, false).ID: return 15300;
11422  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, true).ID: return 15301;
11423  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_ZP, false, false, false).ID: return 15302;
11424  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, true).ID: return 15303;
11425  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, true, true, false).ID: return 15304;
11426  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, true).ID: return 15305;
11427  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, true, false, false).ID: return 15306;
11428  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, true).ID: return 15307;
11429  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, false, true, false).ID: return 15308;
11430  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, true).ID: return 15309;
11431  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XM, false, false, false).ID: return 15310;
11432  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, true).ID: return 15311;
11433  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, true, true, false).ID: return 15312;
11434  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, true).ID: return 15313;
11435  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, true, false, false).ID: return 15314;
11436  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, true).ID: return 15315;
11437  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, false, true, false).ID: return 15316;
11438  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, true).ID: return 15317;
11439  case WarpedFenceGate::WarpedFenceGate(eBlockFace::BLOCK_FACE_XP, false, false, false).ID: return 15318;
11440  case WarpedFungus::WarpedFungus().ID: return 14971;
11441  case WarpedHyphae::WarpedHyphae(WarpedHyphae::Axis::X).ID: return 14964;
11442  case WarpedHyphae::WarpedHyphae(WarpedHyphae::Axis::Y).ID: return 14965;
11443  case WarpedHyphae::WarpedHyphae(WarpedHyphae::Axis::Z).ID: return 14966;
11444  case WarpedNylium::WarpedNylium().ID: return 14970;
11445  case WarpedPlanks::WarpedPlanks().ID: return 15046;
11446  case WarpedPressurePlate::WarpedPressurePlate(true).ID: return 15061;
11447  case WarpedPressurePlate::WarpedPressurePlate(false).ID: return 15062;
11448  case WarpedRoots::WarpedRoots().ID: return 14973;
11449  case WarpedSign::WarpedSign(0).ID: return 15688;
11450  case WarpedSign::WarpedSign(1).ID: return 15690;
11451  case WarpedSign::WarpedSign(2).ID: return 15692;
11452  case WarpedSign::WarpedSign(3).ID: return 15694;
11453  case WarpedSign::WarpedSign(4).ID: return 15696;
11454  case WarpedSign::WarpedSign(5).ID: return 15698;
11455  case WarpedSign::WarpedSign(6).ID: return 15700;
11456  case WarpedSign::WarpedSign(7).ID: return 15702;
11457  case WarpedSign::WarpedSign(8).ID: return 15704;
11458  case WarpedSign::WarpedSign(9).ID: return 15706;
11459  case WarpedSign::WarpedSign(10).ID: return 15708;
11460  case WarpedSign::WarpedSign(11).ID: return 15710;
11461  case WarpedSign::WarpedSign(12).ID: return 15712;
11462  case WarpedSign::WarpedSign(13).ID: return 15714;
11463  case WarpedSign::WarpedSign(14).ID: return 15716;
11464  case WarpedSign::WarpedSign(15).ID: return 15718;
11465  case WarpedSlab::WarpedSlab(WarpedSlab::Type::Top).ID: return 15054;
11467  case WarpedSlab::WarpedSlab(WarpedSlab::Type::Double).ID: return 15058;
11468  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Top, WarpedStairs::Shape::Straight).ID: return 15400;
11469  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerLeft).ID: return 15402;
11470  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerRight).ID: return 15404;
11471  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterLeft).ID: return 15406;
11472  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterRight).ID: return 15408;
11473  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::Straight).ID: return 15410;
11474  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerLeft).ID: return 15412;
11475  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerRight).ID: return 15414;
11476  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterLeft).ID: return 15416;
11477  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterRight).ID: return 15418;
11478  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Top, WarpedStairs::Shape::Straight).ID: return 15420;
11479  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerLeft).ID: return 15422;
11480  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerRight).ID: return 15424;
11481  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterLeft).ID: return 15426;
11482  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterRight).ID: return 15428;
11483  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::Straight).ID: return 15430;
11484  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerLeft).ID: return 15432;
11485  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerRight).ID: return 15434;
11486  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterLeft).ID: return 15436;
11487  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_ZP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterRight).ID: return 15438;
11488  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Top, WarpedStairs::Shape::Straight).ID: return 15440;
11489  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerLeft).ID: return 15442;
11490  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerRight).ID: return 15444;
11491  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterLeft).ID: return 15446;
11492  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterRight).ID: return 15448;
11493  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::Straight).ID: return 15450;
11494  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerLeft).ID: return 15452;
11495  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerRight).ID: return 15454;
11496  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterLeft).ID: return 15456;
11497  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XM, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterRight).ID: return 15458;
11498  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Top, WarpedStairs::Shape::Straight).ID: return 15460;
11499  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerLeft).ID: return 15462;
11500  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Top, WarpedStairs::Shape::InnerRight).ID: return 15464;
11501  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterLeft).ID: return 15466;
11502  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Top, WarpedStairs::Shape::OuterRight).ID: return 15468;
11503  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::Straight).ID: return 15470;
11504  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerLeft).ID: return 15472;
11505  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::InnerRight).ID: return 15474;
11506  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterLeft).ID: return 15476;
11507  case WarpedStairs::WarpedStairs(eBlockFace::BLOCK_FACE_XP, WarpedStairs::Half::Bottom, WarpedStairs::Shape::OuterRight).ID: return 15478;
11508  case WarpedStem::WarpedStem(WarpedStem::Axis::X).ID: return 14958;
11509  case WarpedStem::WarpedStem(WarpedStem::Axis::Y).ID: return 14959;
11510  case WarpedStem::WarpedStem(WarpedStem::Axis::Z).ID: return 14960;
11511  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZM, WarpedTrapdoor::Half::Top, true, true).ID: return 15192;
11512  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZM, WarpedTrapdoor::Half::Top, true, false).ID: return 15194;
11513  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZM, WarpedTrapdoor::Half::Top, false, true).ID: return 15196;
11514  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZM, WarpedTrapdoor::Half::Top, false, false).ID: return 15198;
11519  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZP, WarpedTrapdoor::Half::Top, true, true).ID: return 15208;
11520  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZP, WarpedTrapdoor::Half::Top, true, false).ID: return 15210;
11521  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZP, WarpedTrapdoor::Half::Top, false, true).ID: return 15212;
11522  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_ZP, WarpedTrapdoor::Half::Top, false, false).ID: return 15214;
11527  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XM, WarpedTrapdoor::Half::Top, true, true).ID: return 15224;
11528  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XM, WarpedTrapdoor::Half::Top, true, false).ID: return 15226;
11529  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XM, WarpedTrapdoor::Half::Top, false, true).ID: return 15228;
11530  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XM, WarpedTrapdoor::Half::Top, false, false).ID: return 15230;
11535  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XP, WarpedTrapdoor::Half::Top, true, true).ID: return 15240;
11536  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XP, WarpedTrapdoor::Half::Top, true, false).ID: return 15242;
11537  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XP, WarpedTrapdoor::Half::Top, false, true).ID: return 15244;
11538  case WarpedTrapdoor::WarpedTrapdoor(eBlockFace::BLOCK_FACE_XP, WarpedTrapdoor::Half::Top, false, false).ID: return 15246;
11543  case WarpedWallSign::WarpedWallSign(eBlockFace::BLOCK_FACE_ZM).ID: return 15728;
11544  case WarpedWallSign::WarpedWallSign(eBlockFace::BLOCK_FACE_ZP).ID: return 15730;
11545  case WarpedWallSign::WarpedWallSign(eBlockFace::BLOCK_FACE_XM).ID: return 15732;
11546  case WarpedWallSign::WarpedWallSign(eBlockFace::BLOCK_FACE_XP).ID: return 15734;
11547  case WarpedWartBlock::WarpedWartBlock().ID: return 14972;
11548  case Water::Water(0).ID: return 34;
11549  case Water::Water(1).ID: return 35;
11550  case Water::Water(2).ID: return 36;
11551  case Water::Water(3).ID: return 37;
11552  case Water::Water(4).ID: return 38;
11553  case Water::Water(5).ID: return 39;
11554  case Water::Water(6).ID: return 40;
11555  case Water::Water(7).ID: return 41;
11556  case Water::Water(8).ID: return 42;
11557  case Water::Water(9).ID: return 43;
11558  case Water::Water(10).ID: return 44;
11559  case Water::Water(11).ID: return 45;
11560  case Water::Water(12).ID: return 46;
11561  case Water::Water(13).ID: return 47;
11562  case Water::Water(14).ID: return 48;
11563  case Water::Water(15).ID: return 49;
11564  case WeepingVines::WeepingVines(0).ID: return 14990;
11565  case WeepingVines::WeepingVines(1).ID: return 14991;
11566  case WeepingVines::WeepingVines(2).ID: return 14992;
11567  case WeepingVines::WeepingVines(3).ID: return 14993;
11568  case WeepingVines::WeepingVines(4).ID: return 14994;
11569  case WeepingVines::WeepingVines(5).ID: return 14995;
11570  case WeepingVines::WeepingVines(6).ID: return 14996;
11571  case WeepingVines::WeepingVines(7).ID: return 14997;
11572  case WeepingVines::WeepingVines(8).ID: return 14998;
11573  case WeepingVines::WeepingVines(9).ID: return 14999;
11574  case WeepingVines::WeepingVines(10).ID: return 15000;
11575  case WeepingVines::WeepingVines(11).ID: return 15001;
11576  case WeepingVines::WeepingVines(12).ID: return 15002;
11577  case WeepingVines::WeepingVines(13).ID: return 15003;
11578  case WeepingVines::WeepingVines(14).ID: return 15004;
11579  case WeepingVines::WeepingVines(15).ID: return 15005;
11580  case WeepingVines::WeepingVines(16).ID: return 15006;
11581  case WeepingVines::WeepingVines(17).ID: return 15007;
11582  case WeepingVines::WeepingVines(18).ID: return 15008;
11583  case WeepingVines::WeepingVines(19).ID: return 15009;
11584  case WeepingVines::WeepingVines(20).ID: return 15010;
11585  case WeepingVines::WeepingVines(21).ID: return 15011;
11586  case WeepingVines::WeepingVines(22).ID: return 15012;
11587  case WeepingVines::WeepingVines(23).ID: return 15013;
11588  case WeepingVines::WeepingVines(24).ID: return 15014;
11589  case WeepingVines::WeepingVines(25).ID: return 15015;
11590  case WeepingVinesPlant::WeepingVinesPlant().ID: return 15016;
11591  case WetSponge::WetSponge().ID: return 230;
11592  case Wheat::Wheat(0).ID: return 3357;
11593  case Wheat::Wheat(1).ID: return 3358;
11594  case Wheat::Wheat(2).ID: return 3359;
11595  case Wheat::Wheat(3).ID: return 3360;
11596  case Wheat::Wheat(4).ID: return 3361;
11597  case Wheat::Wheat(5).ID: return 3362;
11598  case Wheat::Wheat(6).ID: return 3363;
11599  case Wheat::Wheat(7).ID: return 3364;
11600  case WhiteBanner::WhiteBanner(0).ID: return 7897;
11601  case WhiteBanner::WhiteBanner(1).ID: return 7898;
11602  case WhiteBanner::WhiteBanner(2).ID: return 7899;
11603  case WhiteBanner::WhiteBanner(3).ID: return 7900;
11604  case WhiteBanner::WhiteBanner(4).ID: return 7901;
11605  case WhiteBanner::WhiteBanner(5).ID: return 7902;
11606  case WhiteBanner::WhiteBanner(6).ID: return 7903;
11607  case WhiteBanner::WhiteBanner(7).ID: return 7904;
11608  case WhiteBanner::WhiteBanner(8).ID: return 7905;
11609  case WhiteBanner::WhiteBanner(9).ID: return 7906;
11610  case WhiteBanner::WhiteBanner(10).ID: return 7907;
11611  case WhiteBanner::WhiteBanner(11).ID: return 7908;
11612  case WhiteBanner::WhiteBanner(12).ID: return 7909;
11613  case WhiteBanner::WhiteBanner(13).ID: return 7910;
11614  case WhiteBanner::WhiteBanner(14).ID: return 7911;
11615  case WhiteBanner::WhiteBanner(15).ID: return 7912;
11616  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZM, true, WhiteBed::Part::Head).ID: return 1049;
11617  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZM, true, WhiteBed::Part::Foot).ID: return 1050;
11618  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZM, false, WhiteBed::Part::Head).ID: return 1051;
11619  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZM, false, WhiteBed::Part::Foot).ID: return 1052;
11620  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZP, true, WhiteBed::Part::Head).ID: return 1053;
11621  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZP, true, WhiteBed::Part::Foot).ID: return 1054;
11622  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZP, false, WhiteBed::Part::Head).ID: return 1055;
11623  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_ZP, false, WhiteBed::Part::Foot).ID: return 1056;
11624  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XM, true, WhiteBed::Part::Head).ID: return 1057;
11625  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XM, true, WhiteBed::Part::Foot).ID: return 1058;
11626  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XM, false, WhiteBed::Part::Head).ID: return 1059;
11627  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XM, false, WhiteBed::Part::Foot).ID: return 1060;
11628  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XP, true, WhiteBed::Part::Head).ID: return 1061;
11629  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XP, true, WhiteBed::Part::Foot).ID: return 1062;
11630  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XP, false, WhiteBed::Part::Head).ID: return 1063;
11631  case WhiteBed::WhiteBed(eBlockFace::BLOCK_FACE_XP, false, WhiteBed::Part::Foot).ID: return 1064;
11632  case WhiteCarpet::WhiteCarpet().ID: return 7866;
11633  case WhiteConcrete::WhiteConcrete().ID: return 9438;
11634  case WhiteConcretePowder::WhiteConcretePowder().ID: return 9454;
11645  case WhiteStainedGlass::WhiteStainedGlass().ID: return 4095;
11646  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, true, true, true).ID: return 6865;
11647  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, true, true, false).ID: return 6866;
11648  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, true, false, true).ID: return 6869;
11649  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, true, false, false).ID: return 6870;
11650  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, false, true, true).ID: return 6873;
11651  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, false, true, false).ID: return 6874;
11652  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, false, false, true).ID: return 6877;
11653  case WhiteStainedGlassPane::WhiteStainedGlassPane(true, false, false, false).ID: return 6878;
11654  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, true, true, true).ID: return 6881;
11655  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, true, true, false).ID: return 6882;
11656  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, true, false, true).ID: return 6885;
11657  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, true, false, false).ID: return 6886;
11658  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, false, true, true).ID: return 6889;
11659  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, false, true, false).ID: return 6890;
11660  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, false, false, true).ID: return 6893;
11661  case WhiteStainedGlassPane::WhiteStainedGlassPane(false, false, false, false).ID: return 6894;
11662  case WhiteTerracotta::WhiteTerracotta().ID: return 6847;
11663  case WhiteTulip::WhiteTulip().ID: return 1419;
11664  case WhiteWallBanner::WhiteWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8153;
11665  case WhiteWallBanner::WhiteWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8154;
11666  case WhiteWallBanner::WhiteWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8155;
11667  case WhiteWallBanner::WhiteWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8156;
11668  case WhiteWool::WhiteWool().ID: return 1384;
11669  case WitherRose::WitherRose().ID: return 1423;
11670  case WitherSkeletonSkull::WitherSkeletonSkull(0).ID: return 6510;
11671  case WitherSkeletonSkull::WitherSkeletonSkull(1).ID: return 6511;
11672  case WitherSkeletonSkull::WitherSkeletonSkull(2).ID: return 6512;
11673  case WitherSkeletonSkull::WitherSkeletonSkull(3).ID: return 6513;
11674  case WitherSkeletonSkull::WitherSkeletonSkull(4).ID: return 6514;
11675  case WitherSkeletonSkull::WitherSkeletonSkull(5).ID: return 6515;
11676  case WitherSkeletonSkull::WitherSkeletonSkull(6).ID: return 6516;
11677  case WitherSkeletonSkull::WitherSkeletonSkull(7).ID: return 6517;
11678  case WitherSkeletonSkull::WitherSkeletonSkull(8).ID: return 6518;
11679  case WitherSkeletonSkull::WitherSkeletonSkull(9).ID: return 6519;
11680  case WitherSkeletonSkull::WitherSkeletonSkull(10).ID: return 6520;
11681  case WitherSkeletonSkull::WitherSkeletonSkull(11).ID: return 6521;
11682  case WitherSkeletonSkull::WitherSkeletonSkull(12).ID: return 6522;
11683  case WitherSkeletonSkull::WitherSkeletonSkull(13).ID: return 6523;
11684  case WitherSkeletonSkull::WitherSkeletonSkull(14).ID: return 6524;
11685  case WitherSkeletonSkull::WitherSkeletonSkull(15).ID: return 6525;
11686  case WitherSkeletonWallSkull::WitherSkeletonWallSkull(eBlockFace::BLOCK_FACE_ZM).ID: return 6526;
11687  case WitherSkeletonWallSkull::WitherSkeletonWallSkull(eBlockFace::BLOCK_FACE_ZP).ID: return 6527;
11688  case WitherSkeletonWallSkull::WitherSkeletonWallSkull(eBlockFace::BLOCK_FACE_XM).ID: return 6528;
11689  case WitherSkeletonWallSkull::WitherSkeletonWallSkull(eBlockFace::BLOCK_FACE_XP).ID: return 6529;
11690  case YellowBanner::YellowBanner(0).ID: return 7961;
11691  case YellowBanner::YellowBanner(1).ID: return 7962;
11692  case YellowBanner::YellowBanner(2).ID: return 7963;
11693  case YellowBanner::YellowBanner(3).ID: return 7964;
11694  case YellowBanner::YellowBanner(4).ID: return 7965;
11695  case YellowBanner::YellowBanner(5).ID: return 7966;
11696  case YellowBanner::YellowBanner(6).ID: return 7967;
11697  case YellowBanner::YellowBanner(7).ID: return 7968;
11698  case YellowBanner::YellowBanner(8).ID: return 7969;
11699  case YellowBanner::YellowBanner(9).ID: return 7970;
11700  case YellowBanner::YellowBanner(10).ID: return 7971;
11701  case YellowBanner::YellowBanner(11).ID: return 7972;
11702  case YellowBanner::YellowBanner(12).ID: return 7973;
11703  case YellowBanner::YellowBanner(13).ID: return 7974;
11704  case YellowBanner::YellowBanner(14).ID: return 7975;
11705  case YellowBanner::YellowBanner(15).ID: return 7976;
11706  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZM, true, YellowBed::Part::Head).ID: return 1113;
11707  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZM, true, YellowBed::Part::Foot).ID: return 1114;
11708  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZM, false, YellowBed::Part::Head).ID: return 1115;
11709  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZM, false, YellowBed::Part::Foot).ID: return 1116;
11710  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZP, true, YellowBed::Part::Head).ID: return 1117;
11711  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZP, true, YellowBed::Part::Foot).ID: return 1118;
11712  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZP, false, YellowBed::Part::Head).ID: return 1119;
11713  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_ZP, false, YellowBed::Part::Foot).ID: return 1120;
11714  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XM, true, YellowBed::Part::Head).ID: return 1121;
11715  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XM, true, YellowBed::Part::Foot).ID: return 1122;
11716  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XM, false, YellowBed::Part::Head).ID: return 1123;
11717  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XM, false, YellowBed::Part::Foot).ID: return 1124;
11718  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XP, true, YellowBed::Part::Head).ID: return 1125;
11719  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XP, true, YellowBed::Part::Foot).ID: return 1126;
11720  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XP, false, YellowBed::Part::Head).ID: return 1127;
11721  case YellowBed::YellowBed(eBlockFace::BLOCK_FACE_XP, false, YellowBed::Part::Foot).ID: return 1128;
11722  case YellowCarpet::YellowCarpet().ID: return 7870;
11723  case YellowConcrete::YellowConcrete().ID: return 9442;
11724  case YellowConcretePowder::YellowConcretePowder().ID: return 9458;
11735  case YellowStainedGlass::YellowStainedGlass().ID: return 4099;
11736  case YellowStainedGlassPane::YellowStainedGlassPane(true, true, true, true).ID: return 6993;
11737  case YellowStainedGlassPane::YellowStainedGlassPane(true, true, true, false).ID: return 6994;
11738  case YellowStainedGlassPane::YellowStainedGlassPane(true, true, false, true).ID: return 6997;
11739  case YellowStainedGlassPane::YellowStainedGlassPane(true, true, false, false).ID: return 6998;
11740  case YellowStainedGlassPane::YellowStainedGlassPane(true, false, true, true).ID: return 7001;
11741  case YellowStainedGlassPane::YellowStainedGlassPane(true, false, true, false).ID: return 7002;
11742  case YellowStainedGlassPane::YellowStainedGlassPane(true, false, false, true).ID: return 7005;
11743  case YellowStainedGlassPane::YellowStainedGlassPane(true, false, false, false).ID: return 7006;
11744  case YellowStainedGlassPane::YellowStainedGlassPane(false, true, true, true).ID: return 7009;
11745  case YellowStainedGlassPane::YellowStainedGlassPane(false, true, true, false).ID: return 7010;
11746  case YellowStainedGlassPane::YellowStainedGlassPane(false, true, false, true).ID: return 7013;
11747  case YellowStainedGlassPane::YellowStainedGlassPane(false, true, false, false).ID: return 7014;
11748  case YellowStainedGlassPane::YellowStainedGlassPane(false, false, true, true).ID: return 7017;
11749  case YellowStainedGlassPane::YellowStainedGlassPane(false, false, true, false).ID: return 7018;
11750  case YellowStainedGlassPane::YellowStainedGlassPane(false, false, false, true).ID: return 7021;
11751  case YellowStainedGlassPane::YellowStainedGlassPane(false, false, false, false).ID: return 7022;
11752  case YellowTerracotta::YellowTerracotta().ID: return 6851;
11753  case YellowWallBanner::YellowWallBanner(eBlockFace::BLOCK_FACE_ZM).ID: return 8169;
11754  case YellowWallBanner::YellowWallBanner(eBlockFace::BLOCK_FACE_ZP).ID: return 8170;
11755  case YellowWallBanner::YellowWallBanner(eBlockFace::BLOCK_FACE_XM).ID: return 8171;
11756  case YellowWallBanner::YellowWallBanner(eBlockFace::BLOCK_FACE_XP).ID: return 8172;
11757  case YellowWool::YellowWool().ID: return 1388;
11758  case ZombieHead::ZombieHead(0).ID: return 6530;
11759  case ZombieHead::ZombieHead(1).ID: return 6531;
11760  case ZombieHead::ZombieHead(2).ID: return 6532;
11761  case ZombieHead::ZombieHead(3).ID: return 6533;
11762  case ZombieHead::ZombieHead(4).ID: return 6534;
11763  case ZombieHead::ZombieHead(5).ID: return 6535;
11764  case ZombieHead::ZombieHead(6).ID: return 6536;
11765  case ZombieHead::ZombieHead(7).ID: return 6537;
11766  case ZombieHead::ZombieHead(8).ID: return 6538;
11767  case ZombieHead::ZombieHead(9).ID: return 6539;
11768  case ZombieHead::ZombieHead(10).ID: return 6540;
11769  case ZombieHead::ZombieHead(11).ID: return 6541;
11770  case ZombieHead::ZombieHead(12).ID: return 6542;
11771  case ZombieHead::ZombieHead(13).ID: return 6543;
11772  case ZombieHead::ZombieHead(14).ID: return 6544;
11773  case ZombieHead::ZombieHead(15).ID: return 6545;
11774  case ZombieWallHead::ZombieWallHead(eBlockFace::BLOCK_FACE_ZM).ID: return 6546;
11775  case ZombieWallHead::ZombieWallHead(eBlockFace::BLOCK_FACE_ZP).ID: return 6547;
11776  case ZombieWallHead::ZombieWallHead(eBlockFace::BLOCK_FACE_XM).ID: return 6548;
11777  case ZombieWallHead::ZombieWallHead(eBlockFace::BLOCK_FACE_XP).ID: return 6549;
11778  default: return 0;
11779  }
11780  }
11781 
11782  UInt32 From(const Item ID)
11783  {
11784  switch (ID)
11785  {
11786  case Item::AcaciaBoat: return 901;
11787  case Item::AcaciaButton: return 309;
11788  case Item::AcaciaDoor: return 562;
11789  case Item::AcaciaFence: return 212;
11790  case Item::AcaciaFenceGate: return 256;
11791  case Item::AcaciaLeaves: return 73;
11792  case Item::AcaciaLog: return 41;
11793  case Item::AcaciaPlanks: return 19;
11794  case Item::AcaciaPressurePlate: return 195;
11795  case Item::AcaciaSapling: return 27;
11796  case Item::AcaciaSign: return 656;
11797  case Item::AcaciaSlab: return 142;
11798  case Item::AcaciaStairs: return 369;
11799  case Item::AcaciaTrapdoor: return 230;
11800  case Item::AcaciaWood: return 65;
11801  case Item::ActivatorRail: return 329;
11802  case Item::Air: return -0;
11803  case Item::Allium: return 114;
11804  case Item::AncientDebris: return 959;
11805  case Item::Andesite: return 6;
11806  case Item::AndesiteSlab: return 552;
11807  case Item::AndesiteStairs: return 539;
11808  case Item::AndesiteWall: return 296;
11809  case Item::Anvil: return 314;
11810  case Item::Apple: return 576;
11811  case Item::ArmorStand: return 859;
11812  case Item::Arrow: return 578;
11813  case Item::AzureBluet: return 115;
11814  case Item::BakedPotato: return 831;
11815  case Item::Bamboo: return 135;
11816  case Item::Barrel: return 935;
11817  case Item::Barrier: return 347;
11818  case Item::Basalt: return 221;
11819  case Item::BatSpawnEgg: return 759;
11820  case Item::Beacon: return 286;
11821  case Item::Bedrock: return 29;
11822  case Item::BeeNest: return 952;
11823  case Item::BeeSpawnEgg: return 760;
11824  case Item::Beef: return 739;
11825  case Item::Beehive: return 953;
11826  case Item::Beetroot: return 888;
11827  case Item::BeetrootSeeds: return 889;
11828  case Item::BeetrootSoup: return 890;
11829  case Item::Bell: return 944;
11830  case Item::BirchBoat: return 899;
11831  case Item::BirchButton: return 307;
11832  case Item::BirchDoor: return 560;
11833  case Item::BirchFence: return 210;
11834  case Item::BirchFenceGate: return 254;
11835  case Item::BirchLeaves: return 71;
11836  case Item::BirchLog: return 39;
11837  case Item::BirchPlanks: return 17;
11838  case Item::BirchPressurePlate: return 193;
11839  case Item::BirchSapling: return 25;
11840  case Item::BirchSign: return 654;
11841  case Item::BirchSlab: return 140;
11842  case Item::BirchStairs: return 281;
11843  case Item::BirchTrapdoor: return 228;
11844  case Item::BirchWood: return 63;
11845  case Item::BlackBanner: return 884;
11846  case Item::BlackBed: return 731;
11847  case Item::BlackCarpet: return 365;
11848  case Item::BlackConcrete: return 479;
11849  case Item::BlackConcretePowder: return 495;
11850  case Item::BlackDye: return 711;
11851  case Item::BlackGlazedTerracotta: return 463;
11852  case Item::BlackShulkerBox: return 447;
11853  case Item::BlackStainedGlass: return 394;
11854  case Item::BlackStainedGlassPane: return 410;
11855  case Item::BlackTerracotta: return 346;
11856  case Item::BlackWool: return 110;
11857  case Item::Blackstone: return 962;
11858  case Item::BlackstoneSlab: return 963;
11859  case Item::BlackstoneStairs: return 964;
11860  case Item::BlackstoneWall: return 301;
11861  case Item::BlastFurnace: return 937;
11862  case Item::BlazePowder: return 753;
11863  case Item::BlazeRod: return 745;
11864  case Item::BlazeSpawnEgg: return 761;
11865  case Item::BlueBanner: return 880;
11866  case Item::BlueBed: return 727;
11867  case Item::BlueCarpet: return 361;
11868  case Item::BlueConcrete: return 475;
11869  case Item::BlueConcretePowder: return 491;
11870  case Item::BlueDye: return 709;
11871  case Item::BlueGlazedTerracotta: return 459;
11872  case Item::BlueIce: return 527;
11873  case Item::BlueOrchid: return 113;
11874  case Item::BlueShulkerBox: return 443;
11875  case Item::BlueStainedGlass: return 390;
11876  case Item::BlueStainedGlassPane: return 406;
11877  case Item::BlueTerracotta: return 342;
11878  case Item::BlueWool: return 106;
11879  case Item::Bone: return 713;
11880  case Item::BoneBlock: return 428;
11881  case Item::BoneMeal: return 708;
11882  case Item::Book: return 678;
11883  case Item::Bookshelf: return 168;
11884  case Item::Bow: return 577;
11885  case Item::Bowl: return 600;
11886  case Item::BrainCoral: return 508;
11887  case Item::BrainCoralBlock: return 503;
11888  case Item::BrainCoralFan: return 518;
11889  case Item::Bread: return 621;
11890  case Item::BrewingStand: return 755;
11891  case Item::Brick: return 674;
11892  case Item::BrickSlab: return 152;
11893  case Item::BrickStairs: return 260;
11894  case Item::BrickWall: return 289;
11895  case Item::Bricks: return 166;
11896  case Item::BrownBanner: return 881;
11897  case Item::BrownBed: return 728;
11898  case Item::BrownCarpet: return 362;
11899  case Item::BrownConcrete: return 476;
11900  case Item::BrownConcretePowder: return 492;
11901  case Item::BrownDye: return 710;
11902  case Item::BrownGlazedTerracotta: return 460;
11903  case Item::BrownMushroom: return 124;
11904  case Item::BrownMushroomBlock: return 244;
11905  case Item::BrownShulkerBox: return 444;
11906  case Item::BrownStainedGlass: return 391;
11907  case Item::BrownStainedGlassPane: return 407;
11908  case Item::BrownTerracotta: return 343;
11909  case Item::BrownWool: return 107;
11910  case Item::BubbleCoral: return 509;
11911  case Item::BubbleCoralBlock: return 504;
11912  case Item::BubbleCoralFan: return 519;
11913  case Item::Bucket: return 660;
11914  case Item::Cactus: return 205;
11915  case Item::Cake: return 715;
11916  case Item::Campfire: return 948;
11917  case Item::Carrot: return 829;
11918  case Item::CarrotOnAStick: return 841;
11919  case Item::CartographyTable: return 938;
11920  case Item::CarvedPumpkin: return 217;
11921  case Item::CatSpawnEgg: return 762;
11922  case Item::Cauldron: return 756;
11923  case Item::CaveSpiderSpawnEgg: return 763;
11924  case Item::Chain: return 248;
11925  case Item::ChainCommandBlock: return 423;
11926  case Item::ChainmailBoots: return 629;
11927  case Item::ChainmailChestplate: return 627;
11928  case Item::ChainmailHelmet: return 626;
11929  case Item::ChainmailLeggings: return 628;
11930  case Item::Charcoal: return 580;
11931  case Item::Chest: return 180;
11932  case Item::ChestMinecart: return 680;
11933  case Item::Chicken: return 741;
11934  case Item::ChickenSpawnEgg: return 764;
11935  case Item::ChippedAnvil: return 315;
11936  case Item::ChiseledNetherBricks: return 266;
11937  case Item::ChiseledPolishedBlackstone: return 969;
11938  case Item::ChiseledQuartzBlock: return 324;
11939  case Item::ChiseledRedSandstone: return 419;
11940  case Item::ChiseledSandstone: return 82;
11941  case Item::ChiseledStoneBricks: return 243;
11942  case Item::ChorusFlower: return 174;
11943  case Item::ChorusFruit: return 886;
11944  case Item::ChorusPlant: return 173;
11945  case Item::Clay: return 206;
11946  case Item::ClayBall: return 675;
11947  case Item::Clock: return 685;
11948  case Item::Coal: return 579;
11949  case Item::CoalBlock: return 367;
11950  case Item::CoalOre: return 35;
11951  case Item::CoarseDirt: return 10;
11952  case Item::Cobblestone: return 14;
11953  case Item::CobblestoneSlab: return 151;
11954  case Item::CobblestoneStairs: return 188;
11955  case Item::CobblestoneWall: return 287;
11956  case Item::Cobweb: return 88;
11957  case Item::CocoaBeans: return 696;
11958  case Item::Cod: return 687;
11959  case Item::CodBucket: return 672;
11960  case Item::CodSpawnEgg: return 765;
11961  case Item::CommandBlock: return 285;
11962  case Item::CommandBlockMinecart: return 866;
11963  case Item::Comparator: return 567;
11964  case Item::Compass: return 683;
11965  case Item::Composter: return 934;
11966  case Item::Conduit: return 528;
11967  case Item::CookedBeef: return 740;
11968  case Item::CookedChicken: return 742;
11969  case Item::CookedCod: return 691;
11970  case Item::CookedMutton: return 868;
11971  case Item::CookedPorkchop: return 648;
11972  case Item::CookedRabbit: return 855;
11973  case Item::CookedSalmon: return 692;
11974  case Item::Cookie: return 732;
11975  case Item::Cornflower: return 121;
11976  case Item::CowSpawnEgg: return 766;
11977  case Item::CrackedNetherBricks: return 265;
11978  case Item::CrackedPolishedBlackstoneBricks: return 973;
11979  case Item::CrackedStoneBricks: return 242;
11980  case Item::CraftingTable: return 183;
11981  case Item::CreeperBannerPattern: return 929;
11982  case Item::CreeperHead: return 839;
11983  case Item::CreeperSpawnEgg: return 767;
11984  case Item::CrimsonButton: return 311;
11985  case Item::CrimsonDoor: return 564;
11986  case Item::CrimsonFence: return 214;
11987  case Item::CrimsonFenceGate: return 258;
11988  case Item::CrimsonFungus: return 126;
11989  case Item::CrimsonHyphae: return 67;
11990  case Item::CrimsonNylium: return 12;
11991  case Item::CrimsonPlanks: return 21;
11992  case Item::CrimsonPressurePlate: return 197;
11993  case Item::CrimsonRoots: return 128;
11994  case Item::CrimsonSign: return 658;
11995  case Item::CrimsonSlab: return 144;
11996  case Item::CrimsonStairs: return 283;
11997  case Item::CrimsonStem: return 43;
11998  case Item::CrimsonTrapdoor: return 232;
11999  case Item::Crossbow: return 925;
12000  case Item::CryingObsidian: return 961;
12001  case Item::CutRedSandstone: return 420;
12002  case Item::CutRedSandstoneSlab: return 157;
12003  case Item::CutSandstone: return 83;
12004  case Item::CutSandstoneSlab: return 149;
12005  case Item::CyanBanner: return 878;
12006  case Item::CyanBed: return 725;
12007  case Item::CyanCarpet: return 359;
12008  case Item::CyanConcrete: return 473;
12009  case Item::CyanConcretePowder: return 489;
12010  case Item::CyanDye: return 699;
12011  case Item::CyanGlazedTerracotta: return 457;
12012  case Item::CyanShulkerBox: return 441;
12013  case Item::CyanStainedGlass: return 388;
12014  case Item::CyanStainedGlassPane: return 404;
12015  case Item::CyanTerracotta: return 340;
12016  case Item::CyanWool: return 104;
12017  case Item::DamagedAnvil: return 316;
12018  case Item::Dandelion: return 111;
12019  case Item::DarkOakBoat: return 902;
12020  case Item::DarkOakButton: return 310;
12021  case Item::DarkOakDoor: return 563;
12022  case Item::DarkOakFence: return 213;
12023  case Item::DarkOakFenceGate: return 257;
12024  case Item::DarkOakLeaves: return 74;
12025  case Item::DarkOakLog: return 42;
12026  case Item::DarkOakPlanks: return 20;
12027  case Item::DarkOakPressurePlate: return 196;
12028  case Item::DarkOakSapling: return 28;
12029  case Item::DarkOakSign: return 657;
12030  case Item::DarkOakSlab: return 143;
12031  case Item::DarkOakStairs: return 370;
12032  case Item::DarkOakTrapdoor: return 231;
12033  case Item::DarkOakWood: return 66;
12034  case Item::DarkPrismarine: return 413;
12035  case Item::DarkPrismarineSlab: return 161;
12036  case Item::DarkPrismarineStairs: return 416;
12037  case Item::DaylightDetector: return 320;
12038  case Item::DeadBrainCoral: return 512;
12039  case Item::DeadBrainCoralBlock: return 498;
12040  case Item::DeadBrainCoralFan: return 523;
12041  case Item::DeadBubbleCoral: return 513;
12042  case Item::DeadBubbleCoralBlock: return 499;
12043  case Item::DeadBubbleCoralFan: return 524;
12044  case Item::DeadBush: return 91;
12045  case Item::DeadFireCoral: return 514;
12046  case Item::DeadFireCoralBlock: return 500;
12047  case Item::DeadFireCoralFan: return 525;
12048  case Item::DeadHornCoral: return 515;
12049  case Item::DeadHornCoralBlock: return 501;
12050  case Item::DeadHornCoralFan: return 526;
12051  case Item::DeadTubeCoral: return 516;
12052  case Item::DeadTubeCoralBlock: return 497;
12053  case Item::DeadTubeCoralFan: return 522;
12054  case Item::DebugStick: return 907;
12055  case Item::DetectorRail: return 86;
12056  case Item::Diamond: return 581;
12057  case Item::DiamondAxe: return 598;
12058  case Item::DiamondBlock: return 182;
12059  case Item::DiamondBoots: return 637;
12060  case Item::DiamondChestplate: return 635;
12061  case Item::DiamondHelmet: return 634;
12062  case Item::DiamondHoe: return 616;
12063  case Item::DiamondHorseArmor: return 862;
12064  case Item::DiamondLeggings: return 636;
12065  case Item::DiamondOre: return 181;
12066  case Item::DiamondPickaxe: return 597;
12067  case Item::DiamondShovel: return 596;
12068  case Item::DiamondSword: return 595;
12069  case Item::Diorite: return 4;
12070  case Item::DioriteSlab: return 555;
12071  case Item::DioriteStairs: return 542;
12072  case Item::DioriteWall: return 300;
12073  case Item::Dirt: return 9;
12074  case Item::Dispenser: return 80;
12075  case Item::DolphinSpawnEgg: return 768;
12076  case Item::DonkeySpawnEgg: return 769;
12077  case Item::DragonBreath: return 891;
12078  case Item::DragonEgg: return 273;
12079  case Item::DragonHead: return 840;
12080  case Item::DriedKelp: return 736;
12081  case Item::DriedKelpBlock: return 676;
12082  case Item::Dropper: return 330;
12083  case Item::DrownedSpawnEgg: return 770;
12084  case Item::Egg: return 682;
12085  case Item::ElderGuardianSpawnEgg: return 771;
12086  case Item::Elytra: return 897;
12087  case Item::Emerald: return 826;
12088  case Item::EmeraldBlock: return 279;
12089  case Item::EmeraldOre: return 276;
12090  case Item::EnchantedBook: return 847;
12091  case Item::EnchantedGoldenApple: return 651;
12092  case Item::EnchantingTable: return 269;
12093  case Item::EndCrystal: return 885;
12094  case Item::EndPortalFrame: return 270;
12095  case Item::EndRod: return 172;
12096  case Item::EndStone: return 271;
12097  case Item::EndStoneBrickSlab: return 548;
12098  case Item::EndStoneBrickStairs: return 534;
12099  case Item::EndStoneBrickWall: return 299;
12100  case Item::EndStoneBricks: return 272;
12101  case Item::EnderChest: return 277;
12102  case Item::EnderEye: return 757;
12103  case Item::EnderPearl: return 744;
12104  case Item::EndermanSpawnEgg: return 772;
12105  case Item::EndermiteSpawnEgg: return 773;
12106  case Item::EvokerSpawnEgg: return 774;
12107  case Item::ExperienceBottle: return 822;
12108  case Item::Farmland: return 184;
12109  case Item::Feather: return 611;
12110  case Item::FermentedSpiderEye: return 752;
12111  case Item::Fern: return 90;
12112  case Item::FilledMap: return 733;
12113  case Item::FireCharge: return 823;
12114  case Item::FireCoral: return 510;
12115  case Item::FireCoralBlock: return 505;
12116  case Item::FireCoralFan: return 520;
12117  case Item::FireworkRocket: return 845;
12118  case Item::FireworkStar: return 846;
12119  case Item::FishingRod: return 684;
12120  case Item::FletchingTable: return 939;
12121  case Item::Flint: return 646;
12122  case Item::FlintAndSteel: return 575;
12123  case Item::FlowerBannerPattern: return 928;
12124  case Item::FlowerPot: return 828;
12125  case Item::FoxSpawnEgg: return 775;
12126  case Item::Furnace: return 185;
12127  case Item::FurnaceMinecart: return 681;
12128  case Item::GhastSpawnEgg: return 776;
12129  case Item::GhastTear: return 746;
12130  case Item::GildedBlackstone: return 965;
12131  case Item::Glass: return 77;
12132  case Item::GlassBottle: return 750;
12133  case Item::GlassPane: return 249;
12134  case Item::GlisteringMelonSlice: return 758;
12135  case Item::GlobeBannerPattern: return 932;
12136  case Item::Glowstone: return 224;
12137  case Item::GlowstoneDust: return 686;
12138  case Item::GoldBlock: return 136;
12139  case Item::GoldIngot: return 583;
12140  case Item::GoldNugget: return 747;
12141  case Item::GoldOre: return 33;
12142  case Item::GoldenApple: return 650;
12143  case Item::GoldenAxe: return 605;
12144  case Item::GoldenBoots: return 641;
12145  case Item::GoldenCarrot: return 834;
12146  case Item::GoldenChestplate: return 639;
12147  case Item::GoldenHelmet: return 638;
12148  case Item::GoldenHoe: return 617;
12149  case Item::GoldenHorseArmor: return 861;
12150  case Item::GoldenLeggings: return 640;
12151  case Item::GoldenPickaxe: return 604;
12152  case Item::GoldenShovel: return 603;
12153  case Item::GoldenSword: return 602;
12154  case Item::Granite: return 2;
12155  case Item::GraniteSlab: return 551;
12156  case Item::GraniteStairs: return 538;
12157  case Item::GraniteWall: return 293;
12158  case Item::Grass: return 89;
12159  case Item::GrassBlock: return 8;
12160  case Item::GrassPath: return 372;
12161  case Item::Gravel: return 32;
12162  case Item::GrayBanner: return 876;
12163  case Item::GrayBed: return 723;
12164  case Item::GrayCarpet: return 357;
12165  case Item::GrayConcrete: return 471;
12166  case Item::GrayConcretePowder: return 487;
12167  case Item::GrayDye: return 701;
12168  case Item::GrayGlazedTerracotta: return 455;
12169  case Item::GrayShulkerBox: return 439;
12170  case Item::GrayStainedGlass: return 386;
12171  case Item::GrayStainedGlassPane: return 402;
12172  case Item::GrayTerracotta: return 338;
12173  case Item::GrayWool: return 102;
12174  case Item::GreenBanner: return 882;
12175  case Item::GreenBed: return 729;
12176  case Item::GreenCarpet: return 363;
12177  case Item::GreenConcrete: return 477;
12178  case Item::GreenConcretePowder: return 493;
12179  case Item::GreenDye: return 695;
12180  case Item::GreenGlazedTerracotta: return 461;
12181  case Item::GreenShulkerBox: return 445;
12182  case Item::GreenStainedGlass: return 392;
12183  case Item::GreenStainedGlassPane: return 408;
12184  case Item::GreenTerracotta: return 344;
12185  case Item::GreenWool: return 108;
12186  case Item::Grindstone: return 940;
12187  case Item::GuardianSpawnEgg: return 777;
12188  case Item::Gunpowder: return 612;
12189  case Item::HayBale: return 349;
12190  case Item::HeartOfTheSea: return 924;
12191  case Item::HeavyWeightedPressurePlate: return 319;
12192  case Item::HoglinSpawnEgg: return 778;
12193  case Item::HoneyBlock: return 955;
12194  case Item::HoneyBottle: return 954;
12195  case Item::Honeycomb: return 951;
12196  case Item::HoneycombBlock: return 956;
12197  case Item::Hopper: return 323;
12198  case Item::HopperMinecart: return 851;
12199  case Item::HornCoral: return 511;
12200  case Item::HornCoralBlock: return 506;
12201  case Item::HornCoralFan: return 521;
12202  case Item::HorseSpawnEgg: return 779;
12203  case Item::HuskSpawnEgg: return 780;
12204  case Item::Ice: return 203;
12205  case Item::InfestedChiseledStoneBricks: return 239;
12206  case Item::InfestedCobblestone: return 235;
12207  case Item::InfestedCrackedStoneBricks: return 238;
12208  case Item::InfestedMossyStoneBricks: return 237;
12209  case Item::InfestedStone: return 234;
12210  case Item::InfestedStoneBricks: return 236;
12211  case Item::InkSac: return 693;
12212  case Item::IronAxe: return 574;
12213  case Item::IronBars: return 247;
12214  case Item::IronBlock: return 137;
12215  case Item::IronBoots: return 633;
12216  case Item::IronChestplate: return 631;
12217  case Item::IronDoor: return 557;
12218  case Item::IronHelmet: return 630;
12219  case Item::IronHoe: return 615;
12220  case Item::IronHorseArmor: return 860;
12221  case Item::IronIngot: return 582;
12222  case Item::IronLeggings: return 632;
12223  case Item::IronNugget: return 905;
12224  case Item::IronOre: return 34;
12225  case Item::IronPickaxe: return 573;
12226  case Item::IronShovel: return 572;
12227  case Item::IronSword: return 586;
12228  case Item::IronTrapdoor: return 348;
12229  case Item::ItemFrame: return 827;
12230  case Item::JackOLantern: return 225;
12231  case Item::Jigsaw: return 569;
12232  case Item::Jukebox: return 207;
12233  case Item::JungleBoat: return 900;
12234  case Item::JungleButton: return 308;
12235  case Item::JungleDoor: return 561;
12236  case Item::JungleFence: return 211;
12237  case Item::JungleFenceGate: return 255;
12238  case Item::JungleLeaves: return 72;
12239  case Item::JungleLog: return 40;
12240  case Item::JunglePlanks: return 18;
12241  case Item::JunglePressurePlate: return 194;
12242  case Item::JungleSapling: return 26;
12243  case Item::JungleSign: return 655;
12244  case Item::JungleSlab: return 141;
12245  case Item::JungleStairs: return 282;
12246  case Item::JungleTrapdoor: return 229;
12247  case Item::JungleWood: return 64;
12248  case Item::Kelp: return 134;
12249  case Item::KnowledgeBook: return 906;
12250  case Item::Ladder: return 186;
12251  case Item::Lantern: return 945;
12252  case Item::LapisBlock: return 79;
12253  case Item::LapisLazuli: return 697;
12254  case Item::LapisOre: return 78;
12255  case Item::LargeFern: return 378;
12256  case Item::LavaBucket: return 662;
12257  case Item::Lead: return 864;
12258  case Item::Leather: return 668;
12259  case Item::LeatherBoots: return 625;
12260  case Item::LeatherChestplate: return 623;
12261  case Item::LeatherHelmet: return 622;
12262  case Item::LeatherHorseArmor: return 863;
12263  case Item::LeatherLeggings: return 624;
12264  case Item::Lectern: return 941;
12265  case Item::Lever: return 189;
12266  case Item::LightBlueBanner: return 872;
12267  case Item::LightBlueBed: return 719;
12268  case Item::LightBlueCarpet: return 353;
12269  case Item::LightBlueConcrete: return 467;
12270  case Item::LightBlueConcretePowder: return 483;
12271  case Item::LightBlueDye: return 705;
12272  case Item::LightBlueGlazedTerracotta: return 451;
12273  case Item::LightBlueShulkerBox: return 435;
12274  case Item::LightBlueStainedGlass: return 382;
12275  case Item::LightBlueStainedGlassPane: return 398;
12276  case Item::LightBlueTerracotta: return 334;
12277  case Item::LightBlueWool: return 98;
12278  case Item::LightGrayBanner: return 877;
12279  case Item::LightGrayBed: return 724;
12280  case Item::LightGrayCarpet: return 358;
12281  case Item::LightGrayConcrete: return 472;
12282  case Item::LightGrayConcretePowder: return 488;
12283  case Item::LightGrayDye: return 700;
12284  case Item::LightGrayGlazedTerracotta: return 456;
12285  case Item::LightGrayShulkerBox: return 440;
12286  case Item::LightGrayStainedGlass: return 387;
12287  case Item::LightGrayStainedGlassPane: return 403;
12288  case Item::LightGrayTerracotta: return 339;
12289  case Item::LightGrayWool: return 103;
12290  case Item::LightWeightedPressurePlate: return 318;
12291  case Item::Lilac: return 374;
12292  case Item::LilyOfTheValley: return 122;
12293  case Item::LilyPad: return 263;
12294  case Item::LimeBanner: return 874;
12295  case Item::LimeBed: return 721;
12296  case Item::LimeCarpet: return 355;
12297  case Item::LimeConcrete: return 469;
12298  case Item::LimeConcretePowder: return 485;
12299  case Item::LimeDye: return 703;
12300  case Item::LimeGlazedTerracotta: return 453;
12301  case Item::LimeShulkerBox: return 437;
12302  case Item::LimeStainedGlass: return 384;
12303  case Item::LimeStainedGlassPane: return 400;
12304  case Item::LimeTerracotta: return 336;
12305  case Item::LimeWool: return 100;
12306  case Item::LingeringPotion: return 895;
12307  case Item::LlamaSpawnEgg: return 781;
12308  case Item::Lodestone: return 957;
12309  case Item::Loom: return 927;
12310  case Item::MagentaBanner: return 871;
12311  case Item::MagentaBed: return 718;
12312  case Item::MagentaCarpet: return 352;
12313  case Item::MagentaConcrete: return 466;
12314  case Item::MagentaConcretePowder: return 482;
12315  case Item::MagentaDye: return 706;
12316  case Item::MagentaGlazedTerracotta: return 450;
12317  case Item::MagentaShulkerBox: return 434;
12318  case Item::MagentaStainedGlass: return 381;
12319  case Item::MagentaStainedGlassPane: return 397;
12320  case Item::MagentaTerracotta: return 333;
12321  case Item::MagentaWool: return 97;
12322  case Item::MagmaBlock: return 424;
12323  case Item::MagmaCream: return 754;
12324  case Item::MagmaCubeSpawnEgg: return 782;
12325  case Item::Map: return 833;
12326  case Item::Melon: return 250;
12327  case Item::MelonSeeds: return 738;
12328  case Item::MelonSlice: return 735;
12329  case Item::MilkBucket: return 669;
12330  case Item::Minecart: return 663;
12331  case Item::MojangBannerPattern: return 931;
12332  case Item::MooshroomSpawnEgg: return 783;
12333  case Item::MossyCobblestone: return 169;
12334  case Item::MossyCobblestoneSlab: return 547;
12335  case Item::MossyCobblestoneStairs: return 533;
12336  case Item::MossyCobblestoneWall: return 288;
12337  case Item::MossyStoneBrickSlab: return 545;
12338  case Item::MossyStoneBrickStairs: return 531;
12339  case Item::MossyStoneBrickWall: return 292;
12340  case Item::MossyStoneBricks: return 241;
12341  case Item::MuleSpawnEgg: return 784;
12342  case Item::MushroomStem: return 246;
12343  case Item::MushroomStew: return 601;
12344  case Item::MusicDiscBlocks: return 910;
12345  case Item::MusicDiscCat: return 909;
12346  case Item::MusicDiscChirp: return 911;
12347  case Item::MusicDiscFar: return 912;
12348  case Item::MusicDiscMall: return 913;
12349  case Item::MusicDiscMellohi: return 914;
12350  case Item::MusicDiscPigstep: return 920;
12351  case Item::MusicDiscStal: return 915;
12352  case Item::MusicDiscStrad: return 916;
12353  case Item::MusicDiscWait: return 919;
12354  case Item::MusicDiscWard: return 917;
12355  case Item::MusicDisc11: return 918;
12356  case Item::MusicDisc13: return 908;
12357  case Item::Mutton: return 867;
12358  case Item::Mycelium: return 262;
12359  case Item::NameTag: return 865;
12360  case Item::NautilusShell: return 923;
12361  case Item::NetherBrick: return 848;
12362  case Item::NetherBrickFence: return 267;
12363  case Item::NetherBrickSlab: return 154;
12364  case Item::NetherBrickStairs: return 268;
12365  case Item::NetherBrickWall: return 295;
12366  case Item::NetherBricks: return 264;
12367  case Item::NetherGoldOre: return 36;
12368  case Item::NetherQuartzOre: return 322;
12369  case Item::NetherSprouts: return 130;
12370  case Item::NetherStar: return 843;
12371  case Item::NetherWart: return 748;
12372  case Item::NetherWartBlock: return 425;
12373  case Item::NetheriteAxe: return 609;
12374  case Item::NetheriteBlock: return 958;
12375  case Item::NetheriteBoots: return 645;
12376  case Item::NetheriteChestplate: return 643;
12377  case Item::NetheriteHelmet: return 642;
12378  case Item::NetheriteHoe: return 618;
12379  case Item::NetheriteIngot: return 584;
12380  case Item::NetheriteLeggings: return 644;
12381  case Item::NetheritePickaxe: return 608;
12382  case Item::NetheriteScrap: return 585;
12383  case Item::NetheriteShovel: return 607;
12384  case Item::NetheriteSword: return 606;
12385  case Item::Netherrack: return 218;
12386  case Item::NoteBlock: return 84;
12387  case Item::OakBoat: return 667;
12388  case Item::OakButton: return 305;
12389  case Item::OakDoor: return 558;
12390  case Item::OakFence: return 208;
12391  case Item::OakFenceGate: return 252;
12392  case Item::OakLeaves: return 69;
12393  case Item::OakLog: return 37;
12394  case Item::OakPlanks: return 15;
12395  case Item::OakPressurePlate: return 191;
12396  case Item::OakSapling: return 23;
12397  case Item::OakSign: return 652;
12398  case Item::OakSlab: return 138;
12399  case Item::OakStairs: return 179;
12400  case Item::OakTrapdoor: return 226;
12401  case Item::OakWood: return 61;
12402  case Item::Observer: return 430;
12403  case Item::Obsidian: return 170;
12404  case Item::OcelotSpawnEgg: return 785;
12405  case Item::OrangeBanner: return 870;
12406  case Item::OrangeBed: return 717;
12407  case Item::OrangeCarpet: return 351;
12408  case Item::OrangeConcrete: return 465;
12409  case Item::OrangeConcretePowder: return 481;
12410  case Item::OrangeDye: return 707;
12411  case Item::OrangeGlazedTerracotta: return 449;
12412  case Item::OrangeShulkerBox: return 433;
12413  case Item::OrangeStainedGlass: return 380;
12414  case Item::OrangeStainedGlassPane: return 396;
12415  case Item::OrangeTerracotta: return 332;
12416  case Item::OrangeTulip: return 117;
12417  case Item::OrangeWool: return 96;
12418  case Item::OxeyeDaisy: return 120;
12419  case Item::PackedIce: return 368;
12420  case Item::Painting: return 649;
12421  case Item::PandaSpawnEgg: return 786;
12422  case Item::Paper: return 677;
12423  case Item::ParrotSpawnEgg: return 787;
12424  case Item::Peony: return 376;
12425  case Item::PetrifiedOakSlab: return 150;
12426  case Item::PhantomMembrane: return 922;
12427  case Item::PhantomSpawnEgg: return 788;
12428  case Item::PigSpawnEgg: return 789;
12429  case Item::PiglinBannerPattern: return 933;
12430  case Item::PiglinSpawnEgg: return 790;
12431  case Item::PillagerSpawnEgg: return 791;
12432  case Item::PinkBanner: return 875;
12433  case Item::PinkBed: return 722;
12434  case Item::PinkCarpet: return 356;
12435  case Item::PinkConcrete: return 470;
12436  case Item::PinkConcretePowder: return 486;
12437  case Item::PinkDye: return 702;
12438  case Item::PinkGlazedTerracotta: return 454;
12439  case Item::PinkShulkerBox: return 438;
12440  case Item::PinkStainedGlass: return 385;
12441  case Item::PinkStainedGlassPane: return 401;
12442  case Item::PinkTerracotta: return 337;
12443  case Item::PinkTulip: return 119;
12444  case Item::PinkWool: return 101;
12445  case Item::Piston: return 94;
12446  case Item::PlayerHead: return 837;
12447  case Item::Podzol: return 11;
12448  case Item::PoisonousPotato: return 832;
12449  case Item::PolarBearSpawnEgg: return 792;
12450  case Item::PolishedAndesite: return 7;
12451  case Item::PolishedAndesiteSlab: return 554;
12452  case Item::PolishedAndesiteStairs: return 541;
12453  case Item::PolishedBasalt: return 222;
12454  case Item::PolishedBlackstone: return 966;
12455  case Item::PolishedBlackstoneBrickSlab: return 971;
12456  case Item::PolishedBlackstoneBrickStairs: return 972;
12457  case Item::PolishedBlackstoneBrickWall: return 303;
12458  case Item::PolishedBlackstoneBricks: return 970;
12459  case Item::PolishedBlackstoneButton: return 313;
12460  case Item::PolishedBlackstonePressurePlate: return 199;
12461  case Item::PolishedBlackstoneSlab: return 967;
12462  case Item::PolishedBlackstoneStairs: return 968;
12463  case Item::PolishedBlackstoneWall: return 302;
12464  case Item::PolishedDiorite: return 5;
12465  case Item::PolishedDioriteSlab: return 546;
12466  case Item::PolishedDioriteStairs: return 532;
12467  case Item::PolishedGranite: return 3;
12468  case Item::PolishedGraniteSlab: return 543;
12469  case Item::PolishedGraniteStairs: return 529;
12470  case Item::PoppedChorusFruit: return 887;
12471  case Item::Poppy: return 112;
12472  case Item::Porkchop: return 647;
12473  case Item::Potato: return 830;
12474  case Item::Potion: return 749;
12475  case Item::PoweredRail: return 85;
12476  case Item::Prismarine: return 411;
12477  case Item::PrismarineBrickSlab: return 160;
12478  case Item::PrismarineBrickStairs: return 415;
12479  case Item::PrismarineBricks: return 412;
12480  case Item::PrismarineCrystals: return 853;
12481  case Item::PrismarineShard: return 852;
12482  case Item::PrismarineSlab: return 159;
12483  case Item::PrismarineStairs: return 414;
12484  case Item::PrismarineWall: return 290;
12485  case Item::Pufferfish: return 690;
12486  case Item::PufferfishBucket: return 670;
12487  case Item::PufferfishSpawnEgg: return 793;
12488  case Item::Pumpkin: return 216;
12489  case Item::PumpkinPie: return 844;
12490  case Item::PumpkinSeeds: return 737;
12491  case Item::PurpleBanner: return 879;
12492  case Item::PurpleBed: return 726;
12493  case Item::PurpleCarpet: return 360;
12494  case Item::PurpleConcrete: return 474;
12495  case Item::PurpleConcretePowder: return 490;
12496  case Item::PurpleDye: return 698;
12497  case Item::PurpleGlazedTerracotta: return 458;
12498  case Item::PurpleShulkerBox: return 442;
12499  case Item::PurpleStainedGlass: return 389;
12500  case Item::PurpleStainedGlassPane: return 405;
12501  case Item::PurpleTerracotta: return 341;
12502  case Item::PurpleWool: return 105;
12503  case Item::PurpurBlock: return 175;
12504  case Item::PurpurPillar: return 176;
12505  case Item::PurpurSlab: return 158;
12506  case Item::PurpurStairs: return 177;
12507  case Item::Quartz: return 849;
12508  case Item::QuartzBlock: return 325;
12509  case Item::QuartzBricks: return 326;
12510  case Item::QuartzPillar: return 327;
12511  case Item::QuartzSlab: return 155;
12512  case Item::QuartzStairs: return 328;
12513  case Item::Rabbit: return 854;
12514  case Item::RabbitFoot: return 857;
12515  case Item::RabbitHide: return 858;
12516  case Item::RabbitSpawnEgg: return 794;
12517  case Item::RabbitStew: return 856;
12518  case Item::Rail: return 187;
12519  case Item::RavagerSpawnEgg: return 795;
12520  case Item::RedBanner: return 883;
12521  case Item::RedBed: return 730;
12522  case Item::RedCarpet: return 364;
12523  case Item::RedConcrete: return 478;
12524  case Item::RedConcretePowder: return 494;
12525  case Item::RedDye: return 694;
12526  case Item::RedGlazedTerracotta: return 462;
12527  case Item::RedMushroom: return 125;
12528  case Item::RedMushroomBlock: return 245;
12529  case Item::RedNetherBrickSlab: return 553;
12530  case Item::RedNetherBrickStairs: return 540;
12531  case Item::RedNetherBrickWall: return 297;
12532  case Item::RedNetherBricks: return 427;
12533  case Item::RedSand: return 31;
12534  case Item::RedSandstone: return 418;
12535  case Item::RedSandstoneSlab: return 156;
12536  case Item::RedSandstoneStairs: return 421;
12537  case Item::RedSandstoneWall: return 291;
12538  case Item::RedShulkerBox: return 446;
12539  case Item::RedStainedGlass: return 393;
12540  case Item::RedStainedGlassPane: return 409;
12541  case Item::RedTerracotta: return 345;
12542  case Item::RedTulip: return 116;
12543  case Item::RedWool: return 109;
12544  case Item::Redstone: return 665;
12545  case Item::RedstoneBlock: return 321;
12546  case Item::RedstoneLamp: return 274;
12547  case Item::RedstoneOre: return 200;
12548  case Item::RedstoneTorch: return 201;
12549  case Item::Repeater: return 566;
12550  case Item::RepeatingCommandBlock: return 422;
12551  case Item::RespawnAnchor: return 974;
12552  case Item::RoseBush: return 375;
12553  case Item::RottenFlesh: return 743;
12554  case Item::Saddle: return 664;
12555  case Item::Salmon: return 688;
12556  case Item::SalmonBucket: return 671;
12557  case Item::SalmonSpawnEgg: return 796;
12558  case Item::Sand: return 30;
12559  case Item::Sandstone: return 81;
12560  case Item::SandstoneSlab: return 148;
12561  case Item::SandstoneStairs: return 275;
12562  case Item::SandstoneWall: return 298;
12563  case Item::Scaffolding: return 556;
12564  case Item::Scute: return 571;
12565  case Item::SeaLantern: return 417;
12566  case Item::SeaPickle: return 93;
12567  case Item::Seagrass: return 92;
12568  case Item::Shears: return 734;
12569  case Item::SheepSpawnEgg: return 797;
12570  case Item::Shield: return 896;
12571  case Item::Shroomlight: return 950;
12572  case Item::ShulkerBox: return 431;
12573  case Item::ShulkerShell: return 904;
12574  case Item::ShulkerSpawnEgg: return 798;
12575  case Item::SilverfishSpawnEgg: return 799;
12576  case Item::SkeletonHorseSpawnEgg: return 801;
12577  case Item::SkeletonSkull: return 835;
12578  case Item::SkeletonSpawnEgg: return 800;
12579  case Item::SkullBannerPattern: return 930;
12580  case Item::SlimeBall: return 679;
12581  case Item::SlimeBlock: return 371;
12582  case Item::SlimeSpawnEgg: return 802;
12583  case Item::SmithingTable: return 942;
12584  case Item::Smoker: return 936;
12585  case Item::SmoothQuartz: return 162;
12586  case Item::SmoothQuartzSlab: return 550;
12587  case Item::SmoothQuartzStairs: return 537;
12588  case Item::SmoothRedSandstone: return 163;
12589  case Item::SmoothRedSandstoneSlab: return 544;
12590  case Item::SmoothRedSandstoneStairs: return 530;
12591  case Item::SmoothSandstone: return 164;
12592  case Item::SmoothSandstoneSlab: return 549;
12593  case Item::SmoothSandstoneStairs: return 536;
12594  case Item::SmoothStone: return 165;
12595  case Item::SmoothStoneSlab: return 147;
12596  case Item::Snow: return 202;
12597  case Item::SnowBlock: return 204;
12598  case Item::Snowball: return 666;
12599  case Item::SoulCampfire: return 949;
12600  case Item::SoulLantern: return 946;
12601  case Item::SoulSand: return 219;
12602  case Item::SoulSoil: return 220;
12603  case Item::SoulTorch: return 223;
12604  case Item::Spawner: return 178;
12605  case Item::SpectralArrow: return 893;
12606  case Item::SpiderEye: return 751;
12607  case Item::SpiderSpawnEgg: return 803;
12608  case Item::SplashPotion: return 892;
12609  case Item::Sponge: return 75;
12610  case Item::SpruceBoat: return 898;
12611  case Item::SpruceButton: return 306;
12612  case Item::SpruceDoor: return 559;
12613  case Item::SpruceFence: return 209;
12614  case Item::SpruceFenceGate: return 253;
12615  case Item::SpruceLeaves: return 70;
12616  case Item::SpruceLog: return 38;
12617  case Item::SprucePlanks: return 16;
12618  case Item::SprucePressurePlate: return 192;
12619  case Item::SpruceSapling: return 24;
12620  case Item::SpruceSign: return 653;
12621  case Item::SpruceSlab: return 139;
12622  case Item::SpruceStairs: return 280;
12623  case Item::SpruceTrapdoor: return 227;
12624  case Item::SpruceWood: return 62;
12625  case Item::SquidSpawnEgg: return 804;
12626  case Item::Stick: return 599;
12627  case Item::StickyPiston: return 87;
12628  case Item::Stone: return 1;
12629  case Item::StoneAxe: return 594;
12630  case Item::StoneBrickSlab: return 153;
12631  case Item::StoneBrickStairs: return 261;
12632  case Item::StoneBrickWall: return 294;
12633  case Item::StoneBricks: return 240;
12634  case Item::StoneButton: return 304;
12635  case Item::StoneHoe: return 614;
12636  case Item::StonePickaxe: return 593;
12637  case Item::StonePressurePlate: return 190;
12638  case Item::StoneShovel: return 592;
12639  case Item::StoneSlab: return 146;
12640  case Item::StoneStairs: return 535;
12641  case Item::StoneSword: return 591;
12642  case Item::Stonecutter: return 943;
12643  case Item::StraySpawnEgg: return 805;
12644  case Item::StriderSpawnEgg: return 806;
12645  case Item::String: return 610;
12646  case Item::StrippedAcaciaLog: return 49;
12647  case Item::StrippedAcaciaWood: return 57;
12648  case Item::StrippedBirchLog: return 47;
12649  case Item::StrippedBirchWood: return 55;
12650  case Item::StrippedCrimsonHyphae: return 59;
12651  case Item::StrippedCrimsonStem: return 51;
12652  case Item::StrippedDarkOakLog: return 50;
12653  case Item::StrippedDarkOakWood: return 58;
12654  case Item::StrippedJungleLog: return 48;
12655  case Item::StrippedJungleWood: return 56;
12656  case Item::StrippedOakLog: return 45;
12657  case Item::StrippedOakWood: return 53;
12658  case Item::StrippedSpruceLog: return 46;
12659  case Item::StrippedSpruceWood: return 54;
12660  case Item::StrippedWarpedHyphae: return 60;
12661  case Item::StrippedWarpedStem: return 52;
12662  case Item::StructureBlock: return 568;
12663  case Item::StructureVoid: return 429;
12664  case Item::Sugar: return 714;
12665  case Item::SugarCane: return 133;
12666  case Item::Sunflower: return 373;
12667  case Item::SuspiciousStew: return 926;
12668  case Item::SweetBerries: return 947;
12669  case Item::TallGrass: return 377;
12670  case Item::Target: return 960;
12671  case Item::Terracotta: return 366;
12672  case Item::TippedArrow: return 894;
12673  case Item::TNT: return 167;
12674  case Item::TNTMinecart: return 850;
12675  case Item::Torch: return 171;
12676  case Item::TotemOfUndying: return 903;
12677  case Item::TraderLlamaSpawnEgg: return 807;
12678  case Item::TrappedChest: return 317;
12679  case Item::Trident: return 921;
12680  case Item::TripwireHook: return 278;
12681  case Item::TropicalFish: return 689;
12682  case Item::TropicalFishBucket: return 673;
12683  case Item::TropicalFishSpawnEgg: return 808;
12684  case Item::TubeCoral: return 507;
12685  case Item::TubeCoralBlock: return 502;
12686  case Item::TubeCoralFan: return 517;
12687  case Item::TurtleEgg: return 496;
12688  case Item::TurtleHelmet: return 570;
12689  case Item::TurtleSpawnEgg: return 809;
12690  case Item::TwistingVines: return 132;
12691  case Item::VexSpawnEgg: return 810;
12692  case Item::VillagerSpawnEgg: return 811;
12693  case Item::VindicatorSpawnEgg: return 812;
12694  case Item::Vine: return 251;
12695  case Item::WanderingTraderSpawnEgg: return 813;
12696  case Item::WarpedButton: return 312;
12697  case Item::WarpedDoor: return 565;
12698  case Item::WarpedFence: return 215;
12699  case Item::WarpedFenceGate: return 259;
12700  case Item::WarpedFungus: return 127;
12701  case Item::WarpedFungusOnA_stick: return 842;
12702  case Item::WarpedHyphae: return 68;
12703  case Item::WarpedNylium: return 13;
12704  case Item::WarpedPlanks: return 22;
12705  case Item::WarpedPressurePlate: return 198;
12706  case Item::WarpedRoots: return 129;
12707  case Item::WarpedSign: return 659;
12708  case Item::WarpedSlab: return 145;
12709  case Item::WarpedStairs: return 284;
12710  case Item::WarpedStem: return 44;
12711  case Item::WarpedTrapdoor: return 233;
12712  case Item::WarpedWartBlock: return 426;
12713  case Item::WaterBucket: return 661;
12714  case Item::WeepingVines: return 131;
12715  case Item::WetSponge: return 76;
12716  case Item::Wheat: return 620;
12717  case Item::WheatSeeds: return 619;
12718  case Item::WhiteBanner: return 869;
12719  case Item::WhiteBed: return 716;
12720  case Item::WhiteCarpet: return 350;
12721  case Item::WhiteConcrete: return 464;
12722  case Item::WhiteConcretePowder: return 480;
12723  case Item::WhiteDye: return 712;
12724  case Item::WhiteGlazedTerracotta: return 448;
12725  case Item::WhiteShulkerBox: return 432;
12726  case Item::WhiteStainedGlass: return 379;
12727  case Item::WhiteStainedGlassPane: return 395;
12728  case Item::WhiteTerracotta: return 331;
12729  case Item::WhiteTulip: return 118;
12730  case Item::WhiteWool: return 95;
12731  case Item::WitchSpawnEgg: return 814;
12732  case Item::WitherRose: return 123;
12733  case Item::WitherSkeletonSkull: return 836;
12734  case Item::WitherSkeletonSpawnEgg: return 815;
12735  case Item::WolfSpawnEgg: return 816;
12736  case Item::WoodenAxe: return 590;
12737  case Item::WoodenHoe: return 613;
12738  case Item::WoodenPickaxe: return 589;
12739  case Item::WoodenShovel: return 588;
12740  case Item::WoodenSword: return 587;
12741  case Item::WritableBook: return 824;
12742  case Item::WrittenBook: return 825;
12743  case Item::YellowBanner: return 873;
12744  case Item::YellowBed: return 720;
12745  case Item::YellowCarpet: return 354;
12746  case Item::YellowConcrete: return 468;
12747  case Item::YellowConcretePowder: return 484;
12748  case Item::YellowDye: return 704;
12749  case Item::YellowGlazedTerracotta: return 452;
12750  case Item::YellowShulkerBox: return 436;
12751  case Item::YellowStainedGlass: return 383;
12752  case Item::YellowStainedGlassPane: return 399;
12753  case Item::YellowTerracotta: return 335;
12754  case Item::YellowWool: return 99;
12755  case Item::ZoglinSpawnEgg: return 817;
12756  case Item::ZombieHead: return 838;
12757  case Item::ZombieHorseSpawnEgg: return 819;
12758  case Item::ZombieSpawnEgg: return 818;
12759  case Item::ZombieVillagerSpawnEgg: return 820;
12760  case Item::ZombiePigmanSpawnEgg: return 821;
12761  }
12762  UNREACHABLE("Invalid item");
12763  }
12764 
12766  {
12767  switch (ID)
12768  {
12769  case CustomStatistic::AnimalsBred: return 31;
12770  case CustomStatistic::AviateOneCm: return 17;
12771  case CustomStatistic::BellRing: return 67;
12772  case CustomStatistic::BoatOneCm: return 14;
12773  case CustomStatistic::CleanArmor: return 39;
12774  case CustomStatistic::CleanBanner: return 40;
12775  case CustomStatistic::CleanShulkerBox: return 41;
12776  case CustomStatistic::ClimbOneCm: return 10;
12777  case CustomStatistic::CrouchOneCm: return 6;
12778  case CustomStatistic::DamageAbsorbed: return 27;
12780  case CustomStatistic::DamageDealt: return 22;
12781  case CustomStatistic::DamageDealtAbsorbed: return 23;
12782  case CustomStatistic::DamageDealtResisted: return 24;
12783  case CustomStatistic::DamageResisted: return 28;
12784  case CustomStatistic::DamageTaken: return 25;
12785  case CustomStatistic::Deaths: return 29;
12786  case CustomStatistic::Drop: return 21;
12787  case CustomStatistic::EatCakeSlice: return 36;
12788  case CustomStatistic::EnchantItem: return 52;
12789  case CustomStatistic::FallOneCm: return 9;
12790  case CustomStatistic::FillCauldron: return 37;
12791  case CustomStatistic::FishCaught: return 33;
12792  case CustomStatistic::FlyOneCm: return 11;
12793  case CustomStatistic::HorseOneCm: return 16;
12794  case CustomStatistic::InspectDispenser: return 46;
12795  case CustomStatistic::InspectDropper: return 44;
12796  case CustomStatistic::InspectHopper: return 45;
12797  case CustomStatistic::InteractWithAnvil: return 70;
12798  case CustomStatistic::InteractWithBeacon: return 43;
12801  case CustomStatistic::InteractWithCampfire: return 63;
12804  case CustomStatistic::InteractWithFurnace: return 54;
12806  case CustomStatistic::InteractWithLectern: return 62;
12807  case CustomStatistic::InteractWithLoom: return 65;
12809  case CustomStatistic::InteractWithSmoker: return 61;
12811  case CustomStatistic::Jump: return 20;
12812  case CustomStatistic::LeaveGame: return -0;
12813  case CustomStatistic::MinecartOneCm: return 13;
12814  case CustomStatistic::MobKills: return 30;
12815  case CustomStatistic::OpenBarrel: return 59;
12816  case CustomStatistic::OpenChest: return 56;
12817  case CustomStatistic::OpenEnderchest: return 51;
12818  case CustomStatistic::OpenShulkerBox: return 58;
12819  case CustomStatistic::PigOneCm: return 15;
12820  case CustomStatistic::PlayNoteblock: return 47;
12821  case CustomStatistic::PlayOneMinute: return 1;
12822  case CustomStatistic::PlayRecord: return 53;
12823  case CustomStatistic::PlayerKills: return 32;
12824  case CustomStatistic::PotFlower: return 49;
12825  case CustomStatistic::RaidTrigger: return 68;
12826  case CustomStatistic::RaidWin: return 69;
12827  case CustomStatistic::SleepInBed: return 57;
12828  case CustomStatistic::SneakTime: return 4;
12829  case CustomStatistic::SprintOneCm: return 7;
12830  case CustomStatistic::StriderOneCm: return 19;
12831  case CustomStatistic::SwimOneCm: return 18;
12832  case CustomStatistic::TalkedToVillager: return 34;
12833  case CustomStatistic::TargetHit: return 72;
12834  case CustomStatistic::TimeSinceDeath: return 2;
12835  case CustomStatistic::TimeSinceRest: return 3;
12836  case CustomStatistic::TradedWithVillager: return 35;
12837  case CustomStatistic::TriggerTrappedChest: return 50;
12838  case CustomStatistic::TuneNoteblock: return 48;
12839  case CustomStatistic::UseCauldron: return 38;
12840  case CustomStatistic::WalkOnWaterOneCm: return 8;
12841  case CustomStatistic::WalkOneCm: return 5;
12842  case CustomStatistic::WalkUnderWaterOneCm: return 12;
12843  default: return UInt32(-1);
12844  }
12845  }
12846 
12847  Item ToItem(const UInt32 ID)
12848  {
12849  switch (ID)
12850  {
12851  case 901: return Item::AcaciaBoat;
12852  case 309: return Item::AcaciaButton;
12853  case 562: return Item::AcaciaDoor;
12854  case 212: return Item::AcaciaFence;
12855  case 256: return Item::AcaciaFenceGate;
12856  case 73: return Item::AcaciaLeaves;
12857  case 41: return Item::AcaciaLog;
12858  case 19: return Item::AcaciaPlanks;
12859  case 195: return Item::AcaciaPressurePlate;
12860  case 27: return Item::AcaciaSapling;
12861  case 656: return Item::AcaciaSign;
12862  case 142: return Item::AcaciaSlab;
12863  case 369: return Item::AcaciaStairs;
12864  case 230: return Item::AcaciaTrapdoor;
12865  case 65: return Item::AcaciaWood;
12866  case 329: return Item::ActivatorRail;
12867  case -0: return Item::Air;
12868  case 114: return Item::Allium;
12869  case 959: return Item::AncientDebris;
12870  case 6: return Item::Andesite;
12871  case 552: return Item::AndesiteSlab;
12872  case 539: return Item::AndesiteStairs;
12873  case 296: return Item::AndesiteWall;
12874  case 314: return Item::Anvil;
12875  case 576: return Item::Apple;
12876  case 859: return Item::ArmorStand;
12877  case 578: return Item::Arrow;
12878  case 115: return Item::AzureBluet;
12879  case 831: return Item::BakedPotato;
12880  case 135: return Item::Bamboo;
12881  case 935: return Item::Barrel;
12882  case 347: return Item::Barrier;
12883  case 221: return Item::Basalt;
12884  case 759: return Item::BatSpawnEgg;
12885  case 286: return Item::Beacon;
12886  case 29: return Item::Bedrock;
12887  case 952: return Item::BeeNest;
12888  case 760: return Item::BeeSpawnEgg;
12889  case 739: return Item::Beef;
12890  case 953: return Item::Beehive;
12891  case 888: return Item::Beetroot;
12892  case 889: return Item::BeetrootSeeds;
12893  case 890: return Item::BeetrootSoup;
12894  case 944: return Item::Bell;
12895  case 899: return Item::BirchBoat;
12896  case 307: return Item::BirchButton;
12897  case 560: return Item::BirchDoor;
12898  case 210: return Item::BirchFence;
12899  case 254: return Item::BirchFenceGate;
12900  case 71: return Item::BirchLeaves;
12901  case 39: return Item::BirchLog;
12902  case 17: return Item::BirchPlanks;
12903  case 193: return Item::BirchPressurePlate;
12904  case 25: return Item::BirchSapling;
12905  case 654: return Item::BirchSign;
12906  case 140: return Item::BirchSlab;
12907  case 281: return Item::BirchStairs;
12908  case 228: return Item::BirchTrapdoor;
12909  case 63: return Item::BirchWood;
12910  case 884: return Item::BlackBanner;
12911  case 731: return Item::BlackBed;
12912  case 365: return Item::BlackCarpet;
12913  case 479: return Item::BlackConcrete;
12914  case 495: return Item::BlackConcretePowder;
12915  case 711: return Item::BlackDye;
12916  case 463: return Item::BlackGlazedTerracotta;
12917  case 447: return Item::BlackShulkerBox;
12918  case 394: return Item::BlackStainedGlass;
12919  case 410: return Item::BlackStainedGlassPane;
12920  case 346: return Item::BlackTerracotta;
12921  case 110: return Item::BlackWool;
12922  case 962: return Item::Blackstone;
12923  case 963: return Item::BlackstoneSlab;
12924  case 964: return Item::BlackstoneStairs;
12925  case 301: return Item::BlackstoneWall;
12926  case 937: return Item::BlastFurnace;
12927  case 753: return Item::BlazePowder;
12928  case 745: return Item::BlazeRod;
12929  case 761: return Item::BlazeSpawnEgg;
12930  case 880: return Item::BlueBanner;
12931  case 727: return Item::BlueBed;
12932  case 361: return Item::BlueCarpet;
12933  case 475: return Item::BlueConcrete;
12934  case 491: return Item::BlueConcretePowder;
12935  case 709: return Item::BlueDye;
12936  case 459: return Item::BlueGlazedTerracotta;
12937  case 527: return Item::BlueIce;
12938  case 113: return Item::BlueOrchid;
12939  case 443: return Item::BlueShulkerBox;
12940  case 390: return Item::BlueStainedGlass;
12941  case 406: return Item::BlueStainedGlassPane;
12942  case 342: return Item::BlueTerracotta;
12943  case 106: return Item::BlueWool;
12944  case 713: return Item::Bone;
12945  case 428: return Item::BoneBlock;
12946  case 708: return Item::BoneMeal;
12947  case 678: return Item::Book;
12948  case 168: return Item::Bookshelf;
12949  case 577: return Item::Bow;
12950  case 600: return Item::Bowl;
12951  case 508: return Item::BrainCoral;
12952  case 503: return Item::BrainCoralBlock;
12953  case 518: return Item::BrainCoralFan;
12954  case 621: return Item::Bread;
12955  case 755: return Item::BrewingStand;
12956  case 674: return Item::Brick;
12957  case 152: return Item::BrickSlab;
12958  case 260: return Item::BrickStairs;
12959  case 289: return Item::BrickWall;
12960  case 166: return Item::Bricks;
12961  case 881: return Item::BrownBanner;
12962  case 728: return Item::BrownBed;
12963  case 362: return Item::BrownCarpet;
12964  case 476: return Item::BrownConcrete;
12965  case 492: return Item::BrownConcretePowder;
12966  case 710: return Item::BrownDye;
12967  case 460: return Item::BrownGlazedTerracotta;
12968  case 124: return Item::BrownMushroom;
12969  case 244: return Item::BrownMushroomBlock;
12970  case 444: return Item::BrownShulkerBox;
12971  case 391: return Item::BrownStainedGlass;
12972  case 407: return Item::BrownStainedGlassPane;
12973  case 343: return Item::BrownTerracotta;
12974  case 107: return Item::BrownWool;
12975  case 509: return Item::BubbleCoral;
12976  case 504: return Item::BubbleCoralBlock;
12977  case 519: return Item::BubbleCoralFan;
12978  case 660: return Item::Bucket;
12979  case 205: return Item::Cactus;
12980  case 715: return Item::Cake;
12981  case 948: return Item::Campfire;
12982  case 829: return Item::Carrot;
12983  case 841: return Item::CarrotOnAStick;
12984  case 938: return Item::CartographyTable;
12985  case 217: return Item::CarvedPumpkin;
12986  case 762: return Item::CatSpawnEgg;
12987  case 756: return Item::Cauldron;
12988  case 763: return Item::CaveSpiderSpawnEgg;
12989  case 248: return Item::Chain;
12990  case 423: return Item::ChainCommandBlock;
12991  case 629: return Item::ChainmailBoots;
12992  case 627: return Item::ChainmailChestplate;
12993  case 626: return Item::ChainmailHelmet;
12994  case 628: return Item::ChainmailLeggings;
12995  case 580: return Item::Charcoal;
12996  case 180: return Item::Chest;
12997  case 680: return Item::ChestMinecart;
12998  case 741: return Item::Chicken;
12999  case 764: return Item::ChickenSpawnEgg;
13000  case 315: return Item::ChippedAnvil;
13001  case 266: return Item::ChiseledNetherBricks;
13002  case 969: return Item::ChiseledPolishedBlackstone;
13003  case 324: return Item::ChiseledQuartzBlock;
13004  case 419: return Item::ChiseledRedSandstone;
13005  case 82: return Item::ChiseledSandstone;
13006  case 243: return Item::ChiseledStoneBricks;
13007  case 174: return Item::ChorusFlower;
13008  case 886: return Item::ChorusFruit;
13009  case 173: return Item::ChorusPlant;
13010  case 206: return Item::Clay;
13011  case 675: return Item::ClayBall;
13012  case 685: return Item::Clock;
13013  case 579: return Item::Coal;
13014  case 367: return Item::CoalBlock;
13015  case 35: return Item::CoalOre;
13016  case 10: return Item::CoarseDirt;
13017  case 14: return Item::Cobblestone;
13018  case 151: return Item::CobblestoneSlab;
13019  case 188: return Item::CobblestoneStairs;
13020  case 287: return Item::CobblestoneWall;
13021  case 88: return Item::Cobweb;
13022  case 696: return Item::CocoaBeans;
13023  case 687: return Item::Cod;
13024  case 672: return Item::CodBucket;
13025  case 765: return Item::CodSpawnEgg;
13026  case 285: return Item::CommandBlock;
13027  case 866: return Item::CommandBlockMinecart;
13028  case 567: return Item::Comparator;
13029  case 683: return Item::Compass;
13030  case 934: return Item::Composter;
13031  case 528: return Item::Conduit;
13032  case 740: return Item::CookedBeef;
13033  case 742: return Item::CookedChicken;
13034  case 691: return Item::CookedCod;
13035  case 868: return Item::CookedMutton;
13036  case 648: return Item::CookedPorkchop;
13037  case 855: return Item::CookedRabbit;
13038  case 692: return Item::CookedSalmon;
13039  case 732: return Item::Cookie;
13040  case 121: return Item::Cornflower;
13041  case 766: return Item::CowSpawnEgg;
13042  case 265: return Item::CrackedNetherBricks;
13043  case 973: return Item::CrackedPolishedBlackstoneBricks;
13044  case 242: return Item::CrackedStoneBricks;
13045  case 183: return Item::CraftingTable;
13046  case 929: return Item::CreeperBannerPattern;
13047  case 839: return Item::CreeperHead;
13048  case 767: return Item::CreeperSpawnEgg;
13049  case 311: return Item::CrimsonButton;
13050  case 564: return Item::CrimsonDoor;
13051  case 214: return Item::CrimsonFence;
13052  case 258: return Item::CrimsonFenceGate;
13053  case 126: return Item::CrimsonFungus;
13054  case 67: return Item::CrimsonHyphae;
13055  case 12: return Item::CrimsonNylium;
13056  case 21: return Item::CrimsonPlanks;
13057  case 197: return Item::CrimsonPressurePlate;
13058  case 128: return Item::CrimsonRoots;
13059  case 658: return Item::CrimsonSign;
13060  case 144: return Item::CrimsonSlab;
13061  case 283: return Item::CrimsonStairs;
13062  case 43: return Item::CrimsonStem;
13063  case 232: return Item::CrimsonTrapdoor;
13064  case 925: return Item::Crossbow;
13065  case 961: return Item::CryingObsidian;
13066  case 420: return Item::CutRedSandstone;
13067  case 157: return Item::CutRedSandstoneSlab;
13068  case 83: return Item::CutSandstone;
13069  case 149: return Item::CutSandstoneSlab;
13070  case 878: return Item::CyanBanner;
13071  case 725: return Item::CyanBed;
13072  case 359: return Item::CyanCarpet;
13073  case 473: return Item::CyanConcrete;
13074  case 489: return Item::CyanConcretePowder;
13075  case 699: return Item::CyanDye;
13076  case 457: return Item::CyanGlazedTerracotta;
13077  case 441: return Item::CyanShulkerBox;
13078  case 388: return Item::CyanStainedGlass;
13079  case 404: return Item::CyanStainedGlassPane;
13080  case 340: return Item::CyanTerracotta;
13081  case 104: return Item::CyanWool;
13082  case 316: return Item::DamagedAnvil;
13083  case 111: return Item::Dandelion;
13084  case 902: return Item::DarkOakBoat;
13085  case 310: return Item::DarkOakButton;
13086  case 563: return Item::DarkOakDoor;
13087  case 213: return Item::DarkOakFence;
13088  case 257: return Item::DarkOakFenceGate;
13089  case 74: return Item::DarkOakLeaves;
13090  case 42: return Item::DarkOakLog;
13091  case 20: return Item::DarkOakPlanks;
13092  case 196: return Item::DarkOakPressurePlate;
13093  case 28: return Item::DarkOakSapling;
13094  case 657: return Item::DarkOakSign;
13095  case 143: return Item::DarkOakSlab;
13096  case 370: return Item::DarkOakStairs;
13097  case 231: return Item::DarkOakTrapdoor;
13098  case 66: return Item::DarkOakWood;
13099  case 413: return Item::DarkPrismarine;
13100  case 161: return Item::DarkPrismarineSlab;
13101  case 416: return Item::DarkPrismarineStairs;
13102  case 320: return Item::DaylightDetector;
13103  case 512: return Item::DeadBrainCoral;
13104  case 498: return Item::DeadBrainCoralBlock;
13105  case 523: return Item::DeadBrainCoralFan;
13106  case 513: return Item::DeadBubbleCoral;
13107  case 499: return Item::DeadBubbleCoralBlock;
13108  case 524: return Item::DeadBubbleCoralFan;
13109  case 91: return Item::DeadBush;
13110  case 514: return Item::DeadFireCoral;
13111  case 500: return Item::DeadFireCoralBlock;
13112  case 525: return Item::DeadFireCoralFan;
13113  case 515: return Item::DeadHornCoral;
13114  case 501: return Item::DeadHornCoralBlock;
13115  case 526: return Item::DeadHornCoralFan;
13116  case 516: return Item::DeadTubeCoral;
13117  case 497: return Item::DeadTubeCoralBlock;
13118  case 522: return Item::DeadTubeCoralFan;
13119  case 907: return Item::DebugStick;
13120  case 86: return Item::DetectorRail;
13121  case 581: return Item::Diamond;
13122  case 598: return Item::DiamondAxe;
13123  case 182: return Item::DiamondBlock;
13124  case 637: return Item::DiamondBoots;
13125  case 635: return Item::DiamondChestplate;
13126  case 634: return Item::DiamondHelmet;
13127  case 616: return Item::DiamondHoe;
13128  case 862: return Item::DiamondHorseArmor;
13129  case 636: return Item::DiamondLeggings;
13130  case 181: return Item::DiamondOre;
13131  case 597: return Item::DiamondPickaxe;
13132  case 596: return Item::DiamondShovel;
13133  case 595: return Item::DiamondSword;
13134  case 4: return Item::Diorite;
13135  case 555: return Item::DioriteSlab;
13136  case 542: return Item::DioriteStairs;
13137  case 300: return Item::DioriteWall;
13138  case 9: return Item::Dirt;
13139  case 80: return Item::Dispenser;
13140  case 768: return Item::DolphinSpawnEgg;
13141  case 769: return Item::DonkeySpawnEgg;
13142  case 891: return Item::DragonBreath;
13143  case 273: return Item::DragonEgg;
13144  case 840: return Item::DragonHead;
13145  case 736: return Item::DriedKelp;
13146  case 676: return Item::DriedKelpBlock;
13147  case 330: return Item::Dropper;
13148  case 770: return Item::DrownedSpawnEgg;
13149  case 682: return Item::Egg;
13150  case 771: return Item::ElderGuardianSpawnEgg;
13151  case 897: return Item::Elytra;
13152  case 826: return Item::Emerald;
13153  case 279: return Item::EmeraldBlock;
13154  case 276: return Item::EmeraldOre;
13155  case 847: return Item::EnchantedBook;
13156  case 651: return Item::EnchantedGoldenApple;
13157  case 269: return Item::EnchantingTable;
13158  case 885: return Item::EndCrystal;
13159  case 270: return Item::EndPortalFrame;
13160  case 172: return Item::EndRod;
13161  case 271: return Item::EndStone;
13162  case 548: return Item::EndStoneBrickSlab;
13163  case 534: return Item::EndStoneBrickStairs;
13164  case 299: return Item::EndStoneBrickWall;
13165  case 272: return Item::EndStoneBricks;
13166  case 277: return Item::EnderChest;
13167  case 757: return Item::EnderEye;
13168  case 744: return Item::EnderPearl;
13169  case 772: return Item::EndermanSpawnEgg;
13170  case 773: return Item::EndermiteSpawnEgg;
13171  case 774: return Item::EvokerSpawnEgg;
13172  case 822: return Item::ExperienceBottle;
13173  case 184: return Item::Farmland;
13174  case 611: return Item::Feather;
13175  case 752: return Item::FermentedSpiderEye;
13176  case 90: return Item::Fern;
13177  case 733: return Item::FilledMap;
13178  case 823: return Item::FireCharge;
13179  case 510: return Item::FireCoral;
13180  case 505: return Item::FireCoralBlock;
13181  case 520: return Item::FireCoralFan;
13182  case 845: return Item::FireworkRocket;
13183  case 846: return Item::FireworkStar;
13184  case 684: return Item::FishingRod;
13185  case 939: return Item::FletchingTable;
13186  case 646: return Item::Flint;
13187  case 575: return Item::FlintAndSteel;
13188  case 928: return Item::FlowerBannerPattern;
13189  case 828: return Item::FlowerPot;
13190  case 775: return Item::FoxSpawnEgg;
13191  case 185: return Item::Furnace;
13192  case 681: return Item::FurnaceMinecart;
13193  case 776: return Item::GhastSpawnEgg;
13194  case 746: return Item::GhastTear;
13195  case 965: return Item::GildedBlackstone;
13196  case 77: return Item::Glass;
13197  case 750: return Item::GlassBottle;
13198  case 249: return Item::GlassPane;
13199  case 758: return Item::GlisteringMelonSlice;
13200  case 932: return Item::GlobeBannerPattern;
13201  case 224: return Item::Glowstone;
13202  case 686: return Item::GlowstoneDust;
13203  case 136: return Item::GoldBlock;
13204  case 583: return Item::GoldIngot;
13205  case 747: return Item::GoldNugget;
13206  case 33: return Item::GoldOre;
13207  case 650: return Item::GoldenApple;
13208  case 605: return Item::GoldenAxe;
13209  case 641: return Item::GoldenBoots;
13210  case 834: return Item::GoldenCarrot;
13211  case 639: return Item::GoldenChestplate;
13212  case 638: return Item::GoldenHelmet;
13213  case 617: return Item::GoldenHoe;
13214  case 861: return Item::GoldenHorseArmor;
13215  case 640: return Item::GoldenLeggings;
13216  case 604: return Item::GoldenPickaxe;
13217  case 603: return Item::GoldenShovel;
13218  case 602: return Item::GoldenSword;
13219  case 2: return Item::Granite;
13220  case 551: return Item::GraniteSlab;
13221  case 538: return Item::GraniteStairs;
13222  case 293: return Item::GraniteWall;
13223  case 89: return Item::Grass;
13224  case 8: return Item::GrassBlock;
13225  case 372: return Item::GrassPath;
13226  case 32: return Item::Gravel;
13227  case 876: return Item::GrayBanner;
13228  case 723: return Item::GrayBed;
13229  case 357: return Item::GrayCarpet;
13230  case 471: return Item::GrayConcrete;
13231  case 487: return Item::GrayConcretePowder;
13232  case 701: return Item::GrayDye;
13233  case 455: return Item::GrayGlazedTerracotta;
13234  case 439: return Item::GrayShulkerBox;
13235  case 386: return Item::GrayStainedGlass;
13236  case 402: return Item::GrayStainedGlassPane;
13237  case 338: return Item::GrayTerracotta;
13238  case 102: return Item::GrayWool;
13239  case 882: return Item::GreenBanner;
13240  case 729: return Item::GreenBed;
13241  case 363: return Item::GreenCarpet;
13242  case 477: return Item::GreenConcrete;
13243  case 493: return Item::GreenConcretePowder;
13244  case 695: return Item::GreenDye;
13245  case 461: return Item::GreenGlazedTerracotta;
13246  case 445: return Item::GreenShulkerBox;
13247  case 392: return Item::GreenStainedGlass;
13248  case 408: return Item::GreenStainedGlassPane;
13249  case 344: return Item::GreenTerracotta;
13250  case 108: return Item::GreenWool;
13251  case 940: return Item::Grindstone;
13252  case 777: return Item::GuardianSpawnEgg;
13253  case 612: return Item::Gunpowder;
13254  case 349: return Item::HayBale;
13255  case 924: return Item::HeartOfTheSea;
13256  case 319: return Item::HeavyWeightedPressurePlate;
13257  case 778: return Item::HoglinSpawnEgg;
13258  case 955: return Item::HoneyBlock;
13259  case 954: return Item::HoneyBottle;
13260  case 951: return Item::Honeycomb;
13261  case 956: return Item::HoneycombBlock;
13262  case 323: return Item::Hopper;
13263  case 851: return Item::HopperMinecart;
13264  case 511: return Item::HornCoral;
13265  case 506: return Item::HornCoralBlock;
13266  case 521: return Item::HornCoralFan;
13267  case 779: return Item::HorseSpawnEgg;
13268  case 780: return Item::HuskSpawnEgg;
13269  case 203: return Item::Ice;
13270  case 239: return Item::InfestedChiseledStoneBricks;
13271  case 235: return Item::InfestedCobblestone;
13272  case 238: return Item::InfestedCrackedStoneBricks;
13273  case 237: return Item::InfestedMossyStoneBricks;
13274  case 234: return Item::InfestedStone;
13275  case 236: return Item::InfestedStoneBricks;
13276  case 693: return Item::InkSac;
13277  case 574: return Item::IronAxe;
13278  case 247: return Item::IronBars;
13279  case 137: return Item::IronBlock;
13280  case 633: return Item::IronBoots;
13281  case 631: return Item::IronChestplate;
13282  case 557: return Item::IronDoor;
13283  case 630: return Item::IronHelmet;
13284  case 615: return Item::IronHoe;
13285  case 860: return Item::IronHorseArmor;
13286  case 582: return Item::IronIngot;
13287  case 632: return Item::IronLeggings;
13288  case 905: return Item::IronNugget;
13289  case 34: return Item::IronOre;
13290  case 573: return Item::IronPickaxe;
13291  case 572: return Item::IronShovel;
13292  case 586: return Item::IronSword;
13293  case 348: return Item::IronTrapdoor;
13294  case 827: return Item::ItemFrame;
13295  case 225: return Item::JackOLantern;
13296  case 569: return Item::Jigsaw;
13297  case 207: return Item::Jukebox;
13298  case 900: return Item::JungleBoat;
13299  case 308: return Item::JungleButton;
13300  case 561: return Item::JungleDoor;
13301  case 211: return Item::JungleFence;
13302  case 255: return Item::JungleFenceGate;
13303  case 72: return Item::JungleLeaves;
13304  case 40: return Item::JungleLog;
13305  case 18: return Item::JunglePlanks;
13306  case 194: return Item::JunglePressurePlate;
13307  case 26: return Item::JungleSapling;
13308  case 655: return Item::JungleSign;
13309  case 141: return Item::JungleSlab;
13310  case 282: return Item::JungleStairs;
13311  case 229: return Item::JungleTrapdoor;
13312  case 64: return Item::JungleWood;
13313  case 134: return Item::Kelp;
13314  case 906: return Item::KnowledgeBook;
13315  case 186: return Item::Ladder;
13316  case 945: return Item::Lantern;
13317  case 79: return Item::LapisBlock;
13318  case 697: return Item::LapisLazuli;
13319  case 78: return Item::LapisOre;
13320  case 378: return Item::LargeFern;
13321  case 662: return Item::LavaBucket;
13322  case 864: return Item::Lead;
13323  case 668: return Item::Leather;
13324  case 625: return Item::LeatherBoots;
13325  case 623: return Item::LeatherChestplate;
13326  case 622: return Item::LeatherHelmet;
13327  case 863: return Item::LeatherHorseArmor;
13328  case 624: return Item::LeatherLeggings;
13329  case 941: return Item::Lectern;
13330  case 189: return Item::Lever;
13331  case 872: return Item::LightBlueBanner;
13332  case 719: return Item::LightBlueBed;
13333  case 353: return Item::LightBlueCarpet;
13334  case 467: return Item::LightBlueConcrete;
13335  case 483: return Item::LightBlueConcretePowder;
13336  case 705: return Item::LightBlueDye;
13337  case 451: return Item::LightBlueGlazedTerracotta;
13338  case 435: return Item::LightBlueShulkerBox;
13339  case 382: return Item::LightBlueStainedGlass;
13340  case 398: return Item::LightBlueStainedGlassPane;
13341  case 334: return Item::LightBlueTerracotta;
13342  case 98: return Item::LightBlueWool;
13343  case 877: return Item::LightGrayBanner;
13344  case 724: return Item::LightGrayBed;
13345  case 358: return Item::LightGrayCarpet;
13346  case 472: return Item::LightGrayConcrete;
13347  case 488: return Item::LightGrayConcretePowder;
13348  case 700: return Item::LightGrayDye;
13349  case 456: return Item::LightGrayGlazedTerracotta;
13350  case 440: return Item::LightGrayShulkerBox;
13351  case 387: return Item::LightGrayStainedGlass;
13352  case 403: return Item::LightGrayStainedGlassPane;
13353  case 339: return Item::LightGrayTerracotta;
13354  case 103: return Item::LightGrayWool;
13355  case 318: return Item::LightWeightedPressurePlate;
13356  case 374: return Item::Lilac;
13357  case 122: return Item::LilyOfTheValley;
13358  case 263: return Item::LilyPad;
13359  case 874: return Item::LimeBanner;
13360  case 721: return Item::LimeBed;
13361  case 355: return Item::LimeCarpet;
13362  case 469: return Item::LimeConcrete;
13363  case 485: return Item::LimeConcretePowder;
13364  case 703: return Item::LimeDye;
13365  case 453: return Item::LimeGlazedTerracotta;
13366  case 437: return Item::LimeShulkerBox;
13367  case 384: return Item::LimeStainedGlass;
13368  case 400: return Item::LimeStainedGlassPane;
13369  case 336: return Item::LimeTerracotta;
13370  case 100: return Item::LimeWool;
13371  case 895: return Item::LingeringPotion;
13372  case 781: return Item::LlamaSpawnEgg;
13373  case 957: return Item::Lodestone;
13374  case 927: return Item::Loom;
13375  case 871: return Item::MagentaBanner;
13376  case 718: return Item::MagentaBed;
13377  case 352: return Item::MagentaCarpet;
13378  case 466: return Item::MagentaConcrete;
13379  case 482: return Item::MagentaConcretePowder;
13380  case 706: return Item::MagentaDye;
13381  case 450: return Item::MagentaGlazedTerracotta;
13382  case 434: return Item::MagentaShulkerBox;
13383  case 381: return Item::MagentaStainedGlass;
13384  case 397: return Item::MagentaStainedGlassPane;
13385  case 333: return Item::MagentaTerracotta;
13386  case 97: return Item::MagentaWool;
13387  case 424: return Item::MagmaBlock;
13388  case 754: return Item::MagmaCream;
13389  case 782: return Item::MagmaCubeSpawnEgg;
13390  case 833: return Item::Map;
13391  case 250: return Item::Melon;
13392  case 738: return Item::MelonSeeds;
13393  case 735: return Item::MelonSlice;
13394  case 669: return Item::MilkBucket;
13395  case 663: return Item::Minecart;
13396  case 931: return Item::MojangBannerPattern;
13397  case 783: return Item::MooshroomSpawnEgg;
13398  case 169: return Item::MossyCobblestone;
13399  case 547: return Item::MossyCobblestoneSlab;
13400  case 533: return Item::MossyCobblestoneStairs;
13401  case 288: return Item::MossyCobblestoneWall;
13402  case 545: return Item::MossyStoneBrickSlab;
13403  case 531: return Item::MossyStoneBrickStairs;
13404  case 292: return Item::MossyStoneBrickWall;
13405  case 241: return Item::MossyStoneBricks;
13406  case 784: return Item::MuleSpawnEgg;
13407  case 246: return Item::MushroomStem;
13408  case 601: return Item::MushroomStew;
13409  case 910: return Item::MusicDiscBlocks;
13410  case 909: return Item::MusicDiscCat;
13411  case 911: return Item::MusicDiscChirp;
13412  case 912: return Item::MusicDiscFar;
13413  case 913: return Item::MusicDiscMall;
13414  case 914: return Item::MusicDiscMellohi;
13415  case 920: return Item::MusicDiscPigstep;
13416  case 915: return Item::MusicDiscStal;
13417  case 916: return Item::MusicDiscStrad;
13418  case 919: return Item::MusicDiscWait;
13419  case 917: return Item::MusicDiscWard;
13420  case 918: return Item::MusicDisc11;
13421  case 908: return Item::MusicDisc13;
13422  case 867: return Item::Mutton;
13423  case 262: return Item::Mycelium;
13424  case 865: return Item::NameTag;
13425  case 923: return Item::NautilusShell;
13426  case 848: return Item::NetherBrick;
13427  case 267: return Item::NetherBrickFence;
13428  case 154: return Item::NetherBrickSlab;
13429  case 268: return Item::NetherBrickStairs;
13430  case 295: return Item::NetherBrickWall;
13431  case 264: return Item::NetherBricks;
13432  case 36: return Item::NetherGoldOre;
13433  case 322: return Item::NetherQuartzOre;
13434  case 130: return Item::NetherSprouts;
13435  case 843: return Item::NetherStar;
13436  case 748: return Item::NetherWart;
13437  case 425: return Item::NetherWartBlock;
13438  case 609: return Item::NetheriteAxe;
13439  case 958: return Item::NetheriteBlock;
13440  case 645: return Item::NetheriteBoots;
13441  case 643: return Item::NetheriteChestplate;
13442  case 642: return Item::NetheriteHelmet;
13443  case 618: return Item::NetheriteHoe;
13444  case 584: return Item::NetheriteIngot;
13445  case 644: return Item::NetheriteLeggings;
13446  case 608: return Item::NetheritePickaxe;
13447  case 585: return Item::NetheriteScrap;
13448  case 607: return Item::NetheriteShovel;
13449  case 606: return Item::NetheriteSword;
13450  case 218: return Item::Netherrack;
13451  case 84: return Item::NoteBlock;
13452  case 667: return Item::OakBoat;
13453  case 305: return Item::OakButton;
13454  case 558: return Item::OakDoor;
13455  case 208: return Item::OakFence;
13456  case 252: return Item::OakFenceGate;
13457  case 69: return Item::OakLeaves;
13458  case 37: return Item::OakLog;
13459  case 15: return Item::OakPlanks;
13460  case 191: return Item::OakPressurePlate;
13461  case 23: return Item::OakSapling;
13462  case 652: return Item::OakSign;
13463  case 138: return Item::OakSlab;
13464  case 179: return Item::OakStairs;
13465  case 226: return Item::OakTrapdoor;
13466  case 61: return Item::OakWood;
13467  case 430: return Item::Observer;
13468  case 170: return Item::Obsidian;
13469  case 785: return Item::OcelotSpawnEgg;
13470  case 870: return Item::OrangeBanner;
13471  case 717: return Item::OrangeBed;
13472  case 351: return Item::OrangeCarpet;
13473  case 465: return Item::OrangeConcrete;
13474  case 481: return Item::OrangeConcretePowder;
13475  case 707: return Item::OrangeDye;
13476  case 449: return Item::OrangeGlazedTerracotta;
13477  case 433: return Item::OrangeShulkerBox;
13478  case 380: return Item::OrangeStainedGlass;
13479  case 396: return Item::OrangeStainedGlassPane;
13480  case 332: return Item::OrangeTerracotta;
13481  case 117: return Item::OrangeTulip;
13482  case 96: return Item::OrangeWool;
13483  case 120: return Item::OxeyeDaisy;
13484  case 368: return Item::PackedIce;
13485  case 649: return Item::Painting;
13486  case 786: return Item::PandaSpawnEgg;
13487  case 677: return Item::Paper;
13488  case 787: return Item::ParrotSpawnEgg;
13489  case 376: return Item::Peony;
13490  case 150: return Item::PetrifiedOakSlab;
13491  case 922: return Item::PhantomMembrane;
13492  case 788: return Item::PhantomSpawnEgg;
13493  case 789: return Item::PigSpawnEgg;
13494  case 933: return Item::PiglinBannerPattern;
13495  case 790: return Item::PiglinSpawnEgg;
13496  case 791: return Item::PillagerSpawnEgg;
13497  case 875: return Item::PinkBanner;
13498  case 722: return Item::PinkBed;
13499  case 356: return Item::PinkCarpet;
13500  case 470: return Item::PinkConcrete;
13501  case 486: return Item::PinkConcretePowder;
13502  case 702: return Item::PinkDye;
13503  case 454: return Item::PinkGlazedTerracotta;
13504  case 438: return Item::PinkShulkerBox;
13505  case 385: return Item::PinkStainedGlass;
13506  case 401: return Item::PinkStainedGlassPane;
13507  case 337: return Item::PinkTerracotta;
13508  case 119: return Item::PinkTulip;
13509  case 101: return Item::PinkWool;
13510  case 94: return Item::Piston;
13511  case 837: return Item::PlayerHead;
13512  case 11: return Item::Podzol;
13513  case 832: return Item::PoisonousPotato;
13514  case 792: return Item::PolarBearSpawnEgg;
13515  case 7: return Item::PolishedAndesite;
13516  case 554: return Item::PolishedAndesiteSlab;
13517  case 541: return Item::PolishedAndesiteStairs;
13518  case 222: return Item::PolishedBasalt;
13519  case 966: return Item::PolishedBlackstone;
13520  case 971: return Item::PolishedBlackstoneBrickSlab;
13521  case 972: return Item::PolishedBlackstoneBrickStairs;
13522  case 303: return Item::PolishedBlackstoneBrickWall;
13523  case 970: return Item::PolishedBlackstoneBricks;
13524  case 313: return Item::PolishedBlackstoneButton;
13525  case 199: return Item::PolishedBlackstonePressurePlate;
13526  case 967: return Item::PolishedBlackstoneSlab;
13527  case 968: return Item::PolishedBlackstoneStairs;
13528  case 302: return Item::PolishedBlackstoneWall;
13529  case 5: return Item::PolishedDiorite;
13530  case 546: return Item::PolishedDioriteSlab;
13531  case 532: return Item::PolishedDioriteStairs;
13532  case 3: return Item::PolishedGranite;
13533  case 543: return Item::PolishedGraniteSlab;
13534  case 529: return Item::PolishedGraniteStairs;
13535  case 887: return Item::PoppedChorusFruit;
13536  case 112: return Item::Poppy;
13537  case 647: return Item::Porkchop;
13538  case 830: return Item::Potato;
13539  case 749: return Item::Potion;
13540  case 85: return Item::PoweredRail;
13541  case 411: return Item::Prismarine;
13542  case 160: return Item::PrismarineBrickSlab;
13543  case 415: return Item::PrismarineBrickStairs;
13544  case 412: return Item::PrismarineBricks;
13545  case 853: return Item::PrismarineCrystals;
13546  case 852: return Item::PrismarineShard;
13547  case 159: return Item::PrismarineSlab;
13548  case 414: return Item::PrismarineStairs;
13549  case 290: return Item::PrismarineWall;
13550  case 690: return Item::Pufferfish;
13551  case 670: return Item::PufferfishBucket;
13552  case 793: return Item::PufferfishSpawnEgg;
13553  case 216: return Item::Pumpkin;
13554  case 844: return Item::PumpkinPie;
13555  case 737: return Item::PumpkinSeeds;
13556  case 879: return Item::PurpleBanner;
13557  case 726: return Item::PurpleBed;
13558  case 360: return Item::PurpleCarpet;
13559  case 474: return Item::PurpleConcrete;
13560  case 490: return Item::PurpleConcretePowder;
13561  case 698: return Item::PurpleDye;
13562  case 458: return Item::PurpleGlazedTerracotta;
13563  case 442: return Item::PurpleShulkerBox;
13564  case 389: return Item::PurpleStainedGlass;
13565  case 405: return Item::PurpleStainedGlassPane;
13566  case 341: return Item::PurpleTerracotta;
13567  case 105: return Item::PurpleWool;
13568  case 175: return Item::PurpurBlock;
13569  case 176: return Item::PurpurPillar;
13570  case 158: return Item::PurpurSlab;
13571  case 177: return Item::PurpurStairs;
13572  case 849: return Item::Quartz;
13573  case 325: return Item::QuartzBlock;
13574  case 326: return Item::QuartzBricks;
13575  case 327: return Item::QuartzPillar;
13576  case 155: return Item::QuartzSlab;
13577  case 328: return Item::QuartzStairs;
13578  case 854: return Item::Rabbit;
13579  case 857: return Item::RabbitFoot;
13580  case 858: return Item::RabbitHide;
13581  case 794: return Item::RabbitSpawnEgg;
13582  case 856: return Item::RabbitStew;
13583  case 187: return Item::Rail;
13584  case 795: return Item::RavagerSpawnEgg;
13585  case 883: return Item::RedBanner;
13586  case 730: return Item::RedBed;
13587  case 364: return Item::RedCarpet;
13588  case 478: return Item::RedConcrete;
13589  case 494: return Item::RedConcretePowder;
13590  case 694: return Item::RedDye;
13591  case 462: return Item::RedGlazedTerracotta;
13592  case 125: return Item::RedMushroom;
13593  case 245: return Item::RedMushroomBlock;
13594  case 553: return Item::RedNetherBrickSlab;
13595  case 540: return Item::RedNetherBrickStairs;
13596  case 297: return Item::RedNetherBrickWall;
13597  case 427: return Item::RedNetherBricks;
13598  case 31: return Item::RedSand;
13599  case 418: return Item::RedSandstone;
13600  case 156: return Item::RedSandstoneSlab;
13601  case 421: return Item::RedSandstoneStairs;
13602  case 291: return Item::RedSandstoneWall;
13603  case 446: return Item::RedShulkerBox;
13604  case 393: return Item::RedStainedGlass;
13605  case 409: return Item::RedStainedGlassPane;
13606  case 345: return Item::RedTerracotta;
13607  case 116: return Item::RedTulip;
13608  case 109: return Item::RedWool;
13609  case 665: return Item::Redstone;
13610  case 321: return Item::RedstoneBlock;
13611  case 274: return Item::RedstoneLamp;
13612  case 200: return Item::RedstoneOre;
13613  case 201: return Item::RedstoneTorch;
13614  case 566: return Item::Repeater;
13615  case 422: return Item::RepeatingCommandBlock;
13616  case 974: return Item::RespawnAnchor;
13617  case 375: return Item::RoseBush;
13618  case 743: return Item::RottenFlesh;
13619  case 664: return Item::Saddle;
13620  case 688: return Item::Salmon;
13621  case 671: return Item::SalmonBucket;
13622  case 796: return Item::SalmonSpawnEgg;
13623  case 30: return Item::Sand;
13624  case 81: return Item::Sandstone;
13625  case 148: return Item::SandstoneSlab;
13626  case 275: return Item::SandstoneStairs;
13627  case 298: return Item::SandstoneWall;
13628  case 556: return Item::Scaffolding;
13629  case 571: return Item::Scute;
13630  case 417: return Item::SeaLantern;
13631  case 93: return Item::SeaPickle;
13632  case 92: return Item::Seagrass;
13633  case 734: return Item::Shears;
13634  case 797: return Item::SheepSpawnEgg;
13635  case 896: return Item::Shield;
13636  case 950: return Item::Shroomlight;
13637  case 431: return Item::ShulkerBox;
13638  case 904: return Item::ShulkerShell;
13639  case 798: return Item::ShulkerSpawnEgg;
13640  case 799: return Item::SilverfishSpawnEgg;
13641  case 801: return Item::SkeletonHorseSpawnEgg;
13642  case 835: return Item::SkeletonSkull;
13643  case 800: return Item::SkeletonSpawnEgg;
13644  case 930: return Item::SkullBannerPattern;
13645  case 679: return Item::SlimeBall;
13646  case 371: return Item::SlimeBlock;
13647  case 802: return Item::SlimeSpawnEgg;
13648  case 942: return Item::SmithingTable;
13649  case 936: return Item::Smoker;
13650  case 162: return Item::SmoothQuartz;
13651  case 550: return Item::SmoothQuartzSlab;
13652  case 537: return Item::SmoothQuartzStairs;
13653  case 163: return Item::SmoothRedSandstone;
13654  case 544: return Item::SmoothRedSandstoneSlab;
13655  case 530: return Item::SmoothRedSandstoneStairs;
13656  case 164: return Item::SmoothSandstone;
13657  case 549: return Item::SmoothSandstoneSlab;
13658  case 536: return Item::SmoothSandstoneStairs;
13659  case 165: return Item::SmoothStone;
13660  case 147: return Item::SmoothStoneSlab;
13661  case 202: return Item::Snow;
13662  case 204: return Item::SnowBlock;
13663  case 666: return Item::Snowball;
13664  case 949: return Item::SoulCampfire;
13665  case 946: return Item::SoulLantern;
13666  case 219: return Item::SoulSand;
13667  case 220: return Item::SoulSoil;
13668  case 223: return Item::SoulTorch;
13669  case 178: return Item::Spawner;
13670  case 893: return Item::SpectralArrow;
13671  case 751: return Item::SpiderEye;
13672  case 803: return Item::SpiderSpawnEgg;
13673  case 892: return Item::SplashPotion;
13674  case 75: return Item::Sponge;
13675  case 898: return Item::SpruceBoat;
13676  case 306: return Item::SpruceButton;
13677  case 559: return Item::SpruceDoor;
13678  case 209: return Item::SpruceFence;
13679  case 253: return Item::SpruceFenceGate;
13680  case 70: return Item::SpruceLeaves;
13681  case 38: return Item::SpruceLog;
13682  case 16: return Item::SprucePlanks;
13683  case 192: return Item::SprucePressurePlate;
13684  case 24: return Item::SpruceSapling;
13685  case 653: return Item::SpruceSign;
13686  case 139: return Item::SpruceSlab;
13687  case 280: return Item::SpruceStairs;
13688  case 227: return Item::SpruceTrapdoor;
13689  case 62: return Item::SpruceWood;
13690  case 804: return Item::SquidSpawnEgg;
13691  case 599: return Item::Stick;
13692  case 87: return Item::StickyPiston;
13693  case 1: return Item::Stone;
13694  case 594: return Item::StoneAxe;
13695  case 153: return Item::StoneBrickSlab;
13696  case 261: return Item::StoneBrickStairs;
13697  case 294: return Item::StoneBrickWall;
13698  case 240: return Item::StoneBricks;
13699  case 304: return Item::StoneButton;
13700  case 614: return Item::StoneHoe;
13701  case 593: return Item::StonePickaxe;
13702  case 190: return Item::StonePressurePlate;
13703  case 592: return Item::StoneShovel;
13704  case 146: return Item::StoneSlab;
13705  case 535: return Item::StoneStairs;
13706  case 591: return Item::StoneSword;
13707  case 943: return Item::Stonecutter;
13708  case 805: return Item::StraySpawnEgg;
13709  case 806: return Item::StriderSpawnEgg;
13710  case 610: return Item::String;
13711  case 49: return Item::StrippedAcaciaLog;
13712  case 57: return Item::StrippedAcaciaWood;
13713  case 47: return Item::StrippedBirchLog;
13714  case 55: return Item::StrippedBirchWood;
13715  case 59: return Item::StrippedCrimsonHyphae;
13716  case 51: return Item::StrippedCrimsonStem;
13717  case 50: return Item::StrippedDarkOakLog;
13718  case 58: return Item::StrippedDarkOakWood;
13719  case 48: return Item::StrippedJungleLog;
13720  case 56: return Item::StrippedJungleWood;
13721  case 45: return Item::StrippedOakLog;
13722  case 53: return Item::StrippedOakWood;
13723  case 46: return Item::StrippedSpruceLog;
13724  case 54: return Item::StrippedSpruceWood;
13725  case 60: return Item::StrippedWarpedHyphae;
13726  case 52: return Item::StrippedWarpedStem;
13727  case 568: return Item::StructureBlock;
13728  case 429: return Item::StructureVoid;
13729  case 714: return Item::Sugar;
13730  case 133: return Item::SugarCane;
13731  case 373: return Item::Sunflower;
13732  case 926: return Item::SuspiciousStew;
13733  case 947: return Item::SweetBerries;
13734  case 377: return Item::TallGrass;
13735  case 960: return Item::Target;
13736  case 366: return Item::Terracotta;
13737  case 894: return Item::TippedArrow;
13738  case 167: return Item::TNT;
13739  case 850: return Item::TNTMinecart;
13740  case 171: return Item::Torch;
13741  case 903: return Item::TotemOfUndying;
13742  case 807: return Item::TraderLlamaSpawnEgg;
13743  case 317: return Item::TrappedChest;
13744  case 921: return Item::Trident;
13745  case 278: return Item::TripwireHook;
13746  case 689: return Item::TropicalFish;
13747  case 673: return Item::TropicalFishBucket;
13748  case 808: return Item::TropicalFishSpawnEgg;
13749  case 507: return Item::TubeCoral;
13750  case 502: return Item::TubeCoralBlock;
13751  case 517: return Item::TubeCoralFan;
13752  case 496: return Item::TurtleEgg;
13753  case 570: return Item::TurtleHelmet;
13754  case 809: return Item::TurtleSpawnEgg;
13755  case 132: return Item::TwistingVines;
13756  case 810: return Item::VexSpawnEgg;
13757  case 811: return Item::VillagerSpawnEgg;
13758  case 812: return Item::VindicatorSpawnEgg;
13759  case 251: return Item::Vine;
13760  case 813: return Item::WanderingTraderSpawnEgg;
13761  case 312: return Item::WarpedButton;
13762  case 565: return Item::WarpedDoor;
13763  case 215: return Item::WarpedFence;
13764  case 259: return Item::WarpedFenceGate;
13765  case 127: return Item::WarpedFungus;
13766  case 842: return Item::WarpedFungusOnA_stick;
13767  case 68: return Item::WarpedHyphae;
13768  case 13: return Item::WarpedNylium;
13769  case 22: return Item::WarpedPlanks;
13770  case 198: return Item::WarpedPressurePlate;
13771  case 129: return Item::WarpedRoots;
13772  case 659: return Item::WarpedSign;
13773  case 145: return Item::WarpedSlab;
13774  case 284: return Item::WarpedStairs;
13775  case 44: return Item::WarpedStem;
13776  case 233: return Item::WarpedTrapdoor;
13777  case 426: return Item::WarpedWartBlock;
13778  case 661: return Item::WaterBucket;
13779  case 131: return Item::WeepingVines;
13780  case 76: return Item::WetSponge;
13781  case 620: return Item::Wheat;
13782  case 619: return Item::WheatSeeds;
13783  case 869: return Item::WhiteBanner;
13784  case 716: return Item::WhiteBed;
13785  case 350: return Item::WhiteCarpet;
13786  case 464: return Item::WhiteConcrete;
13787  case 480: return Item::WhiteConcretePowder;
13788  case 712: return Item::WhiteDye;
13789  case 448: return Item::WhiteGlazedTerracotta;
13790  case 432: return Item::WhiteShulkerBox;
13791  case 379: return Item::WhiteStainedGlass;
13792  case 395: return Item::WhiteStainedGlassPane;
13793  case 331: return Item::WhiteTerracotta;
13794  case 118: return Item::WhiteTulip;
13795  case 95: return Item::WhiteWool;
13796  case 814: return Item::WitchSpawnEgg;
13797  case 123: return Item::WitherRose;
13798  case 836: return Item::WitherSkeletonSkull;
13799  case 815: return Item::WitherSkeletonSpawnEgg;
13800  case 816: return Item::WolfSpawnEgg;
13801  case 590: return Item::WoodenAxe;
13802  case 613: return Item::WoodenHoe;
13803  case 589: return Item::WoodenPickaxe;
13804  case 588: return Item::WoodenShovel;
13805  case 587: return Item::WoodenSword;
13806  case 824: return Item::WritableBook;
13807  case 825: return Item::WrittenBook;
13808  case 873: return Item::YellowBanner;
13809  case 720: return Item::YellowBed;
13810  case 354: return Item::YellowCarpet;
13811  case 468: return Item::YellowConcrete;
13812  case 484: return Item::YellowConcretePowder;
13813  case 704: return Item::YellowDye;
13814  case 452: return Item::YellowGlazedTerracotta;
13815  case 436: return Item::YellowShulkerBox;
13816  case 383: return Item::YellowStainedGlass;
13817  case 399: return Item::YellowStainedGlassPane;
13818  case 335: return Item::YellowTerracotta;
13819  case 99: return Item::YellowWool;
13820  case 817: return Item::ZoglinSpawnEgg;
13821  case 838: return Item::ZombieHead;
13822  case 819: return Item::ZombieHorseSpawnEgg;
13823  case 818: return Item::ZombieSpawnEgg;
13824  case 820: return Item::ZombieVillagerSpawnEgg;
13825  case 821: return Item::ZombiePigmanSpawnEgg;
13826  default: return Item::Air;
13827  }
13828  }
13829 }
Item::LightGrayConcrete
@ LightGrayConcrete
Item::NetheriteShovel
@ NetheriteShovel
Block::BirchFenceGate::BirchFenceGate
BlockState BirchFenceGate()
Definition: BlockStates.cpp:917
Item::NetherBrickStairs
@ NetherBrickStairs
Item::DeadHornCoralBlock
@ DeadHornCoralBlock
Block::PlayerHead::PlayerHead
BlockState PlayerHead()
Definition: BlockStates.cpp:8226
Item::TropicalFishBucket
@ TropicalFishBucket
Item::BrainCoralFan
@ BrainCoralFan
CustomStatistic::AviateOneCm
@ AviateOneCm
Block::CyanBed::CyanBed
BlockState CyanBed()
Definition: BlockStates.cpp:3156
Block::Lilac::Lilac
BlockState Lilac()
Definition: BlockStates.cpp:6368
Block::PurpurBlock::PurpurBlock
constexpr BlockState PurpurBlock()
Definition: BlockStates.h:17648
Block::FletchingTable::FletchingTable
constexpr BlockState FletchingTable()
Definition: BlockStates.h:8508
Block::GraniteWall::GraniteWall
BlockState GraniteWall()
Definition: BlockStates.cpp:4648
Item::PinkBanner
@ PinkBanner
CustomStatistic::InteractWithLectern
@ InteractWithLectern
Item::SoulCampfire
@ SoulCampfire
Item::HeartOfTheSea
@ HeartOfTheSea
Block::GrayShulkerBox::GrayShulkerBox
BlockState GrayShulkerBox()
Definition: BlockStates.cpp:4811
Item::YellowBanner
@ YellowBanner
Block::Grindstone::Grindstone
BlockState Grindstone()
Definition: BlockStates.cpp:5067
Item::AcaciaDoor
@ AcaciaDoor
Item::OrangeWool
@ OrangeWool
Block::LightGrayBed::LightGrayBed
BlockState LightGrayBed()
Definition: BlockStates.cpp:6196
Block::StrippedOakWood::StrippedOakWood
BlockState StrippedOakWood()
Definition: BlockStates.cpp:11457
Item::WeepingVines
@ WeepingVines
Item::DarkPrismarineStairs
@ DarkPrismarineStairs
Block::WarpedStairs::WarpedStairs
BlockState WarpedStairs()
Definition: BlockStates.cpp:12232
Block::HornCoralBlock::HornCoralBlock
constexpr BlockState HornCoralBlock()
Definition: BlockStates.h:9541
Block::ChorusPlant::ChorusPlant
BlockState ChorusPlant()
Definition: BlockStates.cpp:2377
Item::LightBlueStainedGlassPane
@ LightBlueStainedGlassPane
Item::TurtleHelmet
@ TurtleHelmet
Block::EndStoneBrickStairs::EndStoneBrickStairs
BlockState EndStoneBrickStairs()
Definition: BlockStates.cpp:4265
Item::GoldenHoe
@ GoldenHoe
Item::Beacon
@ Beacon
Item::GoldenHorseArmor
@ GoldenHorseArmor
Item::PlayerHead
@ PlayerHead
Item::SmoothQuartz
@ SmoothQuartz
Block::ActivatorRail::ActivatorRail
BlockState ActivatorRail()
Definition: BlockStates.cpp:402
Item::OrangeCarpet
@ OrangeCarpet
CustomStatistic::TuneNoteblock
@ TuneNoteblock
Item::CoalBlock
@ CoalBlock
Item::HorseSpawnEgg
@ HorseSpawnEgg
Item::LimeGlazedTerracotta
@ LimeGlazedTerracotta
Block::MossyStoneBrickSlab::MossyStoneBrickSlab
BlockState MossyStoneBrickSlab()
Definition: BlockStates.cpp:6886
Block::BlueConcretePowder::BlueConcretePowder
constexpr BlockState BlueConcretePowder()
Definition: BlockStates.h:2656
Block::AcaciaSlab::AcaciaSlab
BlockState AcaciaSlab()
Definition: BlockStates.cpp:276
CustomStatistic::LeaveGame
@ LeaveGame
Item::DeadTubeCoralFan
@ DeadTubeCoralFan
Block::FireCoralFan::FireCoralFan
constexpr BlockState FireCoralFan()
Definition: BlockStates.h:8489
Item::RedStainedGlass
@ RedStainedGlass
Item::AndesiteSlab
@ AndesiteSlab
Block::WarpedDoor::WarpedDoor
BlockState WarpedDoor()
Definition: BlockStates.cpp:12015
Item::EnderChest
@ EnderChest
Item::BrownMushroom
@ BrownMushroom
Item::DriedKelp
@ DriedKelp
Item::RedMushroom
@ RedMushroom
Item::Cauldron
@ Cauldron
Block::OakFence::OakFence
BlockState OakFence()
Definition: BlockStates.cpp:7435
Item::MagentaWool
@ MagentaWool
Block::YellowCarpet::YellowCarpet
constexpr BlockState YellowCarpet()
Definition: BlockStates.h:25330
Item::DragonBreath
@ DragonBreath
Block::Smoker::Smoker
BlockState Smoker()
Definition: BlockStates.cpp:10316
Item::CrackedNetherBricks
@ CrackedNetherBricks
Item::StoneButton
@ StoneButton
Block::RedSandstoneWall::RedSandstoneWall
BlockState RedSandstoneWall()
Definition: BlockStates.cpp:9702
Item::StructureVoid
@ StructureVoid
Item::BeeNest
@ BeeNest
Block::OakFenceGate::OakFenceGate
BlockState OakFenceGate()
Definition: BlockStates.cpp:7474
Item::FireworkRocket
@ FireworkRocket
Block::WarpedStem::WarpedStem
BlockState WarpedStem()
Definition: BlockStates.cpp:12268
Block::CobblestoneWall::CobblestoneWall
BlockState CobblestoneWall()
Definition: BlockStates.cpp:2499
Block::DeadFireCoral::DeadFireCoral
constexpr BlockState DeadFireCoral()
Definition: BlockStates.h:6308
Item::DeadHornCoral
@ DeadHornCoral
Item::Cod
@ Cod
Item::TurtleSpawnEgg
@ TurtleSpawnEgg
Item::EnderEye
@ EnderEye
Item::PufferfishSpawnEgg
@ PufferfishSpawnEgg
Block::SpruceTrapdoor::SpruceTrapdoor
BlockState SpruceTrapdoor()
Definition: BlockStates.cpp:10953
Block::StrippedWarpedHyphae::StrippedWarpedHyphae
BlockState StrippedWarpedHyphae()
Definition: BlockStates.cpp:11505
CustomStatistic::PlayNoteblock
@ PlayNoteblock
Item::NetherBrickFence
@ NetherBrickFence
Block::JungleStairs::JungleStairs
BlockState JungleStairs()
Definition: BlockStates.cpp:5694
Block::WarpedFenceGate::WarpedFenceGate
BlockState WarpedFenceGate()
Definition: BlockStates.cpp:12103
Item::SpruceTrapdoor
@ SpruceTrapdoor
Item::BlackBanner
@ BlackBanner
Item::Netherrack
@ Netherrack
Block::Spawner::Spawner
constexpr BlockState Spawner()
Definition: BlockStates.h:22176
Block::CyanBanner::CyanBanner
BlockState CyanBanner()
Definition: BlockStates.cpp:3127
CustomStatistic::TimeSinceRest
@ TimeSinceRest
Item::HornCoral
@ HornCoral
Block::Scaffolding::Bottom
bool Bottom(const BlockState Block)
Definition: BlockStates.cpp:10194
Item::RedstoneBlock
@ RedstoneBlock
Item::AncientDebris
@ AncientDebris
Block::MagentaStainedGlassPane::MagentaStainedGlassPane
BlockState MagentaStainedGlassPane()
Definition: BlockStates.cpp:6691
Item::WhiteDye
@ WhiteDye
Block::SpruceButton::SpruceButton
BlockState SpruceButton()
Definition: BlockStates.cpp:10632
Item::WarpedFungusOnA_stick
@ WarpedFungusOnA_stick
Block::PolishedBlackstoneBricks::PolishedBlackstoneBricks
constexpr BlockState PolishedBlackstoneBricks()
Definition: BlockStates.h:16037
Item::RedMushroomBlock
@ RedMushroomBlock
Item::PurpleGlazedTerracotta
@ PurpleGlazedTerracotta
Block::BrownShulkerBox::BrownShulkerBox
BlockState BrownShulkerBox()
Definition: BlockStates.cpp:1999
Item::BrainCoralBlock
@ BrainCoralBlock
Block::EndPortalFrame::EndPortalFrame
BlockState EndPortalFrame()
Definition: BlockStates.cpp:4202
Item::GlobeBannerPattern
@ GlobeBannerPattern
Block::Rail::Rail
BlockState Rail()
Definition: BlockStates.cpp:9369
Block::LightBlueStainedGlass::LightBlueStainedGlass
constexpr BlockState LightBlueStainedGlass()
Definition: BlockStates.h:10881
CustomStatistic::InteractWithBlastFurnace
@ InteractWithBlastFurnace
Block::PinkStainedGlassPane::PinkStainedGlassPane
BlockState PinkStainedGlassPane()
Definition: BlockStates.cpp:8099
Item::DiamondPickaxe
@ DiamondPickaxe
Item::TwistingVines
@ TwistingVines
Block::RedShulkerBox::RedShulkerBox
BlockState RedShulkerBox()
Definition: BlockStates.cpp:9753
Item::PolishedBlackstoneBrickStairs
@ PolishedBlackstoneBrickStairs
Block::OakLog::OakLog
BlockState OakLog()
Definition: BlockStates.cpp:7543
Item::PinkDye
@ PinkDye
Item::LimeConcrete
@ LimeConcrete
Block::YellowConcretePowder::YellowConcretePowder
constexpr BlockState YellowConcretePowder()
Definition: BlockStates.h:25344
Item::RedNetherBrickStairs
@ RedNetherBrickStairs
Block::WarpedFence::WarpedFence
BlockState WarpedFence()
Definition: BlockStates.cpp:12064
Item::WarpedSign
@ WarpedSign
Block::YellowConcrete::YellowConcrete
constexpr BlockState YellowConcrete()
Definition: BlockStates.h:25337
Item::PurpleWool
@ PurpleWool
Block::ChiseledNetherBricks::ChiseledNetherBricks
constexpr BlockState ChiseledNetherBricks()
Definition: BlockStates.h:3829
Block::SmoothSandstoneSlab::SmoothSandstoneSlab
BlockState SmoothSandstoneSlab()
Definition: BlockStates.cpp:10454
Item::BlueBed
@ BlueBed
Item::BlueShulkerBox
@ BlueShulkerBox
Block::CyanConcretePowder::CyanConcretePowder
constexpr BlockState CyanConcretePowder()
Definition: BlockStates.h:5359
Item::CreeperBannerPattern
@ CreeperBannerPattern
Item::GreenShulkerBox
@ GreenShulkerBox
Item::WhiteConcrete
@ WhiteConcrete
Item::CookedPorkchop
@ CookedPorkchop
Item::MusicDiscChirp
@ MusicDiscChirp
Item::GoldenLeggings
@ GoldenLeggings
Block::DeadHornCoralBlock::DeadHornCoralBlock
constexpr BlockState DeadHornCoralBlock()
Definition: BlockStates.h:6348
Item::Egg
@ Egg
Item::CaveSpiderSpawnEgg
@ CaveSpiderSpawnEgg
Item::TallGrass
@ TallGrass
Block::StrippedOakLog::StrippedOakLog
BlockState StrippedOakLog()
Definition: BlockStates.cpp:11441
Item::Torch
@ Torch
CustomStatistic::TriggerTrappedChest
@ TriggerTrappedChest
Block::BirchWood::BirchWood
BlockState BirchWood()
Definition: BlockStates.cpp:1174
Block::AzureBluet::AzureBluet
constexpr BlockState AzureBluet()
Definition: BlockStates.h:1098
Item::MossyStoneBrickSlab
@ MossyStoneBrickSlab
Item::StonePickaxe
@ StonePickaxe
Item::Peony
@ Peony
Item::PoisonousPotato
@ PoisonousPotato
Block::InfestedCrackedStoneBricks::InfestedCrackedStoneBricks
constexpr BlockState InfestedCrackedStoneBricks()
Definition: BlockStates.h:9588
Item::QuartzSlab
@ QuartzSlab
Block::Piston::Piston
BlockState Piston()
Definition: BlockStates.cpp:8164
Item::PurpleCarpet
@ PurpleCarpet
CustomStatistic::FishCaught
@ FishCaught
Block::CrimsonSign::CrimsonSign
BlockState CrimsonSign()
Definition: BlockStates.cpp:2931
Item::DarkOakBoat
@ DarkOakBoat
Item::Stone
@ Stone
CustomStatistic::InteractWithLoom
@ InteractWithLoom
Block::Shroomlight::Shroomlight
constexpr BlockState Shroomlight()
Definition: BlockStates.h:21652
Block::WhiteTulip::WhiteTulip
constexpr BlockState WhiteTulip()
Definition: BlockStates.h:25194
Block::EnchantingTable::EnchantingTable
constexpr BlockState EnchantingTable()
Definition: BlockStates.h:6968
Item::ZombieVillagerSpawnEgg
@ ZombieVillagerSpawnEgg
CustomStatistic::UseCauldron
@ UseCauldron
Block::EmeraldOre::EmeraldOre
constexpr BlockState EmeraldOre()
Definition: BlockStates.h:6961
Item::DarkOakTrapdoor
@ DarkOakTrapdoor
Item::SlimeBlock
@ SlimeBlock
Item::PigSpawnEgg
@ PigSpawnEgg
Block::AndesiteWall::AndesiteWall
BlockState AndesiteWall()
Definition: BlockStates.cpp:493
Block::LimeStainedGlass::LimeStainedGlass
constexpr BlockState LimeStainedGlass()
Definition: BlockStates.h:11310
Item::RedNetherBrickWall
@ RedNetherBrickWall
Block::BlackBed::BlackBed
BlockState BlackBed()
Definition: BlockStates.cpp:1219
Item::SlimeSpawnEgg
@ SlimeSpawnEgg
Item::BirchWood
@ BirchWood
Block::WarpedSign::WarpedSign
BlockState WarpedSign()
Definition: BlockStates.cpp:12187
Block::DetectorRail::DetectorRail
BlockState DetectorRail()
Definition: BlockStates.cpp:3939
Block::AcaciaPressurePlate::AcaciaPressurePlate
BlockState AcaciaPressurePlate()
Definition: BlockStates.cpp:217
Item::SuspiciousStew
@ SuspiciousStew
Item::MagentaStainedGlassPane
@ MagentaStainedGlassPane
Block::YellowBed::YellowBed
BlockState YellowBed()
Definition: BlockStates.cpp:12693
Item::CrimsonStairs
@ CrimsonStairs
Block::Observer::Observer
BlockState Observer()
Definition: BlockStates.cpp:7747
Block::Netherrack::Netherrack
constexpr BlockState Netherrack()
Definition: BlockStates.h:13075
Item::OrangeDye
@ OrangeDye
Item::PandaSpawnEgg
@ PandaSpawnEgg
Item::Cornflower
@ Cornflower
Block::WarpedRoots::WarpedRoots
constexpr BlockState WarpedRoots()
Definition: BlockStates.h:24702
Item::NetherWart
@ NetherWart
Block::StoneSlab::StoneSlab
BlockState StoneSlab()
Definition: BlockStates.cpp:11212
Block::PrismarineSlab::PrismarineSlab
BlockState PrismarineSlab()
Definition: BlockStates.cpp:8925
Item::StrippedOakLog
@ StrippedOakLog
Block::DarkPrismarineSlab::DarkPrismarineSlab
BlockState DarkPrismarineSlab()
Definition: BlockStates.cpp:3717
Item::PolarBearSpawnEgg
@ PolarBearSpawnEgg
Item::OakBoat
@ OakBoat
Block::PolishedBlackstoneButton::PolishedBlackstoneButton
BlockState PolishedBlackstoneButton()
Definition: BlockStates.cpp:8467
Block::Cactus::Cactus
BlockState Cactus()
Definition: BlockStates.cpp:2124
Item::MossyCobblestoneStairs
@ MossyCobblestoneStairs
Block::DeadBrainCoral::DeadBrainCoral
constexpr BlockState DeadBrainCoral()
Definition: BlockStates.h:6235
Block::CrimsonTrapdoor::CrimsonTrapdoor
BlockState CrimsonTrapdoor()
Definition: BlockStates.cpp:3028
Item::GoldenBoots
@ GoldenBoots
Item::NetheriteHelmet
@ NetheriteHelmet
Item::Potato
@ Potato
Item::Barrel
@ Barrel
Block::BlackConcrete::BlackConcrete
constexpr BlockState BlackConcrete()
Definition: BlockStates.h:2050
Block::PolishedBlackstoneBrickSlab::PolishedBlackstoneBrickSlab
BlockState PolishedBlackstoneBrickSlab()
Definition: BlockStates.cpp:8361
Block::DragonEgg::DragonEgg
constexpr BlockState DragonEgg()
Definition: BlockStates.h:6877
Item::RedstoneLamp
@ RedstoneLamp
Item::HornCoralFan
@ HornCoralFan
Block::PinkShulkerBox::PinkShulkerBox
BlockState PinkShulkerBox()
Definition: BlockStates.cpp:8077
Item::PrismarineCrystals
@ PrismarineCrystals
Item::Cake
@ Cake
Item::MusicDiscFar
@ MusicDiscFar
CustomStatistic::TimeSinceDeath
@ TimeSinceDeath
Block::Wheat::Wheat
BlockState Wheat()
Definition: BlockStates.cpp:12419
Item::PolishedBlackstoneSlab
@ PolishedBlackstoneSlab
Item::TrappedChest
@ TrappedChest
Block::LightGrayCarpet::LightGrayCarpet
constexpr BlockState LightGrayCarpet()
Definition: BlockStates.h:11022
CustomStatistic::StriderOneCm
@ StriderOneCm
Block::TripwireHook::TripwireHook
BlockState TripwireHook()
Definition: BlockStates.cpp:11787
Block::AncientDebris::AncientDebris
constexpr BlockState AncientDebris()
Definition: BlockStates.h:665
Item::BrownDye
@ BrownDye
Item::LightBlueConcrete
@ LightBlueConcrete
Block::RedSand::RedSand
constexpr BlockState RedSand()
Definition: BlockStates.h:18554
Block::LightBlueShulkerBox::LightBlueShulkerBox
BlockState LightBlueShulkerBox()
Definition: BlockStates.cpp:6083
Block::GlassPane::GlassPane
BlockState GlassPane()
Definition: BlockStates.cpp:4545
Item::GoldOre
@ GoldOre
Item::YellowConcrete
@ YellowConcrete
Item::WitherRose
@ WitherRose
Item::WitchSpawnEgg
@ WitchSpawnEgg
Item::BlackstoneWall
@ BlackstoneWall
Block::Cauldron::Cauldron
BlockState Cauldron()
Definition: BlockStates.cpp:2247
Item::GoldenHelmet
@ GoldenHelmet
Block::CrimsonButton::CrimsonButton
BlockState CrimsonButton()
Definition: BlockStates.cpp:2725
Block::LightGrayBanner::LightGrayBanner
BlockState LightGrayBanner()
Definition: BlockStates.cpp:6167
Item::Bowl
@ Bowl
Item::StoneAxe
@ StoneAxe
Item::OakSign
@ OakSign
Block::OakPlanks::OakPlanks
constexpr BlockState OakPlanks()
Definition: BlockStates.h:14687
Item::Fern
@ Fern
Item::PackedIce
@ PackedIce
Block::BlueGlazedTerracotta::BlueGlazedTerracotta
BlockState BlueGlazedTerracotta()
Definition: BlockStates.cpp:1564
Item::BlueOrchid
@ BlueOrchid
Item::EndStone
@ EndStone
BLOCK_FACE_XM
@ BLOCK_FACE_XM
Definition: Defines.h:40
Item::SprucePlanks
@ SprucePlanks
Block::PolishedDioriteSlab::PolishedDioriteSlab
BlockState PolishedDioriteSlab()
Definition: BlockStates.cpp:8622
Item::TropicalFishSpawnEgg
@ TropicalFishSpawnEgg
Item::BlueWool
@ BlueWool
Block::PolishedBlackstoneStairs::PolishedBlackstoneStairs
BlockState PolishedBlackstoneStairs()
Definition: BlockStates.cpp:8532
Block::CoalBlock::CoalBlock
constexpr BlockState CoalBlock()
Definition: BlockStates.h:4031
Item::WhiteBanner
@ WhiteBanner
Item::Flint
@ Flint
Item::FlintAndSteel
@ FlintAndSteel
Item::TubeCoralFan
@ TubeCoralFan
Item::AcaciaSlab
@ AcaciaSlab
Item::Melon
@ Melon
Block::CrimsonRoots::CrimsonRoots
constexpr BlockState CrimsonRoots()
Definition: BlockStates.h:4995
Block::SmoothSandstone::SmoothSandstone
constexpr BlockState SmoothSandstone()
Definition: BlockStates.h:21942
Item::PhantomMembrane
@ PhantomMembrane
Item::GlowstoneDust
@ GlowstoneDust
Item::SalmonBucket
@ SalmonBucket
Block::IronBars::IronBars
BlockState IronBars()
Definition: BlockStates.cpp:5217
Item::Pumpkin
@ Pumpkin
Item::GildedBlackstone
@ GildedBlackstone
Item::CyanShulkerBox
@ CyanShulkerBox
Block::Comparator::Comparator
BlockState Comparator()
Definition: BlockStates.cpp:2606
Item::RedDye
@ RedDye
Block::GrayStainedGlass::GrayStainedGlass
constexpr BlockState GrayStainedGlass()
Definition: BlockStates.h:9166
Block::Dandelion::Dandelion
constexpr BlockState Dandelion()
Definition: BlockStates.h:5478
Block::CyanStainedGlassPane::CyanStainedGlassPane
BlockState CyanStainedGlassPane()
Definition: BlockStates.cpp:3237
Item::LightGrayWool
@ LightGrayWool
Item::SoulSand
@ SoulSand
Item::TubeCoral
@ TubeCoral
Item::YellowGlazedTerracotta
@ YellowGlazedTerracotta
Item::Clock
@ Clock
Item::FurnaceMinecart
@ FurnaceMinecart
Block::WarpedWartBlock::WarpedWartBlock
constexpr BlockState WarpedWartBlock()
Definition: BlockStates.h:24930
CustomStatistic::OpenEnderchest
@ OpenEnderchest
Item::DeadBrainCoralBlock
@ DeadBrainCoralBlock
Item::NetherBrickSlab
@ NetherBrickSlab
Item::IronTrapdoor
@ IronTrapdoor
Block::PinkGlazedTerracotta::PinkGlazedTerracotta
BlockState PinkGlazedTerracotta()
Definition: BlockStates.cpp:8060
Item::MossyCobblestoneWall
@ MossyCobblestoneWall
Item::PolishedBlackstoneBricks
@ PolishedBlackstoneBricks
Item::RoseBush
@ RoseBush
Item::AcaciaFenceGate
@ AcaciaFenceGate
Block::Seagrass::Seagrass
constexpr BlockState Seagrass()
Definition: BlockStates.h:21645
Item::JungleLeaves
@ JungleLeaves
Item::PolishedBasalt
@ PolishedBasalt
Item::HoglinSpawnEgg
@ HoglinSpawnEgg
Block::AndesiteWall::Up
bool Up(const BlockState Block)
Definition: BlockStates.cpp:524
Block::PetrifiedOakSlab::PetrifiedOakSlab
BlockState PetrifiedOakSlab()
Definition: BlockStates.cpp:7973
Item::SkeletonSkull
@ SkeletonSkull
Block::OrangeBed::OrangeBed
BlockState OrangeBed()
Definition: BlockStates.cpp:7806
Block::Cake::Cake
BlockState Cake()
Definition: BlockStates.cpp:2153
Item::OrangeStainedGlass
@ OrangeStainedGlass
Item::FireCoralFan
@ FireCoralFan
Item::GrayTerracotta
@ GrayTerracotta
Block::BirchPlanks::BirchPlanks
constexpr BlockState BirchPlanks()
Definition: BlockStates.h:1728
Item::CyanTerracotta
@ CyanTerracotta
Item::MagentaConcretePowder
@ MagentaConcretePowder
Item::OrangeConcrete
@ OrangeConcrete
Item::Chicken
@ Chicken
Item::ShulkerShell
@ ShulkerShell
Item::FireworkStar
@ FireworkStar
Item::NetherWartBlock
@ NetherWartBlock
Item::MagentaGlazedTerracotta
@ MagentaGlazedTerracotta
Item::MossyStoneBricks
@ MossyStoneBricks
Block::AcaciaButton::AcaciaButton
BlockState AcaciaButton()
Definition: BlockStates.cpp:7
Item::InkSac
@ InkSac
Item::SpruceSapling
@ SpruceSapling
Item::MojangBannerPattern
@ MojangBannerPattern
Item::Sugar
@ Sugar
Block::Repeater::Repeater
BlockState Repeater()
Definition: BlockStates.cpp:9978
Block::Glass::Glass
constexpr BlockState Glass()
Definition: BlockStates.h:8562
Item::SmoothRedSandstoneSlab
@ SmoothRedSandstoneSlab
Item::ExperienceBottle
@ ExperienceBottle
Block::StrippedCrimsonHyphae::StrippedCrimsonHyphae
BlockState StrippedCrimsonHyphae()
Definition: BlockStates.cpp:11345
Block::Lodestone::Lodestone
constexpr BlockState Lodestone()
Definition: BlockStates.h:11384
Block::CrimsonHyphae::CrimsonHyphae
BlockState CrimsonHyphae()
Definition: BlockStates.cpp:2891
Block::Cobweb::Cobweb
constexpr BlockState Cobweb()
Definition: BlockStates.h:4442
Block::LightGrayTerracotta::LightGrayTerracotta
constexpr BlockState LightGrayTerracotta()
Definition: BlockStates.h:11117
Block::Hopper::Hopper
BlockState Hopper()
Definition: BlockStates.cpp:5144
Block::NetherSprouts::NetherSprouts
constexpr BlockState NetherSprouts()
Definition: BlockStates.h:13042
Block::IronTrapdoor::IronTrapdoor
BlockState IronTrapdoor()
Definition: BlockStates.cpp:5311
Item::RedNetherBrickSlab
@ RedNetherBrickSlab
Item::SkeletonHorseSpawnEgg
@ SkeletonHorseSpawnEgg
Item::TNT
@ TNT
Block::Chest::Chest
BlockState Chest()
Definition: BlockStates.cpp:2297
Item::BrownWool
@ BrownWool
Block::MossyCobblestone::MossyCobblestone
constexpr BlockState MossyCobblestone()
Definition: BlockStates.h:11621
Item::HuskSpawnEgg
@ HuskSpawnEgg
Item::BlackstoneStairs
@ BlackstoneStairs
Item::AcaciaPressurePlate
@ AcaciaPressurePlate
Block::DarkPrismarine::DarkPrismarine
constexpr BlockState DarkPrismarine()
Definition: BlockStates.h:6093
Item::Bell
@ Bell
Block::GreenGlazedTerracotta::GreenGlazedTerracotta
BlockState GreenGlazedTerracotta()
Definition: BlockStates.cpp:4966
Item::GlassPane
@ GlassPane
Item::DeadHornCoralFan
@ DeadHornCoralFan
Block::PrismarineWall::PrismarineWall
BlockState PrismarineWall()
Definition: BlockStates.cpp:8977
Block::SmoothQuartz::SmoothQuartz
constexpr BlockState SmoothQuartz()
Definition: BlockStates.h:21744
Block::SoulCampfire::SoulCampfire
BlockState SoulCampfire()
Definition: BlockStates.cpp:10549
Item::SandstoneSlab
@ SandstoneSlab
Item::SmoothQuartzSlab
@ SmoothQuartzSlab
Item::OakStairs
@ OakStairs
Item::DarkPrismarine
@ DarkPrismarine
Item::ZombieHorseSpawnEgg
@ ZombieHorseSpawnEgg
Item::OrangeConcretePowder
@ OrangeConcretePowder
Item::CyanCarpet
@ CyanCarpet
Item::WarpedTrapdoor
@ WarpedTrapdoor
Block::CyanConcrete::CyanConcrete
constexpr BlockState CyanConcrete()
Definition: BlockStates.h:5352
Item::GrassBlock
@ GrassBlock
Block::LapisOre::LapisOre
constexpr BlockState LapisOre()
Definition: BlockStates.h:10628
Item::CrimsonDoor
@ CrimsonDoor
Block::MagmaBlock::MagmaBlock
constexpr BlockState MagmaBlock()
Definition: BlockStates.h:11591
Item::Allium
@ Allium
Item::WhiteTulip
@ WhiteTulip
Item::YellowDye
@ YellowDye
Item::KnowledgeBook
@ KnowledgeBook
Block::GreenBed::GreenBed
BlockState GreenBed()
Definition: BlockStates.cpp:4924
Block::RedConcrete::RedConcrete
constexpr BlockState RedConcrete()
Definition: BlockStates.h:17992
Item::ChainmailChestplate
@ ChainmailChestplate
Item::RabbitFoot
@ RabbitFoot
Item::StrippedBirchLog
@ StrippedBirchLog
Item::SprucePressurePlate
@ SprucePressurePlate
Block::GreenTerracotta::GreenTerracotta
constexpr BlockState GreenTerracotta()
Definition: BlockStates.h:9402
Item::BrewingStand
@ BrewingStand
Item::EndRod
@ EndRod
Block::NetherQuartzOre::NetherQuartzOre
constexpr BlockState NetherQuartzOre()
Definition: BlockStates.h:13035
Item::Seagrass
@ Seagrass
Item::EnchantedGoldenApple
@ EnchantedGoldenApple
Item::NetherBricks
@ NetherBricks
Item::RabbitSpawnEgg
@ RabbitSpawnEgg
Item::Terracotta
@ Terracotta
Item::BirchDoor
@ BirchDoor
Item::MilkBucket
@ MilkBucket
Item::SeaPickle
@ SeaPickle
CustomStatistic::InteractWithCraftingTable
@ InteractWithCraftingTable
Item::LapisOre
@ LapisOre
Item::Charcoal
@ Charcoal
Item::Snowball
@ Snowball
Block::AndesiteSlab::AndesiteSlab
BlockState AndesiteSlab()
Definition: BlockStates.cpp:441
Item::NetheriteScrap
@ NetheriteScrap
Block::QuartzBricks::QuartzBricks
constexpr BlockState QuartzBricks()
Definition: BlockStates.h:17771
Item::SpruceFence
@ SpruceFence
Block::StrippedCrimsonStem::StrippedCrimsonStem
BlockState StrippedCrimsonStem()
Definition: BlockStates.cpp:11361
Block::HornCoralFan::HornCoralFan
constexpr BlockState HornCoralFan()
Definition: BlockStates.h:9548
Block::Grass::Grass
constexpr BlockState Grass()
Definition: BlockStates.h:9021
Block::LightBlueStainedGlassPane::LightBlueStainedGlassPane
BlockState LightBlueStainedGlassPane()
Definition: BlockStates.cpp:6105
Item::WaterBucket
@ WaterBucket
Item::StoneShovel
@ StoneShovel
Item::ZombieSpawnEgg
@ ZombieSpawnEgg
BlockState::ID
uint_least16_t ID
The state ID of the block state.
Definition: BlockState.h:26
Block::BlueOrchid::BlueOrchid
constexpr BlockState BlueOrchid()
Definition: BlockStates.h:2682
Item::PolishedBlackstoneButton
@ PolishedBlackstoneButton
Block::NetheriteBlock::NetheriteBlock
constexpr BlockState NetheriteBlock()
Definition: BlockStates.h:13068
Block::Air::Air
constexpr BlockState Air()
Definition: BlockStates.h:651
Item::JungleWood
@ JungleWood
Item::CrackedPolishedBlackstoneBricks
@ CrackedPolishedBlackstoneBricks
Block::PolishedBlackstoneBrickWall::PolishedBlackstoneBrickWall
BlockState PolishedBlackstoneBrickWall()
Definition: BlockStates.cpp:8413
Item::SmoothSandstoneStairs
@ SmoothSandstoneStairs
CustomStatistic::SleepInBed
@ SleepInBed
CustomStatistic::OpenBarrel
@ OpenBarrel
Block::AcaciaStairs::AcaciaStairs
BlockState AcaciaStairs()
Definition: BlockStates.cpp:292
Block::BlackstoneStairs::BlackstoneStairs
BlockState BlackstoneStairs()
Definition: BlockStates.cpp:1381
Item::DeadTubeCoral
@ DeadTubeCoral
Item::SeaLantern
@ SeaLantern
Item::WoodenPickaxe
@ WoodenPickaxe
Item::PumpkinPie
@ PumpkinPie
Block::RedBanner::RedBanner
BlockState RedBanner()
Definition: BlockStates.cpp:9392
Item::CrackedStoneBricks
@ CrackedStoneBricks
Block::InfestedChiseledStoneBricks::InfestedChiseledStoneBricks
constexpr BlockState InfestedChiseledStoneBricks()
Definition: BlockStates.h:9574
Item::StrippedAcaciaLog
@ StrippedAcaciaLog
Block::Beehive::Beehive
BlockState Beehive()
Definition: BlockStates.cpp:714
Item::LightBlueTerracotta
@ LightBlueTerracotta
Block::Stone::Stone
constexpr BlockState Stone()
Definition: BlockStates.h:22821
Block::PolishedBlackstone::PolishedBlackstone
constexpr BlockState PolishedBlackstone()
Definition: BlockStates.h:15647
Block::DeadFireCoralFan::DeadFireCoralFan
constexpr BlockState DeadFireCoralFan()
Definition: BlockStates.h:6322
Item::LimeDye
@ LimeDye
Palette_1_16.h
Block::Gravel::Gravel
constexpr BlockState Gravel()
Definition: BlockStates.h:9045
Block::DarkOakDoor::DarkOakDoor
BlockState DarkOakDoor()
Definition: BlockStates.cpp:3353
Item::Barrier
@ Barrier
Item::BlueTerracotta
@ BlueTerracotta
Block::NetherBrickWall::NetherBrickWall
BlockState NetherBrickWall()
Definition: BlockStates.cpp:7180
Block::GreenStainedGlass::GreenStainedGlass
constexpr BlockState GreenStainedGlass()
Definition: BlockStates.h:9354
Item::PolishedBlackstoneBrickWall
@ PolishedBlackstoneBrickWall
Item::PrismarineSlab
@ PrismarineSlab
Block::BlackWool::BlackWool
constexpr BlockState BlackWool()
Definition: BlockStates.h:2157
Item::EndStoneBrickWall
@ EndStoneBrickWall
Block::AcaciaFenceGate::AcaciaFenceGate
BlockState AcaciaFenceGate()
Definition: BlockStates.cpp:129
Item::MossyStoneBrickStairs
@ MossyStoneBrickStairs
Item::YellowShulkerBox
@ YellowShulkerBox
Block::PinkCarpet::PinkCarpet
constexpr BlockState PinkCarpet()
Definition: BlockStates.h:15277
Item::Diorite
@ Diorite
Block::PurpleCarpet::PurpleCarpet
constexpr BlockState PurpleCarpet()
Definition: BlockStates.h:17527
Item::PurpleTerracotta
@ PurpleTerracotta
Block::DarkPrismarineStairs::DarkPrismarineStairs
BlockState DarkPrismarineStairs()
Definition: BlockStates.cpp:3733
Block::BlueStainedGlassPane::BlueStainedGlassPane
BlockState BlueStainedGlassPane()
Definition: BlockStates.cpp:1609
Item::OrangeStainedGlassPane
@ OrangeStainedGlassPane
Item::CyanDye
@ CyanDye
CustomStatistic::FillCauldron
@ FillCauldron
CustomStatistic::InteractWithAnvil
@ InteractWithAnvil
Item::DarkOakButton
@ DarkOakButton
Block::BrickWall::BrickWall
BlockState BrickWall()
Definition: BlockStates.cpp:1799
Item::GraniteWall
@ GraniteWall
Block::HoneycombBlock::HoneycombBlock
constexpr BlockState HoneycombBlock()
Definition: BlockStates.h:9506
Block::StoneBrickStairs::StoneBrickStairs
BlockState StoneBrickStairs()
Definition: BlockStates.cpp:11073
Item::GrayCarpet
@ GrayCarpet
Block::QuartzStairs::QuartzStairs
BlockState QuartzStairs()
Definition: BlockStates.cpp:9333
Block::OakPressurePlate::OakPressurePlate
BlockState OakPressurePlate()
Definition: BlockStates.cpp:7562
Item::AcaciaSign
@ AcaciaSign
Item::PinkBed
@ PinkBed
Globals.h
Item
Item
Definition: Items.h:3
Block::AcaciaWood::AcaciaWood
BlockState AcaciaWood()
Definition: BlockStates.cpp:386
Item::NetheriteBlock
@ NetheriteBlock
Block::WhiteBanner::WhiteBanner
BlockState WhiteBanner()
Definition: BlockStates.cpp:12440
Item::CrimsonTrapdoor
@ CrimsonTrapdoor
Item::BirchFenceGate
@ BirchFenceGate
Item::GoldenSword
@ GoldenSword
Item::PurpleConcretePowder
@ PurpleConcretePowder
Item::BlackWool
@ BlackWool
Block::DeadFireCoralBlock::DeadFireCoralBlock
constexpr BlockState DeadFireCoralBlock()
Definition: BlockStates.h:6315
UInt32
unsigned int UInt32
Definition: Globals.h:154
Item::IronLeggings
@ IronLeggings
CustomStatistic::PlayerKills
@ PlayerKills
Item::JungleTrapdoor
@ JungleTrapdoor
Block::LightGrayStainedGlass::LightGrayStainedGlass
constexpr BlockState LightGrayStainedGlass()
Definition: BlockStates.h:11069
Item::MagmaCream
@ MagmaCream
Item::GrayStainedGlassPane
@ GrayStainedGlassPane
Item::NetherQuartzOre
@ NetherQuartzOre
Block::DeadHornCoral::DeadHornCoral
constexpr BlockState DeadHornCoral()
Definition: BlockStates.h:6341
Item::WitherSkeletonSkull
@ WitherSkeletonSkull
Item::ShulkerBox
@ ShulkerBox
Item::SmoothSandstone
@ SmoothSandstone
Block::OrangeConcretePowder::OrangeConcretePowder
constexpr BlockState OrangeConcretePowder()
Definition: BlockStates.h:15050
Block::DamagedAnvil::DamagedAnvil
BlockState DamagedAnvil()
Definition: BlockStates.cpp:3299
Block::SugarCane::SugarCane
BlockState SugarCane()
Definition: BlockStates.cpp:11557
Item::BlueDye
@ BlueDye
Block::DarkOakSlab::DarkOakSlab
BlockState DarkOakSlab()
Definition: BlockStates.cpp:3588
Block::CrimsonNylium::CrimsonNylium
constexpr BlockState CrimsonNylium()
Definition: BlockStates.h:4971
Item::PinkShulkerBox
@ PinkShulkerBox
Item::CommandBlockMinecart
@ CommandBlockMinecart
Item::NameTag
@ NameTag
Block::LimeConcretePowder::LimeConcretePowder
constexpr BlockState LimeConcretePowder()
Definition: BlockStates.h:11277
Item::CreeperSpawnEgg
@ CreeperSpawnEgg
Block::YellowBanner::YellowBanner
BlockState YellowBanner()
Definition: BlockStates.cpp:12664
Item::PinkTerracotta
@ PinkTerracotta
Block::EndRod::EndRod
BlockState EndRod()
Definition: BlockStates.cpp:4227
Item::Emerald
@ Emerald
Block::PinkBanner::PinkBanner
BlockState PinkBanner()
Definition: BlockStates.cpp:7989
Item::RedSandstoneStairs
@ RedSandstoneStairs
Block::DeadBrainCoralBlock::DeadBrainCoralBlock
constexpr BlockState DeadBrainCoralBlock()
Definition: BlockStates.h:6242
Item::RabbitStew
@ RabbitStew
Item::LightBlueBed
@ LightBlueBed
Block::Dispenser::Dispenser
BlockState Dispenser()
Definition: BlockStates.cpp:4081
Item::Conduit
@ Conduit
Block::BrownStainedGlass::BrownStainedGlass
constexpr BlockState BrownStainedGlass()
Definition: BlockStates.h:3508
Item::ChiseledNetherBricks
@ ChiseledNetherBricks
Item::StrippedSpruceWood
@ StrippedSpruceWood
Block::AcaciaLog::AcaciaLog
BlockState AcaciaLog()
Definition: BlockStates.cpp:198
Block::WarpedHyphae::WarpedHyphae
BlockState WarpedHyphae()
Definition: BlockStates.cpp:12147
Item::CartographyTable
@ CartographyTable
Block::Fern::Fern
constexpr BlockState Fern()
Definition: BlockStates.h:7447
CustomStatistic::InteractWithStonecutter
@ InteractWithStonecutter
Item::LightBlueShulkerBox
@ LightBlueShulkerBox
Item::PolishedAndesite
@ PolishedAndesite
Block::NetherWartBlock::NetherWartBlock
constexpr BlockState NetherWartBlock()
Definition: BlockStates.h:13061
Item::BlackStainedGlass
@ BlackStainedGlass
Block::LimeWool::LimeWool
constexpr BlockState LimeWool()
Definition: BlockStates.h:11377
Item::Snow
@ Snow
Block::RedTerracotta::RedTerracotta
constexpr BlockState RedTerracotta()
Definition: BlockStates.h:19013
Block::RedStainedGlassPane::RedStainedGlassPane
BlockState RedStainedGlassPane()
Definition: BlockStates.cpp:9775
Item::Ice
@ Ice
Item::Dandelion
@ Dandelion
Item::OakPressurePlate
@ OakPressurePlate
Block::StrippedJungleLog::StrippedJungleLog
BlockState StrippedJungleLog()
Definition: BlockStates.cpp:11409
Item::Coal
@ Coal
Item::AcaciaStairs
@ AcaciaStairs
Item::CookedSalmon
@ CookedSalmon
Item::MelonSeeds
@ MelonSeeds
Block::CyanGlazedTerracotta::CyanGlazedTerracotta
BlockState CyanGlazedTerracotta()
Definition: BlockStates.cpp:3198
Block::LimeShulkerBox::LimeShulkerBox
BlockState LimeShulkerBox()
Definition: BlockStates.cpp:6477
Block::EndStoneBricks::EndStoneBricks
constexpr BlockState EndStoneBricks()
Definition: BlockStates.h:7412
Item::BrownStainedGlassPane
@ BrownStainedGlassPane
Item::LimeStainedGlassPane
@ LimeStainedGlassPane
Item::WrittenBook
@ WrittenBook
CustomStatistic::WalkOnWaterOneCm
@ WalkOnWaterOneCm
Block::BlackConcretePowder::BlackConcretePowder
constexpr BlockState BlackConcretePowder()
Definition: BlockStates.h:2057
Item::PurpleStainedGlassPane
@ PurpleStainedGlassPane
Block::Diorite::Diorite
constexpr BlockState Diorite()
Definition: BlockStates.h:6453
Item::CatSpawnEgg
@ CatSpawnEgg
Item::Bookshelf
@ Bookshelf
Block::SpruceLog::SpruceLog
BlockState SpruceLog()
Definition: BlockStates.cpp:10823
Block::Obsidian::Obsidian
constexpr BlockState Obsidian()
Definition: BlockStates.h:14962
Item::PiglinBannerPattern
@ PiglinBannerPattern
CustomStatistic::SwimOneCm
@ SwimOneCm
Item::CutRedSandstoneSlab
@ CutRedSandstoneSlab
Item::JungleDoor
@ JungleDoor
Block::WetSponge::WetSponge
constexpr BlockState WetSponge()
Definition: BlockStates.h:25002
Block::GrayConcretePowder::GrayConcretePowder
constexpr BlockState GrayConcretePowder()
Definition: BlockStates.h:9133
Item::OrangeShulkerBox
@ OrangeShulkerBox
CustomStatistic::TargetHit
@ TargetHit
Item::JungleSign
@ JungleSign
Item::LightGrayStainedGlass
@ LightGrayStainedGlass
Block::Peony::Peony
BlockState Peony()
Definition: BlockStates.cpp:7958
Item::TotemOfUndying
@ TotemOfUndying
Item::AcaciaButton
@ AcaciaButton
Item::WarpedHyphae
@ WarpedHyphae
Block::DragonHead::DragonHead
BlockState DragonHead()
Definition: BlockStates.cpp:4111
Block::BlackstoneSlab::BlackstoneSlab
BlockState BlackstoneSlab()
Definition: BlockStates.cpp:1365
Item::EndCrystal
@ EndCrystal
Item::OakLog
@ OakLog
Item::LeatherChestplate
@ LeatherChestplate
Block::WhiteStainedGlass::WhiteStainedGlass
constexpr BlockState WhiteStainedGlass()
Definition: BlockStates.h:25139
Block::IronOre::IronOre
constexpr BlockState IronOre()
Definition: BlockStates.h:9810
Item::NetheriteLeggings
@ NetheriteLeggings
Item::PumpkinSeeds
@ PumpkinSeeds
Item::CraftingTable
@ CraftingTable
Item::DeadFireCoralBlock
@ DeadFireCoralBlock
Item::RedShulkerBox
@ RedShulkerBox
Block::LilyPad::LilyPad
constexpr BlockState LilyPad()
Definition: BlockStates.h:11189
Item::CarvedPumpkin
@ CarvedPumpkin
Block::GildedBlackstone::GildedBlackstone
constexpr BlockState GildedBlackstone()
Definition: BlockStates.h:8555
Block::OrangeTerracotta::OrangeTerracotta
constexpr BlockState OrangeTerracotta()
Definition: BlockStates.h:15131
Item::LightBlueStainedGlass
@ LightBlueStainedGlass
Item::IronSword
@ IronSword
Item::AzureBluet
@ AzureBluet
Item::SpruceLeaves
@ SpruceLeaves
Block::StonePressurePlate::StonePressurePlate
BlockState StonePressurePlate()
Definition: BlockStates.cpp:11197
Block::Sponge::Sponge
constexpr BlockState Sponge()
Definition: BlockStates.h:22183
BLOCK_FACE_YM
@ BLOCK_FACE_YM
Definition: Defines.h:42
Item::AndesiteStairs
@ AndesiteStairs
Item::OrangeTulip
@ OrangeTulip
Block::WhiteCarpet::WhiteCarpet
constexpr BlockState WhiteCarpet()
Definition: BlockStates.h:25092
Item::ChiseledRedSandstone
@ ChiseledRedSandstone
Block::BrownTerracotta::BrownTerracotta
constexpr BlockState BrownTerracotta()
Definition: BlockStates.h:3556
Item::BlackConcretePowder
@ BlackConcretePowder
BLOCK_FACE_YP
@ BLOCK_FACE_YP
Definition: Defines.h:43
Block::PinkTerracotta::PinkTerracotta
constexpr BlockState PinkTerracotta()
Definition: BlockStates.h:15372
Item::Comparator
@ Comparator
Item::PolishedAndesiteStairs
@ PolishedAndesiteStairs
Item::CyanBed
@ CyanBed
Item::NetherStar
@ NetherStar
Item::GraniteStairs
@ GraniteStairs
Block::RedNetherBrickStairs::RedNetherBrickStairs
BlockState RedNetherBrickStairs()
Definition: BlockStates.cpp:9554
Item::SpruceDoor
@ SpruceDoor
Item::Diamond
@ Diamond
Block::EndStoneBrickSlab::EndStoneBrickSlab
BlockState EndStoneBrickSlab()
Definition: BlockStates.cpp:4249
Item::JackOLantern
@ JackOLantern
Item::CrimsonRoots
@ CrimsonRoots
Item::BlastFurnace
@ BlastFurnace
Block::MagentaCarpet::MagentaCarpet
constexpr BlockState MagentaCarpet()
Definition: BlockStates.h:11470
Item::Chain
@ Chain
Item::ParrotSpawnEgg
@ ParrotSpawnEgg
Item::Bow
@ Bow
Block::BirchStairs::BirchStairs
BlockState BirchStairs()
Definition: BlockStates.cpp:1080
Item::StrippedDarkOakLog
@ StrippedDarkOakLog
Block::StoneBrickSlab::StoneBrickSlab
BlockState StoneBrickSlab()
Definition: BlockStates.cpp:11057
Block::SmoothSandstoneStairs::SmoothSandstoneStairs
BlockState SmoothSandstoneStairs()
Definition: BlockStates.cpp:10470
Block::BlackStainedGlass::BlackStainedGlass
constexpr BlockState BlackStainedGlass()
Definition: BlockStates.h:2090
Item::GrayBanner
@ GrayBanner
Item::EndermiteSpawnEgg
@ EndermiteSpawnEgg
Item::OakSapling
@ OakSapling
Item::LimeConcretePowder
@ LimeConcretePowder
Item::GreenBanner
@ GreenBanner
Item::RavagerSpawnEgg
@ RavagerSpawnEgg
Block::PurpleBed::PurpleBed
BlockState PurpleBed()
Definition: BlockStates.cpp:9081
Item::BrickStairs
@ BrickStairs
Block::BubbleCoralFan::BubbleCoralFan
constexpr BlockState BubbleCoralFan()
Definition: BlockStates.h:3606
Block::SandstoneWall::SandstoneWall
BlockState SandstoneWall()
Definition: BlockStates.cpp:10139
Block::DeadBubbleCoralFan::DeadBubbleCoralFan
constexpr BlockState DeadBubbleCoralFan()
Definition: BlockStates.h:6282
Item::NetherBrick
@ NetherBrick
Block::BeeNest::BeeNest
BlockState BeeNest()
Definition: BlockStates.cpp:685
Block::CyanStainedGlass::CyanStainedGlass
constexpr BlockState CyanStainedGlass()
Definition: BlockStates.h:5392
Item::PurpleDye
@ PurpleDye
Block::Melon::Melon
constexpr BlockState Melon()
Definition: BlockStates.h:11598
Item::GrassPath
@ GrassPath
Item::LimeWool
@ LimeWool
Item::DeadFireCoral
@ DeadFireCoral
Block::GrayBanner::GrayBanner
BlockState GrayBanner()
Definition: BlockStates.cpp:4723
Block::JungleFenceGate::JungleFenceGate
BlockState JungleFenceGate()
Definition: BlockStates.cpp:5531
Block::RedstoneLamp::RedstoneLamp
BlockState RedstoneLamp()
Definition: BlockStates.cpp:9843
CustomStatistic::DamageBlockedByShield
@ DamageBlockedByShield
Block::TubeCoralBlock::TubeCoralBlock
constexpr BlockState TubeCoralBlock()
Definition: BlockStates.h:24156
Block::SandstoneStairs::SandstoneStairs
BlockState SandstoneStairs()
Definition: BlockStates.cpp:10103
Item::BlackGlazedTerracotta
@ BlackGlazedTerracotta
Item::SandstoneWall
@ SandstoneWall
Item::Ladder
@ Ladder
Item::PurpleBed
@ PurpleBed
Block::BlueIce::BlueIce
constexpr BlockState BlueIce()
Definition: BlockStates.h:2675
Block::DarkOakFence::DarkOakFence
BlockState DarkOakFence()
Definition: BlockStates.cpp:3402
Item::PinkTulip
@ PinkTulip
Item::SpiderSpawnEgg
@ SpiderSpawnEgg
Item::Poppy
@ Poppy
Item::LightWeightedPressurePlate
@ LightWeightedPressurePlate
Item::FireCharge
@ FireCharge
Item::IronHelmet
@ IronHelmet
Item::DarkOakPlanks
@ DarkOakPlanks
Item::MagmaBlock
@ MagmaBlock
Block::PinkConcrete::PinkConcrete
constexpr BlockState PinkConcrete()
Definition: BlockStates.h:15284
Block::Lantern::Lantern
BlockState Lantern()
Definition: BlockStates.cpp:5863
Block::PolishedDiorite::PolishedDiorite
constexpr BlockState PolishedDiorite()
Definition: BlockStates.h:16492
Item::Rail
@ Rail
Block::SoulLantern::SoulLantern
BlockState SoulLantern()
Definition: BlockStates.cpp:10585
Item::PrismarineShard
@ PrismarineShard
Block::GreenShulkerBox::GreenShulkerBox
BlockState GreenShulkerBox()
Definition: BlockStates.cpp:4983
Block::DarkOakFenceGate::DarkOakFenceGate
BlockState DarkOakFenceGate()
Definition: BlockStates.cpp:3441
Block::DeadBubbleCoral::DeadBubbleCoral
constexpr BlockState DeadBubbleCoral()
Definition: BlockStates.h:6268
Block::SmoothQuartzSlab::SmoothQuartzSlab
BlockState SmoothQuartzSlab()
Definition: BlockStates.cpp:10344
Item::RedGlazedTerracotta
@ RedGlazedTerracotta
Block::MossyCobblestoneSlab::MossyCobblestoneSlab
BlockState MossyCobblestoneSlab()
Definition: BlockStates.cpp:6783
Block::JungleLeaves::JungleLeaves
BlockState JungleLeaves()
Definition: BlockStates.cpp:5572
CustomStatistic::DamageDealtAbsorbed
@ DamageDealtAbsorbed
Item::MossyCobblestoneSlab
@ MossyCobblestoneSlab
Item::DarkOakPressurePlate
@ DarkOakPressurePlate
CustomStatistic::SprintOneCm
@ SprintOneCm
Item::GoldenShovel
@ GoldenShovel
Item::DiamondBoots
@ DiamondBoots
Block::Cornflower::Cornflower
constexpr BlockState Cornflower()
Definition: BlockStates.h:4563
Block::ChiseledStoneBricks::ChiseledStoneBricks
constexpr BlockState ChiseledStoneBricks()
Definition: BlockStates.h:3864
Block::BrownWool::BrownWool
constexpr BlockState BrownWool()
Definition: BlockStates.h:3575
Item::MagmaCubeSpawnEgg
@ MagmaCubeSpawnEgg
Block::AndesiteStairs::AndesiteStairs
BlockState AndesiteStairs()
Definition: BlockStates.cpp:457
Item::StrippedBirchWood
@ StrippedBirchWood
Item::LilyPad
@ LilyPad
Block::JungleSlab::JungleSlab
BlockState JungleSlab()
Definition: BlockStates.cpp:5678
Item::LimeTerracotta
@ LimeTerracotta
Block::Stonecutter::Stonecutter
BlockState Stonecutter()
Definition: BlockStates.cpp:11264
Block::SmoothStoneSlab::SmoothStoneSlab
BlockState SmoothStoneSlab()
Definition: BlockStates.cpp:10509
Block::PinkBed::PinkBed
BlockState PinkBed()
Definition: BlockStates.cpp:8018
Block::YellowStainedGlassPane::YellowStainedGlassPane
BlockState YellowStainedGlassPane()
Definition: BlockStates.cpp:12774
Block::BlackstoneWall::BlackstoneWall
BlockState BlackstoneWall()
Definition: BlockStates.cpp:1417
Item::BlueGlazedTerracotta
@ BlueGlazedTerracotta
Item::OrangeTerracotta
@ OrangeTerracotta
Block::LightWeightedPressurePlate::LightWeightedPressurePlate
BlockState LightWeightedPressurePlate()
Definition: BlockStates.cpp:6339
Block::InfestedMossyStoneBricks::InfestedMossyStoneBricks
constexpr BlockState InfestedMossyStoneBricks()
Definition: BlockStates.h:9595
Item::Sandstone
@ Sandstone
CustomStatistic::TalkedToVillager
@ TalkedToVillager
Block::Bricks::Bricks
constexpr BlockState Bricks()
Definition: BlockStates.h:3241
Item::ChainmailHelmet
@ ChainmailHelmet
Block::BirchSlab::BirchSlab
BlockState BirchSlab()
Definition: BlockStates.cpp:1064
Block::JungleButton::JungleButton
BlockState JungleButton()
Definition: BlockStates.cpp:5409
Item::Stick
@ Stick
Block::GrayWool::GrayWool
constexpr BlockState GrayWool()
Definition: BlockStates.h:9233
Block::JungleDoor::JungleDoor
BlockState JungleDoor()
Definition: BlockStates.cpp:5443
Block::HoneyBlock::HoneyBlock
constexpr BlockState HoneyBlock()
Definition: BlockStates.h:9499
Item::BlueConcrete
@ BlueConcrete
Item::AndesiteWall
@ AndesiteWall
Item::GraniteSlab
@ GraniteSlab
Block::LimeCarpet::LimeCarpet
constexpr BlockState LimeCarpet()
Definition: BlockStates.h:11263
Block::CobblestoneStairs::CobblestoneStairs
BlockState CobblestoneStairs()
Definition: BlockStates.cpp:2463
Item::RedCarpet
@ RedCarpet
Block::LightBlueWool::LightBlueWool
constexpr BlockState LightBlueWool()
Definition: BlockStates.h:10948
CustomStatistic::MinecartOneCm
@ MinecartOneCm
Block::SpruceLeaves::SpruceLeaves
BlockState SpruceLeaves()
Definition: BlockStates.cpp:10795
CustomStatistic::DamageTaken
@ DamageTaken
Item::RedstoneTorch
@ RedstoneTorch
Item::IronDoor
@ IronDoor
Block::GrayConcrete::GrayConcrete
constexpr BlockState GrayConcrete()
Definition: BlockStates.h:9126
Block::BlackStainedGlassPane::BlackStainedGlassPane
BlockState BlackStainedGlassPane()
Definition: BlockStates.cpp:1300
Block::Campfire::Campfire
BlockState Campfire()
Definition: BlockStates.cpp:2173
Item::DrownedSpawnEgg
@ DrownedSpawnEgg
Item::BlazePowder
@ BlazePowder
Block::PurpurStairs::PurpurStairs
BlockState PurpurStairs()
Definition: BlockStates.cpp:9259
Item::WarpedFungus
@ WarpedFungus
Item::MushroomStew
@ MushroomStew
Item::DeadBubbleCoralBlock
@ DeadBubbleCoralBlock
Block::TubeCoral::TubeCoral
constexpr BlockState TubeCoral()
Definition: BlockStates.h:24149
Block::AcaciaSign::AcaciaSign
BlockState AcaciaSign()
Definition: BlockStates.cpp:247
Item::Sand
@ Sand
Item::DeadBush
@ DeadBush
Block::LilyOfTheValley::LilyOfTheValley
constexpr BlockState LilyOfTheValley()
Definition: BlockStates.h:11182
Item::RabbitHide
@ RabbitHide
Item::SmoothStone
@ SmoothStone
Item::BlackCarpet
@ BlackCarpet
Item::PolishedGranite
@ PolishedGranite
Block::SeaLantern::SeaLantern
constexpr BlockState SeaLantern()
Definition: BlockStates.h:21626
Block::BirchSign::BirchSign
BlockState BirchSign()
Definition: BlockStates.cpp:1035
Item::StoneSword
@ StoneSword
Item::MushroomStem
@ MushroomStem
Item::PurpleBanner
@ PurpleBanner
CustomStatistic::AnimalsBred
@ AnimalsBred
CustomStatistic::SneakTime
@ SneakTime
Item::PolishedBlackstoneWall
@ PolishedBlackstoneWall
BLOCK_FACE_ZP
@ BLOCK_FACE_ZP
Definition: Defines.h:45
Item::DiamondShovel
@ DiamondShovel
Block::RedWool::RedWool
constexpr BlockState RedWool()
Definition: BlockStates.h:19039
Block::PolishedGranite::PolishedGranite
constexpr BlockState PolishedGranite()
Definition: BlockStates.h:16591
Item::BirchBoat
@ BirchBoat
Item::DiamondSword
@ DiamondSword
Block::MagentaConcrete::MagentaConcrete
constexpr BlockState MagentaConcrete()
Definition: BlockStates.h:11477
Item::StrippedDarkOakWood
@ StrippedDarkOakWood
Item::JungleFence
@ JungleFence
Item::DiamondLeggings
@ DiamondLeggings
Item::DeadFireCoralFan
@ DeadFireCoralFan
Item::Composter
@ Composter
Item::Shroomlight
@ Shroomlight
Item::HeavyWeightedPressurePlate
@ HeavyWeightedPressurePlate
Item::Map
@ Map
Block::BrownMushroom::BrownMushroom
constexpr BlockState BrownMushroom()
Definition: BlockStates.h:3348
CustomStatistic::PigOneCm
@ PigOneCm
Block::JungleFence::JungleFence
BlockState JungleFence()
Definition: BlockStates.cpp:5492
Block::RedMushroomBlock::RedMushroomBlock
BlockState RedMushroomBlock()
Definition: BlockStates.cpp:9483
Block::PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs
BlockState PolishedBlackstoneBrickStairs()
Definition: BlockStates.cpp:8377
Block::MossyStoneBricks::MossyStoneBricks
constexpr BlockState MossyStoneBricks()
Definition: BlockStates.h:12394
Item::Gunpowder
@ Gunpowder
Block::WarpedFungus::WarpedFungus
constexpr BlockState WarpedFungus()
Definition: BlockStates.h:24654
Block::BirchFence::BirchFence
BlockState BirchFence()
Definition: BlockStates.cpp:878
Item::LightBlueWool
@ LightBlueWool
Item::CrimsonSign
@ CrimsonSign
Item::Cactus
@ Cactus
Block::BlueStainedGlass::BlueStainedGlass
constexpr BlockState BlueStainedGlass()
Definition: BlockStates.h:2703
Item::DioriteStairs
@ DioriteStairs
Item::CutSandstoneSlab
@ CutSandstoneSlab
Item::GreenConcrete
@ GreenConcrete
Block::BrownCarpet::BrownCarpet
constexpr BlockState BrownCarpet()
Definition: BlockStates.h:3315
Block::DioriteWall::DioriteWall
BlockState DioriteWall()
Definition: BlockStates.cpp:4027
Item::OakPlanks
@ OakPlanks
Block::DarkOakStairs::DarkOakStairs
BlockState DarkOakStairs()
Definition: BlockStates.cpp:3604
Item::WarpedPressurePlate
@ WarpedPressurePlate
Item::Observer
@ Observer
Item::PurpurStairs
@ PurpurStairs
Block::BrownMushroomBlock::BrownMushroomBlock
BlockState BrownMushroomBlock()
Definition: BlockStates.cpp:1944
Item::BirchPressurePlate
@ BirchPressurePlate
Item::EmeraldBlock
@ EmeraldBlock
Item::BoneMeal
@ BoneMeal
Block::OakDoor::OakDoor
BlockState OakDoor()
Definition: BlockStates.cpp:7386
Block::Lever::Lever
BlockState Lever()
Definition: BlockStates.cpp:5961
Block::PolishedBlackstoneSlab::PolishedBlackstoneSlab
BlockState PolishedBlackstoneSlab()
Definition: BlockStates.cpp:8516
Block::RedNetherBrickSlab::RedNetherBrickSlab
BlockState RedNetherBrickSlab()
Definition: BlockStates.cpp:9538
Item::IronHoe
@ IronHoe
Item::VindicatorSpawnEgg
@ VindicatorSpawnEgg
Block::WhiteGlazedTerracotta::WhiteGlazedTerracotta
BlockState WhiteGlazedTerracotta()
Definition: BlockStates.cpp:12511
Item::ChorusFlower
@ ChorusFlower
Item::OakDoor
@ OakDoor
Block::WarpedTrapdoor::WarpedTrapdoor
BlockState WarpedTrapdoor()
Definition: BlockStates.cpp:12284
Block::LimeStainedGlassPane::LimeStainedGlassPane
BlockState LimeStainedGlassPane()
Definition: BlockStates.cpp:6499
Item::Scute
@ Scute
Block::RedTulip::RedTulip
constexpr BlockState RedTulip()
Definition: BlockStates.h:19020
Block::ChiseledPolishedBlackstone::ChiseledPolishedBlackstone
constexpr BlockState ChiseledPolishedBlackstone()
Definition: BlockStates.h:3836
Block::MagentaBanner::MagentaBanner
BlockState MagentaBanner()
Definition: BlockStates.cpp:6581
Item::GrayShulkerBox
@ GrayShulkerBox
Item::Hopper
@ Hopper
Block::LightGrayShulkerBox::LightGrayShulkerBox
BlockState LightGrayShulkerBox()
Definition: BlockStates.cpp:6255
Block::BirchTrapdoor::BirchTrapdoor
BlockState BirchTrapdoor()
Definition: BlockStates.cpp:1116
Item::PufferfishBucket
@ PufferfishBucket
Block::StickyPiston::StickyPiston
BlockState StickyPiston()
Definition: BlockStates.cpp:11027
Item::DiamondHelmet
@ DiamondHelmet
Item::LightBlueDye
@ LightBlueDye
Item::RedConcretePowder
@ RedConcretePowder
Item::LingeringPotion
@ LingeringPotion
Block::StrippedBirchLog::StrippedBirchLog
BlockState StrippedBirchLog()
Definition: BlockStates.cpp:11313
Item::LimeStainedGlass
@ LimeStainedGlass
Item::DiamondHorseArmor
@ DiamondHorseArmor
Item::MagentaConcrete
@ MagentaConcrete
Block::Cobblestone::Cobblestone
constexpr BlockState Cobblestone()
Definition: BlockStates.h:4052
CustomStatistic::EnchantItem
@ EnchantItem
Block::YellowWool::YellowWool
constexpr BlockState YellowWool()
Definition: BlockStates.h:25444
Block::QuartzPillar::QuartzPillar
BlockState QuartzPillar()
Definition: BlockStates.cpp:9301
Item::IronNugget
@ IronNugget
Item::SmoothQuartzStairs
@ SmoothQuartzStairs
Item::BlackShulkerBox
@ BlackShulkerBox
Item::BirchFence
@ BirchFence
Item::DragonEgg
@ DragonEgg
Item::PinkCarpet
@ PinkCarpet
Block::SpruceSlab::SpruceSlab
BlockState SpruceSlab()
Definition: BlockStates.cpp:10901
Item::GrayConcretePowder
@ GrayConcretePowder
Block::GrayStainedGlassPane::GrayStainedGlassPane
BlockState GrayStainedGlassPane()
Definition: BlockStates.cpp:4833
Item::PinkConcrete
@ PinkConcrete
Item::BeetrootSeeds
@ BeetrootSeeds
Block::GoldBlock::GoldBlock
constexpr BlockState GoldBlock()
Definition: BlockStates.h:8617
Item::Repeater
@ Repeater
Block::SprucePressurePlate::SprucePressurePlate
BlockState SprucePressurePlate()
Definition: BlockStates.cpp:10842
Item::Bricks
@ Bricks
Block::IronBlock::IronBlock
constexpr BlockState IronBlock()
Definition: BlockStates.h:9657
Item::BlueConcretePowder
@ BlueConcretePowder
Block::QuartzSlab::QuartzSlab
BlockState QuartzSlab()
Definition: BlockStates.cpp:9317
Item::StrippedWarpedHyphae
@ StrippedWarpedHyphae
Item::StickyPiston
@ StickyPiston
Item::Loom
@ Loom
Item::WoodenSword
@ WoodenSword
Item::ChainCommandBlock
@ ChainCommandBlock
Item::SpruceButton
@ SpruceButton
Item::DiamondOre
@ DiamondOre
CustomStatistic::CleanShulkerBox
@ CleanShulkerBox
Block::StrippedWarpedStem::StrippedWarpedStem
BlockState StrippedWarpedStem()
Definition: BlockStates.cpp:11521
Block::CarvedPumpkin::CarvedPumpkin
BlockState CarvedPumpkin()
Definition: BlockStates.cpp:2230
CustomStatistic::CrouchOneCm
@ CrouchOneCm
Item::QuartzStairs
@ QuartzStairs
Item::DarkOakStairs
@ DarkOakStairs
Item::PinkStainedGlassPane
@ PinkStainedGlassPane
Item::InfestedStone
@ InfestedStone
Item::LightGrayShulkerBox
@ LightGrayShulkerBox
Item::Porkchop
@ Porkchop
Item::RedTulip
@ RedTulip
Block::PrismarineStairs::PrismarineStairs
BlockState PrismarineStairs()
Definition: BlockStates.cpp:8941
Block::PurpleConcretePowder::PurpleConcretePowder
constexpr BlockState PurpleConcretePowder()
Definition: BlockStates.h:17541
Item::OakWood
@ OakWood
Block::GreenConcrete::GreenConcrete
constexpr BlockState GreenConcrete()
Definition: BlockStates.h:9314
CustomStatistic::PlayRecord
@ PlayRecord
Item::IronChestplate
@ IronChestplate
Item::CookedCod
@ CookedCod
Block::PolishedAndesiteSlab::PolishedAndesiteSlab
BlockState PolishedAndesiteSlab()
Definition: BlockStates.cpp:8290
Block::YellowTerracotta::YellowTerracotta
constexpr BlockState YellowTerracotta()
Definition: BlockStates.h:25425
Block::HeavyWeightedPressurePlate::HeavyWeightedPressurePlate
BlockState HeavyWeightedPressurePlate()
Definition: BlockStates.cpp:5109
Block::SkeletonSkull::SkeletonSkull
BlockState SkeletonSkull()
Definition: BlockStates.cpp:10264
Item::WritableBook
@ WritableBook
Block::Glowstone::Glowstone
constexpr BlockState Glowstone()
Definition: BlockStates.h:8610
Item::SplashPotion
@ SplashPotion
Block::SpruceSapling::SpruceSapling
BlockState SpruceSapling()
Definition: BlockStates.cpp:10857
Item::PolishedDiorite
@ PolishedDiorite
Item::LimeCarpet
@ LimeCarpet
Item::MagentaBed
@ MagentaBed
Block::StrippedJungleWood::StrippedJungleWood
BlockState StrippedJungleWood()
Definition: BlockStates.cpp:11425
Item::NoteBlock
@ NoteBlock
Block::BlueWool::BlueWool
constexpr BlockState BlueWool()
Definition: BlockStates.h:2770
Block::LimeBed::LimeBed
BlockState LimeBed()
Definition: BlockStates.cpp:6418
Block::Scaffolding::Scaffolding
BlockState Scaffolding()
Definition: BlockStates.cpp:10190
Item::BlueStainedGlassPane
@ BlueStainedGlassPane
Item::EnderPearl
@ EnderPearl
Item::SkullBannerPattern
@ SkullBannerPattern
Item::PurpurBlock
@ PurpurBlock
Item::Anvil
@ Anvil
Item::Minecart
@ Minecart
Item::WarpedPlanks
@ WarpedPlanks
Item::PrismarineStairs
@ PrismarineStairs
Block::CrimsonSlab::CrimsonSlab
BlockState CrimsonSlab()
Definition: BlockStates.cpp:2960
Block::Farmland::Farmland
BlockState Farmland()
Definition: BlockStates.cpp:4372
Item::YellowWool
@ YellowWool
Block::TwistingVines::TwistingVines
BlockState TwistingVines()
Definition: BlockStates.cpp:11872
Item::BrownStainedGlass
@ BrownStainedGlass
Block::PolishedGraniteSlab::PolishedGraniteSlab
BlockState PolishedGraniteSlab()
Definition: BlockStates.cpp:8677
Item::WetSponge
@ WetSponge
Block::OrangeConcrete::OrangeConcrete
constexpr BlockState OrangeConcrete()
Definition: BlockStates.h:15043
Item::LightGrayBed
@ LightGrayBed
CustomStatistic::TradedWithVillager
@ TradedWithVillager
Block::LightBlueBed::LightBlueBed
BlockState LightBlueBed()
Definition: BlockStates.cpp:6024
Item::CrimsonFungus
@ CrimsonFungus
CustomStatistic::PlayOneMinute
@ PlayOneMinute
Block::Loom::Loom
BlockState Loom()
Definition: BlockStates.cpp:6564
Block::DeadHornCoralFan::DeadHornCoralFan
constexpr BlockState DeadHornCoralFan()
Definition: BlockStates.h:6355
Item::IronBars
@ IronBars
Block::GrayTerracotta::GrayTerracotta
constexpr BlockState GrayTerracotta()
Definition: BlockStates.h:9214
Item::AcaciaFence
@ AcaciaFence
Item::Dispenser
@ Dispenser
Item::StoneStairs
@ StoneStairs
Item::RedBanner
@ RedBanner
Block::SmoothRedSandstoneStairs::SmoothRedSandstoneStairs
BlockState SmoothRedSandstoneStairs()
Definition: BlockStates.cpp:10415
Item::CrimsonHyphae
@ CrimsonHyphae
Item::BlueCarpet
@ BlueCarpet
Palette_1_16::ToItem
Item ToItem(const UInt32 ID)
Definition: Palette_1_16.cpp:12847
Block::Blackstone::Blackstone
constexpr BlockState Blackstone()
Definition: BlockStates.h:2164
Block::BrownBed::BrownBed
BlockState BrownBed()
Definition: BlockStates.cpp:1882
Item::PurpleStainedGlass
@ PurpleStainedGlass
Block::WarpedSlab::WarpedSlab
BlockState WarpedSlab()
Definition: BlockStates.cpp:12216
Block::BlueCarpet::BlueCarpet
constexpr BlockState BlueCarpet()
Definition: BlockStates.h:2642
Item::BrownConcretePowder
@ BrownConcretePowder
Item::JungleSapling
@ JungleSapling
Block::Anvil::Anvil
BlockState Anvil()
Definition: BlockStates.cpp:544
Item::ChippedAnvil
@ ChippedAnvil
Item::DeadBubbleCoralFan
@ DeadBubbleCoralFan
Item::EndPortalFrame
@ EndPortalFrame
Item::SugarCane
@ SugarCane
Block::HornCoral::HornCoral
constexpr BlockState HornCoral()
Definition: BlockStates.h:9534
Item::MagentaCarpet
@ MagentaCarpet
Item::QuartzPillar
@ QuartzPillar
Item::PolishedGraniteStairs
@ PolishedGraniteStairs
Item::SlimeBall
@ SlimeBall
Item::PolishedAndesiteSlab
@ PolishedAndesiteSlab
Item::LightGrayGlazedTerracotta
@ LightGrayGlazedTerracotta
Block::Barrel::Barrel
BlockState Barrel()
Definition: BlockStates.cpp:633
Block::HayBale::HayBale
BlockState HayBale()
Definition: BlockStates.cpp:5093
Item::DioriteWall
@ DioriteWall
Item::BrownCarpet
@ BrownCarpet
Block::GreenCarpet::GreenCarpet
constexpr BlockState GreenCarpet()
Definition: BlockStates.h:9307
Item::CryingObsidian
@ CryingObsidian
Block::BrownStainedGlassPane::BrownStainedGlassPane
BlockState BrownStainedGlassPane()
Definition: BlockStates.cpp:2021
Item::SoulSoil
@ SoulSoil
Item::PolishedBlackstoneStairs
@ PolishedBlackstoneStairs
Item::StrippedAcaciaWood
@ StrippedAcaciaWood
Item::Obsidian
@ Obsidian
CustomStatistic::WalkOneCm
@ WalkOneCm
Block::BubbleCoral::BubbleCoral
constexpr BlockState BubbleCoral()
Definition: BlockStates.h:3592
Item::CrimsonSlab
@ CrimsonSlab
Item::Lantern
@ Lantern
Item::FlowerPot
@ FlowerPot
Item::PinkWool
@ PinkWool
Block::DarkOakSapling::DarkOakSapling
BlockState DarkOakSapling()
Definition: BlockStates.cpp:3544
Item::WarpedStem
@ WarpedStem
Item::WoodenHoe
@ WoodenHoe
Block::LightGrayStainedGlassPane::LightGrayStainedGlassPane
BlockState LightGrayStainedGlassPane()
Definition: BlockStates.cpp:6277
Block::QuartzBlock::QuartzBlock
constexpr BlockState QuartzBlock()
Definition: BlockStates.h:17764
Block::WhiteWool::WhiteWool
constexpr BlockState WhiteWool()
Definition: BlockStates.h:25213
Block::StrippedAcaciaWood::StrippedAcaciaWood
BlockState StrippedAcaciaWood()
Definition: BlockStates.cpp:11297
Item::CrimsonNylium
@ CrimsonNylium
CustomStatistic::InteractWithSmoker
@ InteractWithSmoker
Item::BirchSapling
@ BirchSapling
Item::HayBale
@ HayBale
Item::Prismarine
@ Prismarine
Block::Ladder::Ladder
BlockState Ladder()
Definition: BlockStates.cpp:5846
Item::MuleSpawnEgg
@ MuleSpawnEgg
Item::LightBlueConcretePowder
@ LightBlueConcretePowder
CustomStatistic::DamageAbsorbed
@ DamageAbsorbed
Block::CutRedSandstoneSlab::CutRedSandstoneSlab
BlockState CutRedSandstoneSlab()
Definition: BlockStates.cpp:3092
Item::Beehive
@ Beehive
Block::PoweredRail::PoweredRail
BlockState PoweredRail()
Definition: BlockStates.cpp:8840
Item::WhiteTerracotta
@ WhiteTerracotta
Block::JungleLog::JungleLog
BlockState JungleLog()
Definition: BlockStates.cpp:5600
Block::OxeyeDaisy::OxeyeDaisy
constexpr BlockState OxeyeDaisy()
Definition: BlockStates.h:15164
Block::CoarseDirt::CoarseDirt
constexpr BlockState CoarseDirt()
Definition: BlockStates.h:4045
Item::FletchingTable
@ FletchingTable
Block::WhiteStainedGlassPane::WhiteStainedGlassPane
BlockState WhiteStainedGlassPane()
Definition: BlockStates.cpp:12550
Item::ClayBall
@ ClayBall
Item::CobblestoneStairs
@ CobblestoneStairs
Item::PolishedBlackstone
@ PolishedBlackstone
Block::SmoothQuartzStairs::SmoothQuartzStairs
BlockState SmoothQuartzStairs()
Definition: BlockStates.cpp:10360
Block::OrangeWool::OrangeWool
constexpr BlockState OrangeWool()
Definition: BlockStates.h:15157
Block::SlimeBlock::SlimeBlock
constexpr BlockState SlimeBlock()
Definition: BlockStates.h:21709
Block::DarkOakSign::DarkOakSign
BlockState DarkOakSign()
Definition: BlockStates.cpp:3559
Block::AcaciaSapling::AcaciaSapling
BlockState AcaciaSapling()
Definition: BlockStates.cpp:232
Item::HoneycombBlock
@ HoneycombBlock
Block::TallGrass::TallGrass
BlockState TallGrass()
Definition: BlockStates.cpp:11633
Item::GreenWool
@ GreenWool
Item::Basalt
@ Basalt
Block::Basalt::Basalt
BlockState Basalt()
Definition: BlockStates.cpp:663
Block::RedMushroom::RedMushroom
constexpr BlockState RedMushroom()
Definition: BlockStates.h:18018
Block::PurpleStainedGlass::PurpleStainedGlass
constexpr BlockState PurpleStainedGlass()
Definition: BlockStates.h:17574
Item::ZombieHead
@ ZombieHead
Block::NetherWart::NetherWart
BlockState NetherWart()
Definition: BlockStates.cpp:7258
Item::SoulLantern
@ SoulLantern
Block::GreenConcretePowder::GreenConcretePowder
constexpr BlockState GreenConcretePowder()
Definition: BlockStates.h:9321
Item::SpruceSlab
@ SpruceSlab
Item::StonePressurePlate
@ StonePressurePlate
Item::PinkStainedGlass
@ PinkStainedGlass
Item::SheepSpawnEgg
@ SheepSpawnEgg
Block::StrippedSpruceWood::StrippedSpruceWood
BlockState StrippedSpruceWood()
Definition: BlockStates.cpp:11489
Block::CryingObsidian::CryingObsidian
constexpr BlockState CryingObsidian()
Definition: BlockStates.h:5223
Block::BirchLog::BirchLog
BlockState BirchLog()
Definition: BlockStates.cpp:986
Item::Bread
@ Bread
Item::GoldIngot
@ GoldIngot
Item::Carrot
@ Carrot
Item::WitherSkeletonSpawnEgg
@ WitherSkeletonSpawnEgg
Item::BlackStainedGlassPane
@ BlackStainedGlassPane
Item::DolphinSpawnEgg
@ DolphinSpawnEgg
Item::DonkeySpawnEgg
@ DonkeySpawnEgg
Block::MagentaBed::MagentaBed
BlockState MagentaBed()
Definition: BlockStates.cpp:6610
Block::Lectern::Lectern
BlockState Lectern()
Definition: BlockStates.cpp:5928
Item::SandstoneStairs
@ SandstoneStairs
Item::Target
@ Target
Item::SmithingTable
@ SmithingTable
Item::DarkOakLog
@ DarkOakLog
Item::PurpurSlab
@ PurpurSlab
CustomStatistic::DamageDealtResisted
@ DamageDealtResisted
Block::Barrier::Barrier
constexpr BlockState Barrier()
Definition: BlockStates.h:1175
Block::JackOLantern::JackOLantern
BlockState JackOLantern()
Definition: BlockStates.cpp:5352
Block::CrimsonFence::CrimsonFence
BlockState CrimsonFence()
Definition: BlockStates.cpp:2808
Item::NautilusShell
@ NautilusShell
Block::FireCoral::FireCoral
constexpr BlockState FireCoral()
Definition: BlockStates.h:8475
Item::LeatherBoots
@ LeatherBoots
Block::BlueShulkerBox::BlueShulkerBox
BlockState BlueShulkerBox()
Definition: BlockStates.cpp:1587
Block::PurpurSlab::PurpurSlab
BlockState PurpurSlab()
Definition: BlockStates.cpp:9243
CustomStatistic::DamageResisted
@ DamageResisted
Block::PurpleGlazedTerracotta::PurpleGlazedTerracotta
BlockState PurpleGlazedTerracotta()
Definition: BlockStates.cpp:9123
Block::SmoothRedSandstoneSlab::SmoothRedSandstoneSlab
BlockState SmoothRedSandstoneSlab()
Definition: BlockStates.cpp:10399
Item::Spawner
@ Spawner
Block::LightGrayGlazedTerracotta::LightGrayGlazedTerracotta
BlockState LightGrayGlazedTerracotta()
Definition: BlockStates.cpp:6238
Item::YellowBed
@ YellowBed
Item::GreenStainedGlass
@ GreenStainedGlass
Block::StructureVoid::StructureVoid
constexpr BlockState StructureVoid()
Definition: BlockStates.h:23678
Item::WarpedFence
@ WarpedFence
Block::LightBlueConcretePowder::LightBlueConcretePowder
constexpr BlockState LightBlueConcretePowder()
Definition: BlockStates.h:10848
Block::IronDoor::IronDoor
BlockState IronDoor()
Definition: BlockStates.cpp:5259
Item::ChiseledStoneBricks
@ ChiseledStoneBricks
Item::SpruceSign
@ SpruceSign
Block::RoseBush::RoseBush
BlockState RoseBush()
Definition: BlockStates.cpp:10066
CustomStatistic::InteractWithFurnace
@ InteractWithFurnace
Block::WhiteConcrete::WhiteConcrete
constexpr BlockState WhiteConcrete()
Definition: BlockStates.h:25099
Item::Furnace
@ Furnace
Item::SpectralArrow
@ SpectralArrow
Block::CrimsonDoor::CrimsonDoor
BlockState CrimsonDoor()
Definition: BlockStates.cpp:2759
Item::MusicDiscWard
@ MusicDiscWard
Item::RedSand
@ RedSand
Item::StoneBrickSlab
@ StoneBrickSlab
Item::EmeraldOre
@ EmeraldOre
Block::BrownGlazedTerracotta::BrownGlazedTerracotta
BlockState BrownGlazedTerracotta()
Definition: BlockStates.cpp:1924
Block::SoulSand::SoulSand
constexpr BlockState SoulSand()
Definition: BlockStates.h:22143
Item::IronAxe
@ IronAxe
Block::BlackCarpet::BlackCarpet
constexpr BlockState BlackCarpet()
Definition: BlockStates.h:2043
CustomStatistic::ClimbOneCm
@ ClimbOneCm
Block::MagentaStainedGlass::MagentaStainedGlass
constexpr BlockState MagentaStainedGlass()
Definition: BlockStates.h:11517
Item::CyanConcretePowder
@ CyanConcretePowder
Item::LilyOfTheValley
@ LilyOfTheValley
Block::LimeGlazedTerracotta::LimeGlazedTerracotta
BlockState LimeGlazedTerracotta()
Definition: BlockStates.cpp:6460
Item::ChickenSpawnEgg
@ ChickenSpawnEgg
Block::NetherBrickSlab::NetherBrickSlab
BlockState NetherBrickSlab()
Definition: BlockStates.cpp:7128
Block::MossyCobblestoneStairs::MossyCobblestoneStairs
BlockState MossyCobblestoneStairs()
Definition: BlockStates.cpp:6799
Item::DarkOakWood
@ DarkOakWood
Block::PurpleStainedGlassPane::PurpleStainedGlassPane
BlockState PurpleStainedGlassPane()
Definition: BlockStates.cpp:9162
Item::LightBlueGlazedTerracotta
@ LightBlueGlazedTerracotta
Block::Composter::Composter
BlockState Composter()
Definition: BlockStates.cpp:2639
Item::ChestMinecart
@ ChestMinecart
Block::GrassBlock::GrassBlock
BlockState GrassBlock()
Definition: BlockStates.cpp:4702
Item::SpruceFenceGate
@ SpruceFenceGate
Block::Prismarine::Prismarine
constexpr BlockState Prismarine()
Definition: BlockStates.h:16948
Block::TrappedChest::TrappedChest
BlockState TrappedChest()
Definition: BlockStates.cpp:11698
Block::LimeTerracotta::LimeTerracotta
constexpr BlockState LimeTerracotta()
Definition: BlockStates.h:11358
Block::OrangeCarpet::OrangeCarpet
constexpr BlockState OrangeCarpet()
Definition: BlockStates.h:15036
Item::HopperMinecart
@ HopperMinecart
Item::Beetroot
@ Beetroot
Item::MusicDiscMall
@ MusicDiscMall
Item::SpruceLog
@ SpruceLog
Block::RespawnAnchor::RespawnAnchor
BlockState RespawnAnchor()
Definition: BlockStates.cpp:10048
Item::ChiseledQuartzBlock
@ ChiseledQuartzBlock
Item::DeadBubbleCoral
@ DeadBubbleCoral
Item::OakFenceGate
@ OakFenceGate
Block::StrippedAcaciaLog::StrippedAcaciaLog
BlockState StrippedAcaciaLog()
Definition: BlockStates.cpp:11281
Block::SprucePlanks::SprucePlanks
constexpr BlockState SprucePlanks()
Definition: BlockStates.h:22550
Block::NetherBrickStairs::NetherBrickStairs
BlockState NetherBrickStairs()
Definition: BlockStates.cpp:7144
Item::LapisLazuli
@ LapisLazuli
Item::Grass
@ Grass
Block::BrownBanner::BrownBanner
BlockState BrownBanner()
Definition: BlockStates.cpp:1853
Block::MushroomStem::MushroomStem
BlockState MushroomStem()
Definition: BlockStates.cpp:7019
Block::DeadTubeCoral::DeadTubeCoral
constexpr BlockState DeadTubeCoral()
Definition: BlockStates.h:6374
Item::WarpedWartBlock
@ WarpedWartBlock
Block::PinkTulip::PinkTulip
constexpr BlockState PinkTulip()
Definition: BlockStates.h:15379
Block::OakButton::OakButton
BlockState OakButton()
Definition: BlockStates.cpp:7352
Item::PetrifiedOakSlab
@ PetrifiedOakSlab
Block::StrippedSpruceLog::StrippedSpruceLog
BlockState StrippedSpruceLog()
Definition: BlockStates.cpp:11473
Item::Granite
@ Granite
Item::LlamaSpawnEgg
@ LlamaSpawnEgg
Item::MusicDiscStrad
@ MusicDiscStrad
Item::MusicDiscPigstep
@ MusicDiscPigstep
Item::FireCoral
@ FireCoral
Item::PinkGlazedTerracotta
@ PinkGlazedTerracotta
Item::SpiderEye
@ SpiderEye
Item::IronIngot
@ IronIngot
Block::OakSapling::OakSapling
BlockState OakSapling()
Definition: BlockStates.cpp:7577
Item::OakLeaves
@ OakLeaves
Item::Lever
@ Lever
Item::Dirt
@ Dirt
Item::MagentaShulkerBox
@ MagentaShulkerBox
Block::AcaciaDoor::AcaciaDoor
BlockState AcaciaDoor()
Definition: BlockStates.cpp:41
Block::StoneButton::StoneButton
BlockState StoneButton()
Definition: BlockStates.cpp:11163
Item::LightGrayCarpet
@ LightGrayCarpet
Item::EvokerSpawnEgg
@ EvokerSpawnEgg
Item::PrismarineBricks
@ PrismarineBricks
Item::CowSpawnEgg
@ CowSpawnEgg
Block::SmoothRedSandstone::SmoothRedSandstone
constexpr BlockState SmoothRedSandstone()
Definition: BlockStates.h:21843
Item::RedNetherBricks
@ RedNetherBricks
Block::TNT::TNT
BlockState TNT()
Definition: BlockStates.cpp:11618
Block::Conduit::Conduit
constexpr BlockState Conduit()
Definition: BlockStates.h:4556
Item::TubeCoralBlock
@ TubeCoralBlock
Block::MagentaWool::MagentaWool
constexpr BlockState MagentaWool()
Definition: BlockStates.h:11584
Block::CyanCarpet::CyanCarpet
constexpr BlockState CyanCarpet()
Definition: BlockStates.h:5345
Block::DeadBubbleCoralBlock::DeadBubbleCoralBlock
constexpr BlockState DeadBubbleCoralBlock()
Definition: BlockStates.h:6275
Item::PurpleConcrete
@ PurpleConcrete
Block::BlackBanner::BlackBanner
BlockState BlackBanner()
Definition: BlockStates.cpp:1190
Block::CobblestoneSlab::CobblestoneSlab
BlockState CobblestoneSlab()
Definition: BlockStates.cpp:2447
Item::BrownTerracotta
@ BrownTerracotta
Block::Dropper::Dropper
BlockState Dropper()
Definition: BlockStates.cpp:4160
Block::BoneBlock::BoneBlock
BlockState BoneBlock()
Definition: BlockStates.cpp:1671
Item::FireCoralBlock
@ FireCoralBlock
Item::PolishedBlackstoneBrickSlab
@ PolishedBlackstoneBrickSlab
Block::MossyStoneBrickWall::MossyStoneBrickWall
BlockState MossyStoneBrickWall()
Definition: BlockStates.cpp:6938
Block::CrackedStoneBricks::CrackedStoneBricks
constexpr BlockState CrackedStoneBricks()
Definition: BlockStates.h:4584
Block::ZombieHead::ZombieHead
BlockState ZombieHead()
Definition: BlockStates.cpp:12836
Item::ChainmailLeggings
@ ChainmailLeggings
Item::Paper
@ Paper
Block::GoldOre::GoldOre
constexpr BlockState GoldOre()
Definition: BlockStates.h:8624
CustomStatistic::FlyOneCm
@ FlyOneCm
Item::LimeBanner
@ LimeBanner
Block::YellowGlazedTerracotta::YellowGlazedTerracotta
BlockState YellowGlazedTerracotta()
Definition: BlockStates.cpp:12735
Block::DarkOakTrapdoor::DarkOakTrapdoor
BlockState DarkOakTrapdoor()
Definition: BlockStates.cpp:3640
Item::ElderGuardianSpawnEgg
@ ElderGuardianSpawnEgg
Item::AcaciaPlanks
@ AcaciaPlanks
Block::CyanShulkerBox::CyanShulkerBox
BlockState CyanShulkerBox()
Definition: BlockStates.cpp:3215
Block::OakStairs::OakStairs
BlockState OakStairs()
Definition: BlockStates.cpp:7637
Item::VexSpawnEgg
@ VexSpawnEgg
Block::BirchLeaves::BirchLeaves
BlockState BirchLeaves()
Definition: BlockStates.cpp:958
Item::LightGrayStainedGlassPane
@ LightGrayStainedGlassPane
Block::BirchDoor::BirchDoor
BlockState BirchDoor()
Definition: BlockStates.cpp:829
Block::DeadBush::DeadBush
constexpr BlockState DeadBush()
Definition: BlockStates.h:6301
CustomStatistic::DamageDealt
@ DamageDealt
Item::StoneSlab
@ StoneSlab
Item::Clay
@ Clay
Item::RedWool
@ RedWool
Item::CookedChicken
@ CookedChicken
Block::ChiseledRedSandstone::ChiseledRedSandstone
constexpr BlockState ChiseledRedSandstone()
Definition: BlockStates.h:3850
UNREACHABLE
#define UNREACHABLE(x)
Definition: Globals.h:285
Item::MagentaTerracotta
@ MagentaTerracotta
Block::LightBlueBanner::LightBlueBanner
BlockState LightBlueBanner()
Definition: BlockStates.cpp:5995
CustomStatistic::Deaths
@ Deaths
Block::PurpleTerracotta::PurpleTerracotta
constexpr BlockState PurpleTerracotta()
Definition: BlockStates.h:17622
Item::Chest
@ Chest
Block::CrimsonStairs::CrimsonStairs
BlockState CrimsonStairs()
Definition: BlockStates.cpp:2976
Block::JunglePlanks::JunglePlanks
constexpr BlockState JunglePlanks()
Definition: BlockStates.h:10310
Block::RedstoneBlock::RedstoneBlock
constexpr BlockState RedstoneBlock()
Definition: BlockStates.h:19046
Item::CrimsonFence
@ CrimsonFence
Item::Crossbow
@ Crossbow
Block::DiamondBlock::DiamondBlock
constexpr BlockState DiamondBlock()
Definition: BlockStates.h:6439
Item::WhiteWool
@ WhiteWool
Block::Podzol::Podzol
BlockState Podzol()
Definition: BlockStates.cpp:8272
Block::BrainCoralFan::BrainCoralFan
constexpr BlockState BrainCoralFan()
Definition: BlockStates.h:2815
Block::LightBlueTerracotta::LightBlueTerracotta
constexpr BlockState LightBlueTerracotta()
Definition: BlockStates.h:10929
Block::BlackGlazedTerracotta::BlackGlazedTerracotta
BlockState BlackGlazedTerracotta()
Definition: BlockStates.cpp:1261
Item::Lead
@ Lead
Item::Brick
@ Brick
Item::Campfire
@ Campfire
Item::LimeShulkerBox
@ LimeShulkerBox
Item::DarkOakSign
@ DarkOakSign
Block::Mycelium::Mycelium
BlockState Mycelium()
Definition: BlockStates.cpp:7074
Item::YellowStainedGlass
@ YellowStainedGlass
Block::CyanWool::CyanWool
constexpr BlockState CyanWool()
Definition: BlockStates.h:5459
Item::DaylightDetector
@ DaylightDetector
Item::NetheriteHoe
@ NetheriteHoe
Block::OrangeShulkerBox::OrangeShulkerBox
BlockState OrangeShulkerBox()
Definition: BlockStates.cpp:7865
Block::PolishedBasalt::PolishedBasalt
BlockState PolishedBasalt()
Definition: BlockStates.cpp:8342
Item::GhastTear
@ GhastTear
Item::WhiteBed
@ WhiteBed
CustomStatistic::BellRing
@ BellRing
Palette_1_16::From
UInt32 From(const BlockState Block)
Definition: Palette_1_16.cpp:8
CustomStatistic::InteractWithGrindstone
@ InteractWithGrindstone
Item::JungleStairs
@ JungleStairs
Item::CyanStainedGlassPane
@ CyanStainedGlassPane
Item::DetectorRail
@ DetectorRail
Item::BrownShulkerBox
@ BrownShulkerBox
Block::WhiteTerracotta::WhiteTerracotta
constexpr BlockState WhiteTerracotta()
Definition: BlockStates.h:25187
Item::GoldenApple
@ GoldenApple
Item::BeeSpawnEgg
@ BeeSpawnEgg
Item::RedConcrete
@ RedConcrete
Block::StoneBrickWall::StoneBrickWall
BlockState StoneBrickWall()
Definition: BlockStates.cpp:11109
Item::IronShovel
@ IronShovel
Item::SmoothStoneSlab
@ SmoothStoneSlab
Item::RedBed
@ RedBed
Item::LeatherLeggings
@ LeatherLeggings
Item::BakedPotato
@ BakedPotato
Block::TurtleEgg::TurtleEgg
BlockState TurtleEgg()
Definition: BlockStates.cpp:11846
Item::CyanBanner
@ CyanBanner
Item::SweetBerries
@ SweetBerries
Block::DioriteStairs::DioriteStairs
BlockState DioriteStairs()
Definition: BlockStates.cpp:3991
Item::StructureBlock
@ StructureBlock
Block::MagentaGlazedTerracotta::MagentaGlazedTerracotta
BlockState MagentaGlazedTerracotta()
Definition: BlockStates.cpp:6652
Item::DarkOakLeaves
@ DarkOakLeaves
Block::BrainCoral::BrainCoral
constexpr BlockState BrainCoral()
Definition: BlockStates.h:2801
Item::RedSandstoneWall
@ RedSandstoneWall
Block::Snow::Snow
BlockState Snow()
Definition: BlockStates.cpp:10525
Item::TripwireHook
@ TripwireHook
Block::EndStoneBrickWall::EndStoneBrickWall
BlockState EndStoneBrickWall()
Definition: BlockStates.cpp:4301
Item::PinkConcretePowder
@ PinkConcretePowder
Item::LightGrayDye
@ LightGrayDye
Block::OakSlab::OakSlab
BlockState OakSlab()
Definition: BlockStates.cpp:7621
Item::DarkOakSlab
@ DarkOakSlab
Item::DamagedAnvil
@ DamagedAnvil
Item::GrayConcrete
@ GrayConcrete
Block::JungleTrapdoor::JungleTrapdoor
BlockState JungleTrapdoor()
Definition: BlockStates.cpp:5730
Block::LightBlueGlazedTerracotta::LightBlueGlazedTerracotta
BlockState LightBlueGlazedTerracotta()
Definition: BlockStates.cpp:6066
Block::OakTrapdoor::OakTrapdoor
BlockState OakTrapdoor()
Definition: BlockStates.cpp:7673
Item::DarkPrismarineSlab
@ DarkPrismarineSlab
Item::ShulkerSpawnEgg
@ ShulkerSpawnEgg
Item::PoppedChorusFruit
@ PoppedChorusFruit
Block::Jigsaw::Jigsaw
BlockState Jigsaw()
Definition: BlockStates.cpp:5369
Item::FlowerBannerPattern
@ FlowerBannerPattern
Item::CutSandstone
@ CutSandstone
Block::BrickStairs::BrickStairs
BlockState BrickStairs()
Definition: BlockStates.cpp:1763
Item::MusicDiscMellohi
@ MusicDiscMellohi
Block::RedSandstone::RedSandstone
constexpr BlockState RedSandstone()
Definition: BlockStates.h:18561
Item::HoneyBottle
@ HoneyBottle
Item::GreenGlazedTerracotta
@ GreenGlazedTerracotta
Item::StrippedWarpedStem
@ StrippedWarpedStem
Block::WhiteConcretePowder::WhiteConcretePowder
constexpr BlockState WhiteConcretePowder()
Definition: BlockStates.h:25106
Item::OrangeBanner
@ OrangeBanner
Item::Redstone
@ Redstone
Item::Bucket
@ Bucket
Block::Sandstone::Sandstone
constexpr BlockState Sandstone()
Definition: BlockStates.h:21209
Item::Mutton
@ Mutton
Item::AcaciaSapling
@ AcaciaSapling
Item::RedSandstone
@ RedSandstone
Item::ActivatorRail
@ ActivatorRail
Block::PinkStainedGlass::PinkStainedGlass
constexpr BlockState PinkStainedGlass()
Definition: BlockStates.h:15324
Block::ChiseledQuartzBlock::ChiseledQuartzBlock
constexpr BlockState ChiseledQuartzBlock()
Definition: BlockStates.h:3843
Item::PolishedDioriteSlab
@ PolishedDioriteSlab
Block::EnderChest::EnderChest
BlockState EnderChest()
Definition: BlockStates.cpp:4355
Item::BlackstoneSlab
@ BlackstoneSlab
Block::BrickSlab::BrickSlab
BlockState BrickSlab()
Definition: BlockStates.cpp:1747
Block::Target::Target
BlockState Target()
Definition: BlockStates.cpp:11663
Block::PackedIce::PackedIce
constexpr BlockState PackedIce()
Definition: BlockStates.h:15171
Item::StrippedSpruceLog
@ StrippedSpruceLog
Item::JunglePlanks
@ JunglePlanks
Block::DiamondOre::DiamondOre
constexpr BlockState DiamondOre()
Definition: BlockStates.h:6446
Item::MusicDisc11
@ MusicDisc11
Item::BoneBlock
@ BoneBlock
Block::DarkOakPressurePlate::DarkOakPressurePlate
BlockState DarkOakPressurePlate()
Definition: BlockStates.cpp:3529
Item::BlackDye
@ BlackDye
Item::WarpedButton
@ WarpedButton
Block::LimeConcrete::LimeConcrete
constexpr BlockState LimeConcrete()
Definition: BlockStates.h:11270
Item::QuartzBricks
@ QuartzBricks
Block::MagentaShulkerBox::MagentaShulkerBox
BlockState MagentaShulkerBox()
Definition: BlockStates.cpp:6669
Item::Smoker
@ Smoker
Item::MossyCobblestone
@ MossyCobblestone
Block::ShulkerBox::ShulkerBox
BlockState ShulkerBox()
Definition: BlockStates.cpp:10245
Item::MagentaBanner
@ MagentaBanner
Block::GraniteStairs::GraniteStairs
BlockState GraniteStairs()
Definition: BlockStates.cpp:4612
Block::SoulSoil::SoulSoil
constexpr BlockState SoulSoil()
Definition: BlockStates.h:22150
Item::BubbleCoralFan
@ BubbleCoralFan
Item::StoneBrickWall
@ StoneBrickWall
CustomStatistic::BoatOneCm
@ BoatOneCm
Item::CyanWool
@ CyanWool
Block::DeadTubeCoralBlock::DeadTubeCoralBlock
constexpr BlockState DeadTubeCoralBlock()
Definition: BlockStates.h:6381
Item::PrismarineWall
@ PrismarineWall
Item::BirchTrapdoor
@ BirchTrapdoor
Item::DarkOakFence
@ DarkOakFence
Block::OrangeTulip::OrangeTulip
constexpr BlockState OrangeTulip()
Definition: BlockStates.h:15138
Block::StrippedBirchWood::StrippedBirchWood
BlockState StrippedBirchWood()
Definition: BlockStates.cpp:11329
Block::RedStainedGlass::RedStainedGlass
constexpr BlockState RedStainedGlass()
Definition: BlockStates.h:18965
Item::JungleLog
@ JungleLog
Item::NetheriteSword
@ NetheriteSword
Block::SpruceFenceGate::SpruceFenceGate
BlockState SpruceFenceGate()
Definition: BlockStates.cpp:10754
Item::Glass
@ Glass
Item::JungleBoat
@ JungleBoat
Block::Pumpkin::Pumpkin
constexpr BlockState Pumpkin()
Definition: BlockStates.h:17437
Item::LightBlueCarpet
@ LightBlueCarpet
Block::EmeraldBlock::EmeraldBlock
constexpr BlockState EmeraldBlock()
Definition: BlockStates.h:6954
Block::GreenBanner::GreenBanner
BlockState GreenBanner()
Definition: BlockStates.cpp:4895
Item::ChainmailBoots
@ ChainmailBoots
Item::WarpedStairs
@ WarpedStairs
Block::Ice::Ice
constexpr BlockState Ice()
Definition: BlockStates.h:9567
Block::YellowShulkerBox::YellowShulkerBox
BlockState YellowShulkerBox()
Definition: BlockStates.cpp:12752
Item::QuartzBlock
@ QuartzBlock
Item::OakTrapdoor
@ OakTrapdoor
Block::CoalOre::CoalOre
constexpr BlockState CoalOre()
Definition: BlockStates.h:4038
CustomStatistic::CleanArmor
@ CleanArmor
Block::RedCarpet::RedCarpet
constexpr BlockState RedCarpet()
Definition: BlockStates.h:17985
StatisticsSerializer::Save
void Save(const StatisticsManager &Manager, const std::string &WorldPath, std::string &&FileName)
Definition: StatisticsSerializer.cpp:86
Block::WarpedButton::WarpedButton
BlockState WarpedButton()
Definition: BlockStates.cpp:11981
Block::BlueTerracotta::BlueTerracotta
constexpr BlockState BlueTerracotta()
Definition: BlockStates.h:2751
Item::GreenDye
@ GreenDye
Item::BlackBed
@ BlackBed
Item::MusicDiscBlocks
@ MusicDiscBlocks
Item::DeadBrainCoral
@ DeadBrainCoral
Item::DiamondChestplate
@ DiamondChestplate
Item::WhiteStainedGlassPane
@ WhiteStainedGlassPane
Item::EndermanSpawnEgg
@ EndermanSpawnEgg
Block::RedGlazedTerracotta::RedGlazedTerracotta
BlockState RedGlazedTerracotta()
Definition: BlockStates.cpp:9463
Item::StrippedJungleLog
@ StrippedJungleLog
Block::AcaciaTrapdoor::AcaciaTrapdoor
BlockState AcaciaTrapdoor()
Definition: BlockStates.cpp:328
Block::SpruceDoor::SpruceDoor
BlockState SpruceDoor()
Definition: BlockStates.cpp:10666
Block::Chain::Chain
constexpr BlockState Chain()
Definition: BlockStates.h:3756
Item::Cookie
@ Cookie
Item::HoneyBlock
@ HoneyBlock
Item::StoneBrickStairs
@ StoneBrickStairs
Block::SnowBlock::SnowBlock
constexpr BlockState SnowBlock()
Definition: BlockStates.h:22081
Block::BlueConcrete::BlueConcrete
constexpr BlockState BlueConcrete()
Definition: BlockStates.h:2649
Block::PolishedGraniteStairs::PolishedGraniteStairs
BlockState PolishedGraniteStairs()
Definition: BlockStates.cpp:8693
Block::LightGrayConcrete::LightGrayConcrete
constexpr BlockState LightGrayConcrete()
Definition: BlockStates.h:11029
Item::IronPickaxe
@ IronPickaxe
Item::PolishedGraniteSlab
@ PolishedGraniteSlab
CustomStatistic::FallOneCm
@ FallOneCm
Item::GrayBed
@ GrayBed
Item::GreenTerracotta
@ GreenTerracotta
Item::LightBlueBanner
@ LightBlueBanner
Block::Vine::Vine
BlockState Vine()
Definition: BlockStates.cpp:11914
Item::GlisteringMelonSlice
@ GlisteringMelonSlice
Item::EnchantedBook
@ EnchantedBook
CustomStatistic::InteractWithSmithingTable
@ InteractWithSmithingTable
Block::PinkWool::PinkWool
constexpr BlockState PinkWool()
Definition: BlockStates.h:15398
Block::CutSandstoneSlab::CutSandstoneSlab
BlockState CutSandstoneSlab()
Definition: BlockStates.cpp:3111
Item::AcaciaWood
@ AcaciaWood
Block::BrewingStand::BrewingStand
BlockState BrewingStand()
Definition: BlockStates.cpp:1716
Item::EndStoneBrickSlab
@ EndStoneBrickSlab
Item::OakSlab
@ OakSlab
Block::RedNetherBrickWall::RedNetherBrickWall
BlockState RedNetherBrickWall()
Definition: BlockStates.cpp:9590
Item::IronHorseArmor
@ IronHorseArmor
Item::DiamondAxe
@ DiamondAxe
Item::CocoaBeans
@ CocoaBeans
Block::LargeFern::LargeFern
BlockState LargeFern()
Definition: BlockStates.cpp:5884
Item::CutRedSandstone
@ CutRedSandstone
Item::WoodenShovel
@ WoodenShovel
Item::MooshroomSpawnEgg
@ MooshroomSpawnEgg
Block::BlastFurnace::BlastFurnace
BlockState BlastFurnace()
Definition: BlockStates.cpp:1468
Block::LightGrayWool::LightGrayWool
constexpr BlockState LightGrayWool()
Definition: BlockStates.h:11136
Item::BubbleCoralBlock
@ BubbleCoralBlock
Item::MagentaDye
@ MagentaDye
Block::SpruceWood::SpruceWood
BlockState SpruceWood()
Definition: BlockStates.cpp:11011
Item::BubbleCoral
@ BubbleCoral
Item::PolishedDioriteStairs
@ PolishedDioriteStairs
CustomStatistic::OpenChest
@ OpenChest
Item::Quartz
@ Quartz
Block::BrainCoralBlock::BrainCoralBlock
constexpr BlockState BrainCoralBlock()
Definition: BlockStates.h:2808
Block::PrismarineBrickStairs::PrismarineBrickStairs
BlockState PrismarineBrickStairs()
Definition: BlockStates.cpp:8886
Block::Dirt::Dirt
constexpr BlockState Dirt()
Definition: BlockStates.h:6843
Item::GrayStainedGlass
@ GrayStainedGlass
Block::FireCoralBlock::FireCoralBlock
constexpr BlockState FireCoralBlock()
Definition: BlockStates.h:8482
Item::CyanStainedGlass
@ CyanStainedGlass
Item::Cobweb
@ Cobweb
Item::TraderLlamaSpawnEgg
@ TraderLlamaSpawnEgg
Item::NetheriteBoots
@ NetheriteBoots
Item::LapisBlock
@ LapisBlock
Block::Sand::Sand
constexpr BlockState Sand()
Definition: BlockStates.h:21202
Block::SoulTorch::SoulTorch
constexpr BlockState SoulTorch()
Definition: BlockStates.h:22157
Item::SquidSpawnEgg
@ SquidSpawnEgg
Item::Jigsaw
@ Jigsaw
Block::DarkOakLog::DarkOakLog
BlockState DarkOakLog()
Definition: BlockStates.cpp:3510
Item::DragonHead
@ DragonHead
Block::DarkOakWood::DarkOakWood
BlockState DarkOakWood()
Definition: BlockStates.cpp:3698
Item::LeatherHelmet
@ LeatherHelmet
Item::CommandBlock
@ CommandBlock
Item::GrayDye
@ GrayDye
Item::BirchSign
@ BirchSign
Item::GhastSpawnEgg
@ GhastSpawnEgg
Item::BlazeSpawnEgg
@ BlazeSpawnEgg
Block::RedBed::RedBed
BlockState RedBed()
Definition: BlockStates.cpp:9421
BLOCK_FACE_ZM
@ BLOCK_FACE_ZM
Definition: Defines.h:44
Item::BrickWall
@ BrickWall
Item::StoneHoe
@ StoneHoe
Block::CrimsonStem::CrimsonStem
BlockState CrimsonStem()
Definition: BlockStates.cpp:3012
Block::OakWood::OakWood
BlockState OakWood()
Definition: BlockStates.cpp:7731
Block::LimeBanner::LimeBanner
BlockState LimeBanner()
Definition: BlockStates.cpp:6389
Item::BirchStairs
@ BirchStairs
Item::BeetrootSoup
@ BeetrootSoup
CustomStatistic::CleanBanner
@ CleanBanner
CustomStatistic
CustomStatistic
Definition: CustomStatistics.h:4
Item::StrippedJungleWood
@ StrippedJungleWood
Block::PolishedDioriteStairs::PolishedDioriteStairs
BlockState PolishedDioriteStairs()
Definition: BlockStates.cpp:8638
CustomStatistic::OpenShulkerBox
@ OpenShulkerBox
CustomStatistic::Drop
@ Drop
Item::PhantomSpawnEgg
@ PhantomSpawnEgg
Item::CarrotOnAStick
@ CarrotOnAStick
Item::BlackTerracotta
@ BlackTerracotta
Block::PinkConcretePowder::PinkConcretePowder
constexpr BlockState PinkConcretePowder()
Definition: BlockStates.h:15291
Block::YellowStainedGlass::YellowStainedGlass
constexpr BlockState YellowStainedGlass()
Definition: BlockStates.h:25377
Item::SmoothSandstoneSlab
@ SmoothSandstoneSlab
Item::JungleButton
@ JungleButton
Item::PolishedBlackstonePressurePlate
@ PolishedBlackstonePressurePlate
Block::Beacon::Beacon
constexpr BlockState Beacon()
Definition: BlockStates.h:1199
Block::TubeCoralFan::TubeCoralFan
constexpr BlockState TubeCoralFan()
Definition: BlockStates.h:24163
Block::BrownConcrete::BrownConcrete
constexpr BlockState BrownConcrete()
Definition: BlockStates.h:3322
Item::AcaciaLog
@ AcaciaLog
Block::SeaPickle::SeaPickle
BlockState SeaPickle()
Definition: BlockStates.cpp:10222
Item::WarpedRoots
@ WarpedRoots
Item::AcaciaTrapdoor
@ AcaciaTrapdoor
Item::NetheritePickaxe
@ NetheritePickaxe
Item::GreenConcretePowder
@ GreenConcretePowder
Item::CyanGlazedTerracotta
@ CyanGlazedTerracotta
Item::CrimsonButton
@ CrimsonButton
Item::Apple
@ Apple
Item::ChorusFruit
@ ChorusFruit
Block::Clay::Clay
constexpr BlockState Clay()
Definition: BlockStates.h:4024
Item::SmoothRedSandstone
@ SmoothRedSandstone
Item::RottenFlesh
@ RottenFlesh
Item::Lilac
@ Lilac
Block::RedstoneOre::RedstoneOre
BlockState RedstoneOre()
Definition: BlockStates.cpp:9858
Block::DriedKelpBlock::DriedKelpBlock
constexpr BlockState DriedKelpBlock()
Definition: BlockStates.h:6920
Block::ChainCommandBlock::ChainCommandBlock
BlockState ChainCommandBlock()
Definition: BlockStates.cpp:2270
Item::MelonSlice
@ MelonSlice
Item::Scaffolding
@ Scaffolding
Block::FlowerPot::FlowerPot
constexpr BlockState FlowerPot()
Definition: BlockStates.h:8515
Block::Andesite::Andesite
constexpr BlockState Andesite()
Definition: BlockStates.h:672
Block::RepeatingCommandBlock::RepeatingCommandBlock
BlockState RepeatingCommandBlock()
Definition: BlockStates.cpp:10021
Item::Potion
@ Potion
Item::Farmland
@ Farmland
Block::JungleSign::JungleSign
BlockState JungleSign()
Definition: BlockStates.cpp:5649
Item::WhiteCarpet
@ WhiteCarpet
Item::TurtleEgg
@ TurtleEgg
Item::TippedArrow
@ TippedArrow
Block::SmithingTable::SmithingTable
constexpr BlockState SmithingTable()
Definition: BlockStates.h:21716
Item::NetheriteChestplate
@ NetheriteChestplate
Item::Shears
@ Shears
Item::FermentedSpiderEye
@ FermentedSpiderEye
Item::Jukebox
@ Jukebox
Item::SpruceWood
@ SpruceWood
Item::OakFence
@ OakFence
Block::CrackedNetherBricks::CrackedNetherBricks
constexpr BlockState CrackedNetherBricks()
Definition: BlockStates.h:4570
Block::PurpleShulkerBox::PurpleShulkerBox
BlockState PurpleShulkerBox()
Definition: BlockStates.cpp:9140
Block::BlackTerracotta::BlackTerracotta
constexpr BlockState BlackTerracotta()
Definition: BlockStates.h:2138
CustomStatistic::InteractWithBrewingstand
@ InteractWithBrewingstand
Item::WanderingTraderSpawnEgg
@ WanderingTraderSpawnEgg
Block::WarpedNylium::WarpedNylium
constexpr BlockState WarpedNylium()
Definition: BlockStates.h:24678
Item::CodSpawnEgg
@ CodSpawnEgg
Block::OakSign::OakSign
BlockState OakSign()
Definition: BlockStates.cpp:7592
Block::BlueBed::BlueBed
BlockState BlueBed()
Definition: BlockStates.cpp:1522
Item::MusicDiscStal
@ MusicDiscStal
Item::VillagerSpawnEgg
@ VillagerSpawnEgg
Item::RespawnAnchor
@ RespawnAnchor
Item::OakButton
@ OakButton
Item::Beef
@ Beef
Item::WhiteShulkerBox
@ WhiteShulkerBox
Block::Poppy::Poppy
constexpr BlockState Poppy()
Definition: BlockStates.h:16690
Item::ChiseledPolishedBlackstone
@ ChiseledPolishedBlackstone
Item::CobblestoneWall
@ CobblestoneWall
Item::Bedrock
@ Bedrock
Item::PiglinSpawnEgg
@ PiglinSpawnEgg
Item::BirchButton
@ BirchButton
Item::Trident
@ Trident
Block::DarkOakButton::DarkOakButton
BlockState DarkOakButton()
Definition: BlockStates.cpp:3319
Item::TropicalFish
@ TropicalFish
Item::Stonecutter
@ Stonecutter
Block::Bell::Bell
BlockState Bell()
Definition: BlockStates.cpp:760
Item::Leather
@ Leather
Block::SpruceFence::SpruceFence
BlockState SpruceFence()
Definition: BlockStates.cpp:10715
Item::LargeFern
@ LargeFern
Block::Granite::Granite
constexpr BlockState Granite()
Definition: BlockStates.h:8631
Item::WarpedDoor
@ WarpedDoor
Block::InfestedStoneBricks::InfestedStoneBricks
constexpr BlockState InfestedStoneBricks()
Definition: BlockStates.h:9609
Item::Gravel
@ Gravel
CustomStatistic::HorseOneCm
@ HorseOneCm
Item::DarkOakDoor
@ DarkOakDoor
Item::MusicDiscWait
@ MusicDiscWait
Item::OcelotSpawnEgg
@ OcelotSpawnEgg
Block::NetherGoldOre::NetherGoldOre
constexpr BlockState NetherGoldOre()
Definition: BlockStates.h:13013
Item::RedSandstoneSlab
@ RedSandstoneSlab
Item::LavaBucket
@ LavaBucket
Item::GoldNugget
@ GoldNugget
Block::Bookshelf::Bookshelf
constexpr BlockState Bookshelf()
Definition: BlockStates.h:2794
Item::WhiteConcretePowder
@ WhiteConcretePowder
Item::LimeBed
@ LimeBed
Item::BlueStainedGlass
@ BlueStainedGlass
Item::ItemFrame
@ ItemFrame
Block::InfestedCobblestone::InfestedCobblestone
constexpr BlockState InfestedCobblestone()
Definition: BlockStates.h:9581
Item::SpruceStairs
@ SpruceStairs
Item::GlassBottle
@ GlassBottle
Item::ChorusPlant
@ ChorusPlant
Block::MagentaTerracotta::MagentaTerracotta
constexpr BlockState MagentaTerracotta()
Definition: BlockStates.h:11565
Block::PolishedAndesiteStairs::PolishedAndesiteStairs
BlockState PolishedAndesiteStairs()
Definition: BlockStates.cpp:8306
Item::GoldBlock
@ GoldBlock
Block::LightGrayConcretePowder::LightGrayConcretePowder
constexpr BlockState LightGrayConcretePowder()
Definition: BlockStates.h:11036
Item::WhiteGlazedTerracotta
@ WhiteGlazedTerracotta
Item::IronBlock
@ IronBlock
Block::CrackedPolishedBlackstoneBricks::CrackedPolishedBlackstoneBricks
constexpr BlockState CrackedPolishedBlackstoneBricks()
Definition: BlockStates.h:4577
Item::NetherSprouts
@ NetherSprouts
BlockStates.h
Block::SpruceSign::SpruceSign
BlockState SpruceSign()
Definition: BlockStates.cpp:10872
Item::GreenBed
@ GreenBed
Block::DaylightDetector::DaylightDetector
BlockState DaylightDetector()
Definition: BlockStates.cpp:3769
Block::SpruceStairs::SpruceStairs
BlockState SpruceStairs()
Definition: BlockStates.cpp:10917
Item::EnchantingTable
@ EnchantingTable
Item::Sponge
@ Sponge
Block::GreenStainedGlassPane::GreenStainedGlassPane
BlockState GreenStainedGlassPane()
Definition: BlockStates.cpp:5005
Item::StraySpawnEgg
@ StraySpawnEgg
Block::MagentaConcretePowder::MagentaConcretePowder
constexpr BlockState MagentaConcretePowder()
Definition: BlockStates.h:11484
Item::CrimsonPlanks
@ CrimsonPlanks
Item::GoldenCarrot
@ GoldenCarrot
Block::CartographyTable::CartographyTable
constexpr BlockState CartographyTable()
Definition: BlockStates.h:3718
Block::CutRedSandstone::CutRedSandstone
constexpr BlockState CutRedSandstone()
Definition: BlockStates.h:5230
Item::GrayGlazedTerracotta
@ GrayGlazedTerracotta
Item::CookedBeef
@ CookedBeef
Item::Kelp
@ Kelp
Block::DeadBrainCoralFan::DeadBrainCoralFan
constexpr BlockState DeadBrainCoralFan()
Definition: BlockStates.h:6249
Block::Furnace::Furnace
BlockState Furnace()
Definition: BlockStates.cpp:4514
Item::JungleSlab
@ JungleSlab
Block::Bedrock::Bedrock
constexpr BlockState Bedrock()
Definition: BlockStates.h:1206
Block::JunglePressurePlate::JunglePressurePlate
BlockState JunglePressurePlate()
Definition: BlockStates.cpp:5619
Item::CookedMutton
@ CookedMutton
Block::WitherRose::WitherRose
constexpr BlockState WitherRose()
Definition: BlockStates.h:25220
Item::InfestedCrackedStoneBricks
@ InfestedCrackedStoneBricks
Block::PrismarineBricks::PrismarineBricks
constexpr BlockState PrismarineBricks()
Definition: BlockStates.h:17047
Item::String
@ String
Block::CutSandstone::CutSandstone
constexpr BlockState CutSandstone()
Definition: BlockStates.h:5254
Item::NetherBrickWall
@ NetherBrickWall
Item::CrimsonStem
@ CrimsonStem
Item::OrangeBed
@ OrangeBed
Item::NetheriteIngot
@ NetheriteIngot
Block::RedSandstoneStairs::RedSandstoneStairs
BlockState RedSandstoneStairs()
Definition: BlockStates.cpp:9666
Item::DarkOakSapling
@ DarkOakSapling
Item::OrangeGlazedTerracotta
@ OrangeGlazedTerracotta
Block::WhiteShulkerBox::WhiteShulkerBox
BlockState WhiteShulkerBox()
Definition: BlockStates.cpp:12528
Block::BirchPressurePlate::BirchPressurePlate
BlockState BirchPressurePlate()
Definition: BlockStates.cpp:1005
Block::BirchSapling::BirchSapling
BlockState BirchSapling()
Definition: BlockStates.cpp:1020
Block::DioriteSlab::DioriteSlab
BlockState DioriteSlab()
Definition: BlockStates.cpp:3975
Item::BrownGlazedTerracotta
@ BrownGlazedTerracotta
Item::Podzol
@ Podzol
Item::Cobblestone
@ Cobblestone
Item::Bamboo
@ Bamboo
Item::LeatherHorseArmor
@ LeatherHorseArmor
Block::CrimsonFenceGate::CrimsonFenceGate
BlockState CrimsonFenceGate()
Definition: BlockStates.cpp:2847
Item::DiamondHoe
@ DiamondHoe
Block::CommandBlock::CommandBlock
BlockState CommandBlock()
Definition: BlockStates.cpp:2579
BlockState
Represents the state of a single block (previously known as "block meta").
Definition: BlockState.h:19
Block::CreeperHead::CreeperHead
BlockState CreeperHead()
Definition: BlockStates.cpp:2679
Item::ArmorStand
@ ArmorStand
Block::Bamboo::Bamboo
BlockState Bamboo()
Definition: BlockStates.cpp:598
Block::StrippedDarkOakLog::StrippedDarkOakLog
BlockState StrippedDarkOakLog()
Definition: BlockStates.cpp:11377
Item::FoxSpawnEgg
@ FoxSpawnEgg
Block::ChippedAnvil::ChippedAnvil
BlockState ChippedAnvil()
Definition: BlockStates.cpp:2323
Item::EndStoneBrickStairs
@ EndStoneBrickStairs
Item::Glowstone
@ Glowstone
Item::Andesite
@ Andesite
Item::StrippedOakWood
@ StrippedOakWood
Block::NetherBrickFence::NetherBrickFence
BlockState NetherBrickFence()
Definition: BlockStates.cpp:7089
Block::PolishedBlackstonePressurePlate::PolishedBlackstonePressurePlate
BlockState PolishedBlackstonePressurePlate()
Definition: BlockStates.cpp:8501
Item::PrismarineBrickStairs
@ PrismarineBrickStairs
Block::NetherBricks::NetherBricks
constexpr BlockState NetherBricks()
Definition: BlockStates.h:13006
Item::InfestedCobblestone
@ InfestedCobblestone
Item::Mycelium
@ Mycelium
Item::BirchLog
@ BirchLog
Block::GrayCarpet::GrayCarpet
constexpr BlockState GrayCarpet()
Definition: BlockStates.h:9119
Item::RedTerracotta
@ RedTerracotta
Block
Definition: BlockStates.cpp:3
Block::StructureBlock::StructureBlock
BlockState StructureBlock()
Definition: BlockStates.cpp:11537
Block::WarpedPlanks::WarpedPlanks
constexpr BlockState WarpedPlanks()
Definition: BlockStates.h:24685
Block::PolishedAndesite::PolishedAndesite
constexpr BlockState PolishedAndesite()
Definition: BlockStates.h:15531
Block::SandstoneSlab::SandstoneSlab
BlockState SandstoneSlab()
Definition: BlockStates.cpp:10087
Item::PurpurPillar
@ PurpurPillar
Block::Torch::Torch
constexpr BlockState Torch()
Definition: BlockStates.h:23807
Item::CoarseDirt
@ CoarseDirt
Block::CrimsonFungus::CrimsonFungus
constexpr BlockState CrimsonFungus()
Definition: BlockStates.h:4947
Item::MusicDisc13
@ MusicDisc13
Item::DebugStick
@ DebugStick
Block::BubbleCoralBlock::BubbleCoralBlock
constexpr BlockState BubbleCoralBlock()
Definition: BlockStates.h:3599
Block::PrismarineBrickSlab::PrismarineBrickSlab
BlockState PrismarineBrickSlab()
Definition: BlockStates.cpp:8870
Item::Rabbit
@ Rabbit
Block::LightBlueConcrete::LightBlueConcrete
constexpr BlockState LightBlueConcrete()
Definition: BlockStates.h:10841
Item::JunglePressurePlate
@ JunglePressurePlate
Item::GreenCarpet
@ GreenCarpet
Block::ChorusFlower::ChorusFlower
BlockState ChorusFlower()
Definition: BlockStates.cpp:2358
Item::GoldenPickaxe
@ GoldenPickaxe
Block::BrownConcretePowder::BrownConcretePowder
constexpr BlockState BrownConcretePowder()
Definition: BlockStates.h:3329
Item::BirchSlab
@ BirchSlab
CustomStatistic::RaidTrigger
@ RaidTrigger
BLOCK_FACE_XP
@ BLOCK_FACE_XP
Definition: Defines.h:41
Item::BlueIce
@ BlueIce
Block::JungleSapling::JungleSapling
BlockState JungleSapling()
Definition: BlockStates.cpp:5634
Item::WarpedSlab
@ WarpedSlab
Item::SnowBlock
@ SnowBlock
Item::BrainCoral
@ BrainCoral
Block::ChiseledSandstone::ChiseledSandstone
constexpr BlockState ChiseledSandstone()
Definition: BlockStates.h:3857
Item::JungleFenceGate
@ JungleFenceGate
Item::Salmon
@ Salmon
Item::RepeatingCommandBlock
@ RepeatingCommandBlock
Item::Grindstone
@ Grindstone
CustomStatistic::EatCakeSlice
@ EatCakeSlice
Block::PurpurPillar::PurpurPillar
BlockState PurpurPillar()
Definition: BlockStates.cpp:9227
Block::AcaciaPlanks::AcaciaPlanks
constexpr BlockState AcaciaPlanks()
Definition: BlockStates.h:371
Block::OrangeBanner::OrangeBanner
BlockState OrangeBanner()
Definition: BlockStates.cpp:7777
Block::PurpleBanner::PurpleBanner
BlockState PurpleBanner()
Definition: BlockStates.cpp:9052
CustomStatistic::InteractWithCartographyTable
@ InteractWithCartographyTable
Item::WheatSeeds
@ WheatSeeds
Block::SmoothStone::SmoothStone
constexpr BlockState SmoothStone()
Definition: BlockStates.h:22041
Item::BirchPlanks
@ BirchPlanks
Item::Book
@ Book
Block::Jukebox::Jukebox
BlockState Jukebox()
Definition: BlockStates.cpp:5394
Item::DeadTubeCoralBlock
@ DeadTubeCoralBlock
Item::LightGrayTerracotta
@ LightGrayTerracotta
Item::ZombiePigmanSpawnEgg
@ ZombiePigmanSpawnEgg
Block::LightBlueCarpet::LightBlueCarpet
constexpr BlockState LightBlueCarpet()
Definition: BlockStates.h:10834
Item::Vine
@ Vine
Item::YellowTerracotta
@ YellowTerracotta
Item::PurpleShulkerBox
@ PurpleShulkerBox
Item::PoweredRail
@ PoweredRail
Item::InfestedMossyStoneBricks
@ InfestedMossyStoneBricks
Item::BirchLeaves
@ BirchLeaves
CustomStatistic::Jump
@ Jump
Item::RedStainedGlassPane
@ RedStainedGlassPane
Item::DriedKelpBlock
@ DriedKelpBlock
Item::InfestedStoneBricks
@ InfestedStoneBricks
Item::InfestedChiseledStoneBricks
@ InfestedChiseledStoneBricks
Block::PolishedBlackstoneWall::PolishedBlackstoneWall
BlockState PolishedBlackstoneWall()
Definition: BlockStates.cpp:8568
Block::EndStone::EndStone
constexpr BlockState EndStone()
Definition: BlockStates.h:7022
Item::PillagerSpawnEgg
@ PillagerSpawnEgg
Item::FishingRod
@ FishingRod
Item::NetheriteAxe
@ NetheriteAxe
Item::TNTMinecart
@ TNTMinecart
Item::DeadBrainCoralFan
@ DeadBrainCoralFan
Block::PurpleWool::PurpleWool
constexpr BlockState PurpleWool()
Definition: BlockStates.h:17641
StatisticsSerializer::Load
void Load(StatisticsManager &Manager, const std::string &WorldPath, std::string &&FileName)
Definition: StatisticsSerializer.cpp:74
Item::Pufferfish
@ Pufferfish
Item::SoulTorch
@ SoulTorch
Block::GrayBed::GrayBed
BlockState GrayBed()
Definition: BlockStates.cpp:4752
Block::Allium::Allium
constexpr BlockState Allium()
Definition: BlockStates.h:658
Item::CrimsonPressurePlate
@ CrimsonPressurePlate
Block::MossyCobblestoneWall::MossyCobblestoneWall
BlockState MossyCobblestoneWall()
Definition: BlockStates.cpp:6835
CustomStatistic::InspectDispenser
@ InspectDispenser
Item::Lectern
@ Lectern
Block::StoneBricks::StoneBricks
constexpr BlockState StoneBricks()
Definition: BlockStates.h:23211
Item::BlazeRod
@ BlazeRod
Item::Air
@ Air
Item::Dropper
@ Dropper
Block::StoneStairs::StoneStairs
BlockState StoneStairs()
Definition: BlockStates.cpp:11228
Block::BirchButton::BirchButton
BlockState BirchButton()
Definition: BlockStates.cpp:795
Block::RedSandstoneSlab::RedSandstoneSlab
BlockState RedSandstoneSlab()
Definition: BlockStates.cpp:9650
Block::CyanTerracotta::CyanTerracotta
constexpr BlockState CyanTerracotta()
Definition: BlockStates.h:5440
Item::StoneBricks
@ StoneBricks
Item::SalmonSpawnEgg
@ SalmonSpawnEgg
CustomStatistic::MobKills
@ MobKills
Block::CrimsonPlanks::CrimsonPlanks
constexpr BlockState CrimsonPlanks()
Definition: BlockStates.h:4978
Block::DarkOakLeaves::DarkOakLeaves
BlockState DarkOakLeaves()
Definition: BlockStates.cpp:3482
Block::WhiteBed::WhiteBed
BlockState WhiteBed()
Definition: BlockStates.cpp:12469
CustomStatistic::InteractWithCampfire
@ InteractWithCampfire
Item::DiamondBlock
@ DiamondBlock
Block::NoteBlock::NoteBlock
BlockState NoteBlock()
Definition: BlockStates.cpp:7284
Block::WitherSkeletonSkull::WitherSkeletonSkull
BlockState WitherSkeletonSkull()
Definition: BlockStates.cpp:12618
Item::StriderSpawnEgg
@ StriderSpawnEgg
CustomStatistic::InspectHopper
@ InspectHopper
Item::GoldenChestplate
@ GoldenChestplate
Item::WhiteStainedGlass
@ WhiteStainedGlass
Item::GrayWool
@ GrayWool
Block::WarpedPressurePlate::WarpedPressurePlate
BlockState WarpedPressurePlate()
Definition: BlockStates.cpp:12169
Item::Saddle
@ Saddle
Item::FilledMap
@ FilledMap
Item::AcaciaBoat
@ AcaciaBoat
Item::BlueBanner
@ BlueBanner
Item::MusicDiscCat
@ MusicDiscCat
Item::Honeycomb
@ Honeycomb
Item::Arrow
@ Arrow
Block::OrangeStainedGlassPane::OrangeStainedGlassPane
BlockState OrangeStainedGlassPane()
Definition: BlockStates.cpp:7887
Item::GreenStainedGlassPane
@ GreenStainedGlassPane
Item::Wheat
@ Wheat
Block::RedConcretePowder::RedConcretePowder
constexpr BlockState RedConcretePowder()
Definition: BlockStates.h:17999
Block::GreenWool::GreenWool
constexpr BlockState GreenWool()
Definition: BlockStates.h:9421
Item::BrownBed
@ BrownBed
Block::DarkOakPlanks::DarkOakPlanks
constexpr BlockState DarkOakPlanks()
Definition: BlockStates.h:5845
CustomStatistic::WalkUnderWaterOneCm
@ WalkUnderWaterOneCm
Item::Painting
@ Painting
Item::LightGrayConcretePowder
@ LightGrayConcretePowder
Block::CraftingTable::CraftingTable
constexpr BlockState CraftingTable()
Definition: BlockStates.h:4591
Item::CodBucket
@ CodBucket
Block::BlackShulkerBox::BlackShulkerBox
BlockState BlackShulkerBox()
Definition: BlockStates.cpp:1278
Item::OxeyeDaisy
@ OxeyeDaisy
Item::Elytra
@ Elytra
Item::ZoglinSpawnEgg
@ ZoglinSpawnEgg
Item::MossyStoneBrickWall
@ MossyStoneBrickWall
Item::WarpedNylium
@ WarpedNylium
Block::GrassPath::GrassPath
constexpr BlockState GrassPath()
Definition: BlockStates.h:9038
Item::Piston
@ Piston
Item::BrickSlab
@ BrickSlab
Item::EndStoneBricks
@ EndStoneBricks
Item::CobblestoneSlab
@ CobblestoneSlab
Item::LightGrayBanner
@ LightGrayBanner
CustomStatistic::InspectDropper
@ InspectDropper
Item::StrippedCrimsonHyphae
@ StrippedCrimsonHyphae
Block::OakLeaves::OakLeaves
BlockState OakLeaves()
Definition: BlockStates.cpp:7515
CustomStatistic::InteractWithBeacon
@ InteractWithBeacon
Block::Sunflower::Sunflower
BlockState Sunflower()
Definition: BlockStates.cpp:11586
Block::BlueBanner::BlueBanner
BlockState BlueBanner()
Definition: BlockStates.cpp:1493
Item::BrownMushroomBlock
@ BrownMushroomBlock
Item::YellowStainedGlassPane
@ YellowStainedGlassPane
Item::YellowCarpet
@ YellowCarpet
Item::Bone
@ Bone
Item::CrimsonFenceGate
@ CrimsonFenceGate
Palette_1_16
Definition: Palette_1_16.cpp:6
Block::Kelp::Kelp
BlockState Kelp()
Definition: BlockStates.cpp:5804
Item::CookedRabbit
@ CookedRabbit
Block::AcaciaFence::AcaciaFence
BlockState AcaciaFence()
Definition: BlockStates.cpp:90
Item::GoldenAxe
@ GoldenAxe
Item::ChiseledSandstone
@ ChiseledSandstone
Block::PurpleConcrete::PurpleConcrete
constexpr BlockState PurpleConcrete()
Definition: BlockStates.h:17534
Block::GrayGlazedTerracotta::GrayGlazedTerracotta
BlockState GrayGlazedTerracotta()
Definition: BlockStates.cpp:4794
Block::InfestedStone::InfestedStone
constexpr BlockState InfestedStone()
Definition: BlockStates.h:9602
Item::SpruceBoat
@ SpruceBoat
Item::BrownConcrete
@ BrownConcrete
CustomStatistic::PotFlower
@ PotFlower
Block::WeepingVines::WeepingVines
BlockState WeepingVines()
Definition: BlockStates.cpp:12374
Item::AcaciaLeaves
@ AcaciaLeaves
Item::Feather
@ Feather
Item::BatSpawnEgg
@ BatSpawnEgg
Item::Blackstone
@ Blackstone
Item::Sunflower
@ Sunflower
Item::SkeletonSpawnEgg
@ SkeletonSpawnEgg
Item::Lodestone
@ Lodestone
Item::BlackConcrete
@ BlackConcrete
Block::RedstoneTorch::RedstoneTorch
BlockState RedstoneTorch()
Definition: BlockStates.cpp:9873
Item::Shield
@ Shield
Item::BrownBanner
@ BrownBanner
Item::HornCoralBlock
@ HornCoralBlock
Block::LapisBlock::LapisBlock
constexpr BlockState LapisBlock()
Definition: BlockStates.h:10621
Item::IronOre
@ IronOre
Item::CreeperHead
@ CreeperHead
Item::WolfSpawnEgg
@ WolfSpawnEgg
Block::AcaciaLeaves::AcaciaLeaves
BlockState AcaciaLeaves()
Definition: BlockStates.cpp:170
Item::DioriteSlab
@ DioriteSlab
Block::DeadTubeCoralFan::DeadTubeCoralFan
constexpr BlockState DeadTubeCoralFan()
Definition: BlockStates.h:6388
CustomStatistic::RaidWin
@ RaidWin
Item::YellowConcretePowder
@ YellowConcretePowder
Block::RedNetherBricks::RedNetherBricks
constexpr BlockState RedNetherBricks()
Definition: BlockStates.h:18547
Block::MossyStoneBrickStairs::MossyStoneBrickStairs
BlockState MossyStoneBrickStairs()
Definition: BlockStates.cpp:6902
Block::CrimsonPressurePlate::CrimsonPressurePlate
BlockState CrimsonPressurePlate()
Definition: BlockStates.cpp:2913
Item::StrippedCrimsonStem
@ StrippedCrimsonStem
Block::StrippedDarkOakWood::StrippedDarkOakWood
BlockState StrippedDarkOakWood()
Definition: BlockStates.cpp:11393
Item::SmoothRedSandstoneStairs
@ SmoothRedSandstoneStairs
Item::CyanConcrete
@ CyanConcrete
Item::Compass
@ Compass
Block::JungleWood::JungleWood
BlockState JungleWood()
Definition: BlockStates.cpp:5788
Item::SilverfishSpawnEgg
@ SilverfishSpawnEgg
Block::OrangeGlazedTerracotta::OrangeGlazedTerracotta
BlockState OrangeGlazedTerracotta()
Definition: BlockStates.cpp:7848
Block::Terracotta::Terracotta
constexpr BlockState Terracotta()
Definition: BlockStates.h:23800
Item::MagentaStainedGlass
@ MagentaStainedGlass
Item::RedstoneOre
@ RedstoneOre
Item::IronBoots
@ IronBoots
Item::DarkOakFenceGate
@ DarkOakFenceGate
Block::OrangeStainedGlass::OrangeStainedGlass
constexpr BlockState OrangeStainedGlass()
Definition: BlockStates.h:15083
Block::GraniteSlab::GraniteSlab
BlockState GraniteSlab()
Definition: BlockStates.cpp:4596
Item::PrismarineBrickSlab
@ PrismarineBrickSlab
Item::WarpedFenceGate
@ WarpedFenceGate
Item::NetherGoldOre
@ NetherGoldOre
Item::GuardianSpawnEgg
@ GuardianSpawnEgg
Item::CoalOre
@ CoalOre
Item::WoodenAxe
@ WoodenAxe