@minecraft/vanilla-data 1.21.110-preview.22 → 1.21.110-preview.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -2
- package/lib/index.js +1 -1
- package/lib/mojang-block.d.ts +143 -16
- package/lib/mojang-item.d.ts +26 -1
- package/lib/mojang-potionDelivery.d.ts +12 -0
- package/lib/mojang-potionEffect.d.ts +47 -20
- package/package.json +1 -1
- package/lib/mojang-potionLiquid.d.ts +0 -12
- package/lib/mojang-potionModifier.d.ts +0 -12
package/lib/mojang-block.d.ts
CHANGED
|
@@ -166,7 +166,6 @@ export declare enum MinecraftBlockTypes {
|
|
|
166
166
|
CaveVines = "minecraft:cave_vines",
|
|
167
167
|
CaveVinesBodyWithBerries = "minecraft:cave_vines_body_with_berries",
|
|
168
168
|
CaveVinesHeadWithBerries = "minecraft:cave_vines_head_with_berries",
|
|
169
|
-
Chain = "minecraft:chain",
|
|
170
169
|
ChainCommandBlock = "minecraft:chain_command_block",
|
|
171
170
|
ChemicalHeat = "minecraft:chemical_heat",
|
|
172
171
|
CherryButton = "minecraft:cherry_button",
|
|
@@ -226,13 +225,17 @@ export declare enum MinecraftBlockTypes {
|
|
|
226
225
|
Composter = "minecraft:composter",
|
|
227
226
|
CompoundCreator = "minecraft:compound_creator",
|
|
228
227
|
Conduit = "minecraft:conduit",
|
|
228
|
+
CopperBars = "minecraft:copper_bars",
|
|
229
229
|
CopperBlock = "minecraft:copper_block",
|
|
230
230
|
CopperBulb = "minecraft:copper_bulb",
|
|
231
|
+
CopperChain = "minecraft:copper_chain",
|
|
231
232
|
CopperChest = "minecraft:copper_chest",
|
|
232
233
|
CopperDoor = "minecraft:copper_door",
|
|
233
234
|
CopperGolemStatue = "minecraft:copper_golem_statue",
|
|
234
235
|
CopperGrate = "minecraft:copper_grate",
|
|
236
|
+
CopperLantern = "minecraft:copper_lantern",
|
|
235
237
|
CopperOre = "minecraft:copper_ore",
|
|
238
|
+
CopperTorch = "minecraft:copper_torch",
|
|
236
239
|
CopperTrapdoor = "minecraft:copper_trapdoor",
|
|
237
240
|
Cornflower = "minecraft:cornflower",
|
|
238
241
|
CrackedDeepslateBricks = "minecraft:cracked_deepslate_bricks",
|
|
@@ -505,11 +508,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
505
508
|
EnderChest = "minecraft:ender_chest",
|
|
506
509
|
ExposedChiseledCopper = "minecraft:exposed_chiseled_copper",
|
|
507
510
|
ExposedCopper = "minecraft:exposed_copper",
|
|
511
|
+
ExposedCopperBars = "minecraft:exposed_copper_bars",
|
|
508
512
|
ExposedCopperBulb = "minecraft:exposed_copper_bulb",
|
|
513
|
+
ExposedCopperChain = "minecraft:exposed_copper_chain",
|
|
509
514
|
ExposedCopperChest = "minecraft:exposed_copper_chest",
|
|
510
515
|
ExposedCopperDoor = "minecraft:exposed_copper_door",
|
|
511
516
|
ExposedCopperGolemStatue = "minecraft:exposed_copper_golem_statue",
|
|
512
517
|
ExposedCopperGrate = "minecraft:exposed_copper_grate",
|
|
518
|
+
ExposedCopperLantern = "minecraft:exposed_copper_lantern",
|
|
513
519
|
ExposedCopperTrapdoor = "minecraft:exposed_copper_trapdoor",
|
|
514
520
|
ExposedCutCopper = "minecraft:exposed_cut_copper",
|
|
515
521
|
ExposedCutCopperSlab = "minecraft:exposed_cut_copper_slab",
|
|
@@ -630,6 +636,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
630
636
|
InfestedStoneBricks = "minecraft:infested_stone_bricks",
|
|
631
637
|
IronBars = "minecraft:iron_bars",
|
|
632
638
|
IronBlock = "minecraft:iron_block",
|
|
639
|
+
IronChain = "minecraft:iron_chain",
|
|
633
640
|
IronDoor = "minecraft:iron_door",
|
|
634
641
|
IronOre = "minecraft:iron_ore",
|
|
635
642
|
IronTrapdoor = "minecraft:iron_trapdoor",
|
|
@@ -829,11 +836,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
829
836
|
OxeyeDaisy = "minecraft:oxeye_daisy",
|
|
830
837
|
OxidizedChiseledCopper = "minecraft:oxidized_chiseled_copper",
|
|
831
838
|
OxidizedCopper = "minecraft:oxidized_copper",
|
|
839
|
+
OxidizedCopperBars = "minecraft:oxidized_copper_bars",
|
|
832
840
|
OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
|
|
841
|
+
OxidizedCopperChain = "minecraft:oxidized_copper_chain",
|
|
833
842
|
OxidizedCopperChest = "minecraft:oxidized_copper_chest",
|
|
834
843
|
OxidizedCopperDoor = "minecraft:oxidized_copper_door",
|
|
835
844
|
OxidizedCopperGolemStatue = "minecraft:oxidized_copper_golem_statue",
|
|
836
845
|
OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
|
|
846
|
+
OxidizedCopperLantern = "minecraft:oxidized_copper_lantern",
|
|
837
847
|
OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
|
|
838
848
|
OxidizedCutCopper = "minecraft:oxidized_cut_copper",
|
|
839
849
|
OxidizedCutCopperSlab = "minecraft:oxidized_cut_copper_slab",
|
|
@@ -1187,11 +1197,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
1187
1197
|
Waterlily = "minecraft:waterlily",
|
|
1188
1198
|
WaxedChiseledCopper = "minecraft:waxed_chiseled_copper",
|
|
1189
1199
|
WaxedCopper = "minecraft:waxed_copper",
|
|
1200
|
+
WaxedCopperBars = "minecraft:waxed_copper_bars",
|
|
1190
1201
|
WaxedCopperBulb = "minecraft:waxed_copper_bulb",
|
|
1202
|
+
WaxedCopperChain = "minecraft:waxed_copper_chain",
|
|
1191
1203
|
WaxedCopperChest = "minecraft:waxed_copper_chest",
|
|
1192
1204
|
WaxedCopperDoor = "minecraft:waxed_copper_door",
|
|
1193
1205
|
WaxedCopperGolemStatue = "minecraft:waxed_copper_golem_statue",
|
|
1194
1206
|
WaxedCopperGrate = "minecraft:waxed_copper_grate",
|
|
1207
|
+
WaxedCopperLantern = "minecraft:waxed_copper_lantern",
|
|
1195
1208
|
WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
|
|
1196
1209
|
WaxedCutCopper = "minecraft:waxed_cut_copper",
|
|
1197
1210
|
WaxedCutCopperSlab = "minecraft:waxed_cut_copper_slab",
|
|
@@ -1199,11 +1212,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
1199
1212
|
WaxedDoubleCutCopperSlab = "minecraft:waxed_double_cut_copper_slab",
|
|
1200
1213
|
WaxedExposedChiseledCopper = "minecraft:waxed_exposed_chiseled_copper",
|
|
1201
1214
|
WaxedExposedCopper = "minecraft:waxed_exposed_copper",
|
|
1215
|
+
WaxedExposedCopperBars = "minecraft:waxed_exposed_copper_bars",
|
|
1202
1216
|
WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
|
|
1217
|
+
WaxedExposedCopperChain = "minecraft:waxed_exposed_copper_chain",
|
|
1203
1218
|
WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
|
|
1204
1219
|
WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
|
|
1205
1220
|
WaxedExposedCopperGolemStatue = "minecraft:waxed_exposed_copper_golem_statue",
|
|
1206
1221
|
WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
|
|
1222
|
+
WaxedExposedCopperLantern = "minecraft:waxed_exposed_copper_lantern",
|
|
1207
1223
|
WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
|
|
1208
1224
|
WaxedExposedCutCopper = "minecraft:waxed_exposed_cut_copper",
|
|
1209
1225
|
WaxedExposedCutCopperSlab = "minecraft:waxed_exposed_cut_copper_slab",
|
|
@@ -1213,11 +1229,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
1213
1229
|
WaxedLightningRod = "minecraft:waxed_lightning_rod",
|
|
1214
1230
|
WaxedOxidizedChiseledCopper = "minecraft:waxed_oxidized_chiseled_copper",
|
|
1215
1231
|
WaxedOxidizedCopper = "minecraft:waxed_oxidized_copper",
|
|
1232
|
+
WaxedOxidizedCopperBars = "minecraft:waxed_oxidized_copper_bars",
|
|
1216
1233
|
WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
|
|
1234
|
+
WaxedOxidizedCopperChain = "minecraft:waxed_oxidized_copper_chain",
|
|
1217
1235
|
WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
|
|
1218
1236
|
WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
|
|
1219
1237
|
WaxedOxidizedCopperGolemStatue = "minecraft:waxed_oxidized_copper_golem_statue",
|
|
1220
1238
|
WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
|
|
1239
|
+
WaxedOxidizedCopperLantern = "minecraft:waxed_oxidized_copper_lantern",
|
|
1221
1240
|
WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
|
|
1222
1241
|
WaxedOxidizedCutCopper = "minecraft:waxed_oxidized_cut_copper",
|
|
1223
1242
|
WaxedOxidizedCutCopperSlab = "minecraft:waxed_oxidized_cut_copper_slab",
|
|
@@ -1226,11 +1245,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
1226
1245
|
WaxedOxidizedLightningRod = "minecraft:waxed_oxidized_lightning_rod",
|
|
1227
1246
|
WaxedWeatheredChiseledCopper = "minecraft:waxed_weathered_chiseled_copper",
|
|
1228
1247
|
WaxedWeatheredCopper = "minecraft:waxed_weathered_copper",
|
|
1248
|
+
WaxedWeatheredCopperBars = "minecraft:waxed_weathered_copper_bars",
|
|
1229
1249
|
WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
|
|
1250
|
+
WaxedWeatheredCopperChain = "minecraft:waxed_weathered_copper_chain",
|
|
1230
1251
|
WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
|
|
1231
1252
|
WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
|
|
1232
1253
|
WaxedWeatheredCopperGolemStatue = "minecraft:waxed_weathered_copper_golem_statue",
|
|
1233
1254
|
WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
|
|
1255
|
+
WaxedWeatheredCopperLantern = "minecraft:waxed_weathered_copper_lantern",
|
|
1234
1256
|
WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
|
|
1235
1257
|
WaxedWeatheredCutCopper = "minecraft:waxed_weathered_cut_copper",
|
|
1236
1258
|
WaxedWeatheredCutCopperSlab = "minecraft:waxed_weathered_cut_copper_slab",
|
|
@@ -1239,11 +1261,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
1239
1261
|
WaxedWeatheredLightningRod = "minecraft:waxed_weathered_lightning_rod",
|
|
1240
1262
|
WeatheredChiseledCopper = "minecraft:weathered_chiseled_copper",
|
|
1241
1263
|
WeatheredCopper = "minecraft:weathered_copper",
|
|
1264
|
+
WeatheredCopperBars = "minecraft:weathered_copper_bars",
|
|
1242
1265
|
WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
|
|
1266
|
+
WeatheredCopperChain = "minecraft:weathered_copper_chain",
|
|
1243
1267
|
WeatheredCopperChest = "minecraft:weathered_copper_chest",
|
|
1244
1268
|
WeatheredCopperDoor = "minecraft:weathered_copper_door",
|
|
1245
1269
|
WeatheredCopperGolemStatue = "minecraft:weathered_copper_golem_statue",
|
|
1246
1270
|
WeatheredCopperGrate = "minecraft:weathered_copper_grate",
|
|
1271
|
+
WeatheredCopperLantern = "minecraft:weathered_copper_lantern",
|
|
1247
1272
|
WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
|
|
1248
1273
|
WeatheredCutCopper = "minecraft:weathered_cut_copper",
|
|
1249
1274
|
WeatheredCutCopperSlab = "minecraft:weathered_cut_copper_slab",
|
|
@@ -1869,10 +1894,6 @@ export type CaveVinesBodyWithBerriesStates = Pick<BlockStateSuperset, 'growing_p
|
|
|
1869
1894
|
* States specific to CaveVinesHeadWithBerries
|
|
1870
1895
|
*/
|
|
1871
1896
|
export type CaveVinesHeadWithBerriesStates = Pick<BlockStateSuperset, 'growing_plant_age'>;
|
|
1872
|
-
/**
|
|
1873
|
-
* States specific to Chain
|
|
1874
|
-
*/
|
|
1875
|
-
export type ChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
1876
1897
|
/**
|
|
1877
1898
|
* States specific to ChainCommandBlock
|
|
1878
1899
|
*/
|
|
@@ -2025,6 +2046,10 @@ export type CompoundCreatorStates = Pick<BlockStateSuperset, 'direction'>;
|
|
|
2025
2046
|
* States specific to CopperBulb
|
|
2026
2047
|
*/
|
|
2027
2048
|
export type CopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
2049
|
+
/**
|
|
2050
|
+
* States specific to CopperChain
|
|
2051
|
+
*/
|
|
2052
|
+
export type CopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2028
2053
|
/**
|
|
2029
2054
|
* States specific to CopperChest
|
|
2030
2055
|
*/
|
|
@@ -2037,6 +2062,14 @@ export type CopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'mine
|
|
|
2037
2062
|
* States specific to CopperGolemStatue
|
|
2038
2063
|
*/
|
|
2039
2064
|
export type CopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
2065
|
+
/**
|
|
2066
|
+
* States specific to CopperLantern
|
|
2067
|
+
*/
|
|
2068
|
+
export type CopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
2069
|
+
/**
|
|
2070
|
+
* States specific to CopperTorch
|
|
2071
|
+
*/
|
|
2072
|
+
export type CopperTorchStates = Pick<BlockStateSuperset, 'torch_facing_direction'>;
|
|
2040
2073
|
/**
|
|
2041
2074
|
* States specific to CopperTrapdoor
|
|
2042
2075
|
*/
|
|
@@ -2389,6 +2422,10 @@ export type EnderChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_dire
|
|
|
2389
2422
|
* States specific to ExposedCopperBulb
|
|
2390
2423
|
*/
|
|
2391
2424
|
export type ExposedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
2425
|
+
/**
|
|
2426
|
+
* States specific to ExposedCopperChain
|
|
2427
|
+
*/
|
|
2428
|
+
export type ExposedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2392
2429
|
/**
|
|
2393
2430
|
* States specific to ExposedCopperChest
|
|
2394
2431
|
*/
|
|
@@ -2401,6 +2438,10 @@ export type ExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit'
|
|
|
2401
2438
|
* States specific to ExposedCopperGolemStatue
|
|
2402
2439
|
*/
|
|
2403
2440
|
export type ExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
2441
|
+
/**
|
|
2442
|
+
* States specific to ExposedCopperLantern
|
|
2443
|
+
*/
|
|
2444
|
+
export type ExposedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
2404
2445
|
/**
|
|
2405
2446
|
* States specific to ExposedCopperTrapdoor
|
|
2406
2447
|
*/
|
|
@@ -2420,7 +2461,7 @@ export type ExposedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecra
|
|
|
2420
2461
|
/**
|
|
2421
2462
|
* States specific to ExposedLightningRod
|
|
2422
2463
|
*/
|
|
2423
|
-
export type ExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
2464
|
+
export type ExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
2424
2465
|
/**
|
|
2425
2466
|
* States specific to Farmland
|
|
2426
2467
|
*/
|
|
@@ -2545,6 +2586,10 @@ export type HornCoralWallFanStates = Pick<BlockStateSuperset, 'coral_direction'>
|
|
|
2545
2586
|
* States specific to InfestedDeepslate
|
|
2546
2587
|
*/
|
|
2547
2588
|
export type InfestedDeepslateStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2589
|
+
/**
|
|
2590
|
+
* States specific to IronChain
|
|
2591
|
+
*/
|
|
2592
|
+
export type IronChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2548
2593
|
/**
|
|
2549
2594
|
* States specific to IronDoor
|
|
2550
2595
|
*/
|
|
@@ -2688,7 +2733,7 @@ export type LightWeightedPressurePlateStates = Pick<BlockStateSuperset, 'redston
|
|
|
2688
2733
|
/**
|
|
2689
2734
|
* States specific to LightningRod
|
|
2690
2735
|
*/
|
|
2691
|
-
export type LightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
2736
|
+
export type LightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
2692
2737
|
/**
|
|
2693
2738
|
* States specific to Lilac
|
|
2694
2739
|
*/
|
|
@@ -2961,6 +3006,10 @@ export type OrangeGlazedTerracottaStates = Pick<BlockStateSuperset, 'facing_dire
|
|
|
2961
3006
|
* States specific to OxidizedCopperBulb
|
|
2962
3007
|
*/
|
|
2963
3008
|
export type OxidizedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
3009
|
+
/**
|
|
3010
|
+
* States specific to OxidizedCopperChain
|
|
3011
|
+
*/
|
|
3012
|
+
export type OxidizedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2964
3013
|
/**
|
|
2965
3014
|
* States specific to OxidizedCopperChest
|
|
2966
3015
|
*/
|
|
@@ -2973,6 +3022,10 @@ export type OxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit'
|
|
|
2973
3022
|
* States specific to OxidizedCopperGolemStatue
|
|
2974
3023
|
*/
|
|
2975
3024
|
export type OxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3025
|
+
/**
|
|
3026
|
+
* States specific to OxidizedCopperLantern
|
|
3027
|
+
*/
|
|
3028
|
+
export type OxidizedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
2976
3029
|
/**
|
|
2977
3030
|
* States specific to OxidizedCopperTrapdoor
|
|
2978
3031
|
*/
|
|
@@ -2992,7 +3045,7 @@ export type OxidizedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecr
|
|
|
2992
3045
|
/**
|
|
2993
3046
|
* States specific to OxidizedLightningRod
|
|
2994
3047
|
*/
|
|
2995
|
-
export type OxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
3048
|
+
export type OxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
2996
3049
|
/**
|
|
2997
3050
|
* States specific to PaleHangingMoss
|
|
2998
3051
|
*/
|
|
@@ -3985,6 +4038,10 @@ export type WaterStates = Pick<BlockStateSuperset, 'liquid_depth'>;
|
|
|
3985
4038
|
* States specific to WaxedCopperBulb
|
|
3986
4039
|
*/
|
|
3987
4040
|
export type WaxedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4041
|
+
/**
|
|
4042
|
+
* States specific to WaxedCopperChain
|
|
4043
|
+
*/
|
|
4044
|
+
export type WaxedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
3988
4045
|
/**
|
|
3989
4046
|
* States specific to WaxedCopperChest
|
|
3990
4047
|
*/
|
|
@@ -3997,6 +4054,10 @@ export type WaxedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' |
|
|
|
3997
4054
|
* States specific to WaxedCopperGolemStatue
|
|
3998
4055
|
*/
|
|
3999
4056
|
export type WaxedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4057
|
+
/**
|
|
4058
|
+
* States specific to WaxedCopperLantern
|
|
4059
|
+
*/
|
|
4060
|
+
export type WaxedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4000
4061
|
/**
|
|
4001
4062
|
* States specific to WaxedCopperTrapdoor
|
|
4002
4063
|
*/
|
|
@@ -4017,6 +4078,10 @@ export type WaxedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft
|
|
|
4017
4078
|
* States specific to WaxedExposedCopperBulb
|
|
4018
4079
|
*/
|
|
4019
4080
|
export type WaxedExposedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4081
|
+
/**
|
|
4082
|
+
* States specific to WaxedExposedCopperChain
|
|
4083
|
+
*/
|
|
4084
|
+
export type WaxedExposedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4020
4085
|
/**
|
|
4021
4086
|
* States specific to WaxedExposedCopperChest
|
|
4022
4087
|
*/
|
|
@@ -4029,6 +4094,10 @@ export type WaxedExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_
|
|
|
4029
4094
|
* States specific to WaxedExposedCopperGolemStatue
|
|
4030
4095
|
*/
|
|
4031
4096
|
export type WaxedExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4097
|
+
/**
|
|
4098
|
+
* States specific to WaxedExposedCopperLantern
|
|
4099
|
+
*/
|
|
4100
|
+
export type WaxedExposedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4032
4101
|
/**
|
|
4033
4102
|
* States specific to WaxedExposedCopperTrapdoor
|
|
4034
4103
|
*/
|
|
@@ -4048,15 +4117,19 @@ export type WaxedExposedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'mi
|
|
|
4048
4117
|
/**
|
|
4049
4118
|
* States specific to WaxedExposedLightningRod
|
|
4050
4119
|
*/
|
|
4051
|
-
export type WaxedExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4120
|
+
export type WaxedExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4052
4121
|
/**
|
|
4053
4122
|
* States specific to WaxedLightningRod
|
|
4054
4123
|
*/
|
|
4055
|
-
export type WaxedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4124
|
+
export type WaxedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4056
4125
|
/**
|
|
4057
4126
|
* States specific to WaxedOxidizedCopperBulb
|
|
4058
4127
|
*/
|
|
4059
4128
|
export type WaxedOxidizedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4129
|
+
/**
|
|
4130
|
+
* States specific to WaxedOxidizedCopperChain
|
|
4131
|
+
*/
|
|
4132
|
+
export type WaxedOxidizedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4060
4133
|
/**
|
|
4061
4134
|
* States specific to WaxedOxidizedCopperChest
|
|
4062
4135
|
*/
|
|
@@ -4069,6 +4142,10 @@ export type WaxedOxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge
|
|
|
4069
4142
|
* States specific to WaxedOxidizedCopperGolemStatue
|
|
4070
4143
|
*/
|
|
4071
4144
|
export type WaxedOxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4145
|
+
/**
|
|
4146
|
+
* States specific to WaxedOxidizedCopperLantern
|
|
4147
|
+
*/
|
|
4148
|
+
export type WaxedOxidizedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4072
4149
|
/**
|
|
4073
4150
|
* States specific to WaxedOxidizedCopperTrapdoor
|
|
4074
4151
|
*/
|
|
@@ -4088,11 +4165,15 @@ export type WaxedOxidizedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'm
|
|
|
4088
4165
|
/**
|
|
4089
4166
|
* States specific to WaxedOxidizedLightningRod
|
|
4090
4167
|
*/
|
|
4091
|
-
export type WaxedOxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4168
|
+
export type WaxedOxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4092
4169
|
/**
|
|
4093
4170
|
* States specific to WaxedWeatheredCopperBulb
|
|
4094
4171
|
*/
|
|
4095
4172
|
export type WaxedWeatheredCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4173
|
+
/**
|
|
4174
|
+
* States specific to WaxedWeatheredCopperChain
|
|
4175
|
+
*/
|
|
4176
|
+
export type WaxedWeatheredCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4096
4177
|
/**
|
|
4097
4178
|
* States specific to WaxedWeatheredCopperChest
|
|
4098
4179
|
*/
|
|
@@ -4105,6 +4186,10 @@ export type WaxedWeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hing
|
|
|
4105
4186
|
* States specific to WaxedWeatheredCopperGolemStatue
|
|
4106
4187
|
*/
|
|
4107
4188
|
export type WaxedWeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4189
|
+
/**
|
|
4190
|
+
* States specific to WaxedWeatheredCopperLantern
|
|
4191
|
+
*/
|
|
4192
|
+
export type WaxedWeatheredCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4108
4193
|
/**
|
|
4109
4194
|
* States specific to WaxedWeatheredCopperTrapdoor
|
|
4110
4195
|
*/
|
|
@@ -4124,11 +4209,15 @@ export type WaxedWeatheredDoubleCutCopperSlabStates = Pick<BlockStateSuperset, '
|
|
|
4124
4209
|
/**
|
|
4125
4210
|
* States specific to WaxedWeatheredLightningRod
|
|
4126
4211
|
*/
|
|
4127
|
-
export type WaxedWeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4212
|
+
export type WaxedWeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4128
4213
|
/**
|
|
4129
4214
|
* States specific to WeatheredCopperBulb
|
|
4130
4215
|
*/
|
|
4131
4216
|
export type WeatheredCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4217
|
+
/**
|
|
4218
|
+
* States specific to WeatheredCopperChain
|
|
4219
|
+
*/
|
|
4220
|
+
export type WeatheredCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4132
4221
|
/**
|
|
4133
4222
|
* States specific to WeatheredCopperChest
|
|
4134
4223
|
*/
|
|
@@ -4141,6 +4230,10 @@ export type WeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit
|
|
|
4141
4230
|
* States specific to WeatheredCopperGolemStatue
|
|
4142
4231
|
*/
|
|
4143
4232
|
export type WeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4233
|
+
/**
|
|
4234
|
+
* States specific to WeatheredCopperLantern
|
|
4235
|
+
*/
|
|
4236
|
+
export type WeatheredCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4144
4237
|
/**
|
|
4145
4238
|
* States specific to WeatheredCopperTrapdoor
|
|
4146
4239
|
*/
|
|
@@ -4160,7 +4253,7 @@ export type WeatheredDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minec
|
|
|
4160
4253
|
/**
|
|
4161
4254
|
* States specific to WeatheredLightningRod
|
|
4162
4255
|
*/
|
|
4163
|
-
export type WeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4256
|
+
export type WeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4164
4257
|
/**
|
|
4165
4258
|
* States specific to WeepingVines
|
|
4166
4259
|
*/
|
|
@@ -4220,7 +4313,7 @@ export type ZombieHeadStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
|
4220
4313
|
/**
|
|
4221
4314
|
* Union of all types for Block states
|
|
4222
4315
|
*/
|
|
4223
|
-
export type BlockStates = AcaciaButtonStates | AcaciaDoorStates | AcaciaDoubleSlabStates | AcaciaFenceGateStates | AcaciaHangingSignStates | AcaciaLeavesStates | AcaciaLogStates | AcaciaPressurePlateStates | AcaciaSaplingStates | AcaciaShelfStates | AcaciaSlabStates | AcaciaStairsStates | AcaciaStandingSignStates | AcaciaTrapdoorStates | AcaciaWallSignStates | AcaciaWoodStates | ActivatorRailStates | AmethystClusterStates | AndesiteDoubleSlabStates | AndesiteSlabStates | AndesiteStairsStates | AndesiteWallStates | AnvilStates | AzaleaLeavesStates | AzaleaLeavesFloweredStates | BambooStates | BambooBlockStates | BambooButtonStates | BambooDoorStates | BambooDoubleSlabStates | BambooFenceGateStates | BambooHangingSignStates | BambooMosaicDoubleSlabStates | BambooMosaicSlabStates | BambooMosaicStairsStates | BambooPressurePlateStates | BambooSaplingStates | BambooShelfStates | BambooSlabStates | BambooStairsStates | BambooStandingSignStates | BambooTrapdoorStates | BambooWallSignStates | BarrelStates | BasaltStates | BedStates | BedrockStates | BeeNestStates | BeehiveStates | BeetrootStates | BellStates | BigDripleafStates | BirchButtonStates | BirchDoorStates | BirchDoubleSlabStates | BirchFenceGateStates | BirchHangingSignStates | BirchLeavesStates | BirchLogStates | BirchPressurePlateStates | BirchSaplingStates | BirchShelfStates | BirchSlabStates | BirchStairsStates | BirchStandingSignStates | BirchTrapdoorStates | BirchWallSignStates | BirchWoodStates | BlackCandleStates | BlackCandleCakeStates | BlackGlazedTerracottaStates | BlackstoneDoubleSlabStates | BlackstoneSlabStates | BlackstoneStairsStates | BlackstoneWallStates | BlastFurnaceStates | BlueCandleStates | BlueCandleCakeStates | BlueGlazedTerracottaStates | BoneBlockStates | BorderBlockStates | BrainCoralFanStates | BrainCoralWallFanStates | BrewingStandStates | BrickDoubleSlabStates | BrickSlabStates | BrickStairsStates | BrickWallStates | BrownCandleStates | BrownCandleCakeStates | BrownGlazedTerracottaStates | BrownMushroomBlockStates | BubbleColumnStates | BubbleCoralFanStates | BubbleCoralWallFanStates | CactusStates | CakeStates | CalibratedSculkSensorStates | CampfireStates | CandleStates | CandleCakeStates | CarrotsStates | CarvedPumpkinStates | CauldronStates | CaveVinesStates | CaveVinesBodyWithBerriesStates | CaveVinesHeadWithBerriesStates | ChainStates | ChainCommandBlockStates | CherryButtonStates | CherryDoorStates | CherryDoubleSlabStates | CherryFenceGateStates | CherryHangingSignStates | CherryLeavesStates | CherryLogStates | CherryPressurePlateStates | CherrySaplingStates | CherryShelfStates | CherrySlabStates | CherryStairsStates | CherryStandingSignStates | CherryTrapdoorStates | CherryWallSignStates | CherryWoodStates | ChestStates | ChippedAnvilStates | ChiseledBookshelfStates | ChiseledQuartzBlockStates | ChorusFlowerStates | CobbledDeepslateDoubleSlabStates | CobbledDeepslateSlabStates | CobbledDeepslateStairsStates | CobbledDeepslateWallStates | CobblestoneDoubleSlabStates | CobblestoneSlabStates | CobblestoneWallStates | CocoaStates | ColoredTorchBlueStates | ColoredTorchGreenStates | ColoredTorchPurpleStates | ColoredTorchRedStates | CommandBlockStates | ComposterStates | CompoundCreatorStates | CopperBulbStates | CopperChestStates | CopperDoorStates | CopperGolemStatueStates | CopperTrapdoorStates | CrafterStates | CreakingHeartStates | CreeperHeadStates | CrimsonButtonStates | CrimsonDoorStates | CrimsonDoubleSlabStates | CrimsonFenceGateStates | CrimsonHangingSignStates | CrimsonHyphaeStates | CrimsonPressurePlateStates | CrimsonShelfStates | CrimsonSlabStates | CrimsonStairsStates | CrimsonStandingSignStates | CrimsonStemStates | CrimsonTrapdoorStates | CrimsonWallSignStates | CutCopperSlabStates | CutCopperStairsStates | CutRedSandstoneDoubleSlabStates | CutRedSandstoneSlabStates | CutSandstoneDoubleSlabStates | CutSandstoneSlabStates | CyanCandleStates | CyanCandleCakeStates | CyanGlazedTerracottaStates | DamagedAnvilStates | DarkOakButtonStates | DarkOakDoorStates | DarkOakDoubleSlabStates | DarkOakFenceGateStates | DarkOakHangingSignStates | DarkOakLeavesStates | DarkOakLogStates | DarkOakPressurePlateStates | DarkOakSaplingStates | DarkOakShelfStates | DarkOakSlabStates | DarkOakStairsStates | DarkOakTrapdoorStates | DarkOakWoodStates | DarkPrismarineDoubleSlabStates | DarkPrismarineSlabStates | DarkPrismarineStairsStates | DarkoakStandingSignStates | DarkoakWallSignStates | DaylightDetectorStates | DaylightDetectorInvertedStates | DeadBrainCoralFanStates | DeadBrainCoralWallFanStates | DeadBubbleCoralFanStates | DeadBubbleCoralWallFanStates | DeadFireCoralFanStates | DeadFireCoralWallFanStates | DeadHornCoralFanStates | DeadHornCoralWallFanStates | DeadTubeCoralFanStates | DeadTubeCoralWallFanStates | DecoratedPotStates | DeepslateStates | DeepslateBrickDoubleSlabStates | DeepslateBrickSlabStates | DeepslateBrickStairsStates | DeepslateBrickWallStates | DeepslateTileDoubleSlabStates | DeepslateTileSlabStates | DeepslateTileStairsStates | DeepslateTileWallStates | DetectorRailStates | DioriteDoubleSlabStates | DioriteSlabStates | DioriteStairsStates | DioriteWallStates | DispenserStates | DoubleCutCopperSlabStates | DragonHeadStates | DriedGhastStates | DropperStates | ElementConstructorStates | EndBrickStairsStates | EndPortalFrameStates | EndRodStates | EndStoneBrickDoubleSlabStates | EndStoneBrickSlabStates | EndStoneBrickWallStates | EnderChestStates | ExposedCopperBulbStates | ExposedCopperChestStates | ExposedCopperDoorStates | ExposedCopperGolemStatueStates | ExposedCopperTrapdoorStates | ExposedCutCopperSlabStates | ExposedCutCopperStairsStates | ExposedDoubleCutCopperSlabStates | ExposedLightningRodStates | FarmlandStates | FenceGateStates | FireStates | FireCoralFanStates | FireCoralWallFanStates | FlowerPotStates | FlowingLavaStates | FlowingWaterStates | FrameStates | FrostedIceStates | FurnaceStates | GlowFrameStates | GlowLichenStates | GoldenRailStates | GraniteDoubleSlabStates | GraniteSlabStates | GraniteStairsStates | GraniteWallStates | GrayCandleStates | GrayCandleCakeStates | GrayGlazedTerracottaStates | GreenCandleStates | GreenCandleCakeStates | GreenGlazedTerracottaStates | GrindstoneStates | HayBlockStates | HeavyWeightedPressurePlateStates | HopperStates | HornCoralFanStates | HornCoralWallFanStates | InfestedDeepslateStates | IronDoorStates | IronTrapdoorStates | JigsawStates | JungleButtonStates | JungleDoorStates | JungleDoubleSlabStates | JungleFenceGateStates | JungleHangingSignStates | JungleLeavesStates | JungleLogStates | JunglePressurePlateStates | JungleSaplingStates | JungleShelfStates | JungleSlabStates | JungleStairsStates | JungleStandingSignStates | JungleTrapdoorStates | JungleWallSignStates | JungleWoodStates | KelpStates | LabTableStates | LadderStates | LanternStates | LargeAmethystBudStates | LargeFernStates | LavaStates | LeafLitterStates | LecternStates | LeverStates | LightBlueCandleStates | LightBlueCandleCakeStates | LightBlueGlazedTerracottaStates | LightGrayCandleStates | LightGrayCandleCakeStates | LightWeightedPressurePlateStates | LightningRodStates | LilacStates | LimeCandleStates | LimeCandleCakeStates | LimeGlazedTerracottaStates | LitBlastFurnaceStates | LitFurnaceStates | LitPumpkinStates | LitSmokerStates | LoomStates | MagentaCandleStates | MagentaCandleCakeStates | MagentaGlazedTerracottaStates | MangroveButtonStates | MangroveDoorStates | MangroveDoubleSlabStates | MangroveFenceGateStates | MangroveHangingSignStates | MangroveLeavesStates | MangroveLogStates | MangrovePressurePlateStates | MangrovePropaguleStates | MangroveShelfStates | MangroveSlabStates | MangroveStairsStates | MangroveStandingSignStates | MangroveTrapdoorStates | MangroveWallSignStates | MangroveWoodStates | MaterialReducerStates | MediumAmethystBudStates | MelonStemStates | MossyCobblestoneDoubleSlabStates | MossyCobblestoneSlabStates | MossyCobblestoneStairsStates | MossyCobblestoneWallStates | MossyStoneBrickDoubleSlabStates | MossyStoneBrickSlabStates | MossyStoneBrickStairsStates | MossyStoneBrickWallStates | MudBrickDoubleSlabStates | MudBrickSlabStates | MudBrickStairsStates | MudBrickWallStates | MuddyMangroveRootsStates | MushroomStemStates | NetherBrickDoubleSlabStates | NetherBrickSlabStates | NetherBrickStairsStates | NetherBrickWallStates | NetherWartStates | NormalStoneDoubleSlabStates | NormalStoneSlabStates | NormalStoneStairsStates | OakDoubleSlabStates | OakHangingSignStates | OakLeavesStates | OakLogStates | OakSaplingStates | OakShelfStates | OakSlabStates | OakStairsStates | OakWoodStates | ObserverStates | OchreFroglightStates | OrangeCandleStates | OrangeCandleCakeStates | OrangeGlazedTerracottaStates | OxidizedCopperBulbStates | OxidizedCopperChestStates | OxidizedCopperDoorStates | OxidizedCopperGolemStatueStates | OxidizedCopperTrapdoorStates | OxidizedCutCopperSlabStates | OxidizedCutCopperStairsStates | OxidizedDoubleCutCopperSlabStates | OxidizedLightningRodStates | PaleHangingMossStates | PaleMossCarpetStates | PaleOakButtonStates | PaleOakDoorStates | PaleOakDoubleSlabStates | PaleOakFenceGateStates | PaleOakHangingSignStates | PaleOakLeavesStates | PaleOakLogStates | PaleOakPressurePlateStates | PaleOakSaplingStates | PaleOakShelfStates | PaleOakSlabStates | PaleOakStairsStates | PaleOakStandingSignStates | PaleOakTrapdoorStates | PaleOakWallSignStates | PaleOakWoodStates | PearlescentFroglightStates | PeonyStates | PetrifiedOakDoubleSlabStates | PetrifiedOakSlabStates | PiglinHeadStates | PinkCandleStates | PinkCandleCakeStates | PinkGlazedTerracottaStates | PinkPetalsStates | PistonStates | PistonArmCollisionStates | PitcherCropStates | PitcherPlantStates | PlayerHeadStates | PointedDripstoneStates | PolishedAndesiteDoubleSlabStates | PolishedAndesiteSlabStates | PolishedAndesiteStairsStates | PolishedBasaltStates | PolishedBlackstoneBrickDoubleSlabStates | PolishedBlackstoneBrickSlabStates | PolishedBlackstoneBrickStairsStates | PolishedBlackstoneBrickWallStates | PolishedBlackstoneButtonStates | PolishedBlackstoneDoubleSlabStates | PolishedBlackstonePressurePlateStates | PolishedBlackstoneSlabStates | PolishedBlackstoneStairsStates | PolishedBlackstoneWallStates | PolishedDeepslateDoubleSlabStates | PolishedDeepslateSlabStates | PolishedDeepslateStairsStates | PolishedDeepslateWallStates | PolishedDioriteDoubleSlabStates | PolishedDioriteSlabStates | PolishedDioriteStairsStates | PolishedGraniteDoubleSlabStates | PolishedGraniteSlabStates | PolishedGraniteStairsStates | PolishedTuffDoubleSlabStates | PolishedTuffSlabStates | PolishedTuffStairsStates | PolishedTuffWallStates | PortalStates | PotatoesStates | PoweredComparatorStates | PoweredRepeaterStates | PrismarineBrickDoubleSlabStates | PrismarineBrickSlabStates | PrismarineBricksStairsStates | PrismarineDoubleSlabStates | PrismarineSlabStates | PrismarineStairsStates | PrismarineWallStates | PumpkinStates | PumpkinStemStates | PurpleCandleStates | PurpleCandleCakeStates | PurpleGlazedTerracottaStates | PurpurBlockStates | PurpurDoubleSlabStates | PurpurPillarStates | PurpurSlabStates | PurpurStairsStates | QuartzBlockStates | QuartzDoubleSlabStates | QuartzPillarStates | QuartzSlabStates | QuartzStairsStates | RailStates | RedCandleStates | RedCandleCakeStates | RedGlazedTerracottaStates | RedMushroomBlockStates | RedNetherBrickDoubleSlabStates | RedNetherBrickSlabStates | RedNetherBrickStairsStates | RedNetherBrickWallStates | RedSandstoneDoubleSlabStates | RedSandstoneSlabStates | RedSandstoneStairsStates | RedSandstoneWallStates | RedstoneTorchStates | RedstoneWireStates | ReedsStates | RepeatingCommandBlockStates | ResinBrickDoubleSlabStates | ResinBrickSlabStates | ResinBrickStairsStates | ResinBrickWallStates | ResinClumpStates | RespawnAnchorStates | RoseBushStates | SandstoneDoubleSlabStates | SandstoneSlabStates | SandstoneStairsStates | SandstoneWallStates | ScaffoldingStates | SculkCatalystStates | SculkSensorStates | SculkShriekerStates | SculkVeinStates | SeaPickleStates | SeagrassStates | SilverGlazedTerracottaStates | SkeletonSkullStates | SmallAmethystBudStates | SmallDripleafBlockStates | SmokerStates | SmoothQuartzStates | SmoothQuartzDoubleSlabStates | SmoothQuartzSlabStates | SmoothQuartzStairsStates | SmoothRedSandstoneDoubleSlabStates | SmoothRedSandstoneSlabStates | SmoothRedSandstoneStairsStates | SmoothSandstoneDoubleSlabStates | SmoothSandstoneSlabStates | SmoothSandstoneStairsStates | SmoothStoneDoubleSlabStates | SmoothStoneSlabStates | SnifferEggStates | SnowLayerStates | SoulCampfireStates | SoulFireStates | SoulLanternStates | SoulTorchStates | SpruceButtonStates | SpruceDoorStates | SpruceDoubleSlabStates | SpruceFenceGateStates | SpruceHangingSignStates | SpruceLeavesStates | SpruceLogStates | SprucePressurePlateStates | SpruceSaplingStates | SpruceShelfStates | SpruceSlabStates | SpruceStairsStates | SpruceStandingSignStates | SpruceTrapdoorStates | SpruceWallSignStates | SpruceWoodStates | StandingBannerStates | StandingSignStates | StickyPistonStates | StickyPistonArmCollisionStates | StoneBrickDoubleSlabStates | StoneBrickSlabStates | StoneBrickStairsStates | StoneBrickWallStates | StoneButtonStates | StonePressurePlateStates | StoneStairsStates | StonecutterBlockStates | StrippedAcaciaLogStates | StrippedAcaciaWoodStates | StrippedBambooBlockStates | StrippedBirchLogStates | StrippedBirchWoodStates | StrippedCherryLogStates | StrippedCherryWoodStates | StrippedCrimsonHyphaeStates | StrippedCrimsonStemStates | StrippedDarkOakLogStates | StrippedDarkOakWoodStates | StrippedJungleLogStates | StrippedJungleWoodStates | StrippedMangroveLogStates | StrippedMangroveWoodStates | StrippedOakLogStates | StrippedOakWoodStates | StrippedPaleOakLogStates | StrippedPaleOakWoodStates | StrippedSpruceLogStates | StrippedSpruceWoodStates | StrippedWarpedHyphaeStates | StrippedWarpedStemStates | StructureBlockStates | SunflowerStates | SuspiciousGravelStates | SuspiciousSandStates | SweetBerryBushStates | TallGrassStates | TntStates | TorchStates | TorchflowerCropStates | TrapdoorStates | TrappedChestStates | TrialSpawnerStates | TripWireStates | TripwireHookStates | TubeCoralFanStates | TubeCoralWallFanStates | TuffBrickDoubleSlabStates | TuffBrickSlabStates | TuffBrickStairsStates | TuffBrickWallStates | TuffDoubleSlabStates | TuffSlabStates | TuffStairsStates | TuffWallStates | TurtleEggStates | TwistingVinesStates | UnderwaterTntStates | UnderwaterTorchStates | UnlitRedstoneTorchStates | UnpoweredComparatorStates | UnpoweredRepeaterStates | VaultStates | VerdantFroglightStates | VineStates | WallBannerStates | WallSignStates | WarpedButtonStates | WarpedDoorStates | WarpedDoubleSlabStates | WarpedFenceGateStates | WarpedHangingSignStates | WarpedHyphaeStates | WarpedPressurePlateStates | WarpedShelfStates | WarpedSlabStates | WarpedStairsStates | WarpedStandingSignStates | WarpedStemStates | WarpedTrapdoorStates | WarpedWallSignStates | WaterStates | WaxedCopperBulbStates | WaxedCopperChestStates | WaxedCopperDoorStates | WaxedCopperGolemStatueStates | WaxedCopperTrapdoorStates | WaxedCutCopperSlabStates | WaxedCutCopperStairsStates | WaxedDoubleCutCopperSlabStates | WaxedExposedCopperBulbStates | WaxedExposedCopperChestStates | WaxedExposedCopperDoorStates | WaxedExposedCopperGolemStatueStates | WaxedExposedCopperTrapdoorStates | WaxedExposedCutCopperSlabStates | WaxedExposedCutCopperStairsStates | WaxedExposedDoubleCutCopperSlabStates | WaxedExposedLightningRodStates | WaxedLightningRodStates | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperGolemStatueStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedOxidizedLightningRodStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperGolemStatueStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WaxedWeatheredLightningRodStates | WeatheredCopperBulbStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperGolemStatueStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeatheredLightningRodStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
|
|
4316
|
+
export type BlockStates = AcaciaButtonStates | AcaciaDoorStates | AcaciaDoubleSlabStates | AcaciaFenceGateStates | AcaciaHangingSignStates | AcaciaLeavesStates | AcaciaLogStates | AcaciaPressurePlateStates | AcaciaSaplingStates | AcaciaShelfStates | AcaciaSlabStates | AcaciaStairsStates | AcaciaStandingSignStates | AcaciaTrapdoorStates | AcaciaWallSignStates | AcaciaWoodStates | ActivatorRailStates | AmethystClusterStates | AndesiteDoubleSlabStates | AndesiteSlabStates | AndesiteStairsStates | AndesiteWallStates | AnvilStates | AzaleaLeavesStates | AzaleaLeavesFloweredStates | BambooStates | BambooBlockStates | BambooButtonStates | BambooDoorStates | BambooDoubleSlabStates | BambooFenceGateStates | BambooHangingSignStates | BambooMosaicDoubleSlabStates | BambooMosaicSlabStates | BambooMosaicStairsStates | BambooPressurePlateStates | BambooSaplingStates | BambooShelfStates | BambooSlabStates | BambooStairsStates | BambooStandingSignStates | BambooTrapdoorStates | BambooWallSignStates | BarrelStates | BasaltStates | BedStates | BedrockStates | BeeNestStates | BeehiveStates | BeetrootStates | BellStates | BigDripleafStates | BirchButtonStates | BirchDoorStates | BirchDoubleSlabStates | BirchFenceGateStates | BirchHangingSignStates | BirchLeavesStates | BirchLogStates | BirchPressurePlateStates | BirchSaplingStates | BirchShelfStates | BirchSlabStates | BirchStairsStates | BirchStandingSignStates | BirchTrapdoorStates | BirchWallSignStates | BirchWoodStates | BlackCandleStates | BlackCandleCakeStates | BlackGlazedTerracottaStates | BlackstoneDoubleSlabStates | BlackstoneSlabStates | BlackstoneStairsStates | BlackstoneWallStates | BlastFurnaceStates | BlueCandleStates | BlueCandleCakeStates | BlueGlazedTerracottaStates | BoneBlockStates | BorderBlockStates | BrainCoralFanStates | BrainCoralWallFanStates | BrewingStandStates | BrickDoubleSlabStates | BrickSlabStates | BrickStairsStates | BrickWallStates | BrownCandleStates | BrownCandleCakeStates | BrownGlazedTerracottaStates | BrownMushroomBlockStates | BubbleColumnStates | BubbleCoralFanStates | BubbleCoralWallFanStates | CactusStates | CakeStates | CalibratedSculkSensorStates | CampfireStates | CandleStates | CandleCakeStates | CarrotsStates | CarvedPumpkinStates | CauldronStates | CaveVinesStates | CaveVinesBodyWithBerriesStates | CaveVinesHeadWithBerriesStates | ChainCommandBlockStates | CherryButtonStates | CherryDoorStates | CherryDoubleSlabStates | CherryFenceGateStates | CherryHangingSignStates | CherryLeavesStates | CherryLogStates | CherryPressurePlateStates | CherrySaplingStates | CherryShelfStates | CherrySlabStates | CherryStairsStates | CherryStandingSignStates | CherryTrapdoorStates | CherryWallSignStates | CherryWoodStates | ChestStates | ChippedAnvilStates | ChiseledBookshelfStates | ChiseledQuartzBlockStates | ChorusFlowerStates | CobbledDeepslateDoubleSlabStates | CobbledDeepslateSlabStates | CobbledDeepslateStairsStates | CobbledDeepslateWallStates | CobblestoneDoubleSlabStates | CobblestoneSlabStates | CobblestoneWallStates | CocoaStates | ColoredTorchBlueStates | ColoredTorchGreenStates | ColoredTorchPurpleStates | ColoredTorchRedStates | CommandBlockStates | ComposterStates | CompoundCreatorStates | CopperBulbStates | CopperChainStates | CopperChestStates | CopperDoorStates | CopperGolemStatueStates | CopperLanternStates | CopperTorchStates | CopperTrapdoorStates | CrafterStates | CreakingHeartStates | CreeperHeadStates | CrimsonButtonStates | CrimsonDoorStates | CrimsonDoubleSlabStates | CrimsonFenceGateStates | CrimsonHangingSignStates | CrimsonHyphaeStates | CrimsonPressurePlateStates | CrimsonShelfStates | CrimsonSlabStates | CrimsonStairsStates | CrimsonStandingSignStates | CrimsonStemStates | CrimsonTrapdoorStates | CrimsonWallSignStates | CutCopperSlabStates | CutCopperStairsStates | CutRedSandstoneDoubleSlabStates | CutRedSandstoneSlabStates | CutSandstoneDoubleSlabStates | CutSandstoneSlabStates | CyanCandleStates | CyanCandleCakeStates | CyanGlazedTerracottaStates | DamagedAnvilStates | DarkOakButtonStates | DarkOakDoorStates | DarkOakDoubleSlabStates | DarkOakFenceGateStates | DarkOakHangingSignStates | DarkOakLeavesStates | DarkOakLogStates | DarkOakPressurePlateStates | DarkOakSaplingStates | DarkOakShelfStates | DarkOakSlabStates | DarkOakStairsStates | DarkOakTrapdoorStates | DarkOakWoodStates | DarkPrismarineDoubleSlabStates | DarkPrismarineSlabStates | DarkPrismarineStairsStates | DarkoakStandingSignStates | DarkoakWallSignStates | DaylightDetectorStates | DaylightDetectorInvertedStates | DeadBrainCoralFanStates | DeadBrainCoralWallFanStates | DeadBubbleCoralFanStates | DeadBubbleCoralWallFanStates | DeadFireCoralFanStates | DeadFireCoralWallFanStates | DeadHornCoralFanStates | DeadHornCoralWallFanStates | DeadTubeCoralFanStates | DeadTubeCoralWallFanStates | DecoratedPotStates | DeepslateStates | DeepslateBrickDoubleSlabStates | DeepslateBrickSlabStates | DeepslateBrickStairsStates | DeepslateBrickWallStates | DeepslateTileDoubleSlabStates | DeepslateTileSlabStates | DeepslateTileStairsStates | DeepslateTileWallStates | DetectorRailStates | DioriteDoubleSlabStates | DioriteSlabStates | DioriteStairsStates | DioriteWallStates | DispenserStates | DoubleCutCopperSlabStates | DragonHeadStates | DriedGhastStates | DropperStates | ElementConstructorStates | EndBrickStairsStates | EndPortalFrameStates | EndRodStates | EndStoneBrickDoubleSlabStates | EndStoneBrickSlabStates | EndStoneBrickWallStates | EnderChestStates | ExposedCopperBulbStates | ExposedCopperChainStates | ExposedCopperChestStates | ExposedCopperDoorStates | ExposedCopperGolemStatueStates | ExposedCopperLanternStates | ExposedCopperTrapdoorStates | ExposedCutCopperSlabStates | ExposedCutCopperStairsStates | ExposedDoubleCutCopperSlabStates | ExposedLightningRodStates | FarmlandStates | FenceGateStates | FireStates | FireCoralFanStates | FireCoralWallFanStates | FlowerPotStates | FlowingLavaStates | FlowingWaterStates | FrameStates | FrostedIceStates | FurnaceStates | GlowFrameStates | GlowLichenStates | GoldenRailStates | GraniteDoubleSlabStates | GraniteSlabStates | GraniteStairsStates | GraniteWallStates | GrayCandleStates | GrayCandleCakeStates | GrayGlazedTerracottaStates | GreenCandleStates | GreenCandleCakeStates | GreenGlazedTerracottaStates | GrindstoneStates | HayBlockStates | HeavyWeightedPressurePlateStates | HopperStates | HornCoralFanStates | HornCoralWallFanStates | InfestedDeepslateStates | IronChainStates | IronDoorStates | IronTrapdoorStates | JigsawStates | JungleButtonStates | JungleDoorStates | JungleDoubleSlabStates | JungleFenceGateStates | JungleHangingSignStates | JungleLeavesStates | JungleLogStates | JunglePressurePlateStates | JungleSaplingStates | JungleShelfStates | JungleSlabStates | JungleStairsStates | JungleStandingSignStates | JungleTrapdoorStates | JungleWallSignStates | JungleWoodStates | KelpStates | LabTableStates | LadderStates | LanternStates | LargeAmethystBudStates | LargeFernStates | LavaStates | LeafLitterStates | LecternStates | LeverStates | LightBlueCandleStates | LightBlueCandleCakeStates | LightBlueGlazedTerracottaStates | LightGrayCandleStates | LightGrayCandleCakeStates | LightWeightedPressurePlateStates | LightningRodStates | LilacStates | LimeCandleStates | LimeCandleCakeStates | LimeGlazedTerracottaStates | LitBlastFurnaceStates | LitFurnaceStates | LitPumpkinStates | LitSmokerStates | LoomStates | MagentaCandleStates | MagentaCandleCakeStates | MagentaGlazedTerracottaStates | MangroveButtonStates | MangroveDoorStates | MangroveDoubleSlabStates | MangroveFenceGateStates | MangroveHangingSignStates | MangroveLeavesStates | MangroveLogStates | MangrovePressurePlateStates | MangrovePropaguleStates | MangroveShelfStates | MangroveSlabStates | MangroveStairsStates | MangroveStandingSignStates | MangroveTrapdoorStates | MangroveWallSignStates | MangroveWoodStates | MaterialReducerStates | MediumAmethystBudStates | MelonStemStates | MossyCobblestoneDoubleSlabStates | MossyCobblestoneSlabStates | MossyCobblestoneStairsStates | MossyCobblestoneWallStates | MossyStoneBrickDoubleSlabStates | MossyStoneBrickSlabStates | MossyStoneBrickStairsStates | MossyStoneBrickWallStates | MudBrickDoubleSlabStates | MudBrickSlabStates | MudBrickStairsStates | MudBrickWallStates | MuddyMangroveRootsStates | MushroomStemStates | NetherBrickDoubleSlabStates | NetherBrickSlabStates | NetherBrickStairsStates | NetherBrickWallStates | NetherWartStates | NormalStoneDoubleSlabStates | NormalStoneSlabStates | NormalStoneStairsStates | OakDoubleSlabStates | OakHangingSignStates | OakLeavesStates | OakLogStates | OakSaplingStates | OakShelfStates | OakSlabStates | OakStairsStates | OakWoodStates | ObserverStates | OchreFroglightStates | OrangeCandleStates | OrangeCandleCakeStates | OrangeGlazedTerracottaStates | OxidizedCopperBulbStates | OxidizedCopperChainStates | OxidizedCopperChestStates | OxidizedCopperDoorStates | OxidizedCopperGolemStatueStates | OxidizedCopperLanternStates | OxidizedCopperTrapdoorStates | OxidizedCutCopperSlabStates | OxidizedCutCopperStairsStates | OxidizedDoubleCutCopperSlabStates | OxidizedLightningRodStates | PaleHangingMossStates | PaleMossCarpetStates | PaleOakButtonStates | PaleOakDoorStates | PaleOakDoubleSlabStates | PaleOakFenceGateStates | PaleOakHangingSignStates | PaleOakLeavesStates | PaleOakLogStates | PaleOakPressurePlateStates | PaleOakSaplingStates | PaleOakShelfStates | PaleOakSlabStates | PaleOakStairsStates | PaleOakStandingSignStates | PaleOakTrapdoorStates | PaleOakWallSignStates | PaleOakWoodStates | PearlescentFroglightStates | PeonyStates | PetrifiedOakDoubleSlabStates | PetrifiedOakSlabStates | PiglinHeadStates | PinkCandleStates | PinkCandleCakeStates | PinkGlazedTerracottaStates | PinkPetalsStates | PistonStates | PistonArmCollisionStates | PitcherCropStates | PitcherPlantStates | PlayerHeadStates | PointedDripstoneStates | PolishedAndesiteDoubleSlabStates | PolishedAndesiteSlabStates | PolishedAndesiteStairsStates | PolishedBasaltStates | PolishedBlackstoneBrickDoubleSlabStates | PolishedBlackstoneBrickSlabStates | PolishedBlackstoneBrickStairsStates | PolishedBlackstoneBrickWallStates | PolishedBlackstoneButtonStates | PolishedBlackstoneDoubleSlabStates | PolishedBlackstonePressurePlateStates | PolishedBlackstoneSlabStates | PolishedBlackstoneStairsStates | PolishedBlackstoneWallStates | PolishedDeepslateDoubleSlabStates | PolishedDeepslateSlabStates | PolishedDeepslateStairsStates | PolishedDeepslateWallStates | PolishedDioriteDoubleSlabStates | PolishedDioriteSlabStates | PolishedDioriteStairsStates | PolishedGraniteDoubleSlabStates | PolishedGraniteSlabStates | PolishedGraniteStairsStates | PolishedTuffDoubleSlabStates | PolishedTuffSlabStates | PolishedTuffStairsStates | PolishedTuffWallStates | PortalStates | PotatoesStates | PoweredComparatorStates | PoweredRepeaterStates | PrismarineBrickDoubleSlabStates | PrismarineBrickSlabStates | PrismarineBricksStairsStates | PrismarineDoubleSlabStates | PrismarineSlabStates | PrismarineStairsStates | PrismarineWallStates | PumpkinStates | PumpkinStemStates | PurpleCandleStates | PurpleCandleCakeStates | PurpleGlazedTerracottaStates | PurpurBlockStates | PurpurDoubleSlabStates | PurpurPillarStates | PurpurSlabStates | PurpurStairsStates | QuartzBlockStates | QuartzDoubleSlabStates | QuartzPillarStates | QuartzSlabStates | QuartzStairsStates | RailStates | RedCandleStates | RedCandleCakeStates | RedGlazedTerracottaStates | RedMushroomBlockStates | RedNetherBrickDoubleSlabStates | RedNetherBrickSlabStates | RedNetherBrickStairsStates | RedNetherBrickWallStates | RedSandstoneDoubleSlabStates | RedSandstoneSlabStates | RedSandstoneStairsStates | RedSandstoneWallStates | RedstoneTorchStates | RedstoneWireStates | ReedsStates | RepeatingCommandBlockStates | ResinBrickDoubleSlabStates | ResinBrickSlabStates | ResinBrickStairsStates | ResinBrickWallStates | ResinClumpStates | RespawnAnchorStates | RoseBushStates | SandstoneDoubleSlabStates | SandstoneSlabStates | SandstoneStairsStates | SandstoneWallStates | ScaffoldingStates | SculkCatalystStates | SculkSensorStates | SculkShriekerStates | SculkVeinStates | SeaPickleStates | SeagrassStates | SilverGlazedTerracottaStates | SkeletonSkullStates | SmallAmethystBudStates | SmallDripleafBlockStates | SmokerStates | SmoothQuartzStates | SmoothQuartzDoubleSlabStates | SmoothQuartzSlabStates | SmoothQuartzStairsStates | SmoothRedSandstoneDoubleSlabStates | SmoothRedSandstoneSlabStates | SmoothRedSandstoneStairsStates | SmoothSandstoneDoubleSlabStates | SmoothSandstoneSlabStates | SmoothSandstoneStairsStates | SmoothStoneDoubleSlabStates | SmoothStoneSlabStates | SnifferEggStates | SnowLayerStates | SoulCampfireStates | SoulFireStates | SoulLanternStates | SoulTorchStates | SpruceButtonStates | SpruceDoorStates | SpruceDoubleSlabStates | SpruceFenceGateStates | SpruceHangingSignStates | SpruceLeavesStates | SpruceLogStates | SprucePressurePlateStates | SpruceSaplingStates | SpruceShelfStates | SpruceSlabStates | SpruceStairsStates | SpruceStandingSignStates | SpruceTrapdoorStates | SpruceWallSignStates | SpruceWoodStates | StandingBannerStates | StandingSignStates | StickyPistonStates | StickyPistonArmCollisionStates | StoneBrickDoubleSlabStates | StoneBrickSlabStates | StoneBrickStairsStates | StoneBrickWallStates | StoneButtonStates | StonePressurePlateStates | StoneStairsStates | StonecutterBlockStates | StrippedAcaciaLogStates | StrippedAcaciaWoodStates | StrippedBambooBlockStates | StrippedBirchLogStates | StrippedBirchWoodStates | StrippedCherryLogStates | StrippedCherryWoodStates | StrippedCrimsonHyphaeStates | StrippedCrimsonStemStates | StrippedDarkOakLogStates | StrippedDarkOakWoodStates | StrippedJungleLogStates | StrippedJungleWoodStates | StrippedMangroveLogStates | StrippedMangroveWoodStates | StrippedOakLogStates | StrippedOakWoodStates | StrippedPaleOakLogStates | StrippedPaleOakWoodStates | StrippedSpruceLogStates | StrippedSpruceWoodStates | StrippedWarpedHyphaeStates | StrippedWarpedStemStates | StructureBlockStates | SunflowerStates | SuspiciousGravelStates | SuspiciousSandStates | SweetBerryBushStates | TallGrassStates | TntStates | TorchStates | TorchflowerCropStates | TrapdoorStates | TrappedChestStates | TrialSpawnerStates | TripWireStates | TripwireHookStates | TubeCoralFanStates | TubeCoralWallFanStates | TuffBrickDoubleSlabStates | TuffBrickSlabStates | TuffBrickStairsStates | TuffBrickWallStates | TuffDoubleSlabStates | TuffSlabStates | TuffStairsStates | TuffWallStates | TurtleEggStates | TwistingVinesStates | UnderwaterTntStates | UnderwaterTorchStates | UnlitRedstoneTorchStates | UnpoweredComparatorStates | UnpoweredRepeaterStates | VaultStates | VerdantFroglightStates | VineStates | WallBannerStates | WallSignStates | WarpedButtonStates | WarpedDoorStates | WarpedDoubleSlabStates | WarpedFenceGateStates | WarpedHangingSignStates | WarpedHyphaeStates | WarpedPressurePlateStates | WarpedShelfStates | WarpedSlabStates | WarpedStairsStates | WarpedStandingSignStates | WarpedStemStates | WarpedTrapdoorStates | WarpedWallSignStates | WaterStates | WaxedCopperBulbStates | WaxedCopperChainStates | WaxedCopperChestStates | WaxedCopperDoorStates | WaxedCopperGolemStatueStates | WaxedCopperLanternStates | WaxedCopperTrapdoorStates | WaxedCutCopperSlabStates | WaxedCutCopperStairsStates | WaxedDoubleCutCopperSlabStates | WaxedExposedCopperBulbStates | WaxedExposedCopperChainStates | WaxedExposedCopperChestStates | WaxedExposedCopperDoorStates | WaxedExposedCopperGolemStatueStates | WaxedExposedCopperLanternStates | WaxedExposedCopperTrapdoorStates | WaxedExposedCutCopperSlabStates | WaxedExposedCutCopperStairsStates | WaxedExposedDoubleCutCopperSlabStates | WaxedExposedLightningRodStates | WaxedLightningRodStates | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChainStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperGolemStatueStates | WaxedOxidizedCopperLanternStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedOxidizedLightningRodStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChainStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperGolemStatueStates | WaxedWeatheredCopperLanternStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WaxedWeatheredLightningRodStates | WeatheredCopperBulbStates | WeatheredCopperChainStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperGolemStatueStates | WeatheredCopperLanternStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeatheredLightningRodStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
|
|
4224
4317
|
/**
|
|
4225
4318
|
* Mapping of each Block name to it's states
|
|
4226
4319
|
*/
|
|
@@ -4439,8 +4532,6 @@ export type BlockStateMapping = {
|
|
|
4439
4532
|
'minecraft:cave_vines_body_with_berries': CaveVinesBodyWithBerriesStates;
|
|
4440
4533
|
cave_vines_head_with_berries: CaveVinesHeadWithBerriesStates;
|
|
4441
4534
|
'minecraft:cave_vines_head_with_berries': CaveVinesHeadWithBerriesStates;
|
|
4442
|
-
chain: ChainStates;
|
|
4443
|
-
'minecraft:chain': ChainStates;
|
|
4444
4535
|
chain_command_block: ChainCommandBlockStates;
|
|
4445
4536
|
'minecraft:chain_command_block': ChainCommandBlockStates;
|
|
4446
4537
|
cherry_button: CherryButtonStates;
|
|
@@ -4517,12 +4608,18 @@ export type BlockStateMapping = {
|
|
|
4517
4608
|
'minecraft:compound_creator': CompoundCreatorStates;
|
|
4518
4609
|
copper_bulb: CopperBulbStates;
|
|
4519
4610
|
'minecraft:copper_bulb': CopperBulbStates;
|
|
4611
|
+
copper_chain: CopperChainStates;
|
|
4612
|
+
'minecraft:copper_chain': CopperChainStates;
|
|
4520
4613
|
copper_chest: CopperChestStates;
|
|
4521
4614
|
'minecraft:copper_chest': CopperChestStates;
|
|
4522
4615
|
copper_door: CopperDoorStates;
|
|
4523
4616
|
'minecraft:copper_door': CopperDoorStates;
|
|
4524
4617
|
copper_golem_statue: CopperGolemStatueStates;
|
|
4525
4618
|
'minecraft:copper_golem_statue': CopperGolemStatueStates;
|
|
4619
|
+
copper_lantern: CopperLanternStates;
|
|
4620
|
+
'minecraft:copper_lantern': CopperLanternStates;
|
|
4621
|
+
copper_torch: CopperTorchStates;
|
|
4622
|
+
'minecraft:copper_torch': CopperTorchStates;
|
|
4526
4623
|
copper_trapdoor: CopperTrapdoorStates;
|
|
4527
4624
|
'minecraft:copper_trapdoor': CopperTrapdoorStates;
|
|
4528
4625
|
crafter: CrafterStates;
|
|
@@ -4699,12 +4796,16 @@ export type BlockStateMapping = {
|
|
|
4699
4796
|
'minecraft:ender_chest': EnderChestStates;
|
|
4700
4797
|
exposed_copper_bulb: ExposedCopperBulbStates;
|
|
4701
4798
|
'minecraft:exposed_copper_bulb': ExposedCopperBulbStates;
|
|
4799
|
+
exposed_copper_chain: ExposedCopperChainStates;
|
|
4800
|
+
'minecraft:exposed_copper_chain': ExposedCopperChainStates;
|
|
4702
4801
|
exposed_copper_chest: ExposedCopperChestStates;
|
|
4703
4802
|
'minecraft:exposed_copper_chest': ExposedCopperChestStates;
|
|
4704
4803
|
exposed_copper_door: ExposedCopperDoorStates;
|
|
4705
4804
|
'minecraft:exposed_copper_door': ExposedCopperDoorStates;
|
|
4706
4805
|
exposed_copper_golem_statue: ExposedCopperGolemStatueStates;
|
|
4707
4806
|
'minecraft:exposed_copper_golem_statue': ExposedCopperGolemStatueStates;
|
|
4807
|
+
exposed_copper_lantern: ExposedCopperLanternStates;
|
|
4808
|
+
'minecraft:exposed_copper_lantern': ExposedCopperLanternStates;
|
|
4708
4809
|
exposed_copper_trapdoor: ExposedCopperTrapdoorStates;
|
|
4709
4810
|
'minecraft:exposed_copper_trapdoor': ExposedCopperTrapdoorStates;
|
|
4710
4811
|
exposed_cut_copper_slab: ExposedCutCopperSlabStates;
|
|
@@ -4777,6 +4878,8 @@ export type BlockStateMapping = {
|
|
|
4777
4878
|
'minecraft:horn_coral_wall_fan': HornCoralWallFanStates;
|
|
4778
4879
|
infested_deepslate: InfestedDeepslateStates;
|
|
4779
4880
|
'minecraft:infested_deepslate': InfestedDeepslateStates;
|
|
4881
|
+
iron_chain: IronChainStates;
|
|
4882
|
+
'minecraft:iron_chain': IronChainStates;
|
|
4780
4883
|
iron_door: IronDoorStates;
|
|
4781
4884
|
'minecraft:iron_door': IronDoorStates;
|
|
4782
4885
|
iron_trapdoor: IronTrapdoorStates;
|
|
@@ -4985,12 +5088,16 @@ export type BlockStateMapping = {
|
|
|
4985
5088
|
'minecraft:orange_glazed_terracotta': OrangeGlazedTerracottaStates;
|
|
4986
5089
|
oxidized_copper_bulb: OxidizedCopperBulbStates;
|
|
4987
5090
|
'minecraft:oxidized_copper_bulb': OxidizedCopperBulbStates;
|
|
5091
|
+
oxidized_copper_chain: OxidizedCopperChainStates;
|
|
5092
|
+
'minecraft:oxidized_copper_chain': OxidizedCopperChainStates;
|
|
4988
5093
|
oxidized_copper_chest: OxidizedCopperChestStates;
|
|
4989
5094
|
'minecraft:oxidized_copper_chest': OxidizedCopperChestStates;
|
|
4990
5095
|
oxidized_copper_door: OxidizedCopperDoorStates;
|
|
4991
5096
|
'minecraft:oxidized_copper_door': OxidizedCopperDoorStates;
|
|
4992
5097
|
oxidized_copper_golem_statue: OxidizedCopperGolemStatueStates;
|
|
4993
5098
|
'minecraft:oxidized_copper_golem_statue': OxidizedCopperGolemStatueStates;
|
|
5099
|
+
oxidized_copper_lantern: OxidizedCopperLanternStates;
|
|
5100
|
+
'minecraft:oxidized_copper_lantern': OxidizedCopperLanternStates;
|
|
4994
5101
|
oxidized_copper_trapdoor: OxidizedCopperTrapdoorStates;
|
|
4995
5102
|
'minecraft:oxidized_copper_trapdoor': OxidizedCopperTrapdoorStates;
|
|
4996
5103
|
oxidized_cut_copper_slab: OxidizedCutCopperSlabStates;
|
|
@@ -5497,12 +5604,16 @@ export type BlockStateMapping = {
|
|
|
5497
5604
|
'minecraft:water': WaterStates;
|
|
5498
5605
|
waxed_copper_bulb: WaxedCopperBulbStates;
|
|
5499
5606
|
'minecraft:waxed_copper_bulb': WaxedCopperBulbStates;
|
|
5607
|
+
waxed_copper_chain: WaxedCopperChainStates;
|
|
5608
|
+
'minecraft:waxed_copper_chain': WaxedCopperChainStates;
|
|
5500
5609
|
waxed_copper_chest: WaxedCopperChestStates;
|
|
5501
5610
|
'minecraft:waxed_copper_chest': WaxedCopperChestStates;
|
|
5502
5611
|
waxed_copper_door: WaxedCopperDoorStates;
|
|
5503
5612
|
'minecraft:waxed_copper_door': WaxedCopperDoorStates;
|
|
5504
5613
|
waxed_copper_golem_statue: WaxedCopperGolemStatueStates;
|
|
5505
5614
|
'minecraft:waxed_copper_golem_statue': WaxedCopperGolemStatueStates;
|
|
5615
|
+
waxed_copper_lantern: WaxedCopperLanternStates;
|
|
5616
|
+
'minecraft:waxed_copper_lantern': WaxedCopperLanternStates;
|
|
5506
5617
|
waxed_copper_trapdoor: WaxedCopperTrapdoorStates;
|
|
5507
5618
|
'minecraft:waxed_copper_trapdoor': WaxedCopperTrapdoorStates;
|
|
5508
5619
|
waxed_cut_copper_slab: WaxedCutCopperSlabStates;
|
|
@@ -5513,12 +5624,16 @@ export type BlockStateMapping = {
|
|
|
5513
5624
|
'minecraft:waxed_double_cut_copper_slab': WaxedDoubleCutCopperSlabStates;
|
|
5514
5625
|
waxed_exposed_copper_bulb: WaxedExposedCopperBulbStates;
|
|
5515
5626
|
'minecraft:waxed_exposed_copper_bulb': WaxedExposedCopperBulbStates;
|
|
5627
|
+
waxed_exposed_copper_chain: WaxedExposedCopperChainStates;
|
|
5628
|
+
'minecraft:waxed_exposed_copper_chain': WaxedExposedCopperChainStates;
|
|
5516
5629
|
waxed_exposed_copper_chest: WaxedExposedCopperChestStates;
|
|
5517
5630
|
'minecraft:waxed_exposed_copper_chest': WaxedExposedCopperChestStates;
|
|
5518
5631
|
waxed_exposed_copper_door: WaxedExposedCopperDoorStates;
|
|
5519
5632
|
'minecraft:waxed_exposed_copper_door': WaxedExposedCopperDoorStates;
|
|
5520
5633
|
waxed_exposed_copper_golem_statue: WaxedExposedCopperGolemStatueStates;
|
|
5521
5634
|
'minecraft:waxed_exposed_copper_golem_statue': WaxedExposedCopperGolemStatueStates;
|
|
5635
|
+
waxed_exposed_copper_lantern: WaxedExposedCopperLanternStates;
|
|
5636
|
+
'minecraft:waxed_exposed_copper_lantern': WaxedExposedCopperLanternStates;
|
|
5522
5637
|
waxed_exposed_copper_trapdoor: WaxedExposedCopperTrapdoorStates;
|
|
5523
5638
|
'minecraft:waxed_exposed_copper_trapdoor': WaxedExposedCopperTrapdoorStates;
|
|
5524
5639
|
waxed_exposed_cut_copper_slab: WaxedExposedCutCopperSlabStates;
|
|
@@ -5533,12 +5648,16 @@ export type BlockStateMapping = {
|
|
|
5533
5648
|
'minecraft:waxed_lightning_rod': WaxedLightningRodStates;
|
|
5534
5649
|
waxed_oxidized_copper_bulb: WaxedOxidizedCopperBulbStates;
|
|
5535
5650
|
'minecraft:waxed_oxidized_copper_bulb': WaxedOxidizedCopperBulbStates;
|
|
5651
|
+
waxed_oxidized_copper_chain: WaxedOxidizedCopperChainStates;
|
|
5652
|
+
'minecraft:waxed_oxidized_copper_chain': WaxedOxidizedCopperChainStates;
|
|
5536
5653
|
waxed_oxidized_copper_chest: WaxedOxidizedCopperChestStates;
|
|
5537
5654
|
'minecraft:waxed_oxidized_copper_chest': WaxedOxidizedCopperChestStates;
|
|
5538
5655
|
waxed_oxidized_copper_door: WaxedOxidizedCopperDoorStates;
|
|
5539
5656
|
'minecraft:waxed_oxidized_copper_door': WaxedOxidizedCopperDoorStates;
|
|
5540
5657
|
waxed_oxidized_copper_golem_statue: WaxedOxidizedCopperGolemStatueStates;
|
|
5541
5658
|
'minecraft:waxed_oxidized_copper_golem_statue': WaxedOxidizedCopperGolemStatueStates;
|
|
5659
|
+
waxed_oxidized_copper_lantern: WaxedOxidizedCopperLanternStates;
|
|
5660
|
+
'minecraft:waxed_oxidized_copper_lantern': WaxedOxidizedCopperLanternStates;
|
|
5542
5661
|
waxed_oxidized_copper_trapdoor: WaxedOxidizedCopperTrapdoorStates;
|
|
5543
5662
|
'minecraft:waxed_oxidized_copper_trapdoor': WaxedOxidizedCopperTrapdoorStates;
|
|
5544
5663
|
waxed_oxidized_cut_copper_slab: WaxedOxidizedCutCopperSlabStates;
|
|
@@ -5551,12 +5670,16 @@ export type BlockStateMapping = {
|
|
|
5551
5670
|
'minecraft:waxed_oxidized_lightning_rod': WaxedOxidizedLightningRodStates;
|
|
5552
5671
|
waxed_weathered_copper_bulb: WaxedWeatheredCopperBulbStates;
|
|
5553
5672
|
'minecraft:waxed_weathered_copper_bulb': WaxedWeatheredCopperBulbStates;
|
|
5673
|
+
waxed_weathered_copper_chain: WaxedWeatheredCopperChainStates;
|
|
5674
|
+
'minecraft:waxed_weathered_copper_chain': WaxedWeatheredCopperChainStates;
|
|
5554
5675
|
waxed_weathered_copper_chest: WaxedWeatheredCopperChestStates;
|
|
5555
5676
|
'minecraft:waxed_weathered_copper_chest': WaxedWeatheredCopperChestStates;
|
|
5556
5677
|
waxed_weathered_copper_door: WaxedWeatheredCopperDoorStates;
|
|
5557
5678
|
'minecraft:waxed_weathered_copper_door': WaxedWeatheredCopperDoorStates;
|
|
5558
5679
|
waxed_weathered_copper_golem_statue: WaxedWeatheredCopperGolemStatueStates;
|
|
5559
5680
|
'minecraft:waxed_weathered_copper_golem_statue': WaxedWeatheredCopperGolemStatueStates;
|
|
5681
|
+
waxed_weathered_copper_lantern: WaxedWeatheredCopperLanternStates;
|
|
5682
|
+
'minecraft:waxed_weathered_copper_lantern': WaxedWeatheredCopperLanternStates;
|
|
5560
5683
|
waxed_weathered_copper_trapdoor: WaxedWeatheredCopperTrapdoorStates;
|
|
5561
5684
|
'minecraft:waxed_weathered_copper_trapdoor': WaxedWeatheredCopperTrapdoorStates;
|
|
5562
5685
|
waxed_weathered_cut_copper_slab: WaxedWeatheredCutCopperSlabStates;
|
|
@@ -5569,12 +5692,16 @@ export type BlockStateMapping = {
|
|
|
5569
5692
|
'minecraft:waxed_weathered_lightning_rod': WaxedWeatheredLightningRodStates;
|
|
5570
5693
|
weathered_copper_bulb: WeatheredCopperBulbStates;
|
|
5571
5694
|
'minecraft:weathered_copper_bulb': WeatheredCopperBulbStates;
|
|
5695
|
+
weathered_copper_chain: WeatheredCopperChainStates;
|
|
5696
|
+
'minecraft:weathered_copper_chain': WeatheredCopperChainStates;
|
|
5572
5697
|
weathered_copper_chest: WeatheredCopperChestStates;
|
|
5573
5698
|
'minecraft:weathered_copper_chest': WeatheredCopperChestStates;
|
|
5574
5699
|
weathered_copper_door: WeatheredCopperDoorStates;
|
|
5575
5700
|
'minecraft:weathered_copper_door': WeatheredCopperDoorStates;
|
|
5576
5701
|
weathered_copper_golem_statue: WeatheredCopperGolemStatueStates;
|
|
5577
5702
|
'minecraft:weathered_copper_golem_statue': WeatheredCopperGolemStatueStates;
|
|
5703
|
+
weathered_copper_lantern: WeatheredCopperLanternStates;
|
|
5704
|
+
'minecraft:weathered_copper_lantern': WeatheredCopperLanternStates;
|
|
5578
5705
|
weathered_copper_trapdoor: WeatheredCopperTrapdoorStates;
|
|
5579
5706
|
'minecraft:weathered_copper_trapdoor': WeatheredCopperTrapdoorStates;
|
|
5580
5707
|
weathered_cut_copper_slab: WeatheredCutCopperSlabStates;
|