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 a2e73ae26..e38247c68 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 @@ -56,6 +56,7 @@ public final class BlockTypes { @Nullable public static final BlockType ACTIVATOR_RAIL = init(); @Nullable public static final BlockType AIR = init(); @Nullable public static final BlockType ALLIUM = init(); + @Nullable public static final BlockType ANCIENT_DEBRIS = init(); @Nullable public static final BlockType ANDESITE = init(); @Nullable public static final BlockType ANDESITE_SLAB = init(); @Nullable public static final BlockType ANDESITE_STAIRS = init(); @@ -68,6 +69,7 @@ public final class BlockTypes { @Nullable public static final BlockType BAMBOO_SAPLING = init(); @Nullable public static final BlockType BARREL = init(); @Nullable public static final BlockType BARRIER = init(); + @Nullable public static final BlockType BASALT = init(); @Nullable public static final BlockType BEACON = init(); @Nullable public static final BlockType BEDROCK = init(); @Nullable public static final BlockType BEE_NEST = init(); @@ -101,6 +103,10 @@ public final class BlockTypes { @Nullable public static final BlockType BLACK_TERRACOTTA = init(); @Nullable public static final BlockType BLACK_WALL_BANNER = init(); @Nullable public static final BlockType BLACK_WOOL = init(); + @Nullable public static final BlockType BLACKSTONE = init(); + @Nullable public static final BlockType BLACKSTONE_SLAB = init(); + @Nullable public static final BlockType BLACKSTONE_STAIRS = init(); + @Nullable public static final BlockType BLACKSTONE_WALL = init(); @Nullable public static final BlockType BLAST_FURNACE = init(); @Nullable public static final BlockType BLUE_BANNER = init(); @Nullable public static final BlockType BLUE_BED = init(); @@ -154,9 +160,12 @@ public final class BlockTypes { @Nullable public static final BlockType CARVED_PUMPKIN = init(); @Nullable public static final BlockType CAULDRON = init(); @Nullable public static final BlockType CAVE_AIR = init(); + @Nullable public static final BlockType CHAIN = init(); @Nullable public static final BlockType CHAIN_COMMAND_BLOCK = init(); @Nullable public static final BlockType CHEST = init(); @Nullable public static final BlockType CHIPPED_ANVIL = init(); + @Nullable public static final BlockType CHISELED_NETHER_BRICKS = init(); + @Nullable public static final BlockType CHISELED_POLISHED_BLACKSTONE = init(); @Nullable public static final BlockType CHISELED_QUARTZ_BLOCK = init(); @Nullable public static final BlockType CHISELED_RED_SANDSTONE = init(); @Nullable public static final BlockType CHISELED_SANDSTONE = init(); @@ -178,10 +187,29 @@ public final class BlockTypes { @Nullable public static final BlockType COMPOSTER = init(); @Nullable public static final BlockType CONDUIT = init(); @Nullable public static final BlockType CORNFLOWER = init(); + @Nullable public static final BlockType CRACKED_NETHER_BRICKS = init(); + @Nullable public static final BlockType CRACKED_POLISHED_BLACKSTONE_BRICKS = init(); @Nullable public static final BlockType CRACKED_STONE_BRICKS = init(); @Nullable public static final BlockType CRAFTING_TABLE = init(); @Nullable public static final BlockType CREEPER_HEAD = init(); @Nullable public static final BlockType CREEPER_WALL_HEAD = init(); + @Nullable public static final BlockType CRIMSON_BUTTON = init(); + @Nullable public static final BlockType CRIMSON_DOOR = init(); + @Nullable public static final BlockType CRIMSON_FENCE = init(); + @Nullable public static final BlockType CRIMSON_FENCE_GATE = init(); + @Nullable public static final BlockType CRIMSON_FUNGUS = init(); + @Nullable public static final BlockType CRIMSON_HYPHAE = init(); + @Nullable public static final BlockType CRIMSON_NYLIUM = init(); + @Nullable public static final BlockType CRIMSON_PLANKS = init(); + @Nullable public static final BlockType CRIMSON_PRESSURE_PLATE = init(); + @Nullable public static final BlockType CRIMSON_ROOTS = init(); + @Nullable public static final BlockType CRIMSON_SIGN = init(); + @Nullable public static final BlockType CRIMSON_SLAB = init(); + @Nullable public static final BlockType CRIMSON_STAIRS = init(); + @Nullable public static final BlockType CRIMSON_STEM = init(); + @Nullable public static final BlockType CRIMSON_TRAPDOOR = init(); + @Nullable public static final BlockType CRIMSON_WALL_SIGN = init(); + @Nullable public static final BlockType CRYING_OBSIDIAN = init(); @Nullable public static final BlockType CUT_RED_SANDSTONE = init(); @Nullable public static final BlockType CUT_RED_SANDSTONE_SLAB = init(); @Nullable public static final BlockType CUT_SANDSTONE = init(); @@ -278,6 +306,7 @@ public final class BlockTypes { @Nullable public static final BlockType FLOWER_POT = init(); @Nullable public static final BlockType FROSTED_ICE = init(); @Nullable public static final BlockType FURNACE = init(); + @Nullable public static final BlockType GILDED_BLACKSTONE = init(); @Nullable public static final BlockType GLASS = init(); @Nullable public static final BlockType GLASS_PANE = init(); @Nullable public static final BlockType GLOWSTONE = init(); @@ -405,6 +434,7 @@ public final class BlockTypes { @Nullable public static final BlockType LIME_TERRACOTTA = init(); @Nullable public static final BlockType LIME_WALL_BANNER = init(); @Nullable public static final BlockType LIME_WOOL = init(); + @Nullable public static final BlockType LODESTONE = init(); @Nullable public static final BlockType LOOM = init(); @Nullable public static final BlockType MAGENTA_BANNER = init(); @Nullable public static final BlockType MAGENTA_BED = init(); @@ -437,10 +467,13 @@ public final class BlockTypes { @Nullable public static final BlockType NETHER_BRICK_STAIRS = init(); @Nullable public static final BlockType NETHER_BRICK_WALL = init(); @Nullable public static final BlockType NETHER_BRICKS = init(); + @Nullable public static final BlockType NETHER_GOLD_ORE = init(); @Nullable public static final BlockType NETHER_PORTAL = init(); @Nullable public static final BlockType NETHER_QUARTZ_ORE = init(); + @Nullable public static final BlockType NETHER_SPROUTS = init(); @Nullable public static final BlockType NETHER_WART = init(); @Nullable public static final BlockType NETHER_WART_BLOCK = init(); + @Nullable public static final BlockType NETHERITE_BLOCK = init(); @Nullable public static final BlockType NETHERRACK = init(); @Nullable public static final BlockType NOTE_BLOCK = init(); @Nullable public static final BlockType OAK_BUTTON = init(); @@ -498,6 +531,17 @@ public final class BlockTypes { @Nullable public static final BlockType POLISHED_ANDESITE = init(); @Nullable public static final BlockType POLISHED_ANDESITE_SLAB = init(); @Nullable public static final BlockType POLISHED_ANDESITE_STAIRS = init(); + @Nullable public static final BlockType POLISHED_BASALT = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_BRICK_SLAB = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_BRICK_STAIRS = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_BRICK_WALL = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_BRICKS = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_BUTTON = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_PRESSURE_PLATE = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_SLAB = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_STAIRS = init(); + @Nullable public static final BlockType POLISHED_BLACKSTONE_WALL = init(); @Nullable public static final BlockType POLISHED_DIORITE = init(); @Nullable public static final BlockType POLISHED_DIORITE_SLAB = init(); @Nullable public static final BlockType POLISHED_DIORITE_STAIRS = init(); @@ -515,6 +559,8 @@ public final class BlockTypes { @Nullable public static final BlockType POTTED_BROWN_MUSHROOM = init(); @Nullable public static final BlockType POTTED_CACTUS = init(); @Nullable public static final BlockType POTTED_CORNFLOWER = init(); + @Nullable public static final BlockType POTTED_CRIMSON_FUNGUS = init(); + @Nullable public static final BlockType POTTED_CRIMSON_ROOTS = init(); @Nullable public static final BlockType POTTED_DANDELION = init(); @Nullable public static final BlockType POTTED_DARK_OAK_SAPLING = init(); @Nullable public static final BlockType POTTED_DEAD_BUSH = init(); @@ -529,6 +575,8 @@ public final class BlockTypes { @Nullable public static final BlockType POTTED_RED_MUSHROOM = init(); @Nullable public static final BlockType POTTED_RED_TULIP = init(); @Nullable public static final BlockType POTTED_SPRUCE_SAPLING = init(); + @Nullable public static final BlockType POTTED_WARPED_FUNGUS = init(); + @Nullable public static final BlockType POTTED_WARPED_ROOTS = init(); @Nullable public static final BlockType POTTED_WHITE_TULIP = init(); @Nullable public static final BlockType POTTED_WITHER_ROSE = init(); @Nullable public static final BlockType POWERED_RAIL = init(); @@ -558,6 +606,7 @@ public final class BlockTypes { @Nullable public static final BlockType PURPUR_SLAB = init(); @Nullable public static final BlockType PURPUR_STAIRS = init(); @Nullable public static final BlockType QUARTZ_BLOCK = init(); + @Nullable public static final BlockType QUARTZ_BRICKS = init(); @Nullable public static final BlockType QUARTZ_PILLAR = init(); @Nullable public static final BlockType QUARTZ_SLAB = init(); @Nullable public static final BlockType QUARTZ_STAIRS = init(); @@ -594,6 +643,7 @@ public final class BlockTypes { @Nullable public static final BlockType REDSTONE_WIRE = init(); @Nullable public static final BlockType REPEATER = init(); @Nullable public static final BlockType REPEATING_COMMAND_BLOCK = init(); + @Nullable public static final BlockType RESPAWN_ANCHOR = init(); @Nullable public static final BlockType ROSE_BUSH = init(); @Nullable public static final BlockType SAND = init(); @Nullable public static final BlockType SANDSTONE = init(); @@ -604,6 +654,7 @@ public final class BlockTypes { @Nullable public static final BlockType SEA_LANTERN = init(); @Nullable public static final BlockType SEA_PICKLE = init(); @Nullable public static final BlockType SEAGRASS = init(); + @Nullable public static final BlockType SHROOMLIGHT = init(); @Nullable public static final BlockType SHULKER_BOX = init(); @Nullable public static final BlockType SKELETON_SKULL = init(); @Nullable public static final BlockType SKELETON_WALL_SKULL = init(); @@ -623,7 +674,13 @@ public final class BlockTypes { @Nullable public static final BlockType SMOOTH_STONE_SLAB = init(); @Nullable public static final BlockType SNOW = init(); @Nullable public static final BlockType SNOW_BLOCK = init(); + @Nullable public static final BlockType SOUL_CAMPFIRE = init(); + @Nullable public static final BlockType SOUL_FIRE = init(); + @Nullable public static final BlockType SOUL_LANTERN = init(); @Nullable public static final BlockType SOUL_SAND = init(); + @Nullable public static final BlockType SOUL_SOIL = init(); + @Nullable public static final BlockType SOUL_TORCH = init(); + @Nullable public static final BlockType SOUL_WALL_TORCH = init(); @Nullable public static final BlockType SPAWNER = init(); @Nullable public static final BlockType SPONGE = init(); @Nullable public static final BlockType SPRUCE_BUTTON = init(); @@ -656,6 +713,8 @@ public final class BlockTypes { @Nullable public static final BlockType STRIPPED_ACACIA_WOOD = init(); @Nullable public static final BlockType STRIPPED_BIRCH_LOG = init(); @Nullable public static final BlockType STRIPPED_BIRCH_WOOD = init(); + @Nullable public static final BlockType STRIPPED_CRIMSON_HYPHAE = init(); + @Nullable public static final BlockType STRIPPED_CRIMSON_STEM = init(); @Nullable public static final BlockType STRIPPED_DARK_OAK_LOG = init(); @Nullable public static final BlockType STRIPPED_DARK_OAK_WOOD = init(); @Nullable public static final BlockType STRIPPED_JUNGLE_LOG = init(); @@ -664,6 +723,8 @@ public final class BlockTypes { @Nullable public static final BlockType STRIPPED_OAK_WOOD = init(); @Nullable public static final BlockType STRIPPED_SPRUCE_LOG = init(); @Nullable public static final BlockType STRIPPED_SPRUCE_WOOD = init(); + @Nullable public static final BlockType STRIPPED_WARPED_HYPHAE = init(); + @Nullable public static final BlockType STRIPPED_WARPED_STEM = init(); @Nullable public static final BlockType STRUCTURE_BLOCK = init(); @Nullable public static final BlockType STRUCTURE_VOID = init(); @Nullable public static final BlockType SUGAR_CANE = init(); @@ -671,6 +732,7 @@ public final class BlockTypes { @Nullable public static final BlockType SWEET_BERRY_BUSH = init(); @Nullable public static final BlockType TALL_GRASS = init(); @Nullable public static final BlockType TALL_SEAGRASS = init(); + @Nullable public static final BlockType TARGET = init(); @Nullable public static final BlockType TERRACOTTA = init(); @Nullable public static final BlockType TNT = init(); @Nullable public static final BlockType TORCH = init(); @@ -682,10 +744,31 @@ public final class BlockTypes { @Nullable public static final BlockType TUBE_CORAL_FAN = init(); @Nullable public static final BlockType TUBE_CORAL_WALL_FAN = init(); @Nullable public static final BlockType TURTLE_EGG = init(); + @Nullable public static final BlockType TWISTING_VINES = init(); + @Nullable public static final BlockType TWISTING_VINES_PLANT = init(); @Nullable public static final BlockType VINE = init(); @Nullable public static final BlockType VOID_AIR = init(); @Nullable public static final BlockType WALL_TORCH = init(); + @Nullable public static final BlockType WARPED_BUTTON = init(); + @Nullable public static final BlockType WARPED_DOOR = init(); + @Nullable public static final BlockType WARPED_FENCE = init(); + @Nullable public static final BlockType WARPED_FENCE_GATE = init(); + @Nullable public static final BlockType WARPED_FUNGUS = init(); + @Nullable public static final BlockType WARPED_HYPHAE = init(); + @Nullable public static final BlockType WARPED_NYLIUM = init(); + @Nullable public static final BlockType WARPED_PLANKS = init(); + @Nullable public static final BlockType WARPED_PRESSURE_PLATE = init(); + @Nullable public static final BlockType WARPED_ROOTS = init(); + @Nullable public static final BlockType WARPED_SIGN = init(); + @Nullable public static final BlockType WARPED_SLAB = init(); + @Nullable public static final BlockType WARPED_STAIRS = init(); + @Nullable public static final BlockType WARPED_STEM = init(); + @Nullable public static final BlockType WARPED_TRAPDOOR = init(); + @Nullable public static final BlockType WARPED_WALL_SIGN = init(); + @Nullable public static final BlockType WARPED_WART_BLOCK = init(); @Nullable public static final BlockType WATER = init(); + @Nullable public static final BlockType WEEPING_VINES = init(); + @Nullable public static final BlockType WEEPING_VINES_PLANT = init(); @Nullable public static final BlockType WET_SPONGE = init(); @Nullable public static final BlockType WHEAT = init(); @Nullable public static final BlockType WHITE_BANNER = init();