diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockCategories.java b/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockCategories.java index d5f9ce5380..307e7ac01d 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockCategories.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockCategories.java @@ -47,6 +47,7 @@ public final class BlockCategories { public static final BlockCategory BIG_DRIPLEAF_PLACEABLE = get("minecraft:big_dripleaf_placeable"); public static final BlockCategory BIRCH_LOGS = get("minecraft:birch_logs"); public static final BlockCategory BUTTONS = get("minecraft:buttons"); + public static final BlockCategory CAMEL_SAND_STEP_SOUND_BLOCKS = get("minecraft:camel_sand_step_sound_blocks"); public static final BlockCategory CAMPFIRES = get("minecraft:campfires"); public static final BlockCategory CANDLE_CAKES = get("minecraft:candle_cakes"); public static final BlockCategory CANDLES = get("minecraft:candles"); @@ -59,6 +60,7 @@ public final class BlockCategories { public static final BlockCategory COAL_ORES = get("minecraft:coal_ores"); public static final BlockCategory COMBINATION_STEP_SOUND_BLOCKS = get("minecraft:combination_step_sound_blocks"); public static final BlockCategory COMPLETES_FIND_TREE_TUTORIAL = get("minecraft:completes_find_tree_tutorial"); + public static final BlockCategory CONCRETE_POWDER = get("minecraft:concrete_powder"); public static final BlockCategory CONVERTABLE_TO_MUD = get("minecraft:convertable_to_mud"); public static final BlockCategory COPPER_ORES = get("minecraft:copper_ores"); public static final BlockCategory CORAL_BLOCKS = get("minecraft:coral_blocks"); diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockTypes.java b/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockTypes.java index 10bc6eb121..8f788953fa 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockTypes.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockTypes.java @@ -212,6 +212,7 @@ public final class BlockTypes { @Nullable public static final BlockType CHEST = get("minecraft:chest"); @Nullable public static final BlockType CHIPPED_ANVIL = get("minecraft:chipped_anvil"); @Nullable public static final BlockType CHISELED_BOOKSHELF = get("minecraft:chiseled_bookshelf"); + @Nullable public static final BlockType CHISELED_COPPER = get("minecraft:chiseled_copper"); @Nullable public static final BlockType CHISELED_DEEPSLATE = get("minecraft:chiseled_deepslate"); @Nullable public static final BlockType CHISELED_NETHER_BRICKS = get("minecraft:chiseled_nether_bricks"); @Nullable public static final BlockType CHISELED_POLISHED_BLACKSTONE = get("minecraft:chiseled_polished_blackstone"); @@ -219,6 +220,8 @@ public final class BlockTypes { @Nullable public static final BlockType CHISELED_RED_SANDSTONE = get("minecraft:chiseled_red_sandstone"); @Nullable public static final BlockType CHISELED_SANDSTONE = get("minecraft:chiseled_sandstone"); @Nullable public static final BlockType CHISELED_STONE_BRICKS = get("minecraft:chiseled_stone_bricks"); + @Nullable public static final BlockType CHISELED_TUFF = get("minecraft:chiseled_tuff"); + @Nullable public static final BlockType CHISELED_TUFF_BRICKS = get("minecraft:chiseled_tuff_bricks"); @Nullable public static final BlockType CHORUS_FLOWER = get("minecraft:chorus_flower"); @Nullable public static final BlockType CHORUS_PLANT = get("minecraft:chorus_plant"); @Nullable public static final BlockType CLAY = get("minecraft:clay"); @@ -240,13 +243,18 @@ public final class BlockTypes { @Nullable public static final BlockType COMPOSTER = get("minecraft:composter"); @Nullable public static final BlockType CONDUIT = get("minecraft:conduit"); @Nullable public static final BlockType COPPER_BLOCK = get("minecraft:copper_block"); + @Nullable public static final BlockType COPPER_BULB = get("minecraft:copper_bulb"); + @Nullable public static final BlockType COPPER_DOOR = get("minecraft:copper_door"); + @Nullable public static final BlockType COPPER_GRATE = get("minecraft:copper_grate"); @Nullable public static final BlockType COPPER_ORE = get("minecraft:copper_ore"); + @Nullable public static final BlockType COPPER_TRAPDOOR = get("minecraft:copper_trapdoor"); @Nullable public static final BlockType CORNFLOWER = get("minecraft:cornflower"); @Nullable public static final BlockType CRACKED_DEEPSLATE_BRICKS = get("minecraft:cracked_deepslate_bricks"); @Nullable public static final BlockType CRACKED_DEEPSLATE_TILES = get("minecraft:cracked_deepslate_tiles"); @Nullable public static final BlockType CRACKED_NETHER_BRICKS = get("minecraft:cracked_nether_bricks"); @Nullable public static final BlockType CRACKED_POLISHED_BLACKSTONE_BRICKS = get("minecraft:cracked_polished_blackstone_bricks"); @Nullable public static final BlockType CRACKED_STONE_BRICKS = get("minecraft:cracked_stone_bricks"); + @Nullable public static final BlockType CRAFTER = get("minecraft:crafter"); @Nullable public static final BlockType CRAFTING_TABLE = get("minecraft:crafting_table"); @Nullable public static final BlockType CREEPER_HEAD = get("minecraft:creeper_head"); @Nullable public static final BlockType CREEPER_WALL_HEAD = get("minecraft:creeper_wall_head"); @@ -381,7 +389,12 @@ public final class BlockTypes { @Nullable public static final BlockType END_STONE_BRICK_WALL = get("minecraft:end_stone_brick_wall"); @Nullable public static final BlockType END_STONE_BRICKS = get("minecraft:end_stone_bricks"); @Nullable public static final BlockType ENDER_CHEST = get("minecraft:ender_chest"); + @Nullable public static final BlockType EXPOSED_CHISELED_COPPER = get("minecraft:exposed_chiseled_copper"); @Nullable public static final BlockType EXPOSED_COPPER = get("minecraft:exposed_copper"); + @Nullable public static final BlockType EXPOSED_COPPER_BULB = get("minecraft:exposed_copper_bulb"); + @Nullable public static final BlockType EXPOSED_COPPER_DOOR = get("minecraft:exposed_copper_door"); + @Nullable public static final BlockType EXPOSED_COPPER_GRATE = get("minecraft:exposed_copper_grate"); + @Nullable public static final BlockType EXPOSED_COPPER_TRAPDOOR = get("minecraft:exposed_copper_trapdoor"); @Nullable public static final BlockType EXPOSED_CUT_COPPER = get("minecraft:exposed_cut_copper"); @Nullable public static final BlockType EXPOSED_CUT_COPPER_SLAB = get("minecraft:exposed_cut_copper_slab"); @Nullable public static final BlockType EXPOSED_CUT_COPPER_STAIRS = get("minecraft:exposed_cut_copper_stairs"); @@ -653,7 +666,12 @@ public final class BlockTypes { @Nullable public static final BlockType ORANGE_WALL_BANNER = get("minecraft:orange_wall_banner"); @Nullable public static final BlockType ORANGE_WOOL = get("minecraft:orange_wool"); @Nullable public static final BlockType OXEYE_DAISY = get("minecraft:oxeye_daisy"); + @Nullable public static final BlockType OXIDIZED_CHISELED_COPPER = get("minecraft:oxidized_chiseled_copper"); @Nullable public static final BlockType OXIDIZED_COPPER = get("minecraft:oxidized_copper"); + @Nullable public static final BlockType OXIDIZED_COPPER_BULB = get("minecraft:oxidized_copper_bulb"); + @Nullable public static final BlockType OXIDIZED_COPPER_DOOR = get("minecraft:oxidized_copper_door"); + @Nullable public static final BlockType OXIDIZED_COPPER_GRATE = get("minecraft:oxidized_copper_grate"); + @Nullable public static final BlockType OXIDIZED_COPPER_TRAPDOOR = get("minecraft:oxidized_copper_trapdoor"); @Nullable public static final BlockType OXIDIZED_CUT_COPPER = get("minecraft:oxidized_cut_copper"); @Nullable public static final BlockType OXIDIZED_CUT_COPPER_SLAB = get("minecraft:oxidized_cut_copper_slab"); @Nullable public static final BlockType OXIDIZED_CUT_COPPER_STAIRS = get("minecraft:oxidized_cut_copper_stairs"); @@ -712,6 +730,10 @@ public final class BlockTypes { @Nullable public static final BlockType POLISHED_GRANITE = get("minecraft:polished_granite"); @Nullable public static final BlockType POLISHED_GRANITE_SLAB = get("minecraft:polished_granite_slab"); @Nullable public static final BlockType POLISHED_GRANITE_STAIRS = get("minecraft:polished_granite_stairs"); + @Nullable public static final BlockType POLISHED_TUFF = get("minecraft:polished_tuff"); + @Nullable public static final BlockType POLISHED_TUFF_SLAB = get("minecraft:polished_tuff_slab"); + @Nullable public static final BlockType POLISHED_TUFF_STAIRS = get("minecraft:polished_tuff_stairs"); + @Nullable public static final BlockType POLISHED_TUFF_WALL = get("minecraft:polished_tuff_wall"); @Nullable public static final BlockType POPPY = get("minecraft:poppy"); @Nullable public static final BlockType POTATOES = get("minecraft:potatoes"); @Nullable public static final BlockType POTTED_ACACIA_SAPLING = get("minecraft:potted_acacia_sapling"); @@ -941,6 +963,7 @@ public final class BlockTypes { @Nullable public static final BlockType TORCHFLOWER = get("minecraft:torchflower"); @Nullable public static final BlockType TORCHFLOWER_CROP = get("minecraft:torchflower_crop"); @Nullable public static final BlockType TRAPPED_CHEST = get("minecraft:trapped_chest"); + @Nullable public static final BlockType TRIAL_SPAWNER = get("minecraft:trial_spawner"); @Nullable public static final BlockType TRIPWIRE = get("minecraft:tripwire"); @Nullable public static final BlockType TRIPWIRE_HOOK = get("minecraft:tripwire_hook"); @Nullable public static final BlockType TUBE_CORAL = get("minecraft:tube_coral"); @@ -948,6 +971,13 @@ public final class BlockTypes { @Nullable public static final BlockType TUBE_CORAL_FAN = get("minecraft:tube_coral_fan"); @Nullable public static final BlockType TUBE_CORAL_WALL_FAN = get("minecraft:tube_coral_wall_fan"); @Nullable public static final BlockType TUFF = get("minecraft:tuff"); + @Nullable public static final BlockType TUFF_BRICK_SLAB = get("minecraft:tuff_brick_slab"); + @Nullable public static final BlockType TUFF_BRICK_STAIRS = get("minecraft:tuff_brick_stairs"); + @Nullable public static final BlockType TUFF_BRICK_WALL = get("minecraft:tuff_brick_wall"); + @Nullable public static final BlockType TUFF_BRICKS = get("minecraft:tuff_bricks"); + @Nullable public static final BlockType TUFF_SLAB = get("minecraft:tuff_slab"); + @Nullable public static final BlockType TUFF_STAIRS = get("minecraft:tuff_stairs"); + @Nullable public static final BlockType TUFF_WALL = get("minecraft:tuff_wall"); @Nullable public static final BlockType TURTLE_EGG = get("minecraft:turtle_egg"); @Nullable public static final BlockType TWISTING_VINES = get("minecraft:twisting_vines"); @Nullable public static final BlockType TWISTING_VINES_PLANT = get("minecraft:twisting_vines_plant"); @@ -977,23 +1007,48 @@ public final class BlockTypes { @Nullable public static final BlockType WARPED_WART_BLOCK = get("minecraft:warped_wart_block"); @Nullable public static final BlockType WATER = get("minecraft:water"); @Nullable public static final BlockType WATER_CAULDRON = get("minecraft:water_cauldron"); + @Nullable public static final BlockType WAXED_CHISELED_COPPER = get("minecraft:waxed_chiseled_copper"); @Nullable public static final BlockType WAXED_COPPER_BLOCK = get("minecraft:waxed_copper_block"); + @Nullable public static final BlockType WAXED_COPPER_BULB = get("minecraft:waxed_copper_bulb"); + @Nullable public static final BlockType WAXED_COPPER_DOOR = get("minecraft:waxed_copper_door"); + @Nullable public static final BlockType WAXED_COPPER_GRATE = get("minecraft:waxed_copper_grate"); + @Nullable public static final BlockType WAXED_COPPER_TRAPDOOR = get("minecraft:waxed_copper_trapdoor"); @Nullable public static final BlockType WAXED_CUT_COPPER = get("minecraft:waxed_cut_copper"); @Nullable public static final BlockType WAXED_CUT_COPPER_SLAB = get("minecraft:waxed_cut_copper_slab"); @Nullable public static final BlockType WAXED_CUT_COPPER_STAIRS = get("minecraft:waxed_cut_copper_stairs"); + @Nullable public static final BlockType WAXED_EXPOSED_CHISELED_COPPER = get("minecraft:waxed_exposed_chiseled_copper"); @Nullable public static final BlockType WAXED_EXPOSED_COPPER = get("minecraft:waxed_exposed_copper"); + @Nullable public static final BlockType WAXED_EXPOSED_COPPER_BULB = get("minecraft:waxed_exposed_copper_bulb"); + @Nullable public static final BlockType WAXED_EXPOSED_COPPER_DOOR = get("minecraft:waxed_exposed_copper_door"); + @Nullable public static final BlockType WAXED_EXPOSED_COPPER_GRATE = get("minecraft:waxed_exposed_copper_grate"); + @Nullable public static final BlockType WAXED_EXPOSED_COPPER_TRAPDOOR = get("minecraft:waxed_exposed_copper_trapdoor"); @Nullable public static final BlockType WAXED_EXPOSED_CUT_COPPER = get("minecraft:waxed_exposed_cut_copper"); @Nullable public static final BlockType WAXED_EXPOSED_CUT_COPPER_SLAB = get("minecraft:waxed_exposed_cut_copper_slab"); @Nullable public static final BlockType WAXED_EXPOSED_CUT_COPPER_STAIRS = get("minecraft:waxed_exposed_cut_copper_stairs"); + @Nullable public static final BlockType WAXED_OXIDIZED_CHISELED_COPPER = get("minecraft:waxed_oxidized_chiseled_copper"); @Nullable public static final BlockType WAXED_OXIDIZED_COPPER = get("minecraft:waxed_oxidized_copper"); + @Nullable public static final BlockType WAXED_OXIDIZED_COPPER_BULB = get("minecraft:waxed_oxidized_copper_bulb"); + @Nullable public static final BlockType WAXED_OXIDIZED_COPPER_DOOR = get("minecraft:waxed_oxidized_copper_door"); + @Nullable public static final BlockType WAXED_OXIDIZED_COPPER_GRATE = get("minecraft:waxed_oxidized_copper_grate"); + @Nullable public static final BlockType WAXED_OXIDIZED_COPPER_TRAPDOOR = get("minecraft:waxed_oxidized_copper_trapdoor"); @Nullable public static final BlockType WAXED_OXIDIZED_CUT_COPPER = get("minecraft:waxed_oxidized_cut_copper"); @Nullable public static final BlockType WAXED_OXIDIZED_CUT_COPPER_SLAB = get("minecraft:waxed_oxidized_cut_copper_slab"); @Nullable public static final BlockType WAXED_OXIDIZED_CUT_COPPER_STAIRS = get("minecraft:waxed_oxidized_cut_copper_stairs"); + @Nullable public static final BlockType WAXED_WEATHERED_CHISELED_COPPER = get("minecraft:waxed_weathered_chiseled_copper"); @Nullable public static final BlockType WAXED_WEATHERED_COPPER = get("minecraft:waxed_weathered_copper"); + @Nullable public static final BlockType WAXED_WEATHERED_COPPER_BULB = get("minecraft:waxed_weathered_copper_bulb"); + @Nullable public static final BlockType WAXED_WEATHERED_COPPER_DOOR = get("minecraft:waxed_weathered_copper_door"); + @Nullable public static final BlockType WAXED_WEATHERED_COPPER_GRATE = get("minecraft:waxed_weathered_copper_grate"); + @Nullable public static final BlockType WAXED_WEATHERED_COPPER_TRAPDOOR = get("minecraft:waxed_weathered_copper_trapdoor"); @Nullable public static final BlockType WAXED_WEATHERED_CUT_COPPER = get("minecraft:waxed_weathered_cut_copper"); @Nullable public static final BlockType WAXED_WEATHERED_CUT_COPPER_SLAB = get("minecraft:waxed_weathered_cut_copper_slab"); @Nullable public static final BlockType WAXED_WEATHERED_CUT_COPPER_STAIRS = get("minecraft:waxed_weathered_cut_copper_stairs"); + @Nullable public static final BlockType WEATHERED_CHISELED_COPPER = get("minecraft:weathered_chiseled_copper"); @Nullable public static final BlockType WEATHERED_COPPER = get("minecraft:weathered_copper"); + @Nullable public static final BlockType WEATHERED_COPPER_BULB = get("minecraft:weathered_copper_bulb"); + @Nullable public static final BlockType WEATHERED_COPPER_DOOR = get("minecraft:weathered_copper_door"); + @Nullable public static final BlockType WEATHERED_COPPER_GRATE = get("minecraft:weathered_copper_grate"); + @Nullable public static final BlockType WEATHERED_COPPER_TRAPDOOR = get("minecraft:weathered_copper_trapdoor"); @Nullable public static final BlockType WEATHERED_CUT_COPPER = get("minecraft:weathered_cut_copper"); @Nullable public static final BlockType WEATHERED_CUT_COPPER_SLAB = get("minecraft:weathered_cut_copper_slab"); @Nullable public static final BlockType WEATHERED_CUT_COPPER_STAIRS = get("minecraft:weathered_cut_copper_stairs"); diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/world/entity/EntityTypes.java b/worldedit-core/src/main/java/com/sk89q/worldedit/world/entity/EntityTypes.java index 301be1b009..a66d665f8e 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/world/entity/EntityTypes.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/world/entity/EntityTypes.java @@ -38,6 +38,7 @@ public final class EntityTypes { @Nullable public static final EntityType BLAZE = get("minecraft:blaze"); @Nullable public static final EntityType BLOCK_DISPLAY = get("minecraft:block_display"); @Nullable public static final EntityType BOAT = get("minecraft:boat"); + @Nullable public static final EntityType BREEZE = get("minecraft:breeze"); @Nullable public static final EntityType CAMEL = get("minecraft:camel"); @Nullable public static final EntityType CAT = get("minecraft:cat"); @Nullable public static final EntityType CAVE_SPIDER = get("minecraft:cave_spider"); @@ -142,6 +143,7 @@ public final class EntityTypes { @Nullable public static final EntityType VINDICATOR = get("minecraft:vindicator"); @Nullable public static final EntityType WANDERING_TRADER = get("minecraft:wandering_trader"); @Nullable public static final EntityType WARDEN = get("minecraft:warden"); + @Nullable public static final EntityType WIND_CHARGE = get("minecraft:wind_charge"); @Nullable public static final EntityType WITCH = get("minecraft:witch"); @Nullable public static final EntityType WITHER = get("minecraft:wither"); @Nullable public static final EntityType WITHER_SKELETON = get("minecraft:wither_skeleton"); diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/world/item/ItemTypes.java b/worldedit-core/src/main/java/com/sk89q/worldedit/world/item/ItemTypes.java index e87ae400fe..ba0d0613fa 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/world/item/ItemTypes.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/world/item/ItemTypes.java @@ -168,6 +168,7 @@ public final class ItemTypes { @Nullable public static final ItemType BRAIN_CORAL_BLOCK = get("minecraft:brain_coral_block"); @Nullable public static final ItemType BRAIN_CORAL_FAN = get("minecraft:brain_coral_fan"); @Nullable public static final ItemType BREAD = get("minecraft:bread"); + @Nullable public static final ItemType BREEZE_SPAWN_EGG = get("minecraft:breeze_spawn_egg"); @Nullable public static final ItemType BREWER_POTTERY_SHERD = get("minecraft:brewer_pottery_sherd"); @Nullable public static final ItemType BREWING_STAND = get("minecraft:brewing_stand"); @Nullable public static final ItemType BRICK = get("minecraft:brick"); @@ -243,6 +244,7 @@ public final class ItemTypes { @Nullable public static final ItemType CHICKEN_SPAWN_EGG = get("minecraft:chicken_spawn_egg"); @Nullable public static final ItemType CHIPPED_ANVIL = get("minecraft:chipped_anvil"); @Nullable public static final ItemType CHISELED_BOOKSHELF = get("minecraft:chiseled_bookshelf"); + @Nullable public static final ItemType CHISELED_COPPER = get("minecraft:chiseled_copper"); @Nullable public static final ItemType CHISELED_DEEPSLATE = get("minecraft:chiseled_deepslate"); @Nullable public static final ItemType CHISELED_NETHER_BRICKS = get("minecraft:chiseled_nether_bricks"); @Nullable public static final ItemType CHISELED_POLISHED_BLACKSTONE = get("minecraft:chiseled_polished_blackstone"); @@ -250,6 +252,8 @@ public final class ItemTypes { @Nullable public static final ItemType CHISELED_RED_SANDSTONE = get("minecraft:chiseled_red_sandstone"); @Nullable public static final ItemType CHISELED_SANDSTONE = get("minecraft:chiseled_sandstone"); @Nullable public static final ItemType CHISELED_STONE_BRICKS = get("minecraft:chiseled_stone_bricks"); + @Nullable public static final ItemType CHISELED_TUFF = get("minecraft:chiseled_tuff"); + @Nullable public static final ItemType CHISELED_TUFF_BRICKS = get("minecraft:chiseled_tuff_bricks"); @Nullable public static final ItemType CHORUS_FLOWER = get("minecraft:chorus_flower"); @Nullable public static final ItemType CHORUS_FRUIT = get("minecraft:chorus_fruit"); @Nullable public static final ItemType CHORUS_PLANT = get("minecraft:chorus_plant"); @@ -289,8 +293,12 @@ public final class ItemTypes { @Nullable public static final ItemType COOKED_SALMON = get("minecraft:cooked_salmon"); @Nullable public static final ItemType COOKIE = get("minecraft:cookie"); @Nullable public static final ItemType COPPER_BLOCK = get("minecraft:copper_block"); + @Nullable public static final ItemType COPPER_BULB = get("minecraft:copper_bulb"); + @Nullable public static final ItemType COPPER_DOOR = get("minecraft:copper_door"); + @Nullable public static final ItemType COPPER_GRATE = get("minecraft:copper_grate"); @Nullable public static final ItemType COPPER_INGOT = get("minecraft:copper_ingot"); @Nullable public static final ItemType COPPER_ORE = get("minecraft:copper_ore"); + @Nullable public static final ItemType COPPER_TRAPDOOR = get("minecraft:copper_trapdoor"); @Nullable public static final ItemType CORNFLOWER = get("minecraft:cornflower"); @Nullable public static final ItemType COW_SPAWN_EGG = get("minecraft:cow_spawn_egg"); @Nullable public static final ItemType CRACKED_DEEPSLATE_BRICKS = get("minecraft:cracked_deepslate_bricks"); @@ -298,6 +306,7 @@ public final class ItemTypes { @Nullable public static final ItemType CRACKED_NETHER_BRICKS = get("minecraft:cracked_nether_bricks"); @Nullable public static final ItemType CRACKED_POLISHED_BLACKSTONE_BRICKS = get("minecraft:cracked_polished_blackstone_bricks"); @Nullable public static final ItemType CRACKED_STONE_BRICKS = get("minecraft:cracked_stone_bricks"); + @Nullable public static final ItemType CRAFTER = get("minecraft:crafter"); @Nullable public static final ItemType CRAFTING_TABLE = get("minecraft:crafting_table"); @Nullable public static final ItemType CREEPER_BANNER_PATTERN = get("minecraft:creeper_banner_pattern"); @Nullable public static final ItemType CREEPER_HEAD = get("minecraft:creeper_head"); @@ -460,7 +469,12 @@ public final class ItemTypes { @Nullable public static final ItemType EVOKER_SPAWN_EGG = get("minecraft:evoker_spawn_egg"); @Nullable public static final ItemType EXPERIENCE_BOTTLE = get("minecraft:experience_bottle"); @Nullable public static final ItemType EXPLORER_POTTERY_SHERD = get("minecraft:explorer_pottery_sherd"); + @Nullable public static final ItemType EXPOSED_CHISELED_COPPER = get("minecraft:exposed_chiseled_copper"); @Nullable public static final ItemType EXPOSED_COPPER = get("minecraft:exposed_copper"); + @Nullable public static final ItemType EXPOSED_COPPER_BULB = get("minecraft:exposed_copper_bulb"); + @Nullable public static final ItemType EXPOSED_COPPER_DOOR = get("minecraft:exposed_copper_door"); + @Nullable public static final ItemType EXPOSED_COPPER_GRATE = get("minecraft:exposed_copper_grate"); + @Nullable public static final ItemType EXPOSED_COPPER_TRAPDOOR = get("minecraft:exposed_copper_trapdoor"); @Nullable public static final ItemType EXPOSED_CUT_COPPER = get("minecraft:exposed_cut_copper"); @Nullable public static final ItemType EXPOSED_CUT_COPPER_SLAB = get("minecraft:exposed_cut_copper_slab"); @Nullable public static final ItemType EXPOSED_CUT_COPPER_STAIRS = get("minecraft:exposed_cut_copper_stairs"); @@ -527,7 +541,7 @@ public final class ItemTypes { @Nullable public static final ItemType GRANITE_SLAB = get("minecraft:granite_slab"); @Nullable public static final ItemType GRANITE_STAIRS = get("minecraft:granite_stairs"); @Nullable public static final ItemType GRANITE_WALL = get("minecraft:granite_wall"); - @Nullable public static final ItemType GRASS = get("minecraft:grass"); + @Deprecated @Nullable public static final ItemType GRASS = get("minecraft:grass"); @Nullable public static final ItemType GRASS_BLOCK = get("minecraft:grass_block"); @Deprecated @Nullable public static final ItemType GRASS_PATH = get("minecraft:grass_path"); @Nullable public static final ItemType GRAVEL = get("minecraft:gravel"); @@ -843,7 +857,12 @@ public final class ItemTypes { @Nullable public static final ItemType ORANGE_TULIP = get("minecraft:orange_tulip"); @Nullable public static final ItemType ORANGE_WOOL = get("minecraft:orange_wool"); @Nullable public static final ItemType OXEYE_DAISY = get("minecraft:oxeye_daisy"); + @Nullable public static final ItemType OXIDIZED_CHISELED_COPPER = get("minecraft:oxidized_chiseled_copper"); @Nullable public static final ItemType OXIDIZED_COPPER = get("minecraft:oxidized_copper"); + @Nullable public static final ItemType OXIDIZED_COPPER_BULB = get("minecraft:oxidized_copper_bulb"); + @Nullable public static final ItemType OXIDIZED_COPPER_DOOR = get("minecraft:oxidized_copper_door"); + @Nullable public static final ItemType OXIDIZED_COPPER_GRATE = get("minecraft:oxidized_copper_grate"); + @Nullable public static final ItemType OXIDIZED_COPPER_TRAPDOOR = get("minecraft:oxidized_copper_trapdoor"); @Nullable public static final ItemType OXIDIZED_CUT_COPPER = get("minecraft:oxidized_cut_copper"); @Nullable public static final ItemType OXIDIZED_CUT_COPPER_SLAB = get("minecraft:oxidized_cut_copper_slab"); @Nullable public static final ItemType OXIDIZED_CUT_COPPER_STAIRS = get("minecraft:oxidized_cut_copper_stairs"); @@ -912,6 +931,10 @@ public final class ItemTypes { @Nullable public static final ItemType POLISHED_GRANITE = get("minecraft:polished_granite"); @Nullable public static final ItemType POLISHED_GRANITE_SLAB = get("minecraft:polished_granite_slab"); @Nullable public static final ItemType POLISHED_GRANITE_STAIRS = get("minecraft:polished_granite_stairs"); + @Nullable public static final ItemType POLISHED_TUFF = get("minecraft:polished_tuff"); + @Nullable public static final ItemType POLISHED_TUFF_SLAB = get("minecraft:polished_tuff_slab"); + @Nullable public static final ItemType POLISHED_TUFF_STAIRS = get("minecraft:polished_tuff_stairs"); + @Nullable public static final ItemType POLISHED_TUFF_WALL = get("minecraft:polished_tuff_wall"); @Nullable public static final ItemType POPPED_CHORUS_FRUIT = get("minecraft:popped_chorus_fruit"); @Nullable public static final ItemType POPPY = get("minecraft:poppy"); @Nullable public static final ItemType PORKCHOP = get("minecraft:porkchop"); @@ -1038,6 +1061,7 @@ public final class ItemTypes { @Nullable public static final ItemType SHEEP_SPAWN_EGG = get("minecraft:sheep_spawn_egg"); @Nullable public static final ItemType SHELTER_POTTERY_SHERD = get("minecraft:shelter_pottery_sherd"); @Nullable public static final ItemType SHIELD = get("minecraft:shield"); + @Nullable public static final ItemType SHORT_GRASS = get("minecraft:short_grass"); @Nullable public static final ItemType SHROOMLIGHT = get("minecraft:shroomlight"); @Nullable public static final ItemType SHULKER_BOX = get("minecraft:shulker_box"); @Nullable public static final ItemType SHULKER_SHELL = get("minecraft:shulker_shell"); @@ -1175,6 +1199,8 @@ public final class ItemTypes { @Nullable public static final ItemType TOTEM_OF_UNDYING = get("minecraft:totem_of_undying"); @Nullable public static final ItemType TRADER_LLAMA_SPAWN_EGG = get("minecraft:trader_llama_spawn_egg"); @Nullable public static final ItemType TRAPPED_CHEST = get("minecraft:trapped_chest"); + @Nullable public static final ItemType TRIAL_KEY = get("minecraft:trial_key"); + @Nullable public static final ItemType TRIAL_SPAWNER = get("minecraft:trial_spawner"); @Nullable public static final ItemType TRIDENT = get("minecraft:trident"); @Nullable public static final ItemType TRIPWIRE_HOOK = get("minecraft:tripwire_hook"); @Nullable public static final ItemType TROPICAL_FISH = get("minecraft:tropical_fish"); @@ -1184,6 +1210,13 @@ public final class ItemTypes { @Nullable public static final ItemType TUBE_CORAL_BLOCK = get("minecraft:tube_coral_block"); @Nullable public static final ItemType TUBE_CORAL_FAN = get("minecraft:tube_coral_fan"); @Nullable public static final ItemType TUFF = get("minecraft:tuff"); + @Nullable public static final ItemType TUFF_BRICK_SLAB = get("minecraft:tuff_brick_slab"); + @Nullable public static final ItemType TUFF_BRICK_STAIRS = get("minecraft:tuff_brick_stairs"); + @Nullable public static final ItemType TUFF_BRICK_WALL = get("minecraft:tuff_brick_wall"); + @Nullable public static final ItemType TUFF_BRICKS = get("minecraft:tuff_bricks"); + @Nullable public static final ItemType TUFF_SLAB = get("minecraft:tuff_slab"); + @Nullable public static final ItemType TUFF_STAIRS = get("minecraft:tuff_stairs"); + @Nullable public static final ItemType TUFF_WALL = get("minecraft:tuff_wall"); @Nullable public static final ItemType TURTLE_EGG = get("minecraft:turtle_egg"); @Nullable public static final ItemType TURTLE_HELMET = get("minecraft:turtle_helmet"); @Nullable public static final ItemType TURTLE_SPAWN_EGG = get("minecraft:turtle_spawn_egg"); @@ -1216,24 +1249,49 @@ public final class ItemTypes { @Nullable public static final ItemType WARPED_TRAPDOOR = get("minecraft:warped_trapdoor"); @Nullable public static final ItemType WARPED_WART_BLOCK = get("minecraft:warped_wart_block"); @Nullable public static final ItemType WATER_BUCKET = get("minecraft:water_bucket"); + @Nullable public static final ItemType WAXED_CHISELED_COPPER = get("minecraft:waxed_chiseled_copper"); @Nullable public static final ItemType WAXED_COPPER_BLOCK = get("minecraft:waxed_copper_block"); + @Nullable public static final ItemType WAXED_COPPER_BULB = get("minecraft:waxed_copper_bulb"); + @Nullable public static final ItemType WAXED_COPPER_DOOR = get("minecraft:waxed_copper_door"); + @Nullable public static final ItemType WAXED_COPPER_GRATE = get("minecraft:waxed_copper_grate"); + @Nullable public static final ItemType WAXED_COPPER_TRAPDOOR = get("minecraft:waxed_copper_trapdoor"); @Nullable public static final ItemType WAXED_CUT_COPPER = get("minecraft:waxed_cut_copper"); @Nullable public static final ItemType WAXED_CUT_COPPER_SLAB = get("minecraft:waxed_cut_copper_slab"); @Nullable public static final ItemType WAXED_CUT_COPPER_STAIRS = get("minecraft:waxed_cut_copper_stairs"); + @Nullable public static final ItemType WAXED_EXPOSED_CHISELED_COPPER = get("minecraft:waxed_exposed_chiseled_copper"); @Nullable public static final ItemType WAXED_EXPOSED_COPPER = get("minecraft:waxed_exposed_copper"); + @Nullable public static final ItemType WAXED_EXPOSED_COPPER_BULB = get("minecraft:waxed_exposed_copper_bulb"); + @Nullable public static final ItemType WAXED_EXPOSED_COPPER_DOOR = get("minecraft:waxed_exposed_copper_door"); + @Nullable public static final ItemType WAXED_EXPOSED_COPPER_GRATE = get("minecraft:waxed_exposed_copper_grate"); + @Nullable public static final ItemType WAXED_EXPOSED_COPPER_TRAPDOOR = get("minecraft:waxed_exposed_copper_trapdoor"); @Nullable public static final ItemType WAXED_EXPOSED_CUT_COPPER = get("minecraft:waxed_exposed_cut_copper"); @Nullable public static final ItemType WAXED_EXPOSED_CUT_COPPER_SLAB = get("minecraft:waxed_exposed_cut_copper_slab"); @Nullable public static final ItemType WAXED_EXPOSED_CUT_COPPER_STAIRS = get("minecraft:waxed_exposed_cut_copper_stairs"); + @Nullable public static final ItemType WAXED_OXIDIZED_CHISELED_COPPER = get("minecraft:waxed_oxidized_chiseled_copper"); @Nullable public static final ItemType WAXED_OXIDIZED_COPPER = get("minecraft:waxed_oxidized_copper"); + @Nullable public static final ItemType WAXED_OXIDIZED_COPPER_BULB = get("minecraft:waxed_oxidized_copper_bulb"); + @Nullable public static final ItemType WAXED_OXIDIZED_COPPER_DOOR = get("minecraft:waxed_oxidized_copper_door"); + @Nullable public static final ItemType WAXED_OXIDIZED_COPPER_GRATE = get("minecraft:waxed_oxidized_copper_grate"); + @Nullable public static final ItemType WAXED_OXIDIZED_COPPER_TRAPDOOR = get("minecraft:waxed_oxidized_copper_trapdoor"); @Nullable public static final ItemType WAXED_OXIDIZED_CUT_COPPER = get("minecraft:waxed_oxidized_cut_copper"); @Nullable public static final ItemType WAXED_OXIDIZED_CUT_COPPER_SLAB = get("minecraft:waxed_oxidized_cut_copper_slab"); @Nullable public static final ItemType WAXED_OXIDIZED_CUT_COPPER_STAIRS = get("minecraft:waxed_oxidized_cut_copper_stairs"); + @Nullable public static final ItemType WAXED_WEATHERED_CHISELED_COPPER = get("minecraft:waxed_weathered_chiseled_copper"); @Nullable public static final ItemType WAXED_WEATHERED_COPPER = get("minecraft:waxed_weathered_copper"); + @Nullable public static final ItemType WAXED_WEATHERED_COPPER_BULB = get("minecraft:waxed_weathered_copper_bulb"); + @Nullable public static final ItemType WAXED_WEATHERED_COPPER_DOOR = get("minecraft:waxed_weathered_copper_door"); + @Nullable public static final ItemType WAXED_WEATHERED_COPPER_GRATE = get("minecraft:waxed_weathered_copper_grate"); + @Nullable public static final ItemType WAXED_WEATHERED_COPPER_TRAPDOOR = get("minecraft:waxed_weathered_copper_trapdoor"); @Nullable public static final ItemType WAXED_WEATHERED_CUT_COPPER = get("minecraft:waxed_weathered_cut_copper"); @Nullable public static final ItemType WAXED_WEATHERED_CUT_COPPER_SLAB = get("minecraft:waxed_weathered_cut_copper_slab"); @Nullable public static final ItemType WAXED_WEATHERED_CUT_COPPER_STAIRS = get("minecraft:waxed_weathered_cut_copper_stairs"); @Nullable public static final ItemType WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE = get("minecraft:wayfinder_armor_trim_smithing_template"); + @Nullable public static final ItemType WEATHERED_CHISELED_COPPER = get("minecraft:weathered_chiseled_copper"); @Nullable public static final ItemType WEATHERED_COPPER = get("minecraft:weathered_copper"); + @Nullable public static final ItemType WEATHERED_COPPER_BULB = get("minecraft:weathered_copper_bulb"); + @Nullable public static final ItemType WEATHERED_COPPER_DOOR = get("minecraft:weathered_copper_door"); + @Nullable public static final ItemType WEATHERED_COPPER_GRATE = get("minecraft:weathered_copper_grate"); + @Nullable public static final ItemType WEATHERED_COPPER_TRAPDOOR = get("minecraft:weathered_copper_trapdoor"); @Nullable public static final ItemType WEATHERED_CUT_COPPER = get("minecraft:weathered_cut_copper"); @Nullable public static final ItemType WEATHERED_CUT_COPPER_SLAB = get("minecraft:weathered_cut_copper_slab"); @Nullable public static final ItemType WEATHERED_CUT_COPPER_STAIRS = get("minecraft:weathered_cut_copper_stairs");