@@ -212,13 +212,16 @@ public final class BlockTypes {
212
212
@ Nullable public static final BlockType CHEST = get ("minecraft:chest" );
213
213
@ Nullable public static final BlockType CHIPPED_ANVIL = get ("minecraft:chipped_anvil" );
214
214
@ Nullable public static final BlockType CHISELED_BOOKSHELF = get ("minecraft:chiseled_bookshelf" );
215
+ @ Nullable public static final BlockType CHISELED_COPPER = get ("minecraft:chiseled_copper" );
215
216
@ Nullable public static final BlockType CHISELED_DEEPSLATE = get ("minecraft:chiseled_deepslate" );
216
217
@ Nullable public static final BlockType CHISELED_NETHER_BRICKS = get ("minecraft:chiseled_nether_bricks" );
217
218
@ Nullable public static final BlockType CHISELED_POLISHED_BLACKSTONE = get ("minecraft:chiseled_polished_blackstone" );
218
219
@ Nullable public static final BlockType CHISELED_QUARTZ_BLOCK = get ("minecraft:chiseled_quartz_block" );
219
220
@ Nullable public static final BlockType CHISELED_RED_SANDSTONE = get ("minecraft:chiseled_red_sandstone" );
220
221
@ Nullable public static final BlockType CHISELED_SANDSTONE = get ("minecraft:chiseled_sandstone" );
221
222
@ Nullable public static final BlockType CHISELED_STONE_BRICKS = get ("minecraft:chiseled_stone_bricks" );
223
+ @ Nullable public static final BlockType CHISELED_TUFF = get ("minecraft:chiseled_tuff" );
224
+ @ Nullable public static final BlockType CHISELED_TUFF_BRICKS = get ("minecraft:chiseled_tuff_bricks" );
222
225
@ Nullable public static final BlockType CHORUS_FLOWER = get ("minecraft:chorus_flower" );
223
226
@ Nullable public static final BlockType CHORUS_PLANT = get ("minecraft:chorus_plant" );
224
227
@ Nullable public static final BlockType CLAY = get ("minecraft:clay" );
@@ -240,13 +243,18 @@ public final class BlockTypes {
240
243
@ Nullable public static final BlockType COMPOSTER = get ("minecraft:composter" );
241
244
@ Nullable public static final BlockType CONDUIT = get ("minecraft:conduit" );
242
245
@ Nullable public static final BlockType COPPER_BLOCK = get ("minecraft:copper_block" );
246
+ @ Nullable public static final BlockType COPPER_BULB = get ("minecraft:copper_bulb" );
247
+ @ Nullable public static final BlockType COPPER_DOOR = get ("minecraft:copper_door" );
248
+ @ Nullable public static final BlockType COPPER_GRATE = get ("minecraft:copper_grate" );
243
249
@ Nullable public static final BlockType COPPER_ORE = get ("minecraft:copper_ore" );
250
+ @ Nullable public static final BlockType COPPER_TRAPDOOR = get ("minecraft:copper_trapdoor" );
244
251
@ Nullable public static final BlockType CORNFLOWER = get ("minecraft:cornflower" );
245
252
@ Nullable public static final BlockType CRACKED_DEEPSLATE_BRICKS = get ("minecraft:cracked_deepslate_bricks" );
246
253
@ Nullable public static final BlockType CRACKED_DEEPSLATE_TILES = get ("minecraft:cracked_deepslate_tiles" );
247
254
@ Nullable public static final BlockType CRACKED_NETHER_BRICKS = get ("minecraft:cracked_nether_bricks" );
248
255
@ Nullable public static final BlockType CRACKED_POLISHED_BLACKSTONE_BRICKS = get ("minecraft:cracked_polished_blackstone_bricks" );
249
256
@ Nullable public static final BlockType CRACKED_STONE_BRICKS = get ("minecraft:cracked_stone_bricks" );
257
+ @ Nullable public static final BlockType CRAFTER = get ("minecraft:crafter" );
250
258
@ Nullable public static final BlockType CRAFTING_TABLE = get ("minecraft:crafting_table" );
251
259
@ Nullable public static final BlockType CREEPER_HEAD = get ("minecraft:creeper_head" );
252
260
@ Nullable public static final BlockType CREEPER_WALL_HEAD = get ("minecraft:creeper_wall_head" );
@@ -381,7 +389,12 @@ public final class BlockTypes {
381
389
@ Nullable public static final BlockType END_STONE_BRICK_WALL = get ("minecraft:end_stone_brick_wall" );
382
390
@ Nullable public static final BlockType END_STONE_BRICKS = get ("minecraft:end_stone_bricks" );
383
391
@ Nullable public static final BlockType ENDER_CHEST = get ("minecraft:ender_chest" );
392
+ @ Nullable public static final BlockType EXPOSED_CHISELED_COPPER = get ("minecraft:exposed_chiseled_copper" );
384
393
@ Nullable public static final BlockType EXPOSED_COPPER = get ("minecraft:exposed_copper" );
394
+ @ Nullable public static final BlockType EXPOSED_COPPER_BULB = get ("minecraft:exposed_copper_bulb" );
395
+ @ Nullable public static final BlockType EXPOSED_COPPER_DOOR = get ("minecraft:exposed_copper_door" );
396
+ @ Nullable public static final BlockType EXPOSED_COPPER_GRATE = get ("minecraft:exposed_copper_grate" );
397
+ @ Nullable public static final BlockType EXPOSED_COPPER_TRAPDOOR = get ("minecraft:exposed_copper_trapdoor" );
385
398
@ Nullable public static final BlockType EXPOSED_CUT_COPPER = get ("minecraft:exposed_cut_copper" );
386
399
@ Nullable public static final BlockType EXPOSED_CUT_COPPER_SLAB = get ("minecraft:exposed_cut_copper_slab" );
387
400
@ Nullable public static final BlockType EXPOSED_CUT_COPPER_STAIRS = get ("minecraft:exposed_cut_copper_stairs" );
@@ -653,7 +666,12 @@ public final class BlockTypes {
653
666
@ Nullable public static final BlockType ORANGE_WALL_BANNER = get ("minecraft:orange_wall_banner" );
654
667
@ Nullable public static final BlockType ORANGE_WOOL = get ("minecraft:orange_wool" );
655
668
@ Nullable public static final BlockType OXEYE_DAISY = get ("minecraft:oxeye_daisy" );
669
+ @ Nullable public static final BlockType OXIDIZED_CHISELED_COPPER = get ("minecraft:oxidized_chiseled_copper" );
656
670
@ Nullable public static final BlockType OXIDIZED_COPPER = get ("minecraft:oxidized_copper" );
671
+ @ Nullable public static final BlockType OXIDIZED_COPPER_BULB = get ("minecraft:oxidized_copper_bulb" );
672
+ @ Nullable public static final BlockType OXIDIZED_COPPER_DOOR = get ("minecraft:oxidized_copper_door" );
673
+ @ Nullable public static final BlockType OXIDIZED_COPPER_GRATE = get ("minecraft:oxidized_copper_grate" );
674
+ @ Nullable public static final BlockType OXIDIZED_COPPER_TRAPDOOR = get ("minecraft:oxidized_copper_trapdoor" );
657
675
@ Nullable public static final BlockType OXIDIZED_CUT_COPPER = get ("minecraft:oxidized_cut_copper" );
658
676
@ Nullable public static final BlockType OXIDIZED_CUT_COPPER_SLAB = get ("minecraft:oxidized_cut_copper_slab" );
659
677
@ Nullable public static final BlockType OXIDIZED_CUT_COPPER_STAIRS = get ("minecraft:oxidized_cut_copper_stairs" );
@@ -712,6 +730,10 @@ public final class BlockTypes {
712
730
@ Nullable public static final BlockType POLISHED_GRANITE = get ("minecraft:polished_granite" );
713
731
@ Nullable public static final BlockType POLISHED_GRANITE_SLAB = get ("minecraft:polished_granite_slab" );
714
732
@ Nullable public static final BlockType POLISHED_GRANITE_STAIRS = get ("minecraft:polished_granite_stairs" );
733
+ @ Nullable public static final BlockType POLISHED_TUFF = get ("minecraft:polished_tuff" );
734
+ @ Nullable public static final BlockType POLISHED_TUFF_SLAB = get ("minecraft:polished_tuff_slab" );
735
+ @ Nullable public static final BlockType POLISHED_TUFF_STAIRS = get ("minecraft:polished_tuff_stairs" );
736
+ @ Nullable public static final BlockType POLISHED_TUFF_WALL = get ("minecraft:polished_tuff_wall" );
715
737
@ Nullable public static final BlockType POPPY = get ("minecraft:poppy" );
716
738
@ Nullable public static final BlockType POTATOES = get ("minecraft:potatoes" );
717
739
@ Nullable public static final BlockType POTTED_ACACIA_SAPLING = get ("minecraft:potted_acacia_sapling" );
@@ -941,13 +963,21 @@ public final class BlockTypes {
941
963
@ Nullable public static final BlockType TORCHFLOWER = get ("minecraft:torchflower" );
942
964
@ Nullable public static final BlockType TORCHFLOWER_CROP = get ("minecraft:torchflower_crop" );
943
965
@ Nullable public static final BlockType TRAPPED_CHEST = get ("minecraft:trapped_chest" );
966
+ @ Nullable public static final BlockType TRIAL_SPAWNER = get ("minecraft:trial_spawner" );
944
967
@ Nullable public static final BlockType TRIPWIRE = get ("minecraft:tripwire" );
945
968
@ Nullable public static final BlockType TRIPWIRE_HOOK = get ("minecraft:tripwire_hook" );
946
969
@ Nullable public static final BlockType TUBE_CORAL = get ("minecraft:tube_coral" );
947
970
@ Nullable public static final BlockType TUBE_CORAL_BLOCK = get ("minecraft:tube_coral_block" );
948
971
@ Nullable public static final BlockType TUBE_CORAL_FAN = get ("minecraft:tube_coral_fan" );
949
972
@ Nullable public static final BlockType TUBE_CORAL_WALL_FAN = get ("minecraft:tube_coral_wall_fan" );
950
973
@ Nullable public static final BlockType TUFF = get ("minecraft:tuff" );
974
+ @ Nullable public static final BlockType TUFF_BRICK_SLAB = get ("minecraft:tuff_brick_slab" );
975
+ @ Nullable public static final BlockType TUFF_BRICK_STAIRS = get ("minecraft:tuff_brick_stairs" );
976
+ @ Nullable public static final BlockType TUFF_BRICK_WALL = get ("minecraft:tuff_brick_wall" );
977
+ @ Nullable public static final BlockType TUFF_BRICKS = get ("minecraft:tuff_bricks" );
978
+ @ Nullable public static final BlockType TUFF_SLAB = get ("minecraft:tuff_slab" );
979
+ @ Nullable public static final BlockType TUFF_STAIRS = get ("minecraft:tuff_stairs" );
980
+ @ Nullable public static final BlockType TUFF_WALL = get ("minecraft:tuff_wall" );
951
981
@ Nullable public static final BlockType TURTLE_EGG = get ("minecraft:turtle_egg" );
952
982
@ Nullable public static final BlockType TWISTING_VINES = get ("minecraft:twisting_vines" );
953
983
@ Nullable public static final BlockType TWISTING_VINES_PLANT = get ("minecraft:twisting_vines_plant" );
@@ -977,23 +1007,48 @@ public final class BlockTypes {
977
1007
@ Nullable public static final BlockType WARPED_WART_BLOCK = get ("minecraft:warped_wart_block" );
978
1008
@ Nullable public static final BlockType WATER = get ("minecraft:water" );
979
1009
@ Nullable public static final BlockType WATER_CAULDRON = get ("minecraft:water_cauldron" );
1010
+ @ Nullable public static final BlockType WAXED_CHISELED_COPPER = get ("minecraft:waxed_chiseled_copper" );
980
1011
@ Nullable public static final BlockType WAXED_COPPER_BLOCK = get ("minecraft:waxed_copper_block" );
1012
+ @ Nullable public static final BlockType WAXED_COPPER_BULB = get ("minecraft:waxed_copper_bulb" );
1013
+ @ Nullable public static final BlockType WAXED_COPPER_DOOR = get ("minecraft:waxed_copper_door" );
1014
+ @ Nullable public static final BlockType WAXED_COPPER_GRATE = get ("minecraft:waxed_copper_grate" );
1015
+ @ Nullable public static final BlockType WAXED_COPPER_TRAPDOOR = get ("minecraft:waxed_copper_trapdoor" );
981
1016
@ Nullable public static final BlockType WAXED_CUT_COPPER = get ("minecraft:waxed_cut_copper" );
982
1017
@ Nullable public static final BlockType WAXED_CUT_COPPER_SLAB = get ("minecraft:waxed_cut_copper_slab" );
983
1018
@ Nullable public static final BlockType WAXED_CUT_COPPER_STAIRS = get ("minecraft:waxed_cut_copper_stairs" );
1019
+ @ Nullable public static final BlockType WAXED_EXPOSED_CHISELED_COPPER = get ("minecraft:waxed_exposed_chiseled_copper" );
984
1020
@ Nullable public static final BlockType WAXED_EXPOSED_COPPER = get ("minecraft:waxed_exposed_copper" );
1021
+ @ Nullable public static final BlockType WAXED_EXPOSED_COPPER_BULB = get ("minecraft:waxed_exposed_copper_bulb" );
1022
+ @ Nullable public static final BlockType WAXED_EXPOSED_COPPER_DOOR = get ("minecraft:waxed_exposed_copper_door" );
1023
+ @ Nullable public static final BlockType WAXED_EXPOSED_COPPER_GRATE = get ("minecraft:waxed_exposed_copper_grate" );
1024
+ @ Nullable public static final BlockType WAXED_EXPOSED_COPPER_TRAPDOOR = get ("minecraft:waxed_exposed_copper_trapdoor" );
985
1025
@ Nullable public static final BlockType WAXED_EXPOSED_CUT_COPPER = get ("minecraft:waxed_exposed_cut_copper" );
986
1026
@ Nullable public static final BlockType WAXED_EXPOSED_CUT_COPPER_SLAB = get ("minecraft:waxed_exposed_cut_copper_slab" );
987
1027
@ Nullable public static final BlockType WAXED_EXPOSED_CUT_COPPER_STAIRS = get ("minecraft:waxed_exposed_cut_copper_stairs" );
1028
+ @ Nullable public static final BlockType WAXED_OXIDIZED_CHISELED_COPPER = get ("minecraft:waxed_oxidized_chiseled_copper" );
988
1029
@ Nullable public static final BlockType WAXED_OXIDIZED_COPPER = get ("minecraft:waxed_oxidized_copper" );
1030
+ @ Nullable public static final BlockType WAXED_OXIDIZED_COPPER_BULB = get ("minecraft:waxed_oxidized_copper_bulb" );
1031
+ @ Nullable public static final BlockType WAXED_OXIDIZED_COPPER_DOOR = get ("minecraft:waxed_oxidized_copper_door" );
1032
+ @ Nullable public static final BlockType WAXED_OXIDIZED_COPPER_GRATE = get ("minecraft:waxed_oxidized_copper_grate" );
1033
+ @ Nullable public static final BlockType WAXED_OXIDIZED_COPPER_TRAPDOOR = get ("minecraft:waxed_oxidized_copper_trapdoor" );
989
1034
@ Nullable public static final BlockType WAXED_OXIDIZED_CUT_COPPER = get ("minecraft:waxed_oxidized_cut_copper" );
990
1035
@ Nullable public static final BlockType WAXED_OXIDIZED_CUT_COPPER_SLAB = get ("minecraft:waxed_oxidized_cut_copper_slab" );
991
1036
@ Nullable public static final BlockType WAXED_OXIDIZED_CUT_COPPER_STAIRS = get ("minecraft:waxed_oxidized_cut_copper_stairs" );
1037
+ @ Nullable public static final BlockType WAXED_WEATHERED_CHISELED_COPPER = get ("minecraft:waxed_weathered_chiseled_copper" );
992
1038
@ Nullable public static final BlockType WAXED_WEATHERED_COPPER = get ("minecraft:waxed_weathered_copper" );
1039
+ @ Nullable public static final BlockType WAXED_WEATHERED_COPPER_BULB = get ("minecraft:waxed_weathered_copper_bulb" );
1040
+ @ Nullable public static final BlockType WAXED_WEATHERED_COPPER_DOOR = get ("minecraft:waxed_weathered_copper_door" );
1041
+ @ Nullable public static final BlockType WAXED_WEATHERED_COPPER_GRATE = get ("minecraft:waxed_weathered_copper_grate" );
1042
+ @ Nullable public static final BlockType WAXED_WEATHERED_COPPER_TRAPDOOR = get ("minecraft:waxed_weathered_copper_trapdoor" );
993
1043
@ Nullable public static final BlockType WAXED_WEATHERED_CUT_COPPER = get ("minecraft:waxed_weathered_cut_copper" );
994
1044
@ Nullable public static final BlockType WAXED_WEATHERED_CUT_COPPER_SLAB = get ("minecraft:waxed_weathered_cut_copper_slab" );
995
1045
@ Nullable public static final BlockType WAXED_WEATHERED_CUT_COPPER_STAIRS = get ("minecraft:waxed_weathered_cut_copper_stairs" );
1046
+ @ Nullable public static final BlockType WEATHERED_CHISELED_COPPER = get ("minecraft:weathered_chiseled_copper" );
996
1047
@ Nullable public static final BlockType WEATHERED_COPPER = get ("minecraft:weathered_copper" );
1048
+ @ Nullable public static final BlockType WEATHERED_COPPER_BULB = get ("minecraft:weathered_copper_bulb" );
1049
+ @ Nullable public static final BlockType WEATHERED_COPPER_DOOR = get ("minecraft:weathered_copper_door" );
1050
+ @ Nullable public static final BlockType WEATHERED_COPPER_GRATE = get ("minecraft:weathered_copper_grate" );
1051
+ @ Nullable public static final BlockType WEATHERED_COPPER_TRAPDOOR = get ("minecraft:weathered_copper_trapdoor" );
997
1052
@ Nullable public static final BlockType WEATHERED_CUT_COPPER = get ("minecraft:weathered_cut_copper" );
998
1053
@ Nullable public static final BlockType WEATHERED_CUT_COPPER_SLAB = get ("minecraft:weathered_cut_copper_slab" );
999
1054
@ Nullable public static final BlockType WEATHERED_CUT_COPPER_STAIRS = get ("minecraft:weathered_cut_copper_stairs" );
0 commit comments