@minecraft/vanilla-data 1.21.110-preview.20 → 1.21.110-preview.23
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/README.md +2 -2
- package/lib/index.d.ts +1 -2
- package/lib/index.js +10 -10
- package/lib/mojang-block.d.ts +185 -9
- package/lib/mojang-item.d.ts +34 -1
- package/lib/mojang-potionDelivery.d.ts +12 -0
- package/lib/mojang-potionEffect.d.ts +47 -20
- package/package.json +21 -21
- 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,16 +508,20 @@ 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",
|
|
516
522
|
ExposedCutCopperStairs = "minecraft:exposed_cut_copper_stairs",
|
|
517
523
|
ExposedDoubleCutCopperSlab = "minecraft:exposed_double_cut_copper_slab",
|
|
524
|
+
ExposedLightningRod = "minecraft:exposed_lightning_rod",
|
|
518
525
|
Farmland = "minecraft:farmland",
|
|
519
526
|
FenceGate = "minecraft:fence_gate",
|
|
520
527
|
Fern = "minecraft:fern",
|
|
@@ -629,6 +636,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
629
636
|
InfestedStoneBricks = "minecraft:infested_stone_bricks",
|
|
630
637
|
IronBars = "minecraft:iron_bars",
|
|
631
638
|
IronBlock = "minecraft:iron_block",
|
|
639
|
+
IronChain = "minecraft:iron_chain",
|
|
632
640
|
IronDoor = "minecraft:iron_door",
|
|
633
641
|
IronOre = "minecraft:iron_ore",
|
|
634
642
|
IronTrapdoor = "minecraft:iron_trapdoor",
|
|
@@ -828,16 +836,20 @@ export declare enum MinecraftBlockTypes {
|
|
|
828
836
|
OxeyeDaisy = "minecraft:oxeye_daisy",
|
|
829
837
|
OxidizedChiseledCopper = "minecraft:oxidized_chiseled_copper",
|
|
830
838
|
OxidizedCopper = "minecraft:oxidized_copper",
|
|
839
|
+
OxidizedCopperBars = "minecraft:oxidized_copper_bars",
|
|
831
840
|
OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
|
|
841
|
+
OxidizedCopperChain = "minecraft:oxidized_copper_chain",
|
|
832
842
|
OxidizedCopperChest = "minecraft:oxidized_copper_chest",
|
|
833
843
|
OxidizedCopperDoor = "minecraft:oxidized_copper_door",
|
|
834
844
|
OxidizedCopperGolemStatue = "minecraft:oxidized_copper_golem_statue",
|
|
835
845
|
OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
|
|
846
|
+
OxidizedCopperLantern = "minecraft:oxidized_copper_lantern",
|
|
836
847
|
OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
|
|
837
848
|
OxidizedCutCopper = "minecraft:oxidized_cut_copper",
|
|
838
849
|
OxidizedCutCopperSlab = "minecraft:oxidized_cut_copper_slab",
|
|
839
850
|
OxidizedCutCopperStairs = "minecraft:oxidized_cut_copper_stairs",
|
|
840
851
|
OxidizedDoubleCutCopperSlab = "minecraft:oxidized_double_cut_copper_slab",
|
|
852
|
+
OxidizedLightningRod = "minecraft:oxidized_lightning_rod",
|
|
841
853
|
PackedIce = "minecraft:packed_ice",
|
|
842
854
|
PackedMud = "minecraft:packed_mud",
|
|
843
855
|
PaleHangingMoss = "minecraft:pale_hanging_moss",
|
|
@@ -1185,11 +1197,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
1185
1197
|
Waterlily = "minecraft:waterlily",
|
|
1186
1198
|
WaxedChiseledCopper = "minecraft:waxed_chiseled_copper",
|
|
1187
1199
|
WaxedCopper = "minecraft:waxed_copper",
|
|
1200
|
+
WaxedCopperBars = "minecraft:waxed_copper_bars",
|
|
1188
1201
|
WaxedCopperBulb = "minecraft:waxed_copper_bulb",
|
|
1202
|
+
WaxedCopperChain = "minecraft:waxed_copper_chain",
|
|
1189
1203
|
WaxedCopperChest = "minecraft:waxed_copper_chest",
|
|
1190
1204
|
WaxedCopperDoor = "minecraft:waxed_copper_door",
|
|
1191
1205
|
WaxedCopperGolemStatue = "minecraft:waxed_copper_golem_statue",
|
|
1192
1206
|
WaxedCopperGrate = "minecraft:waxed_copper_grate",
|
|
1207
|
+
WaxedCopperLantern = "minecraft:waxed_copper_lantern",
|
|
1193
1208
|
WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
|
|
1194
1209
|
WaxedCutCopper = "minecraft:waxed_cut_copper",
|
|
1195
1210
|
WaxedCutCopperSlab = "minecraft:waxed_cut_copper_slab",
|
|
@@ -1197,52 +1212,69 @@ export declare enum MinecraftBlockTypes {
|
|
|
1197
1212
|
WaxedDoubleCutCopperSlab = "minecraft:waxed_double_cut_copper_slab",
|
|
1198
1213
|
WaxedExposedChiseledCopper = "minecraft:waxed_exposed_chiseled_copper",
|
|
1199
1214
|
WaxedExposedCopper = "minecraft:waxed_exposed_copper",
|
|
1215
|
+
WaxedExposedCopperBars = "minecraft:waxed_exposed_copper_bars",
|
|
1200
1216
|
WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
|
|
1217
|
+
WaxedExposedCopperChain = "minecraft:waxed_exposed_copper_chain",
|
|
1201
1218
|
WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
|
|
1202
1219
|
WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
|
|
1203
1220
|
WaxedExposedCopperGolemStatue = "minecraft:waxed_exposed_copper_golem_statue",
|
|
1204
1221
|
WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
|
|
1222
|
+
WaxedExposedCopperLantern = "minecraft:waxed_exposed_copper_lantern",
|
|
1205
1223
|
WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
|
|
1206
1224
|
WaxedExposedCutCopper = "minecraft:waxed_exposed_cut_copper",
|
|
1207
1225
|
WaxedExposedCutCopperSlab = "minecraft:waxed_exposed_cut_copper_slab",
|
|
1208
1226
|
WaxedExposedCutCopperStairs = "minecraft:waxed_exposed_cut_copper_stairs",
|
|
1209
1227
|
WaxedExposedDoubleCutCopperSlab = "minecraft:waxed_exposed_double_cut_copper_slab",
|
|
1228
|
+
WaxedExposedLightningRod = "minecraft:waxed_exposed_lightning_rod",
|
|
1229
|
+
WaxedLightningRod = "minecraft:waxed_lightning_rod",
|
|
1210
1230
|
WaxedOxidizedChiseledCopper = "minecraft:waxed_oxidized_chiseled_copper",
|
|
1211
1231
|
WaxedOxidizedCopper = "minecraft:waxed_oxidized_copper",
|
|
1232
|
+
WaxedOxidizedCopperBars = "minecraft:waxed_oxidized_copper_bars",
|
|
1212
1233
|
WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
|
|
1234
|
+
WaxedOxidizedCopperChain = "minecraft:waxed_oxidized_copper_chain",
|
|
1213
1235
|
WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
|
|
1214
1236
|
WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
|
|
1215
1237
|
WaxedOxidizedCopperGolemStatue = "minecraft:waxed_oxidized_copper_golem_statue",
|
|
1216
1238
|
WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
|
|
1239
|
+
WaxedOxidizedCopperLantern = "minecraft:waxed_oxidized_copper_lantern",
|
|
1217
1240
|
WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
|
|
1218
1241
|
WaxedOxidizedCutCopper = "minecraft:waxed_oxidized_cut_copper",
|
|
1219
1242
|
WaxedOxidizedCutCopperSlab = "minecraft:waxed_oxidized_cut_copper_slab",
|
|
1220
1243
|
WaxedOxidizedCutCopperStairs = "minecraft:waxed_oxidized_cut_copper_stairs",
|
|
1221
1244
|
WaxedOxidizedDoubleCutCopperSlab = "minecraft:waxed_oxidized_double_cut_copper_slab",
|
|
1245
|
+
WaxedOxidizedLightningRod = "minecraft:waxed_oxidized_lightning_rod",
|
|
1222
1246
|
WaxedWeatheredChiseledCopper = "minecraft:waxed_weathered_chiseled_copper",
|
|
1223
1247
|
WaxedWeatheredCopper = "minecraft:waxed_weathered_copper",
|
|
1248
|
+
WaxedWeatheredCopperBars = "minecraft:waxed_weathered_copper_bars",
|
|
1224
1249
|
WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
|
|
1250
|
+
WaxedWeatheredCopperChain = "minecraft:waxed_weathered_copper_chain",
|
|
1225
1251
|
WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
|
|
1226
1252
|
WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
|
|
1227
1253
|
WaxedWeatheredCopperGolemStatue = "minecraft:waxed_weathered_copper_golem_statue",
|
|
1228
1254
|
WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
|
|
1255
|
+
WaxedWeatheredCopperLantern = "minecraft:waxed_weathered_copper_lantern",
|
|
1229
1256
|
WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
|
|
1230
1257
|
WaxedWeatheredCutCopper = "minecraft:waxed_weathered_cut_copper",
|
|
1231
1258
|
WaxedWeatheredCutCopperSlab = "minecraft:waxed_weathered_cut_copper_slab",
|
|
1232
1259
|
WaxedWeatheredCutCopperStairs = "minecraft:waxed_weathered_cut_copper_stairs",
|
|
1233
1260
|
WaxedWeatheredDoubleCutCopperSlab = "minecraft:waxed_weathered_double_cut_copper_slab",
|
|
1261
|
+
WaxedWeatheredLightningRod = "minecraft:waxed_weathered_lightning_rod",
|
|
1234
1262
|
WeatheredChiseledCopper = "minecraft:weathered_chiseled_copper",
|
|
1235
1263
|
WeatheredCopper = "minecraft:weathered_copper",
|
|
1264
|
+
WeatheredCopperBars = "minecraft:weathered_copper_bars",
|
|
1236
1265
|
WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
|
|
1266
|
+
WeatheredCopperChain = "minecraft:weathered_copper_chain",
|
|
1237
1267
|
WeatheredCopperChest = "minecraft:weathered_copper_chest",
|
|
1238
1268
|
WeatheredCopperDoor = "minecraft:weathered_copper_door",
|
|
1239
1269
|
WeatheredCopperGolemStatue = "minecraft:weathered_copper_golem_statue",
|
|
1240
1270
|
WeatheredCopperGrate = "minecraft:weathered_copper_grate",
|
|
1271
|
+
WeatheredCopperLantern = "minecraft:weathered_copper_lantern",
|
|
1241
1272
|
WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
|
|
1242
1273
|
WeatheredCutCopper = "minecraft:weathered_cut_copper",
|
|
1243
1274
|
WeatheredCutCopperSlab = "minecraft:weathered_cut_copper_slab",
|
|
1244
1275
|
WeatheredCutCopperStairs = "minecraft:weathered_cut_copper_stairs",
|
|
1245
1276
|
WeatheredDoubleCutCopperSlab = "minecraft:weathered_double_cut_copper_slab",
|
|
1277
|
+
WeatheredLightningRod = "minecraft:weathered_lightning_rod",
|
|
1246
1278
|
Web = "minecraft:web",
|
|
1247
1279
|
WeepingVines = "minecraft:weeping_vines",
|
|
1248
1280
|
WetSponge = "minecraft:wet_sponge",
|
|
@@ -1862,10 +1894,6 @@ export type CaveVinesBodyWithBerriesStates = Pick<BlockStateSuperset, 'growing_p
|
|
|
1862
1894
|
* States specific to CaveVinesHeadWithBerries
|
|
1863
1895
|
*/
|
|
1864
1896
|
export type CaveVinesHeadWithBerriesStates = Pick<BlockStateSuperset, 'growing_plant_age'>;
|
|
1865
|
-
/**
|
|
1866
|
-
* States specific to Chain
|
|
1867
|
-
*/
|
|
1868
|
-
export type ChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
1869
1897
|
/**
|
|
1870
1898
|
* States specific to ChainCommandBlock
|
|
1871
1899
|
*/
|
|
@@ -2018,6 +2046,10 @@ export type CompoundCreatorStates = Pick<BlockStateSuperset, 'direction'>;
|
|
|
2018
2046
|
* States specific to CopperBulb
|
|
2019
2047
|
*/
|
|
2020
2048
|
export type CopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
2049
|
+
/**
|
|
2050
|
+
* States specific to CopperChain
|
|
2051
|
+
*/
|
|
2052
|
+
export type CopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2021
2053
|
/**
|
|
2022
2054
|
* States specific to CopperChest
|
|
2023
2055
|
*/
|
|
@@ -2030,6 +2062,14 @@ export type CopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'mine
|
|
|
2030
2062
|
* States specific to CopperGolemStatue
|
|
2031
2063
|
*/
|
|
2032
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'>;
|
|
2033
2073
|
/**
|
|
2034
2074
|
* States specific to CopperTrapdoor
|
|
2035
2075
|
*/
|
|
@@ -2382,6 +2422,10 @@ export type EnderChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_dire
|
|
|
2382
2422
|
* States specific to ExposedCopperBulb
|
|
2383
2423
|
*/
|
|
2384
2424
|
export type ExposedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
2425
|
+
/**
|
|
2426
|
+
* States specific to ExposedCopperChain
|
|
2427
|
+
*/
|
|
2428
|
+
export type ExposedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2385
2429
|
/**
|
|
2386
2430
|
* States specific to ExposedCopperChest
|
|
2387
2431
|
*/
|
|
@@ -2394,6 +2438,10 @@ export type ExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit'
|
|
|
2394
2438
|
* States specific to ExposedCopperGolemStatue
|
|
2395
2439
|
*/
|
|
2396
2440
|
export type ExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
2441
|
+
/**
|
|
2442
|
+
* States specific to ExposedCopperLantern
|
|
2443
|
+
*/
|
|
2444
|
+
export type ExposedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
2397
2445
|
/**
|
|
2398
2446
|
* States specific to ExposedCopperTrapdoor
|
|
2399
2447
|
*/
|
|
@@ -2410,6 +2458,10 @@ export type ExposedCutCopperStairsStates = Pick<BlockStateSuperset, 'upside_down
|
|
|
2410
2458
|
* States specific to ExposedDoubleCutCopperSlab
|
|
2411
2459
|
*/
|
|
2412
2460
|
export type ExposedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
2461
|
+
/**
|
|
2462
|
+
* States specific to ExposedLightningRod
|
|
2463
|
+
*/
|
|
2464
|
+
export type ExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
2413
2465
|
/**
|
|
2414
2466
|
* States specific to Farmland
|
|
2415
2467
|
*/
|
|
@@ -2534,6 +2586,10 @@ export type HornCoralWallFanStates = Pick<BlockStateSuperset, 'coral_direction'>
|
|
|
2534
2586
|
* States specific to InfestedDeepslate
|
|
2535
2587
|
*/
|
|
2536
2588
|
export type InfestedDeepslateStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2589
|
+
/**
|
|
2590
|
+
* States specific to IronChain
|
|
2591
|
+
*/
|
|
2592
|
+
export type IronChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2537
2593
|
/**
|
|
2538
2594
|
* States specific to IronDoor
|
|
2539
2595
|
*/
|
|
@@ -2677,7 +2733,7 @@ export type LightWeightedPressurePlateStates = Pick<BlockStateSuperset, 'redston
|
|
|
2677
2733
|
/**
|
|
2678
2734
|
* States specific to LightningRod
|
|
2679
2735
|
*/
|
|
2680
|
-
export type LightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
2736
|
+
export type LightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
2681
2737
|
/**
|
|
2682
2738
|
* States specific to Lilac
|
|
2683
2739
|
*/
|
|
@@ -2950,6 +3006,10 @@ export type OrangeGlazedTerracottaStates = Pick<BlockStateSuperset, 'facing_dire
|
|
|
2950
3006
|
* States specific to OxidizedCopperBulb
|
|
2951
3007
|
*/
|
|
2952
3008
|
export type OxidizedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
3009
|
+
/**
|
|
3010
|
+
* States specific to OxidizedCopperChain
|
|
3011
|
+
*/
|
|
3012
|
+
export type OxidizedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
2953
3013
|
/**
|
|
2954
3014
|
* States specific to OxidizedCopperChest
|
|
2955
3015
|
*/
|
|
@@ -2962,6 +3022,10 @@ export type OxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit'
|
|
|
2962
3022
|
* States specific to OxidizedCopperGolemStatue
|
|
2963
3023
|
*/
|
|
2964
3024
|
export type OxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3025
|
+
/**
|
|
3026
|
+
* States specific to OxidizedCopperLantern
|
|
3027
|
+
*/
|
|
3028
|
+
export type OxidizedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
2965
3029
|
/**
|
|
2966
3030
|
* States specific to OxidizedCopperTrapdoor
|
|
2967
3031
|
*/
|
|
@@ -2978,6 +3042,10 @@ export type OxidizedCutCopperStairsStates = Pick<BlockStateSuperset, 'upside_dow
|
|
|
2978
3042
|
* States specific to OxidizedDoubleCutCopperSlab
|
|
2979
3043
|
*/
|
|
2980
3044
|
export type OxidizedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3045
|
+
/**
|
|
3046
|
+
* States specific to OxidizedLightningRod
|
|
3047
|
+
*/
|
|
3048
|
+
export type OxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
2981
3049
|
/**
|
|
2982
3050
|
* States specific to PaleHangingMoss
|
|
2983
3051
|
*/
|
|
@@ -3970,6 +4038,10 @@ export type WaterStates = Pick<BlockStateSuperset, 'liquid_depth'>;
|
|
|
3970
4038
|
* States specific to WaxedCopperBulb
|
|
3971
4039
|
*/
|
|
3972
4040
|
export type WaxedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4041
|
+
/**
|
|
4042
|
+
* States specific to WaxedCopperChain
|
|
4043
|
+
*/
|
|
4044
|
+
export type WaxedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
3973
4045
|
/**
|
|
3974
4046
|
* States specific to WaxedCopperChest
|
|
3975
4047
|
*/
|
|
@@ -3982,6 +4054,10 @@ export type WaxedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' |
|
|
|
3982
4054
|
* States specific to WaxedCopperGolemStatue
|
|
3983
4055
|
*/
|
|
3984
4056
|
export type WaxedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4057
|
+
/**
|
|
4058
|
+
* States specific to WaxedCopperLantern
|
|
4059
|
+
*/
|
|
4060
|
+
export type WaxedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
3985
4061
|
/**
|
|
3986
4062
|
* States specific to WaxedCopperTrapdoor
|
|
3987
4063
|
*/
|
|
@@ -4002,6 +4078,10 @@ export type WaxedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft
|
|
|
4002
4078
|
* States specific to WaxedExposedCopperBulb
|
|
4003
4079
|
*/
|
|
4004
4080
|
export type WaxedExposedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4081
|
+
/**
|
|
4082
|
+
* States specific to WaxedExposedCopperChain
|
|
4083
|
+
*/
|
|
4084
|
+
export type WaxedExposedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4005
4085
|
/**
|
|
4006
4086
|
* States specific to WaxedExposedCopperChest
|
|
4007
4087
|
*/
|
|
@@ -4014,6 +4094,10 @@ export type WaxedExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_
|
|
|
4014
4094
|
* States specific to WaxedExposedCopperGolemStatue
|
|
4015
4095
|
*/
|
|
4016
4096
|
export type WaxedExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4097
|
+
/**
|
|
4098
|
+
* States specific to WaxedExposedCopperLantern
|
|
4099
|
+
*/
|
|
4100
|
+
export type WaxedExposedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4017
4101
|
/**
|
|
4018
4102
|
* States specific to WaxedExposedCopperTrapdoor
|
|
4019
4103
|
*/
|
|
@@ -4030,10 +4114,22 @@ export type WaxedExposedCutCopperStairsStates = Pick<BlockStateSuperset, 'upside
|
|
|
4030
4114
|
* States specific to WaxedExposedDoubleCutCopperSlab
|
|
4031
4115
|
*/
|
|
4032
4116
|
export type WaxedExposedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4117
|
+
/**
|
|
4118
|
+
* States specific to WaxedExposedLightningRod
|
|
4119
|
+
*/
|
|
4120
|
+
export type WaxedExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4121
|
+
/**
|
|
4122
|
+
* States specific to WaxedLightningRod
|
|
4123
|
+
*/
|
|
4124
|
+
export type WaxedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4033
4125
|
/**
|
|
4034
4126
|
* States specific to WaxedOxidizedCopperBulb
|
|
4035
4127
|
*/
|
|
4036
4128
|
export type WaxedOxidizedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4129
|
+
/**
|
|
4130
|
+
* States specific to WaxedOxidizedCopperChain
|
|
4131
|
+
*/
|
|
4132
|
+
export type WaxedOxidizedCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4037
4133
|
/**
|
|
4038
4134
|
* States specific to WaxedOxidizedCopperChest
|
|
4039
4135
|
*/
|
|
@@ -4046,6 +4142,10 @@ export type WaxedOxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge
|
|
|
4046
4142
|
* States specific to WaxedOxidizedCopperGolemStatue
|
|
4047
4143
|
*/
|
|
4048
4144
|
export type WaxedOxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4145
|
+
/**
|
|
4146
|
+
* States specific to WaxedOxidizedCopperLantern
|
|
4147
|
+
*/
|
|
4148
|
+
export type WaxedOxidizedCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4049
4149
|
/**
|
|
4050
4150
|
* States specific to WaxedOxidizedCopperTrapdoor
|
|
4051
4151
|
*/
|
|
@@ -4062,10 +4162,18 @@ export type WaxedOxidizedCutCopperStairsStates = Pick<BlockStateSuperset, 'upsid
|
|
|
4062
4162
|
* States specific to WaxedOxidizedDoubleCutCopperSlab
|
|
4063
4163
|
*/
|
|
4064
4164
|
export type WaxedOxidizedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4165
|
+
/**
|
|
4166
|
+
* States specific to WaxedOxidizedLightningRod
|
|
4167
|
+
*/
|
|
4168
|
+
export type WaxedOxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4065
4169
|
/**
|
|
4066
4170
|
* States specific to WaxedWeatheredCopperBulb
|
|
4067
4171
|
*/
|
|
4068
4172
|
export type WaxedWeatheredCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4173
|
+
/**
|
|
4174
|
+
* States specific to WaxedWeatheredCopperChain
|
|
4175
|
+
*/
|
|
4176
|
+
export type WaxedWeatheredCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4069
4177
|
/**
|
|
4070
4178
|
* States specific to WaxedWeatheredCopperChest
|
|
4071
4179
|
*/
|
|
@@ -4078,6 +4186,10 @@ export type WaxedWeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hing
|
|
|
4078
4186
|
* States specific to WaxedWeatheredCopperGolemStatue
|
|
4079
4187
|
*/
|
|
4080
4188
|
export type WaxedWeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4189
|
+
/**
|
|
4190
|
+
* States specific to WaxedWeatheredCopperLantern
|
|
4191
|
+
*/
|
|
4192
|
+
export type WaxedWeatheredCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4081
4193
|
/**
|
|
4082
4194
|
* States specific to WaxedWeatheredCopperTrapdoor
|
|
4083
4195
|
*/
|
|
@@ -4094,10 +4206,18 @@ export type WaxedWeatheredCutCopperStairsStates = Pick<BlockStateSuperset, 'upsi
|
|
|
4094
4206
|
* States specific to WaxedWeatheredDoubleCutCopperSlab
|
|
4095
4207
|
*/
|
|
4096
4208
|
export type WaxedWeatheredDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4209
|
+
/**
|
|
4210
|
+
* States specific to WaxedWeatheredLightningRod
|
|
4211
|
+
*/
|
|
4212
|
+
export type WaxedWeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4097
4213
|
/**
|
|
4098
4214
|
* States specific to WeatheredCopperBulb
|
|
4099
4215
|
*/
|
|
4100
4216
|
export type WeatheredCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
|
|
4217
|
+
/**
|
|
4218
|
+
* States specific to WeatheredCopperChain
|
|
4219
|
+
*/
|
|
4220
|
+
export type WeatheredCopperChainStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
4101
4221
|
/**
|
|
4102
4222
|
* States specific to WeatheredCopperChest
|
|
4103
4223
|
*/
|
|
@@ -4110,6 +4230,10 @@ export type WeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit
|
|
|
4110
4230
|
* States specific to WeatheredCopperGolemStatue
|
|
4111
4231
|
*/
|
|
4112
4232
|
export type WeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4233
|
+
/**
|
|
4234
|
+
* States specific to WeatheredCopperLantern
|
|
4235
|
+
*/
|
|
4236
|
+
export type WeatheredCopperLanternStates = Pick<BlockStateSuperset, 'hanging'>;
|
|
4113
4237
|
/**
|
|
4114
4238
|
* States specific to WeatheredCopperTrapdoor
|
|
4115
4239
|
*/
|
|
@@ -4126,6 +4250,10 @@ export type WeatheredCutCopperStairsStates = Pick<BlockStateSuperset, 'upside_do
|
|
|
4126
4250
|
* States specific to WeatheredDoubleCutCopperSlab
|
|
4127
4251
|
*/
|
|
4128
4252
|
export type WeatheredDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4253
|
+
/**
|
|
4254
|
+
* States specific to WeatheredLightningRod
|
|
4255
|
+
*/
|
|
4256
|
+
export type WeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction' | 'powered_bit'>;
|
|
4129
4257
|
/**
|
|
4130
4258
|
* States specific to WeepingVines
|
|
4131
4259
|
*/
|
|
@@ -4185,7 +4313,7 @@ export type ZombieHeadStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
|
4185
4313
|
/**
|
|
4186
4314
|
* Union of all types for Block states
|
|
4187
4315
|
*/
|
|
4188
|
-
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 | 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 | 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 | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperGolemStatueStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperGolemStatueStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WeatheredCopperBulbStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperGolemStatueStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | 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;
|
|
4189
4317
|
/**
|
|
4190
4318
|
* Mapping of each Block name to it's states
|
|
4191
4319
|
*/
|
|
@@ -4404,8 +4532,6 @@ export type BlockStateMapping = {
|
|
|
4404
4532
|
'minecraft:cave_vines_body_with_berries': CaveVinesBodyWithBerriesStates;
|
|
4405
4533
|
cave_vines_head_with_berries: CaveVinesHeadWithBerriesStates;
|
|
4406
4534
|
'minecraft:cave_vines_head_with_berries': CaveVinesHeadWithBerriesStates;
|
|
4407
|
-
chain: ChainStates;
|
|
4408
|
-
'minecraft:chain': ChainStates;
|
|
4409
4535
|
chain_command_block: ChainCommandBlockStates;
|
|
4410
4536
|
'minecraft:chain_command_block': ChainCommandBlockStates;
|
|
4411
4537
|
cherry_button: CherryButtonStates;
|
|
@@ -4482,12 +4608,18 @@ export type BlockStateMapping = {
|
|
|
4482
4608
|
'minecraft:compound_creator': CompoundCreatorStates;
|
|
4483
4609
|
copper_bulb: CopperBulbStates;
|
|
4484
4610
|
'minecraft:copper_bulb': CopperBulbStates;
|
|
4611
|
+
copper_chain: CopperChainStates;
|
|
4612
|
+
'minecraft:copper_chain': CopperChainStates;
|
|
4485
4613
|
copper_chest: CopperChestStates;
|
|
4486
4614
|
'minecraft:copper_chest': CopperChestStates;
|
|
4487
4615
|
copper_door: CopperDoorStates;
|
|
4488
4616
|
'minecraft:copper_door': CopperDoorStates;
|
|
4489
4617
|
copper_golem_statue: CopperGolemStatueStates;
|
|
4490
4618
|
'minecraft:copper_golem_statue': CopperGolemStatueStates;
|
|
4619
|
+
copper_lantern: CopperLanternStates;
|
|
4620
|
+
'minecraft:copper_lantern': CopperLanternStates;
|
|
4621
|
+
copper_torch: CopperTorchStates;
|
|
4622
|
+
'minecraft:copper_torch': CopperTorchStates;
|
|
4491
4623
|
copper_trapdoor: CopperTrapdoorStates;
|
|
4492
4624
|
'minecraft:copper_trapdoor': CopperTrapdoorStates;
|
|
4493
4625
|
crafter: CrafterStates;
|
|
@@ -4664,12 +4796,16 @@ export type BlockStateMapping = {
|
|
|
4664
4796
|
'minecraft:ender_chest': EnderChestStates;
|
|
4665
4797
|
exposed_copper_bulb: ExposedCopperBulbStates;
|
|
4666
4798
|
'minecraft:exposed_copper_bulb': ExposedCopperBulbStates;
|
|
4799
|
+
exposed_copper_chain: ExposedCopperChainStates;
|
|
4800
|
+
'minecraft:exposed_copper_chain': ExposedCopperChainStates;
|
|
4667
4801
|
exposed_copper_chest: ExposedCopperChestStates;
|
|
4668
4802
|
'minecraft:exposed_copper_chest': ExposedCopperChestStates;
|
|
4669
4803
|
exposed_copper_door: ExposedCopperDoorStates;
|
|
4670
4804
|
'minecraft:exposed_copper_door': ExposedCopperDoorStates;
|
|
4671
4805
|
exposed_copper_golem_statue: ExposedCopperGolemStatueStates;
|
|
4672
4806
|
'minecraft:exposed_copper_golem_statue': ExposedCopperGolemStatueStates;
|
|
4807
|
+
exposed_copper_lantern: ExposedCopperLanternStates;
|
|
4808
|
+
'minecraft:exposed_copper_lantern': ExposedCopperLanternStates;
|
|
4673
4809
|
exposed_copper_trapdoor: ExposedCopperTrapdoorStates;
|
|
4674
4810
|
'minecraft:exposed_copper_trapdoor': ExposedCopperTrapdoorStates;
|
|
4675
4811
|
exposed_cut_copper_slab: ExposedCutCopperSlabStates;
|
|
@@ -4678,6 +4814,8 @@ export type BlockStateMapping = {
|
|
|
4678
4814
|
'minecraft:exposed_cut_copper_stairs': ExposedCutCopperStairsStates;
|
|
4679
4815
|
exposed_double_cut_copper_slab: ExposedDoubleCutCopperSlabStates;
|
|
4680
4816
|
'minecraft:exposed_double_cut_copper_slab': ExposedDoubleCutCopperSlabStates;
|
|
4817
|
+
exposed_lightning_rod: ExposedLightningRodStates;
|
|
4818
|
+
'minecraft:exposed_lightning_rod': ExposedLightningRodStates;
|
|
4681
4819
|
farmland: FarmlandStates;
|
|
4682
4820
|
'minecraft:farmland': FarmlandStates;
|
|
4683
4821
|
fence_gate: FenceGateStates;
|
|
@@ -4740,6 +4878,8 @@ export type BlockStateMapping = {
|
|
|
4740
4878
|
'minecraft:horn_coral_wall_fan': HornCoralWallFanStates;
|
|
4741
4879
|
infested_deepslate: InfestedDeepslateStates;
|
|
4742
4880
|
'minecraft:infested_deepslate': InfestedDeepslateStates;
|
|
4881
|
+
iron_chain: IronChainStates;
|
|
4882
|
+
'minecraft:iron_chain': IronChainStates;
|
|
4743
4883
|
iron_door: IronDoorStates;
|
|
4744
4884
|
'minecraft:iron_door': IronDoorStates;
|
|
4745
4885
|
iron_trapdoor: IronTrapdoorStates;
|
|
@@ -4948,12 +5088,16 @@ export type BlockStateMapping = {
|
|
|
4948
5088
|
'minecraft:orange_glazed_terracotta': OrangeGlazedTerracottaStates;
|
|
4949
5089
|
oxidized_copper_bulb: OxidizedCopperBulbStates;
|
|
4950
5090
|
'minecraft:oxidized_copper_bulb': OxidizedCopperBulbStates;
|
|
5091
|
+
oxidized_copper_chain: OxidizedCopperChainStates;
|
|
5092
|
+
'minecraft:oxidized_copper_chain': OxidizedCopperChainStates;
|
|
4951
5093
|
oxidized_copper_chest: OxidizedCopperChestStates;
|
|
4952
5094
|
'minecraft:oxidized_copper_chest': OxidizedCopperChestStates;
|
|
4953
5095
|
oxidized_copper_door: OxidizedCopperDoorStates;
|
|
4954
5096
|
'minecraft:oxidized_copper_door': OxidizedCopperDoorStates;
|
|
4955
5097
|
oxidized_copper_golem_statue: OxidizedCopperGolemStatueStates;
|
|
4956
5098
|
'minecraft:oxidized_copper_golem_statue': OxidizedCopperGolemStatueStates;
|
|
5099
|
+
oxidized_copper_lantern: OxidizedCopperLanternStates;
|
|
5100
|
+
'minecraft:oxidized_copper_lantern': OxidizedCopperLanternStates;
|
|
4957
5101
|
oxidized_copper_trapdoor: OxidizedCopperTrapdoorStates;
|
|
4958
5102
|
'minecraft:oxidized_copper_trapdoor': OxidizedCopperTrapdoorStates;
|
|
4959
5103
|
oxidized_cut_copper_slab: OxidizedCutCopperSlabStates;
|
|
@@ -4962,6 +5106,8 @@ export type BlockStateMapping = {
|
|
|
4962
5106
|
'minecraft:oxidized_cut_copper_stairs': OxidizedCutCopperStairsStates;
|
|
4963
5107
|
oxidized_double_cut_copper_slab: OxidizedDoubleCutCopperSlabStates;
|
|
4964
5108
|
'minecraft:oxidized_double_cut_copper_slab': OxidizedDoubleCutCopperSlabStates;
|
|
5109
|
+
oxidized_lightning_rod: OxidizedLightningRodStates;
|
|
5110
|
+
'minecraft:oxidized_lightning_rod': OxidizedLightningRodStates;
|
|
4965
5111
|
pale_hanging_moss: PaleHangingMossStates;
|
|
4966
5112
|
'minecraft:pale_hanging_moss': PaleHangingMossStates;
|
|
4967
5113
|
pale_moss_carpet: PaleMossCarpetStates;
|
|
@@ -5458,12 +5604,16 @@ export type BlockStateMapping = {
|
|
|
5458
5604
|
'minecraft:water': WaterStates;
|
|
5459
5605
|
waxed_copper_bulb: WaxedCopperBulbStates;
|
|
5460
5606
|
'minecraft:waxed_copper_bulb': WaxedCopperBulbStates;
|
|
5607
|
+
waxed_copper_chain: WaxedCopperChainStates;
|
|
5608
|
+
'minecraft:waxed_copper_chain': WaxedCopperChainStates;
|
|
5461
5609
|
waxed_copper_chest: WaxedCopperChestStates;
|
|
5462
5610
|
'minecraft:waxed_copper_chest': WaxedCopperChestStates;
|
|
5463
5611
|
waxed_copper_door: WaxedCopperDoorStates;
|
|
5464
5612
|
'minecraft:waxed_copper_door': WaxedCopperDoorStates;
|
|
5465
5613
|
waxed_copper_golem_statue: WaxedCopperGolemStatueStates;
|
|
5466
5614
|
'minecraft:waxed_copper_golem_statue': WaxedCopperGolemStatueStates;
|
|
5615
|
+
waxed_copper_lantern: WaxedCopperLanternStates;
|
|
5616
|
+
'minecraft:waxed_copper_lantern': WaxedCopperLanternStates;
|
|
5467
5617
|
waxed_copper_trapdoor: WaxedCopperTrapdoorStates;
|
|
5468
5618
|
'minecraft:waxed_copper_trapdoor': WaxedCopperTrapdoorStates;
|
|
5469
5619
|
waxed_cut_copper_slab: WaxedCutCopperSlabStates;
|
|
@@ -5474,12 +5624,16 @@ export type BlockStateMapping = {
|
|
|
5474
5624
|
'minecraft:waxed_double_cut_copper_slab': WaxedDoubleCutCopperSlabStates;
|
|
5475
5625
|
waxed_exposed_copper_bulb: WaxedExposedCopperBulbStates;
|
|
5476
5626
|
'minecraft:waxed_exposed_copper_bulb': WaxedExposedCopperBulbStates;
|
|
5627
|
+
waxed_exposed_copper_chain: WaxedExposedCopperChainStates;
|
|
5628
|
+
'minecraft:waxed_exposed_copper_chain': WaxedExposedCopperChainStates;
|
|
5477
5629
|
waxed_exposed_copper_chest: WaxedExposedCopperChestStates;
|
|
5478
5630
|
'minecraft:waxed_exposed_copper_chest': WaxedExposedCopperChestStates;
|
|
5479
5631
|
waxed_exposed_copper_door: WaxedExposedCopperDoorStates;
|
|
5480
5632
|
'minecraft:waxed_exposed_copper_door': WaxedExposedCopperDoorStates;
|
|
5481
5633
|
waxed_exposed_copper_golem_statue: WaxedExposedCopperGolemStatueStates;
|
|
5482
5634
|
'minecraft:waxed_exposed_copper_golem_statue': WaxedExposedCopperGolemStatueStates;
|
|
5635
|
+
waxed_exposed_copper_lantern: WaxedExposedCopperLanternStates;
|
|
5636
|
+
'minecraft:waxed_exposed_copper_lantern': WaxedExposedCopperLanternStates;
|
|
5483
5637
|
waxed_exposed_copper_trapdoor: WaxedExposedCopperTrapdoorStates;
|
|
5484
5638
|
'minecraft:waxed_exposed_copper_trapdoor': WaxedExposedCopperTrapdoorStates;
|
|
5485
5639
|
waxed_exposed_cut_copper_slab: WaxedExposedCutCopperSlabStates;
|
|
@@ -5488,14 +5642,22 @@ export type BlockStateMapping = {
|
|
|
5488
5642
|
'minecraft:waxed_exposed_cut_copper_stairs': WaxedExposedCutCopperStairsStates;
|
|
5489
5643
|
waxed_exposed_double_cut_copper_slab: WaxedExposedDoubleCutCopperSlabStates;
|
|
5490
5644
|
'minecraft:waxed_exposed_double_cut_copper_slab': WaxedExposedDoubleCutCopperSlabStates;
|
|
5645
|
+
waxed_exposed_lightning_rod: WaxedExposedLightningRodStates;
|
|
5646
|
+
'minecraft:waxed_exposed_lightning_rod': WaxedExposedLightningRodStates;
|
|
5647
|
+
waxed_lightning_rod: WaxedLightningRodStates;
|
|
5648
|
+
'minecraft:waxed_lightning_rod': WaxedLightningRodStates;
|
|
5491
5649
|
waxed_oxidized_copper_bulb: WaxedOxidizedCopperBulbStates;
|
|
5492
5650
|
'minecraft:waxed_oxidized_copper_bulb': WaxedOxidizedCopperBulbStates;
|
|
5651
|
+
waxed_oxidized_copper_chain: WaxedOxidizedCopperChainStates;
|
|
5652
|
+
'minecraft:waxed_oxidized_copper_chain': WaxedOxidizedCopperChainStates;
|
|
5493
5653
|
waxed_oxidized_copper_chest: WaxedOxidizedCopperChestStates;
|
|
5494
5654
|
'minecraft:waxed_oxidized_copper_chest': WaxedOxidizedCopperChestStates;
|
|
5495
5655
|
waxed_oxidized_copper_door: WaxedOxidizedCopperDoorStates;
|
|
5496
5656
|
'minecraft:waxed_oxidized_copper_door': WaxedOxidizedCopperDoorStates;
|
|
5497
5657
|
waxed_oxidized_copper_golem_statue: WaxedOxidizedCopperGolemStatueStates;
|
|
5498
5658
|
'minecraft:waxed_oxidized_copper_golem_statue': WaxedOxidizedCopperGolemStatueStates;
|
|
5659
|
+
waxed_oxidized_copper_lantern: WaxedOxidizedCopperLanternStates;
|
|
5660
|
+
'minecraft:waxed_oxidized_copper_lantern': WaxedOxidizedCopperLanternStates;
|
|
5499
5661
|
waxed_oxidized_copper_trapdoor: WaxedOxidizedCopperTrapdoorStates;
|
|
5500
5662
|
'minecraft:waxed_oxidized_copper_trapdoor': WaxedOxidizedCopperTrapdoorStates;
|
|
5501
5663
|
waxed_oxidized_cut_copper_slab: WaxedOxidizedCutCopperSlabStates;
|
|
@@ -5504,14 +5666,20 @@ export type BlockStateMapping = {
|
|
|
5504
5666
|
'minecraft:waxed_oxidized_cut_copper_stairs': WaxedOxidizedCutCopperStairsStates;
|
|
5505
5667
|
waxed_oxidized_double_cut_copper_slab: WaxedOxidizedDoubleCutCopperSlabStates;
|
|
5506
5668
|
'minecraft:waxed_oxidized_double_cut_copper_slab': WaxedOxidizedDoubleCutCopperSlabStates;
|
|
5669
|
+
waxed_oxidized_lightning_rod: WaxedOxidizedLightningRodStates;
|
|
5670
|
+
'minecraft:waxed_oxidized_lightning_rod': WaxedOxidizedLightningRodStates;
|
|
5507
5671
|
waxed_weathered_copper_bulb: WaxedWeatheredCopperBulbStates;
|
|
5508
5672
|
'minecraft:waxed_weathered_copper_bulb': WaxedWeatheredCopperBulbStates;
|
|
5673
|
+
waxed_weathered_copper_chain: WaxedWeatheredCopperChainStates;
|
|
5674
|
+
'minecraft:waxed_weathered_copper_chain': WaxedWeatheredCopperChainStates;
|
|
5509
5675
|
waxed_weathered_copper_chest: WaxedWeatheredCopperChestStates;
|
|
5510
5676
|
'minecraft:waxed_weathered_copper_chest': WaxedWeatheredCopperChestStates;
|
|
5511
5677
|
waxed_weathered_copper_door: WaxedWeatheredCopperDoorStates;
|
|
5512
5678
|
'minecraft:waxed_weathered_copper_door': WaxedWeatheredCopperDoorStates;
|
|
5513
5679
|
waxed_weathered_copper_golem_statue: WaxedWeatheredCopperGolemStatueStates;
|
|
5514
5680
|
'minecraft:waxed_weathered_copper_golem_statue': WaxedWeatheredCopperGolemStatueStates;
|
|
5681
|
+
waxed_weathered_copper_lantern: WaxedWeatheredCopperLanternStates;
|
|
5682
|
+
'minecraft:waxed_weathered_copper_lantern': WaxedWeatheredCopperLanternStates;
|
|
5515
5683
|
waxed_weathered_copper_trapdoor: WaxedWeatheredCopperTrapdoorStates;
|
|
5516
5684
|
'minecraft:waxed_weathered_copper_trapdoor': WaxedWeatheredCopperTrapdoorStates;
|
|
5517
5685
|
waxed_weathered_cut_copper_slab: WaxedWeatheredCutCopperSlabStates;
|
|
@@ -5520,14 +5688,20 @@ export type BlockStateMapping = {
|
|
|
5520
5688
|
'minecraft:waxed_weathered_cut_copper_stairs': WaxedWeatheredCutCopperStairsStates;
|
|
5521
5689
|
waxed_weathered_double_cut_copper_slab: WaxedWeatheredDoubleCutCopperSlabStates;
|
|
5522
5690
|
'minecraft:waxed_weathered_double_cut_copper_slab': WaxedWeatheredDoubleCutCopperSlabStates;
|
|
5691
|
+
waxed_weathered_lightning_rod: WaxedWeatheredLightningRodStates;
|
|
5692
|
+
'minecraft:waxed_weathered_lightning_rod': WaxedWeatheredLightningRodStates;
|
|
5523
5693
|
weathered_copper_bulb: WeatheredCopperBulbStates;
|
|
5524
5694
|
'minecraft:weathered_copper_bulb': WeatheredCopperBulbStates;
|
|
5695
|
+
weathered_copper_chain: WeatheredCopperChainStates;
|
|
5696
|
+
'minecraft:weathered_copper_chain': WeatheredCopperChainStates;
|
|
5525
5697
|
weathered_copper_chest: WeatheredCopperChestStates;
|
|
5526
5698
|
'minecraft:weathered_copper_chest': WeatheredCopperChestStates;
|
|
5527
5699
|
weathered_copper_door: WeatheredCopperDoorStates;
|
|
5528
5700
|
'minecraft:weathered_copper_door': WeatheredCopperDoorStates;
|
|
5529
5701
|
weathered_copper_golem_statue: WeatheredCopperGolemStatueStates;
|
|
5530
5702
|
'minecraft:weathered_copper_golem_statue': WeatheredCopperGolemStatueStates;
|
|
5703
|
+
weathered_copper_lantern: WeatheredCopperLanternStates;
|
|
5704
|
+
'minecraft:weathered_copper_lantern': WeatheredCopperLanternStates;
|
|
5531
5705
|
weathered_copper_trapdoor: WeatheredCopperTrapdoorStates;
|
|
5532
5706
|
'minecraft:weathered_copper_trapdoor': WeatheredCopperTrapdoorStates;
|
|
5533
5707
|
weathered_cut_copper_slab: WeatheredCutCopperSlabStates;
|
|
@@ -5536,6 +5710,8 @@ export type BlockStateMapping = {
|
|
|
5536
5710
|
'minecraft:weathered_cut_copper_stairs': WeatheredCutCopperStairsStates;
|
|
5537
5711
|
weathered_double_cut_copper_slab: WeatheredDoubleCutCopperSlabStates;
|
|
5538
5712
|
'minecraft:weathered_double_cut_copper_slab': WeatheredDoubleCutCopperSlabStates;
|
|
5713
|
+
weathered_lightning_rod: WeatheredLightningRodStates;
|
|
5714
|
+
'minecraft:weathered_lightning_rod': WeatheredLightningRodStates;
|
|
5539
5715
|
weeping_vines: WeepingVinesStates;
|
|
5540
5716
|
'minecraft:weeping_vines': WeepingVinesStates;
|
|
5541
5717
|
wheat: WheatStates;
|