Struct BlockState

Source
pub struct BlockState(/* private fields */);
Expand description

Represents the state of a block. This does not include block entity data such as the text on a sign, the design on a banner, or the content of a spawner.

Implementationsยง

Sourceยง

impl BlockState

Source

pub const AIR: BlockState

The default block state for air.

Source

pub const STONE: BlockState

The default block state for stone.

Source

pub const GRANITE: BlockState

The default block state for granite.

Source

pub const POLISHED_GRANITE: BlockState

The default block state for polished_granite.

Source

pub const DIORITE: BlockState

The default block state for diorite.

Source

pub const POLISHED_DIORITE: BlockState

The default block state for polished_diorite.

Source

pub const ANDESITE: BlockState

The default block state for andesite.

Source

pub const POLISHED_ANDESITE: BlockState

The default block state for polished_andesite.

Source

pub const GRASS_BLOCK: BlockState

The default block state for grass_block.

Source

pub const DIRT: BlockState

The default block state for dirt.

Source

pub const COARSE_DIRT: BlockState

The default block state for coarse_dirt.

Source

pub const PODZOL: BlockState

The default block state for podzol.

Source

pub const COBBLESTONE: BlockState

The default block state for cobblestone.

Source

pub const OAK_PLANKS: BlockState

The default block state for oak_planks.

Source

pub const SPRUCE_PLANKS: BlockState

The default block state for spruce_planks.

Source

pub const BIRCH_PLANKS: BlockState

The default block state for birch_planks.

Source

pub const JUNGLE_PLANKS: BlockState

The default block state for jungle_planks.

Source

pub const ACACIA_PLANKS: BlockState

The default block state for acacia_planks.

Source

pub const CHERRY_PLANKS: BlockState

The default block state for cherry_planks.

Source

pub const DARK_OAK_PLANKS: BlockState

The default block state for dark_oak_planks.

Source

pub const MANGROVE_PLANKS: BlockState

The default block state for mangrove_planks.

Source

pub const BAMBOO_PLANKS: BlockState

The default block state for bamboo_planks.

Source

pub const BAMBOO_MOSAIC: BlockState

The default block state for bamboo_mosaic.

Source

pub const OAK_SAPLING: BlockState

The default block state for oak_sapling.

Source

pub const SPRUCE_SAPLING: BlockState

The default block state for spruce_sapling.

Source

pub const BIRCH_SAPLING: BlockState

The default block state for birch_sapling.

Source

pub const JUNGLE_SAPLING: BlockState

The default block state for jungle_sapling.

Source

pub const ACACIA_SAPLING: BlockState

The default block state for acacia_sapling.

Source

pub const CHERRY_SAPLING: BlockState

The default block state for cherry_sapling.

Source

pub const DARK_OAK_SAPLING: BlockState

The default block state for dark_oak_sapling.

Source

pub const MANGROVE_PROPAGULE: BlockState

The default block state for mangrove_propagule.

Source

pub const BEDROCK: BlockState

The default block state for bedrock.

Source

pub const WATER: BlockState

The default block state for water.

Source

pub const LAVA: BlockState

The default block state for lava.

Source

pub const SAND: BlockState

The default block state for sand.

Source

pub const SUSPICIOUS_SAND: BlockState

The default block state for suspicious_sand.

Source

pub const RED_SAND: BlockState

The default block state for red_sand.

Source

pub const GRAVEL: BlockState

The default block state for gravel.

Source

pub const SUSPICIOUS_GRAVEL: BlockState

The default block state for suspicious_gravel.

Source

pub const GOLD_ORE: BlockState

The default block state for gold_ore.

Source

pub const DEEPSLATE_GOLD_ORE: BlockState

The default block state for deepslate_gold_ore.

Source

pub const IRON_ORE: BlockState

The default block state for iron_ore.

Source

pub const DEEPSLATE_IRON_ORE: BlockState

The default block state for deepslate_iron_ore.

Source

pub const COAL_ORE: BlockState

The default block state for coal_ore.

Source

pub const DEEPSLATE_COAL_ORE: BlockState

The default block state for deepslate_coal_ore.

Source

pub const NETHER_GOLD_ORE: BlockState

The default block state for nether_gold_ore.

Source

pub const OAK_LOG: BlockState

The default block state for oak_log.

Source

pub const SPRUCE_LOG: BlockState

The default block state for spruce_log.

Source

pub const BIRCH_LOG: BlockState

The default block state for birch_log.

Source

pub const JUNGLE_LOG: BlockState

The default block state for jungle_log.

Source

pub const ACACIA_LOG: BlockState

The default block state for acacia_log.

Source

pub const CHERRY_LOG: BlockState

The default block state for cherry_log.

Source

pub const DARK_OAK_LOG: BlockState

The default block state for dark_oak_log.

Source

pub const MANGROVE_LOG: BlockState

The default block state for mangrove_log.

Source

pub const MANGROVE_ROOTS: BlockState

The default block state for mangrove_roots.

Source

pub const MUDDY_MANGROVE_ROOTS: BlockState

The default block state for muddy_mangrove_roots.

Source

pub const BAMBOO_BLOCK: BlockState

The default block state for bamboo_block.

Source

pub const STRIPPED_SPRUCE_LOG: BlockState

The default block state for stripped_spruce_log.

Source

pub const STRIPPED_BIRCH_LOG: BlockState

The default block state for stripped_birch_log.

Source

pub const STRIPPED_JUNGLE_LOG: BlockState

The default block state for stripped_jungle_log.

Source

pub const STRIPPED_ACACIA_LOG: BlockState

The default block state for stripped_acacia_log.

Source

pub const STRIPPED_CHERRY_LOG: BlockState

The default block state for stripped_cherry_log.

Source

pub const STRIPPED_DARK_OAK_LOG: BlockState

The default block state for stripped_dark_oak_log.

Source

pub const STRIPPED_OAK_LOG: BlockState

The default block state for stripped_oak_log.

Source

pub const STRIPPED_MANGROVE_LOG: BlockState

The default block state for stripped_mangrove_log.

Source

pub const STRIPPED_BAMBOO_BLOCK: BlockState

The default block state for stripped_bamboo_block.

Source

pub const OAK_WOOD: BlockState

The default block state for oak_wood.

Source

pub const SPRUCE_WOOD: BlockState

The default block state for spruce_wood.

Source

pub const BIRCH_WOOD: BlockState

The default block state for birch_wood.

Source

pub const JUNGLE_WOOD: BlockState

The default block state for jungle_wood.

Source

pub const ACACIA_WOOD: BlockState

The default block state for acacia_wood.

Source

pub const CHERRY_WOOD: BlockState

The default block state for cherry_wood.

Source

pub const DARK_OAK_WOOD: BlockState

The default block state for dark_oak_wood.

Source

pub const MANGROVE_WOOD: BlockState

The default block state for mangrove_wood.

Source

pub const STRIPPED_OAK_WOOD: BlockState

The default block state for stripped_oak_wood.

Source

pub const STRIPPED_SPRUCE_WOOD: BlockState

The default block state for stripped_spruce_wood.

Source

pub const STRIPPED_BIRCH_WOOD: BlockState

The default block state for stripped_birch_wood.

Source

pub const STRIPPED_JUNGLE_WOOD: BlockState

The default block state for stripped_jungle_wood.

Source

pub const STRIPPED_ACACIA_WOOD: BlockState

The default block state for stripped_acacia_wood.

Source

pub const STRIPPED_CHERRY_WOOD: BlockState

The default block state for stripped_cherry_wood.

Source

pub const STRIPPED_DARK_OAK_WOOD: BlockState

The default block state for stripped_dark_oak_wood.

Source

pub const STRIPPED_MANGROVE_WOOD: BlockState

The default block state for stripped_mangrove_wood.

Source

pub const OAK_LEAVES: BlockState

The default block state for oak_leaves.

Source

pub const SPRUCE_LEAVES: BlockState

The default block state for spruce_leaves.

Source

pub const BIRCH_LEAVES: BlockState

The default block state for birch_leaves.

Source

pub const JUNGLE_LEAVES: BlockState

The default block state for jungle_leaves.

Source

pub const ACACIA_LEAVES: BlockState

The default block state for acacia_leaves.

Source

pub const CHERRY_LEAVES: BlockState

The default block state for cherry_leaves.

Source

pub const DARK_OAK_LEAVES: BlockState

The default block state for dark_oak_leaves.

Source

pub const MANGROVE_LEAVES: BlockState

The default block state for mangrove_leaves.

Source

pub const AZALEA_LEAVES: BlockState

The default block state for azalea_leaves.

Source

pub const FLOWERING_AZALEA_LEAVES: BlockState

The default block state for flowering_azalea_leaves.

Source

pub const SPONGE: BlockState

The default block state for sponge.

Source

pub const WET_SPONGE: BlockState

The default block state for wet_sponge.

Source

pub const GLASS: BlockState

The default block state for glass.

Source

pub const LAPIS_ORE: BlockState

The default block state for lapis_ore.

Source

pub const DEEPSLATE_LAPIS_ORE: BlockState

The default block state for deepslate_lapis_ore.

Source

pub const LAPIS_BLOCK: BlockState

The default block state for lapis_block.

Source

pub const DISPENSER: BlockState

The default block state for dispenser.

Source

pub const SANDSTONE: BlockState

The default block state for sandstone.

Source

pub const CHISELED_SANDSTONE: BlockState

The default block state for chiseled_sandstone.

Source

pub const CUT_SANDSTONE: BlockState

The default block state for cut_sandstone.

Source

pub const NOTE_BLOCK: BlockState

The default block state for note_block.

Source

pub const WHITE_BED: BlockState

The default block state for white_bed.

Source

pub const ORANGE_BED: BlockState

The default block state for orange_bed.

Source

pub const MAGENTA_BED: BlockState

The default block state for magenta_bed.

Source

pub const LIGHT_BLUE_BED: BlockState

The default block state for light_blue_bed.

Source

pub const YELLOW_BED: BlockState

The default block state for yellow_bed.

Source

pub const LIME_BED: BlockState

The default block state for lime_bed.

Source

pub const PINK_BED: BlockState

The default block state for pink_bed.

Source

pub const GRAY_BED: BlockState

The default block state for gray_bed.

Source

pub const LIGHT_GRAY_BED: BlockState

The default block state for light_gray_bed.

Source

pub const CYAN_BED: BlockState

The default block state for cyan_bed.

Source

pub const PURPLE_BED: BlockState

The default block state for purple_bed.

Source

pub const BLUE_BED: BlockState

The default block state for blue_bed.

Source

pub const BROWN_BED: BlockState

The default block state for brown_bed.

Source

pub const GREEN_BED: BlockState

The default block state for green_bed.

Source

pub const RED_BED: BlockState

The default block state for red_bed.

Source

pub const BLACK_BED: BlockState

The default block state for black_bed.

Source

pub const POWERED_RAIL: BlockState

The default block state for powered_rail.

Source

pub const DETECTOR_RAIL: BlockState

The default block state for detector_rail.

Source

pub const STICKY_PISTON: BlockState

The default block state for sticky_piston.

Source

pub const COBWEB: BlockState

The default block state for cobweb.

Source

pub const GRASS: BlockState

The default block state for grass.

Source

pub const FERN: BlockState

The default block state for fern.

Source

pub const DEAD_BUSH: BlockState

The default block state for dead_bush.

Source

pub const SEAGRASS: BlockState

The default block state for seagrass.

Source

pub const TALL_SEAGRASS: BlockState

The default block state for tall_seagrass.

Source

pub const PISTON: BlockState

The default block state for piston.

Source

pub const PISTON_HEAD: BlockState

The default block state for piston_head.

Source

pub const WHITE_WOOL: BlockState

The default block state for white_wool.

Source

pub const ORANGE_WOOL: BlockState

The default block state for orange_wool.

Source

pub const MAGENTA_WOOL: BlockState

The default block state for magenta_wool.

Source

pub const LIGHT_BLUE_WOOL: BlockState

The default block state for light_blue_wool.

Source

pub const YELLOW_WOOL: BlockState

The default block state for yellow_wool.

Source

pub const LIME_WOOL: BlockState

The default block state for lime_wool.

Source

pub const PINK_WOOL: BlockState

The default block state for pink_wool.

Source

pub const GRAY_WOOL: BlockState

The default block state for gray_wool.

Source

pub const LIGHT_GRAY_WOOL: BlockState

The default block state for light_gray_wool.

Source

pub const CYAN_WOOL: BlockState

The default block state for cyan_wool.

Source

pub const PURPLE_WOOL: BlockState

The default block state for purple_wool.

Source

pub const BLUE_WOOL: BlockState

The default block state for blue_wool.

Source

pub const BROWN_WOOL: BlockState

The default block state for brown_wool.

Source

pub const GREEN_WOOL: BlockState

The default block state for green_wool.

Source

pub const RED_WOOL: BlockState

The default block state for red_wool.

Source

pub const BLACK_WOOL: BlockState

The default block state for black_wool.

Source

pub const MOVING_PISTON: BlockState

The default block state for moving_piston.

Source

pub const DANDELION: BlockState

The default block state for dandelion.

Source

pub const TORCHFLOWER: BlockState

The default block state for torchflower.

Source

pub const POPPY: BlockState

The default block state for poppy.

Source

pub const BLUE_ORCHID: BlockState

The default block state for blue_orchid.

Source

pub const ALLIUM: BlockState

The default block state for allium.

Source

pub const AZURE_BLUET: BlockState

The default block state for azure_bluet.

Source

pub const RED_TULIP: BlockState

The default block state for red_tulip.

Source

pub const ORANGE_TULIP: BlockState

The default block state for orange_tulip.

Source

pub const WHITE_TULIP: BlockState

The default block state for white_tulip.

Source

pub const PINK_TULIP: BlockState

The default block state for pink_tulip.

Source

pub const OXEYE_DAISY: BlockState

The default block state for oxeye_daisy.

Source

pub const CORNFLOWER: BlockState

The default block state for cornflower.

Source

pub const WITHER_ROSE: BlockState

The default block state for wither_rose.

Source

pub const LILY_OF_THE_VALLEY: BlockState

The default block state for lily_of_the_valley.

Source

pub const BROWN_MUSHROOM: BlockState

The default block state for brown_mushroom.

Source

pub const RED_MUSHROOM: BlockState

The default block state for red_mushroom.

Source

pub const GOLD_BLOCK: BlockState

The default block state for gold_block.

Source

pub const IRON_BLOCK: BlockState

The default block state for iron_block.

Source

pub const BRICKS: BlockState

The default block state for bricks.

Source

pub const TNT: BlockState

The default block state for tnt.

Source

pub const BOOKSHELF: BlockState

The default block state for bookshelf.

Source

pub const CHISELED_BOOKSHELF: BlockState

The default block state for chiseled_bookshelf.

Source

pub const MOSSY_COBBLESTONE: BlockState

The default block state for mossy_cobblestone.

Source

pub const OBSIDIAN: BlockState

The default block state for obsidian.

Source

pub const TORCH: BlockState

The default block state for torch.

Source

pub const WALL_TORCH: BlockState

The default block state for wall_torch.

Source

pub const FIRE: BlockState

The default block state for fire.

Source

pub const SOUL_FIRE: BlockState

The default block state for soul_fire.

Source

pub const SPAWNER: BlockState

The default block state for spawner.

Source

pub const OAK_STAIRS: BlockState

The default block state for oak_stairs.

Source

pub const CHEST: BlockState

The default block state for chest.

Source

pub const REDSTONE_WIRE: BlockState

The default block state for redstone_wire.

Source

pub const DIAMOND_ORE: BlockState

The default block state for diamond_ore.

Source

pub const DEEPSLATE_DIAMOND_ORE: BlockState

The default block state for deepslate_diamond_ore.

Source

pub const DIAMOND_BLOCK: BlockState

The default block state for diamond_block.

Source

pub const CRAFTING_TABLE: BlockState

The default block state for crafting_table.

Source

pub const WHEAT: BlockState

The default block state for wheat.

Source

pub const FARMLAND: BlockState

The default block state for farmland.

Source

pub const FURNACE: BlockState

The default block state for furnace.

Source

pub const OAK_SIGN: BlockState

The default block state for oak_sign.

Source

pub const SPRUCE_SIGN: BlockState

The default block state for spruce_sign.

Source

pub const BIRCH_SIGN: BlockState

The default block state for birch_sign.

Source

pub const ACACIA_SIGN: BlockState

The default block state for acacia_sign.

Source

pub const CHERRY_SIGN: BlockState

The default block state for cherry_sign.

Source

pub const JUNGLE_SIGN: BlockState

The default block state for jungle_sign.

Source

pub const DARK_OAK_SIGN: BlockState

The default block state for dark_oak_sign.

Source

pub const MANGROVE_SIGN: BlockState

The default block state for mangrove_sign.

Source

pub const BAMBOO_SIGN: BlockState

The default block state for bamboo_sign.

Source

pub const OAK_DOOR: BlockState

The default block state for oak_door.

Source

pub const LADDER: BlockState

The default block state for ladder.

Source

pub const RAIL: BlockState

The default block state for rail.

Source

pub const COBBLESTONE_STAIRS: BlockState

The default block state for cobblestone_stairs.

Source

pub const OAK_WALL_SIGN: BlockState

The default block state for oak_wall_sign.

Source

pub const SPRUCE_WALL_SIGN: BlockState

The default block state for spruce_wall_sign.

Source

pub const BIRCH_WALL_SIGN: BlockState

The default block state for birch_wall_sign.

Source

pub const ACACIA_WALL_SIGN: BlockState

The default block state for acacia_wall_sign.

Source

pub const CHERRY_WALL_SIGN: BlockState

The default block state for cherry_wall_sign.

Source

pub const JUNGLE_WALL_SIGN: BlockState

The default block state for jungle_wall_sign.

Source

pub const DARK_OAK_WALL_SIGN: BlockState

The default block state for dark_oak_wall_sign.

Source

pub const MANGROVE_WALL_SIGN: BlockState

The default block state for mangrove_wall_sign.

Source

pub const BAMBOO_WALL_SIGN: BlockState

The default block state for bamboo_wall_sign.

Source

pub const OAK_HANGING_SIGN: BlockState

The default block state for oak_hanging_sign.

Source

pub const SPRUCE_HANGING_SIGN: BlockState

The default block state for spruce_hanging_sign.

Source

pub const BIRCH_HANGING_SIGN: BlockState

The default block state for birch_hanging_sign.

Source

pub const ACACIA_HANGING_SIGN: BlockState

The default block state for acacia_hanging_sign.

Source

pub const CHERRY_HANGING_SIGN: BlockState

The default block state for cherry_hanging_sign.

Source

pub const JUNGLE_HANGING_SIGN: BlockState

The default block state for jungle_hanging_sign.

Source

pub const DARK_OAK_HANGING_SIGN: BlockState

The default block state for dark_oak_hanging_sign.

Source

pub const CRIMSON_HANGING_SIGN: BlockState

The default block state for crimson_hanging_sign.

Source

pub const WARPED_HANGING_SIGN: BlockState

The default block state for warped_hanging_sign.

Source

pub const MANGROVE_HANGING_SIGN: BlockState

The default block state for mangrove_hanging_sign.

Source

pub const BAMBOO_HANGING_SIGN: BlockState

The default block state for bamboo_hanging_sign.

Source

pub const OAK_WALL_HANGING_SIGN: BlockState

The default block state for oak_wall_hanging_sign.

Source

pub const SPRUCE_WALL_HANGING_SIGN: BlockState

The default block state for spruce_wall_hanging_sign.

Source

pub const BIRCH_WALL_HANGING_SIGN: BlockState

The default block state for birch_wall_hanging_sign.

Source

pub const ACACIA_WALL_HANGING_SIGN: BlockState

The default block state for acacia_wall_hanging_sign.

Source

pub const CHERRY_WALL_HANGING_SIGN: BlockState

The default block state for cherry_wall_hanging_sign.

Source

pub const JUNGLE_WALL_HANGING_SIGN: BlockState

The default block state for jungle_wall_hanging_sign.

Source

pub const DARK_OAK_WALL_HANGING_SIGN: BlockState

The default block state for dark_oak_wall_hanging_sign.

Source

pub const MANGROVE_WALL_HANGING_SIGN: BlockState

The default block state for mangrove_wall_hanging_sign.

Source

pub const CRIMSON_WALL_HANGING_SIGN: BlockState

The default block state for crimson_wall_hanging_sign.

Source

pub const WARPED_WALL_HANGING_SIGN: BlockState

The default block state for warped_wall_hanging_sign.

Source

pub const BAMBOO_WALL_HANGING_SIGN: BlockState

The default block state for bamboo_wall_hanging_sign.

Source

pub const LEVER: BlockState

The default block state for lever.

Source

pub const STONE_PRESSURE_PLATE: BlockState

The default block state for stone_pressure_plate.

Source

pub const IRON_DOOR: BlockState

The default block state for iron_door.

Source

pub const OAK_PRESSURE_PLATE: BlockState

The default block state for oak_pressure_plate.

Source

pub const SPRUCE_PRESSURE_PLATE: BlockState

The default block state for spruce_pressure_plate.

Source

pub const BIRCH_PRESSURE_PLATE: BlockState

The default block state for birch_pressure_plate.

Source

pub const JUNGLE_PRESSURE_PLATE: BlockState

The default block state for jungle_pressure_plate.

Source

pub const ACACIA_PRESSURE_PLATE: BlockState

The default block state for acacia_pressure_plate.

Source

pub const CHERRY_PRESSURE_PLATE: BlockState

The default block state for cherry_pressure_plate.

Source

pub const DARK_OAK_PRESSURE_PLATE: BlockState

The default block state for dark_oak_pressure_plate.

Source

pub const MANGROVE_PRESSURE_PLATE: BlockState

The default block state for mangrove_pressure_plate.

Source

pub const BAMBOO_PRESSURE_PLATE: BlockState

The default block state for bamboo_pressure_plate.

Source

pub const REDSTONE_ORE: BlockState

The default block state for redstone_ore.

Source

pub const DEEPSLATE_REDSTONE_ORE: BlockState

The default block state for deepslate_redstone_ore.

Source

pub const REDSTONE_TORCH: BlockState

The default block state for redstone_torch.

Source

pub const REDSTONE_WALL_TORCH: BlockState

The default block state for redstone_wall_torch.

Source

pub const STONE_BUTTON: BlockState

The default block state for stone_button.

Source

pub const SNOW: BlockState

The default block state for snow.

Source

pub const ICE: BlockState

The default block state for ice.

Source

pub const SNOW_BLOCK: BlockState

The default block state for snow_block.

Source

pub const CACTUS: BlockState

The default block state for cactus.

Source

pub const CLAY: BlockState

The default block state for clay.

Source

pub const SUGAR_CANE: BlockState

The default block state for sugar_cane.

Source

pub const JUKEBOX: BlockState

The default block state for jukebox.

Source

pub const OAK_FENCE: BlockState

The default block state for oak_fence.

Source

pub const PUMPKIN: BlockState

The default block state for pumpkin.

Source

pub const NETHERRACK: BlockState

The default block state for netherrack.

Source

pub const SOUL_SAND: BlockState

The default block state for soul_sand.

Source

pub const SOUL_SOIL: BlockState

The default block state for soul_soil.

Source

pub const BASALT: BlockState

The default block state for basalt.

Source

pub const POLISHED_BASALT: BlockState

The default block state for polished_basalt.

Source

pub const SOUL_TORCH: BlockState

The default block state for soul_torch.

Source

pub const SOUL_WALL_TORCH: BlockState

The default block state for soul_wall_torch.

Source

pub const GLOWSTONE: BlockState

The default block state for glowstone.

Source

pub const NETHER_PORTAL: BlockState

The default block state for nether_portal.

Source

pub const CARVED_PUMPKIN: BlockState

The default block state for carved_pumpkin.

Source

pub const JACK_O_LANTERN: BlockState

The default block state for jack_o_lantern.

Source

pub const CAKE: BlockState

The default block state for cake.

Source

pub const REPEATER: BlockState

The default block state for repeater.

Source

pub const WHITE_STAINED_GLASS: BlockState

The default block state for white_stained_glass.

Source

pub const ORANGE_STAINED_GLASS: BlockState

The default block state for orange_stained_glass.

Source

pub const MAGENTA_STAINED_GLASS: BlockState

The default block state for magenta_stained_glass.

Source

pub const LIGHT_BLUE_STAINED_GLASS: BlockState

The default block state for light_blue_stained_glass.

Source

pub const YELLOW_STAINED_GLASS: BlockState

The default block state for yellow_stained_glass.

Source

pub const LIME_STAINED_GLASS: BlockState

The default block state for lime_stained_glass.

Source

pub const PINK_STAINED_GLASS: BlockState

The default block state for pink_stained_glass.

Source

pub const GRAY_STAINED_GLASS: BlockState

The default block state for gray_stained_glass.

Source

pub const LIGHT_GRAY_STAINED_GLASS: BlockState

The default block state for light_gray_stained_glass.

Source

pub const CYAN_STAINED_GLASS: BlockState

The default block state for cyan_stained_glass.

Source

pub const PURPLE_STAINED_GLASS: BlockState

The default block state for purple_stained_glass.

Source

pub const BLUE_STAINED_GLASS: BlockState

The default block state for blue_stained_glass.

Source

pub const BROWN_STAINED_GLASS: BlockState

The default block state for brown_stained_glass.

Source

pub const GREEN_STAINED_GLASS: BlockState

The default block state for green_stained_glass.

Source

pub const RED_STAINED_GLASS: BlockState

The default block state for red_stained_glass.

Source

pub const BLACK_STAINED_GLASS: BlockState

The default block state for black_stained_glass.

Source

pub const OAK_TRAPDOOR: BlockState

The default block state for oak_trapdoor.

Source

pub const SPRUCE_TRAPDOOR: BlockState

The default block state for spruce_trapdoor.

Source

pub const BIRCH_TRAPDOOR: BlockState

The default block state for birch_trapdoor.

Source

pub const JUNGLE_TRAPDOOR: BlockState

The default block state for jungle_trapdoor.

Source

pub const ACACIA_TRAPDOOR: BlockState

The default block state for acacia_trapdoor.

Source

pub const CHERRY_TRAPDOOR: BlockState

The default block state for cherry_trapdoor.

Source

pub const DARK_OAK_TRAPDOOR: BlockState

The default block state for dark_oak_trapdoor.

Source

pub const MANGROVE_TRAPDOOR: BlockState

The default block state for mangrove_trapdoor.

Source

pub const BAMBOO_TRAPDOOR: BlockState

The default block state for bamboo_trapdoor.

Source

pub const STONE_BRICKS: BlockState

The default block state for stone_bricks.

Source

pub const MOSSY_STONE_BRICKS: BlockState

The default block state for mossy_stone_bricks.

Source

pub const CRACKED_STONE_BRICKS: BlockState

The default block state for cracked_stone_bricks.

Source

pub const CHISELED_STONE_BRICKS: BlockState

The default block state for chiseled_stone_bricks.

Source

pub const PACKED_MUD: BlockState

The default block state for packed_mud.

Source

pub const MUD_BRICKS: BlockState

The default block state for mud_bricks.

Source

pub const INFESTED_STONE: BlockState

The default block state for infested_stone.

Source

pub const INFESTED_COBBLESTONE: BlockState

The default block state for infested_cobblestone.

Source

pub const INFESTED_STONE_BRICKS: BlockState

The default block state for infested_stone_bricks.

Source

pub const INFESTED_MOSSY_STONE_BRICKS: BlockState

The default block state for infested_mossy_stone_bricks.

Source

pub const INFESTED_CRACKED_STONE_BRICKS: BlockState

The default block state for infested_cracked_stone_bricks.

Source

pub const INFESTED_CHISELED_STONE_BRICKS: BlockState

The default block state for infested_chiseled_stone_bricks.

Source

pub const BROWN_MUSHROOM_BLOCK: BlockState

The default block state for brown_mushroom_block.

Source

pub const RED_MUSHROOM_BLOCK: BlockState

The default block state for red_mushroom_block.

Source

pub const MUSHROOM_STEM: BlockState

The default block state for mushroom_stem.

Source

pub const IRON_BARS: BlockState

The default block state for iron_bars.

Source

pub const CHAIN: BlockState

The default block state for chain.

Source

pub const GLASS_PANE: BlockState

The default block state for glass_pane.

Source

pub const MELON: BlockState

The default block state for melon.

Source

pub const ATTACHED_PUMPKIN_STEM: BlockState

The default block state for attached_pumpkin_stem.

Source

pub const ATTACHED_MELON_STEM: BlockState

The default block state for attached_melon_stem.

Source

pub const PUMPKIN_STEM: BlockState

The default block state for pumpkin_stem.

Source

pub const MELON_STEM: BlockState

The default block state for melon_stem.

Source

pub const VINE: BlockState

The default block state for vine.

Source

pub const GLOW_LICHEN: BlockState

The default block state for glow_lichen.

Source

pub const OAK_FENCE_GATE: BlockState

The default block state for oak_fence_gate.

Source

pub const BRICK_STAIRS: BlockState

The default block state for brick_stairs.

Source

pub const STONE_BRICK_STAIRS: BlockState

The default block state for stone_brick_stairs.

Source

pub const MUD_BRICK_STAIRS: BlockState

The default block state for mud_brick_stairs.

Source

pub const MYCELIUM: BlockState

The default block state for mycelium.

Source

pub const LILY_PAD: BlockState

The default block state for lily_pad.

Source

pub const NETHER_BRICKS: BlockState

The default block state for nether_bricks.

Source

pub const NETHER_BRICK_FENCE: BlockState

The default block state for nether_brick_fence.

Source

pub const NETHER_BRICK_STAIRS: BlockState

The default block state for nether_brick_stairs.

Source

pub const NETHER_WART: BlockState

The default block state for nether_wart.

Source

pub const ENCHANTING_TABLE: BlockState

The default block state for enchanting_table.

Source

pub const BREWING_STAND: BlockState

The default block state for brewing_stand.

Source

pub const CAULDRON: BlockState

The default block state for cauldron.

Source

pub const WATER_CAULDRON: BlockState

The default block state for water_cauldron.

Source

pub const LAVA_CAULDRON: BlockState

The default block state for lava_cauldron.

Source

pub const POWDER_SNOW_CAULDRON: BlockState

The default block state for powder_snow_cauldron.

Source

pub const END_PORTAL: BlockState

The default block state for end_portal.

Source

pub const END_PORTAL_FRAME: BlockState

The default block state for end_portal_frame.

Source

pub const END_STONE: BlockState

The default block state for end_stone.

Source

pub const DRAGON_EGG: BlockState

The default block state for dragon_egg.

Source

pub const REDSTONE_LAMP: BlockState

The default block state for redstone_lamp.

Source

pub const COCOA: BlockState

The default block state for cocoa.

Source

pub const SANDSTONE_STAIRS: BlockState

The default block state for sandstone_stairs.

Source

pub const EMERALD_ORE: BlockState

The default block state for emerald_ore.

Source

pub const DEEPSLATE_EMERALD_ORE: BlockState

The default block state for deepslate_emerald_ore.

Source

pub const ENDER_CHEST: BlockState

The default block state for ender_chest.

Source

pub const TRIPWIRE_HOOK: BlockState

The default block state for tripwire_hook.

Source

pub const TRIPWIRE: BlockState

The default block state for tripwire.

Source

pub const EMERALD_BLOCK: BlockState

The default block state for emerald_block.

Source

pub const SPRUCE_STAIRS: BlockState

The default block state for spruce_stairs.

Source

pub const BIRCH_STAIRS: BlockState

The default block state for birch_stairs.

Source

pub const JUNGLE_STAIRS: BlockState

The default block state for jungle_stairs.

Source

pub const COMMAND_BLOCK: BlockState

The default block state for command_block.

Source

pub const BEACON: BlockState

The default block state for beacon.

Source

pub const COBBLESTONE_WALL: BlockState

The default block state for cobblestone_wall.

Source

pub const MOSSY_COBBLESTONE_WALL: BlockState

The default block state for mossy_cobblestone_wall.

Source

pub const FLOWER_POT: BlockState

The default block state for flower_pot.

Source

pub const POTTED_TORCHFLOWER: BlockState

The default block state for potted_torchflower.

Source

pub const POTTED_OAK_SAPLING: BlockState

The default block state for potted_oak_sapling.

Source

pub const POTTED_SPRUCE_SAPLING: BlockState

The default block state for potted_spruce_sapling.

Source

pub const POTTED_BIRCH_SAPLING: BlockState

The default block state for potted_birch_sapling.

Source

pub const POTTED_JUNGLE_SAPLING: BlockState

The default block state for potted_jungle_sapling.

Source

pub const POTTED_ACACIA_SAPLING: BlockState

The default block state for potted_acacia_sapling.

Source

pub const POTTED_CHERRY_SAPLING: BlockState

The default block state for potted_cherry_sapling.

Source

pub const POTTED_DARK_OAK_SAPLING: BlockState

The default block state for potted_dark_oak_sapling.

Source

pub const POTTED_MANGROVE_PROPAGULE: BlockState

The default block state for potted_mangrove_propagule.

Source

pub const POTTED_FERN: BlockState

The default block state for potted_fern.

Source

pub const POTTED_DANDELION: BlockState

The default block state for potted_dandelion.

Source

pub const POTTED_POPPY: BlockState

The default block state for potted_poppy.

Source

pub const POTTED_BLUE_ORCHID: BlockState

The default block state for potted_blue_orchid.

Source

pub const POTTED_ALLIUM: BlockState

The default block state for potted_allium.

Source

pub const POTTED_AZURE_BLUET: BlockState

The default block state for potted_azure_bluet.

Source

pub const POTTED_RED_TULIP: BlockState

The default block state for potted_red_tulip.

Source

pub const POTTED_ORANGE_TULIP: BlockState

The default block state for potted_orange_tulip.

Source

pub const POTTED_WHITE_TULIP: BlockState

The default block state for potted_white_tulip.

Source

pub const POTTED_PINK_TULIP: BlockState

The default block state for potted_pink_tulip.

Source

pub const POTTED_OXEYE_DAISY: BlockState

The default block state for potted_oxeye_daisy.

Source

pub const POTTED_CORNFLOWER: BlockState

The default block state for potted_cornflower.

Source

pub const POTTED_LILY_OF_THE_VALLEY: BlockState

The default block state for potted_lily_of_the_valley.

Source

pub const POTTED_WITHER_ROSE: BlockState

The default block state for potted_wither_rose.

Source

pub const POTTED_RED_MUSHROOM: BlockState

The default block state for potted_red_mushroom.

Source

pub const POTTED_BROWN_MUSHROOM: BlockState

The default block state for potted_brown_mushroom.

Source

pub const POTTED_DEAD_BUSH: BlockState

The default block state for potted_dead_bush.

Source

pub const POTTED_CACTUS: BlockState

The default block state for potted_cactus.

Source

pub const CARROTS: BlockState

The default block state for carrots.

Source

pub const POTATOES: BlockState

The default block state for potatoes.

Source

pub const OAK_BUTTON: BlockState

The default block state for oak_button.

Source

pub const SPRUCE_BUTTON: BlockState

The default block state for spruce_button.

Source

pub const BIRCH_BUTTON: BlockState

The default block state for birch_button.

Source

pub const JUNGLE_BUTTON: BlockState

The default block state for jungle_button.

Source

pub const ACACIA_BUTTON: BlockState

The default block state for acacia_button.

Source

pub const CHERRY_BUTTON: BlockState

The default block state for cherry_button.

Source

pub const DARK_OAK_BUTTON: BlockState

The default block state for dark_oak_button.

Source

pub const MANGROVE_BUTTON: BlockState

The default block state for mangrove_button.

Source

pub const BAMBOO_BUTTON: BlockState

The default block state for bamboo_button.

Source

pub const SKELETON_SKULL: BlockState

The default block state for skeleton_skull.

Source

pub const SKELETON_WALL_SKULL: BlockState

The default block state for skeleton_wall_skull.

Source

pub const WITHER_SKELETON_SKULL: BlockState

The default block state for wither_skeleton_skull.

Source

pub const WITHER_SKELETON_WALL_SKULL: BlockState

The default block state for wither_skeleton_wall_skull.

Source

pub const ZOMBIE_HEAD: BlockState

The default block state for zombie_head.

Source

pub const ZOMBIE_WALL_HEAD: BlockState

The default block state for zombie_wall_head.

Source

pub const PLAYER_HEAD: BlockState

The default block state for player_head.

Source

pub const PLAYER_WALL_HEAD: BlockState

The default block state for player_wall_head.

Source

pub const CREEPER_HEAD: BlockState

The default block state for creeper_head.

Source

pub const CREEPER_WALL_HEAD: BlockState

The default block state for creeper_wall_head.

Source

pub const DRAGON_HEAD: BlockState

The default block state for dragon_head.

Source

pub const DRAGON_WALL_HEAD: BlockState

The default block state for dragon_wall_head.

Source

pub const PIGLIN_HEAD: BlockState

The default block state for piglin_head.

Source

pub const PIGLIN_WALL_HEAD: BlockState

The default block state for piglin_wall_head.

Source

pub const ANVIL: BlockState

The default block state for anvil.

Source

pub const CHIPPED_ANVIL: BlockState

The default block state for chipped_anvil.

Source

pub const DAMAGED_ANVIL: BlockState

The default block state for damaged_anvil.

Source

pub const TRAPPED_CHEST: BlockState

The default block state for trapped_chest.

Source

pub const LIGHT_WEIGHTED_PRESSURE_PLATE: BlockState

The default block state for light_weighted_pressure_plate.

Source

pub const HEAVY_WEIGHTED_PRESSURE_PLATE: BlockState

The default block state for heavy_weighted_pressure_plate.

Source

pub const COMPARATOR: BlockState

The default block state for comparator.

Source

pub const DAYLIGHT_DETECTOR: BlockState

The default block state for daylight_detector.

Source

pub const REDSTONE_BLOCK: BlockState

The default block state for redstone_block.

Source

pub const NETHER_QUARTZ_ORE: BlockState

The default block state for nether_quartz_ore.

Source

pub const HOPPER: BlockState

The default block state for hopper.

Source

pub const QUARTZ_BLOCK: BlockState

The default block state for quartz_block.

Source

pub const CHISELED_QUARTZ_BLOCK: BlockState

The default block state for chiseled_quartz_block.

Source

pub const QUARTZ_PILLAR: BlockState

The default block state for quartz_pillar.

Source

pub const QUARTZ_STAIRS: BlockState

The default block state for quartz_stairs.

Source

pub const ACTIVATOR_RAIL: BlockState

The default block state for activator_rail.

Source

pub const DROPPER: BlockState

The default block state for dropper.

Source

pub const WHITE_TERRACOTTA: BlockState

The default block state for white_terracotta.

Source

pub const ORANGE_TERRACOTTA: BlockState

The default block state for orange_terracotta.

Source

pub const MAGENTA_TERRACOTTA: BlockState

The default block state for magenta_terracotta.

Source

pub const LIGHT_BLUE_TERRACOTTA: BlockState

The default block state for light_blue_terracotta.

Source

pub const YELLOW_TERRACOTTA: BlockState

The default block state for yellow_terracotta.

Source

pub const LIME_TERRACOTTA: BlockState

The default block state for lime_terracotta.

Source

pub const PINK_TERRACOTTA: BlockState

The default block state for pink_terracotta.

Source

pub const GRAY_TERRACOTTA: BlockState

The default block state for gray_terracotta.

Source

pub const LIGHT_GRAY_TERRACOTTA: BlockState

The default block state for light_gray_terracotta.

Source

pub const CYAN_TERRACOTTA: BlockState

The default block state for cyan_terracotta.

Source

pub const PURPLE_TERRACOTTA: BlockState

The default block state for purple_terracotta.

Source

pub const BLUE_TERRACOTTA: BlockState

The default block state for blue_terracotta.

Source

pub const BROWN_TERRACOTTA: BlockState

The default block state for brown_terracotta.

Source

pub const GREEN_TERRACOTTA: BlockState

The default block state for green_terracotta.

Source

pub const RED_TERRACOTTA: BlockState

The default block state for red_terracotta.

Source

pub const BLACK_TERRACOTTA: BlockState

The default block state for black_terracotta.

Source

pub const WHITE_STAINED_GLASS_PANE: BlockState

The default block state for white_stained_glass_pane.

Source

pub const ORANGE_STAINED_GLASS_PANE: BlockState

The default block state for orange_stained_glass_pane.

Source

pub const MAGENTA_STAINED_GLASS_PANE: BlockState

The default block state for magenta_stained_glass_pane.

Source

pub const LIGHT_BLUE_STAINED_GLASS_PANE: BlockState

The default block state for light_blue_stained_glass_pane.

Source

pub const YELLOW_STAINED_GLASS_PANE: BlockState

The default block state for yellow_stained_glass_pane.

Source

pub const LIME_STAINED_GLASS_PANE: BlockState

The default block state for lime_stained_glass_pane.

Source

pub const PINK_STAINED_GLASS_PANE: BlockState

The default block state for pink_stained_glass_pane.

Source

pub const GRAY_STAINED_GLASS_PANE: BlockState

The default block state for gray_stained_glass_pane.

Source

pub const LIGHT_GRAY_STAINED_GLASS_PANE: BlockState

The default block state for light_gray_stained_glass_pane.

Source

pub const CYAN_STAINED_GLASS_PANE: BlockState

The default block state for cyan_stained_glass_pane.

Source

pub const PURPLE_STAINED_GLASS_PANE: BlockState

The default block state for purple_stained_glass_pane.

Source

pub const BLUE_STAINED_GLASS_PANE: BlockState

The default block state for blue_stained_glass_pane.

Source

pub const BROWN_STAINED_GLASS_PANE: BlockState

The default block state for brown_stained_glass_pane.

Source

pub const GREEN_STAINED_GLASS_PANE: BlockState

The default block state for green_stained_glass_pane.

Source

pub const RED_STAINED_GLASS_PANE: BlockState

The default block state for red_stained_glass_pane.

Source

pub const BLACK_STAINED_GLASS_PANE: BlockState

The default block state for black_stained_glass_pane.

Source

pub const ACACIA_STAIRS: BlockState

The default block state for acacia_stairs.

Source

pub const CHERRY_STAIRS: BlockState

The default block state for cherry_stairs.

Source

pub const DARK_OAK_STAIRS: BlockState

The default block state for dark_oak_stairs.

Source

pub const MANGROVE_STAIRS: BlockState

The default block state for mangrove_stairs.

Source

pub const BAMBOO_STAIRS: BlockState

The default block state for bamboo_stairs.

Source

pub const BAMBOO_MOSAIC_STAIRS: BlockState

The default block state for bamboo_mosaic_stairs.

Source

pub const SLIME_BLOCK: BlockState

The default block state for slime_block.

Source

pub const BARRIER: BlockState

The default block state for barrier.

Source

pub const LIGHT: BlockState

The default block state for light.

Source

pub const IRON_TRAPDOOR: BlockState

The default block state for iron_trapdoor.

Source

pub const PRISMARINE: BlockState

The default block state for prismarine.

Source

pub const PRISMARINE_BRICKS: BlockState

The default block state for prismarine_bricks.

Source

pub const DARK_PRISMARINE: BlockState

The default block state for dark_prismarine.

Source

pub const PRISMARINE_STAIRS: BlockState

The default block state for prismarine_stairs.

Source

pub const PRISMARINE_BRICK_STAIRS: BlockState

The default block state for prismarine_brick_stairs.

Source

pub const DARK_PRISMARINE_STAIRS: BlockState

The default block state for dark_prismarine_stairs.

Source

pub const PRISMARINE_SLAB: BlockState

The default block state for prismarine_slab.

Source

pub const PRISMARINE_BRICK_SLAB: BlockState

The default block state for prismarine_brick_slab.

Source

pub const DARK_PRISMARINE_SLAB: BlockState

The default block state for dark_prismarine_slab.

Source

pub const SEA_LANTERN: BlockState

The default block state for sea_lantern.

Source

pub const HAY_BLOCK: BlockState

The default block state for hay_block.

Source

pub const WHITE_CARPET: BlockState

The default block state for white_carpet.

Source

pub const ORANGE_CARPET: BlockState

The default block state for orange_carpet.

Source

pub const MAGENTA_CARPET: BlockState

The default block state for magenta_carpet.

Source

pub const LIGHT_BLUE_CARPET: BlockState

The default block state for light_blue_carpet.

Source

pub const YELLOW_CARPET: BlockState

The default block state for yellow_carpet.

Source

pub const LIME_CARPET: BlockState

The default block state for lime_carpet.

Source

pub const PINK_CARPET: BlockState

The default block state for pink_carpet.

Source

pub const GRAY_CARPET: BlockState

The default block state for gray_carpet.

Source

pub const LIGHT_GRAY_CARPET: BlockState

The default block state for light_gray_carpet.

Source

pub const CYAN_CARPET: BlockState

The default block state for cyan_carpet.

Source

pub const PURPLE_CARPET: BlockState

The default block state for purple_carpet.

Source

pub const BLUE_CARPET: BlockState

The default block state for blue_carpet.

Source

pub const BROWN_CARPET: BlockState

The default block state for brown_carpet.

Source

pub const GREEN_CARPET: BlockState

The default block state for green_carpet.

Source

pub const RED_CARPET: BlockState

The default block state for red_carpet.

Source

pub const BLACK_CARPET: BlockState

The default block state for black_carpet.

Source

pub const TERRACOTTA: BlockState

The default block state for terracotta.

Source

pub const COAL_BLOCK: BlockState

The default block state for coal_block.

Source

pub const PACKED_ICE: BlockState

The default block state for packed_ice.

Source

pub const SUNFLOWER: BlockState

The default block state for sunflower.

Source

pub const LILAC: BlockState

The default block state for lilac.

Source

pub const ROSE_BUSH: BlockState

The default block state for rose_bush.

Source

pub const PEONY: BlockState

The default block state for peony.

Source

pub const TALL_GRASS: BlockState

The default block state for tall_grass.

Source

pub const LARGE_FERN: BlockState

The default block state for large_fern.

Source

pub const WHITE_BANNER: BlockState

The default block state for white_banner.

Source

pub const ORANGE_BANNER: BlockState

The default block state for orange_banner.

Source

pub const MAGENTA_BANNER: BlockState

The default block state for magenta_banner.

Source

pub const LIGHT_BLUE_BANNER: BlockState

The default block state for light_blue_banner.

Source

pub const YELLOW_BANNER: BlockState

The default block state for yellow_banner.

Source

pub const LIME_BANNER: BlockState

The default block state for lime_banner.

Source

pub const PINK_BANNER: BlockState

The default block state for pink_banner.

Source

pub const GRAY_BANNER: BlockState

The default block state for gray_banner.

Source

pub const LIGHT_GRAY_BANNER: BlockState

The default block state for light_gray_banner.

Source

pub const CYAN_BANNER: BlockState

The default block state for cyan_banner.

Source

pub const PURPLE_BANNER: BlockState

The default block state for purple_banner.

Source

pub const BLUE_BANNER: BlockState

The default block state for blue_banner.

Source

pub const BROWN_BANNER: BlockState

The default block state for brown_banner.

Source

pub const GREEN_BANNER: BlockState

The default block state for green_banner.

Source

pub const RED_BANNER: BlockState

The default block state for red_banner.

Source

pub const BLACK_BANNER: BlockState

The default block state for black_banner.

Source

pub const WHITE_WALL_BANNER: BlockState

The default block state for white_wall_banner.

Source

pub const ORANGE_WALL_BANNER: BlockState

The default block state for orange_wall_banner.

Source

pub const MAGENTA_WALL_BANNER: BlockState

The default block state for magenta_wall_banner.

Source

pub const LIGHT_BLUE_WALL_BANNER: BlockState

The default block state for light_blue_wall_banner.

Source

pub const YELLOW_WALL_BANNER: BlockState

The default block state for yellow_wall_banner.

Source

pub const LIME_WALL_BANNER: BlockState

The default block state for lime_wall_banner.

Source

pub const PINK_WALL_BANNER: BlockState

The default block state for pink_wall_banner.

Source

pub const GRAY_WALL_BANNER: BlockState

The default block state for gray_wall_banner.

Source

pub const LIGHT_GRAY_WALL_BANNER: BlockState

The default block state for light_gray_wall_banner.

Source

pub const CYAN_WALL_BANNER: BlockState

The default block state for cyan_wall_banner.

Source

pub const PURPLE_WALL_BANNER: BlockState

The default block state for purple_wall_banner.

Source

pub const BLUE_WALL_BANNER: BlockState

The default block state for blue_wall_banner.

Source

pub const BROWN_WALL_BANNER: BlockState

The default block state for brown_wall_banner.

Source

pub const GREEN_WALL_BANNER: BlockState

The default block state for green_wall_banner.

Source

pub const RED_WALL_BANNER: BlockState

The default block state for red_wall_banner.

Source

pub const BLACK_WALL_BANNER: BlockState

The default block state for black_wall_banner.

Source

pub const RED_SANDSTONE: BlockState

The default block state for red_sandstone.

Source

pub const CHISELED_RED_SANDSTONE: BlockState

The default block state for chiseled_red_sandstone.

Source

pub const CUT_RED_SANDSTONE: BlockState

The default block state for cut_red_sandstone.

Source

pub const RED_SANDSTONE_STAIRS: BlockState

The default block state for red_sandstone_stairs.

Source

pub const OAK_SLAB: BlockState

The default block state for oak_slab.

Source

pub const SPRUCE_SLAB: BlockState

The default block state for spruce_slab.

Source

pub const BIRCH_SLAB: BlockState

The default block state for birch_slab.

Source

pub const JUNGLE_SLAB: BlockState

The default block state for jungle_slab.

Source

pub const ACACIA_SLAB: BlockState

The default block state for acacia_slab.

Source

pub const CHERRY_SLAB: BlockState

The default block state for cherry_slab.

Source

pub const DARK_OAK_SLAB: BlockState

The default block state for dark_oak_slab.

Source

pub const MANGROVE_SLAB: BlockState

The default block state for mangrove_slab.

Source

pub const BAMBOO_SLAB: BlockState

The default block state for bamboo_slab.

Source

pub const BAMBOO_MOSAIC_SLAB: BlockState

The default block state for bamboo_mosaic_slab.

Source

pub const STONE_SLAB: BlockState

The default block state for stone_slab.

Source

pub const SMOOTH_STONE_SLAB: BlockState

The default block state for smooth_stone_slab.

Source

pub const SANDSTONE_SLAB: BlockState

The default block state for sandstone_slab.

Source

pub const CUT_SANDSTONE_SLAB: BlockState

The default block state for cut_sandstone_slab.

Source

pub const PETRIFIED_OAK_SLAB: BlockState

The default block state for petrified_oak_slab.

Source

pub const COBBLESTONE_SLAB: BlockState

The default block state for cobblestone_slab.

Source

pub const BRICK_SLAB: BlockState

The default block state for brick_slab.

Source

pub const STONE_BRICK_SLAB: BlockState

The default block state for stone_brick_slab.

Source

pub const MUD_BRICK_SLAB: BlockState

The default block state for mud_brick_slab.

Source

pub const NETHER_BRICK_SLAB: BlockState

The default block state for nether_brick_slab.

Source

pub const QUARTZ_SLAB: BlockState

The default block state for quartz_slab.

Source

pub const RED_SANDSTONE_SLAB: BlockState

The default block state for red_sandstone_slab.

Source

pub const CUT_RED_SANDSTONE_SLAB: BlockState

The default block state for cut_red_sandstone_slab.

Source

pub const PURPUR_SLAB: BlockState

The default block state for purpur_slab.

Source

pub const SMOOTH_STONE: BlockState

The default block state for smooth_stone.

Source

pub const SMOOTH_SANDSTONE: BlockState

The default block state for smooth_sandstone.

Source

pub const SMOOTH_QUARTZ: BlockState

The default block state for smooth_quartz.

Source

pub const SMOOTH_RED_SANDSTONE: BlockState

The default block state for smooth_red_sandstone.

Source

pub const SPRUCE_FENCE_GATE: BlockState

The default block state for spruce_fence_gate.

Source

pub const BIRCH_FENCE_GATE: BlockState

The default block state for birch_fence_gate.

Source

pub const JUNGLE_FENCE_GATE: BlockState

The default block state for jungle_fence_gate.

Source

pub const ACACIA_FENCE_GATE: BlockState

The default block state for acacia_fence_gate.

Source

pub const CHERRY_FENCE_GATE: BlockState

The default block state for cherry_fence_gate.

Source

pub const DARK_OAK_FENCE_GATE: BlockState

The default block state for dark_oak_fence_gate.

Source

pub const MANGROVE_FENCE_GATE: BlockState

The default block state for mangrove_fence_gate.

Source

pub const BAMBOO_FENCE_GATE: BlockState

The default block state for bamboo_fence_gate.

Source

pub const SPRUCE_FENCE: BlockState

The default block state for spruce_fence.

Source

pub const BIRCH_FENCE: BlockState

The default block state for birch_fence.

Source

pub const JUNGLE_FENCE: BlockState

The default block state for jungle_fence.

Source

pub const ACACIA_FENCE: BlockState

The default block state for acacia_fence.

Source

pub const CHERRY_FENCE: BlockState

The default block state for cherry_fence.

Source

pub const DARK_OAK_FENCE: BlockState

The default block state for dark_oak_fence.

Source

pub const MANGROVE_FENCE: BlockState

The default block state for mangrove_fence.

Source

pub const BAMBOO_FENCE: BlockState

The default block state for bamboo_fence.

Source

pub const SPRUCE_DOOR: BlockState

The default block state for spruce_door.

Source

pub const BIRCH_DOOR: BlockState

The default block state for birch_door.

Source

pub const JUNGLE_DOOR: BlockState

The default block state for jungle_door.

Source

pub const ACACIA_DOOR: BlockState

The default block state for acacia_door.

Source

pub const CHERRY_DOOR: BlockState

The default block state for cherry_door.

Source

pub const DARK_OAK_DOOR: BlockState

The default block state for dark_oak_door.

Source

pub const MANGROVE_DOOR: BlockState

The default block state for mangrove_door.

Source

pub const BAMBOO_DOOR: BlockState

The default block state for bamboo_door.

Source

pub const END_ROD: BlockState

The default block state for end_rod.

Source

pub const CHORUS_PLANT: BlockState

The default block state for chorus_plant.

Source

pub const CHORUS_FLOWER: BlockState

The default block state for chorus_flower.

Source

pub const PURPUR_BLOCK: BlockState

The default block state for purpur_block.

Source

pub const PURPUR_PILLAR: BlockState

The default block state for purpur_pillar.

Source

pub const PURPUR_STAIRS: BlockState

The default block state for purpur_stairs.

Source

pub const END_STONE_BRICKS: BlockState

The default block state for end_stone_bricks.

Source

pub const TORCHFLOWER_CROP: BlockState

The default block state for torchflower_crop.

Source

pub const PITCHER_CROP: BlockState

The default block state for pitcher_crop.

Source

pub const PITCHER_PLANT: BlockState

The default block state for pitcher_plant.

Source

pub const BEETROOTS: BlockState

The default block state for beetroots.

Source

pub const DIRT_PATH: BlockState

The default block state for dirt_path.

Source

pub const END_GATEWAY: BlockState

The default block state for end_gateway.

Source

pub const REPEATING_COMMAND_BLOCK: BlockState

The default block state for repeating_command_block.

Source

pub const CHAIN_COMMAND_BLOCK: BlockState

The default block state for chain_command_block.

Source

pub const FROSTED_ICE: BlockState

The default block state for frosted_ice.

Source

pub const MAGMA_BLOCK: BlockState

The default block state for magma_block.

Source

pub const NETHER_WART_BLOCK: BlockState

The default block state for nether_wart_block.

Source

pub const RED_NETHER_BRICKS: BlockState

The default block state for red_nether_bricks.

Source

pub const BONE_BLOCK: BlockState

The default block state for bone_block.

Source

pub const STRUCTURE_VOID: BlockState

The default block state for structure_void.

Source

pub const OBSERVER: BlockState

The default block state for observer.

Source

pub const SHULKER_BOX: BlockState

The default block state for shulker_box.

Source

pub const WHITE_SHULKER_BOX: BlockState

The default block state for white_shulker_box.

Source

pub const ORANGE_SHULKER_BOX: BlockState

The default block state for orange_shulker_box.

Source

pub const MAGENTA_SHULKER_BOX: BlockState

The default block state for magenta_shulker_box.

Source

pub const LIGHT_BLUE_SHULKER_BOX: BlockState

The default block state for light_blue_shulker_box.

Source

pub const YELLOW_SHULKER_BOX: BlockState

The default block state for yellow_shulker_box.

Source

pub const LIME_SHULKER_BOX: BlockState

The default block state for lime_shulker_box.

Source

pub const PINK_SHULKER_BOX: BlockState

The default block state for pink_shulker_box.

Source

pub const GRAY_SHULKER_BOX: BlockState

The default block state for gray_shulker_box.

Source

pub const LIGHT_GRAY_SHULKER_BOX: BlockState

The default block state for light_gray_shulker_box.

Source

pub const CYAN_SHULKER_BOX: BlockState

The default block state for cyan_shulker_box.

Source

pub const PURPLE_SHULKER_BOX: BlockState

The default block state for purple_shulker_box.

Source

pub const BLUE_SHULKER_BOX: BlockState

The default block state for blue_shulker_box.

Source

pub const BROWN_SHULKER_BOX: BlockState

The default block state for brown_shulker_box.

Source

pub const GREEN_SHULKER_BOX: BlockState

The default block state for green_shulker_box.

Source

pub const RED_SHULKER_BOX: BlockState

The default block state for red_shulker_box.

Source

pub const BLACK_SHULKER_BOX: BlockState

The default block state for black_shulker_box.

Source

pub const WHITE_GLAZED_TERRACOTTA: BlockState

The default block state for white_glazed_terracotta.

Source

pub const ORANGE_GLAZED_TERRACOTTA: BlockState

The default block state for orange_glazed_terracotta.

Source

pub const MAGENTA_GLAZED_TERRACOTTA: BlockState

The default block state for magenta_glazed_terracotta.

Source

pub const LIGHT_BLUE_GLAZED_TERRACOTTA: BlockState

The default block state for light_blue_glazed_terracotta.

Source

pub const YELLOW_GLAZED_TERRACOTTA: BlockState

The default block state for yellow_glazed_terracotta.

Source

pub const LIME_GLAZED_TERRACOTTA: BlockState

The default block state for lime_glazed_terracotta.

Source

pub const PINK_GLAZED_TERRACOTTA: BlockState

The default block state for pink_glazed_terracotta.

Source

pub const GRAY_GLAZED_TERRACOTTA: BlockState

The default block state for gray_glazed_terracotta.

Source

pub const LIGHT_GRAY_GLAZED_TERRACOTTA: BlockState

The default block state for light_gray_glazed_terracotta.

Source

pub const CYAN_GLAZED_TERRACOTTA: BlockState

The default block state for cyan_glazed_terracotta.

Source

pub const PURPLE_GLAZED_TERRACOTTA: BlockState

The default block state for purple_glazed_terracotta.

Source

pub const BLUE_GLAZED_TERRACOTTA: BlockState

The default block state for blue_glazed_terracotta.

Source

pub const BROWN_GLAZED_TERRACOTTA: BlockState

The default block state for brown_glazed_terracotta.

Source

pub const GREEN_GLAZED_TERRACOTTA: BlockState

The default block state for green_glazed_terracotta.

Source

pub const RED_GLAZED_TERRACOTTA: BlockState

The default block state for red_glazed_terracotta.

Source

pub const BLACK_GLAZED_TERRACOTTA: BlockState

The default block state for black_glazed_terracotta.

Source

pub const WHITE_CONCRETE: BlockState

The default block state for white_concrete.

Source

pub const ORANGE_CONCRETE: BlockState

The default block state for orange_concrete.

Source

pub const MAGENTA_CONCRETE: BlockState

The default block state for magenta_concrete.

Source

pub const LIGHT_BLUE_CONCRETE: BlockState

The default block state for light_blue_concrete.

Source

pub const YELLOW_CONCRETE: BlockState

The default block state for yellow_concrete.

Source

pub const LIME_CONCRETE: BlockState

The default block state for lime_concrete.

Source

pub const PINK_CONCRETE: BlockState

The default block state for pink_concrete.

Source

pub const GRAY_CONCRETE: BlockState

The default block state for gray_concrete.

Source

pub const LIGHT_GRAY_CONCRETE: BlockState

The default block state for light_gray_concrete.

Source

pub const CYAN_CONCRETE: BlockState

The default block state for cyan_concrete.

Source

pub const PURPLE_CONCRETE: BlockState

The default block state for purple_concrete.

Source

pub const BLUE_CONCRETE: BlockState

The default block state for blue_concrete.

Source

pub const BROWN_CONCRETE: BlockState

The default block state for brown_concrete.

Source

pub const GREEN_CONCRETE: BlockState

The default block state for green_concrete.

Source

pub const RED_CONCRETE: BlockState

The default block state for red_concrete.

Source

pub const BLACK_CONCRETE: BlockState

The default block state for black_concrete.

Source

pub const WHITE_CONCRETE_POWDER: BlockState

The default block state for white_concrete_powder.

Source

pub const ORANGE_CONCRETE_POWDER: BlockState

The default block state for orange_concrete_powder.

Source

pub const MAGENTA_CONCRETE_POWDER: BlockState

The default block state for magenta_concrete_powder.

Source

pub const LIGHT_BLUE_CONCRETE_POWDER: BlockState

The default block state for light_blue_concrete_powder.

Source

pub const YELLOW_CONCRETE_POWDER: BlockState

The default block state for yellow_concrete_powder.

Source

pub const LIME_CONCRETE_POWDER: BlockState

The default block state for lime_concrete_powder.

Source

pub const PINK_CONCRETE_POWDER: BlockState

The default block state for pink_concrete_powder.

Source

pub const GRAY_CONCRETE_POWDER: BlockState

The default block state for gray_concrete_powder.

Source

pub const LIGHT_GRAY_CONCRETE_POWDER: BlockState

The default block state for light_gray_concrete_powder.

Source

pub const CYAN_CONCRETE_POWDER: BlockState

The default block state for cyan_concrete_powder.

Source

pub const PURPLE_CONCRETE_POWDER: BlockState

The default block state for purple_concrete_powder.

Source

pub const BLUE_CONCRETE_POWDER: BlockState

The default block state for blue_concrete_powder.

Source

pub const BROWN_CONCRETE_POWDER: BlockState

The default block state for brown_concrete_powder.

Source

pub const GREEN_CONCRETE_POWDER: BlockState

The default block state for green_concrete_powder.

Source

pub const RED_CONCRETE_POWDER: BlockState

The default block state for red_concrete_powder.

Source

pub const BLACK_CONCRETE_POWDER: BlockState

The default block state for black_concrete_powder.

Source

pub const KELP: BlockState

The default block state for kelp.

Source

pub const KELP_PLANT: BlockState

The default block state for kelp_plant.

Source

pub const DRIED_KELP_BLOCK: BlockState

The default block state for dried_kelp_block.

Source

pub const TURTLE_EGG: BlockState

The default block state for turtle_egg.

Source

pub const SNIFFER_EGG: BlockState

The default block state for sniffer_egg.

Source

pub const DEAD_TUBE_CORAL_BLOCK: BlockState

The default block state for dead_tube_coral_block.

Source

pub const DEAD_BRAIN_CORAL_BLOCK: BlockState

The default block state for dead_brain_coral_block.

Source

pub const DEAD_BUBBLE_CORAL_BLOCK: BlockState

The default block state for dead_bubble_coral_block.

Source

pub const DEAD_FIRE_CORAL_BLOCK: BlockState

The default block state for dead_fire_coral_block.

Source

pub const DEAD_HORN_CORAL_BLOCK: BlockState

The default block state for dead_horn_coral_block.

Source

pub const TUBE_CORAL_BLOCK: BlockState

The default block state for tube_coral_block.

Source

pub const BRAIN_CORAL_BLOCK: BlockState

The default block state for brain_coral_block.

Source

pub const BUBBLE_CORAL_BLOCK: BlockState

The default block state for bubble_coral_block.

Source

pub const FIRE_CORAL_BLOCK: BlockState

The default block state for fire_coral_block.

Source

pub const HORN_CORAL_BLOCK: BlockState

The default block state for horn_coral_block.

Source

pub const DEAD_TUBE_CORAL: BlockState

The default block state for dead_tube_coral.

Source

pub const DEAD_BRAIN_CORAL: BlockState

The default block state for dead_brain_coral.

Source

pub const DEAD_BUBBLE_CORAL: BlockState

The default block state for dead_bubble_coral.

Source

pub const DEAD_FIRE_CORAL: BlockState

The default block state for dead_fire_coral.

Source

pub const DEAD_HORN_CORAL: BlockState

The default block state for dead_horn_coral.

Source

pub const TUBE_CORAL: BlockState

The default block state for tube_coral.

Source

pub const BRAIN_CORAL: BlockState

The default block state for brain_coral.

Source

pub const BUBBLE_CORAL: BlockState

The default block state for bubble_coral.

Source

pub const FIRE_CORAL: BlockState

The default block state for fire_coral.

Source

pub const HORN_CORAL: BlockState

The default block state for horn_coral.

Source

pub const DEAD_TUBE_CORAL_FAN: BlockState

The default block state for dead_tube_coral_fan.

Source

pub const DEAD_BRAIN_CORAL_FAN: BlockState

The default block state for dead_brain_coral_fan.

Source

pub const DEAD_BUBBLE_CORAL_FAN: BlockState

The default block state for dead_bubble_coral_fan.

Source

pub const DEAD_FIRE_CORAL_FAN: BlockState

The default block state for dead_fire_coral_fan.

Source

pub const DEAD_HORN_CORAL_FAN: BlockState

The default block state for dead_horn_coral_fan.

Source

pub const TUBE_CORAL_FAN: BlockState

The default block state for tube_coral_fan.

Source

pub const BRAIN_CORAL_FAN: BlockState

The default block state for brain_coral_fan.

Source

pub const BUBBLE_CORAL_FAN: BlockState

The default block state for bubble_coral_fan.

Source

pub const FIRE_CORAL_FAN: BlockState

The default block state for fire_coral_fan.

Source

pub const HORN_CORAL_FAN: BlockState

The default block state for horn_coral_fan.

Source

pub const DEAD_TUBE_CORAL_WALL_FAN: BlockState

The default block state for dead_tube_coral_wall_fan.

Source

pub const DEAD_BRAIN_CORAL_WALL_FAN: BlockState

The default block state for dead_brain_coral_wall_fan.

Source

pub const DEAD_BUBBLE_CORAL_WALL_FAN: BlockState

The default block state for dead_bubble_coral_wall_fan.

Source

pub const DEAD_FIRE_CORAL_WALL_FAN: BlockState

The default block state for dead_fire_coral_wall_fan.

Source

pub const DEAD_HORN_CORAL_WALL_FAN: BlockState

The default block state for dead_horn_coral_wall_fan.

Source

pub const TUBE_CORAL_WALL_FAN: BlockState

The default block state for tube_coral_wall_fan.

Source

pub const BRAIN_CORAL_WALL_FAN: BlockState

The default block state for brain_coral_wall_fan.

Source

pub const BUBBLE_CORAL_WALL_FAN: BlockState

The default block state for bubble_coral_wall_fan.

Source

pub const FIRE_CORAL_WALL_FAN: BlockState

The default block state for fire_coral_wall_fan.

Source

pub const HORN_CORAL_WALL_FAN: BlockState

The default block state for horn_coral_wall_fan.

Source

pub const SEA_PICKLE: BlockState

The default block state for sea_pickle.

Source

pub const BLUE_ICE: BlockState

The default block state for blue_ice.

Source

pub const CONDUIT: BlockState

The default block state for conduit.

Source

pub const BAMBOO_SAPLING: BlockState

The default block state for bamboo_sapling.

Source

pub const BAMBOO: BlockState

The default block state for bamboo.

Source

pub const POTTED_BAMBOO: BlockState

The default block state for potted_bamboo.

Source

pub const VOID_AIR: BlockState

The default block state for void_air.

Source

pub const CAVE_AIR: BlockState

The default block state for cave_air.

Source

pub const BUBBLE_COLUMN: BlockState

The default block state for bubble_column.

Source

pub const POLISHED_GRANITE_STAIRS: BlockState

The default block state for polished_granite_stairs.

Source

pub const SMOOTH_RED_SANDSTONE_STAIRS: BlockState

The default block state for smooth_red_sandstone_stairs.

Source

pub const MOSSY_STONE_BRICK_STAIRS: BlockState

The default block state for mossy_stone_brick_stairs.

Source

pub const POLISHED_DIORITE_STAIRS: BlockState

The default block state for polished_diorite_stairs.

Source

pub const MOSSY_COBBLESTONE_STAIRS: BlockState

The default block state for mossy_cobblestone_stairs.

Source

pub const END_STONE_BRICK_STAIRS: BlockState

The default block state for end_stone_brick_stairs.

Source

pub const STONE_STAIRS: BlockState

The default block state for stone_stairs.

Source

pub const SMOOTH_SANDSTONE_STAIRS: BlockState

The default block state for smooth_sandstone_stairs.

Source

pub const SMOOTH_QUARTZ_STAIRS: BlockState

The default block state for smooth_quartz_stairs.

Source

pub const GRANITE_STAIRS: BlockState

The default block state for granite_stairs.

Source

pub const ANDESITE_STAIRS: BlockState

The default block state for andesite_stairs.

Source

pub const RED_NETHER_BRICK_STAIRS: BlockState

The default block state for red_nether_brick_stairs.

Source

pub const POLISHED_ANDESITE_STAIRS: BlockState

The default block state for polished_andesite_stairs.

Source

pub const DIORITE_STAIRS: BlockState

The default block state for diorite_stairs.

Source

pub const POLISHED_GRANITE_SLAB: BlockState

The default block state for polished_granite_slab.

Source

pub const SMOOTH_RED_SANDSTONE_SLAB: BlockState

The default block state for smooth_red_sandstone_slab.

Source

pub const MOSSY_STONE_BRICK_SLAB: BlockState

The default block state for mossy_stone_brick_slab.

Source

pub const POLISHED_DIORITE_SLAB: BlockState

The default block state for polished_diorite_slab.

Source

pub const MOSSY_COBBLESTONE_SLAB: BlockState

The default block state for mossy_cobblestone_slab.

Source

pub const END_STONE_BRICK_SLAB: BlockState

The default block state for end_stone_brick_slab.

Source

pub const SMOOTH_SANDSTONE_SLAB: BlockState

The default block state for smooth_sandstone_slab.

Source

pub const SMOOTH_QUARTZ_SLAB: BlockState

The default block state for smooth_quartz_slab.

Source

pub const GRANITE_SLAB: BlockState

The default block state for granite_slab.

Source

pub const ANDESITE_SLAB: BlockState

The default block state for andesite_slab.

Source

pub const RED_NETHER_BRICK_SLAB: BlockState

The default block state for red_nether_brick_slab.

Source

pub const POLISHED_ANDESITE_SLAB: BlockState

The default block state for polished_andesite_slab.

Source

pub const DIORITE_SLAB: BlockState

The default block state for diorite_slab.

Source

pub const BRICK_WALL: BlockState

The default block state for brick_wall.

Source

pub const PRISMARINE_WALL: BlockState

The default block state for prismarine_wall.

Source

pub const RED_SANDSTONE_WALL: BlockState

The default block state for red_sandstone_wall.

Source

pub const MOSSY_STONE_BRICK_WALL: BlockState

The default block state for mossy_stone_brick_wall.

Source

pub const GRANITE_WALL: BlockState

The default block state for granite_wall.

Source

pub const STONE_BRICK_WALL: BlockState

The default block state for stone_brick_wall.

Source

pub const MUD_BRICK_WALL: BlockState

The default block state for mud_brick_wall.

Source

pub const NETHER_BRICK_WALL: BlockState

The default block state for nether_brick_wall.

Source

pub const ANDESITE_WALL: BlockState

The default block state for andesite_wall.

Source

pub const RED_NETHER_BRICK_WALL: BlockState

The default block state for red_nether_brick_wall.

Source

pub const SANDSTONE_WALL: BlockState

The default block state for sandstone_wall.

Source

pub const END_STONE_BRICK_WALL: BlockState

The default block state for end_stone_brick_wall.

Source

pub const DIORITE_WALL: BlockState

The default block state for diorite_wall.

Source

pub const SCAFFOLDING: BlockState

The default block state for scaffolding.

Source

pub const LOOM: BlockState

The default block state for loom.

Source

pub const BARREL: BlockState

The default block state for barrel.

Source

pub const SMOKER: BlockState

The default block state for smoker.

Source

pub const BLAST_FURNACE: BlockState

The default block state for blast_furnace.

Source

pub const CARTOGRAPHY_TABLE: BlockState

The default block state for cartography_table.

Source

pub const FLETCHING_TABLE: BlockState

The default block state for fletching_table.

Source

pub const GRINDSTONE: BlockState

The default block state for grindstone.

Source

pub const LECTERN: BlockState

The default block state for lectern.

Source

pub const SMITHING_TABLE: BlockState

The default block state for smithing_table.

Source

pub const STONECUTTER: BlockState

The default block state for stonecutter.

Source

pub const BELL: BlockState

The default block state for bell.

Source

pub const LANTERN: BlockState

The default block state for lantern.

Source

pub const SOUL_LANTERN: BlockState

The default block state for soul_lantern.

Source

pub const CAMPFIRE: BlockState

The default block state for campfire.

Source

pub const SOUL_CAMPFIRE: BlockState

The default block state for soul_campfire.

Source

pub const SWEET_BERRY_BUSH: BlockState

The default block state for sweet_berry_bush.

Source

pub const WARPED_STEM: BlockState

The default block state for warped_stem.

Source

pub const STRIPPED_WARPED_STEM: BlockState

The default block state for stripped_warped_stem.

Source

pub const WARPED_HYPHAE: BlockState

The default block state for warped_hyphae.

Source

pub const STRIPPED_WARPED_HYPHAE: BlockState

The default block state for stripped_warped_hyphae.

Source

pub const WARPED_NYLIUM: BlockState

The default block state for warped_nylium.

Source

pub const WARPED_FUNGUS: BlockState

The default block state for warped_fungus.

Source

pub const WARPED_WART_BLOCK: BlockState

The default block state for warped_wart_block.

Source

pub const WARPED_ROOTS: BlockState

The default block state for warped_roots.

Source

pub const NETHER_SPROUTS: BlockState

The default block state for nether_sprouts.

Source

pub const CRIMSON_STEM: BlockState

The default block state for crimson_stem.

Source

pub const STRIPPED_CRIMSON_STEM: BlockState

The default block state for stripped_crimson_stem.

Source

pub const CRIMSON_HYPHAE: BlockState

The default block state for crimson_hyphae.

Source

pub const STRIPPED_CRIMSON_HYPHAE: BlockState

The default block state for stripped_crimson_hyphae.

Source

pub const CRIMSON_NYLIUM: BlockState

The default block state for crimson_nylium.

Source

pub const CRIMSON_FUNGUS: BlockState

The default block state for crimson_fungus.

Source

pub const SHROOMLIGHT: BlockState

The default block state for shroomlight.

Source

pub const WEEPING_VINES: BlockState

The default block state for weeping_vines.

Source

pub const WEEPING_VINES_PLANT: BlockState

The default block state for weeping_vines_plant.

Source

pub const TWISTING_VINES: BlockState

The default block state for twisting_vines.

Source

pub const TWISTING_VINES_PLANT: BlockState

The default block state for twisting_vines_plant.

Source

pub const CRIMSON_ROOTS: BlockState

The default block state for crimson_roots.

Source

pub const CRIMSON_PLANKS: BlockState

The default block state for crimson_planks.

Source

pub const WARPED_PLANKS: BlockState

The default block state for warped_planks.

Source

pub const CRIMSON_SLAB: BlockState

The default block state for crimson_slab.

Source

pub const WARPED_SLAB: BlockState

The default block state for warped_slab.

Source

pub const CRIMSON_PRESSURE_PLATE: BlockState

The default block state for crimson_pressure_plate.

Source

pub const WARPED_PRESSURE_PLATE: BlockState

The default block state for warped_pressure_plate.

Source

pub const CRIMSON_FENCE: BlockState

The default block state for crimson_fence.

Source

pub const WARPED_FENCE: BlockState

The default block state for warped_fence.

Source

pub const CRIMSON_TRAPDOOR: BlockState

The default block state for crimson_trapdoor.

Source

pub const WARPED_TRAPDOOR: BlockState

The default block state for warped_trapdoor.

Source

pub const CRIMSON_FENCE_GATE: BlockState

The default block state for crimson_fence_gate.

Source

pub const WARPED_FENCE_GATE: BlockState

The default block state for warped_fence_gate.

Source

pub const CRIMSON_STAIRS: BlockState

The default block state for crimson_stairs.

Source

pub const WARPED_STAIRS: BlockState

The default block state for warped_stairs.

Source

pub const CRIMSON_BUTTON: BlockState

The default block state for crimson_button.

Source

pub const WARPED_BUTTON: BlockState

The default block state for warped_button.

Source

pub const CRIMSON_DOOR: BlockState

The default block state for crimson_door.

Source

pub const WARPED_DOOR: BlockState

The default block state for warped_door.

Source

pub const CRIMSON_SIGN: BlockState

The default block state for crimson_sign.

Source

pub const WARPED_SIGN: BlockState

The default block state for warped_sign.

Source

pub const CRIMSON_WALL_SIGN: BlockState

The default block state for crimson_wall_sign.

Source

pub const WARPED_WALL_SIGN: BlockState

The default block state for warped_wall_sign.

Source

pub const STRUCTURE_BLOCK: BlockState

The default block state for structure_block.

Source

pub const JIGSAW: BlockState

The default block state for jigsaw.

Source

pub const COMPOSTER: BlockState

The default block state for composter.

Source

pub const TARGET: BlockState

The default block state for target.

Source

pub const BEE_NEST: BlockState

The default block state for bee_nest.

Source

pub const BEEHIVE: BlockState

The default block state for beehive.

Source

pub const HONEY_BLOCK: BlockState

The default block state for honey_block.

Source

pub const HONEYCOMB_BLOCK: BlockState

The default block state for honeycomb_block.

Source

pub const NETHERITE_BLOCK: BlockState

The default block state for netherite_block.

Source

pub const ANCIENT_DEBRIS: BlockState

The default block state for ancient_debris.

Source

pub const CRYING_OBSIDIAN: BlockState

The default block state for crying_obsidian.

Source

pub const RESPAWN_ANCHOR: BlockState

The default block state for respawn_anchor.

Source

pub const POTTED_CRIMSON_FUNGUS: BlockState

The default block state for potted_crimson_fungus.

Source

pub const POTTED_WARPED_FUNGUS: BlockState

The default block state for potted_warped_fungus.

Source

pub const POTTED_CRIMSON_ROOTS: BlockState

The default block state for potted_crimson_roots.

Source

pub const POTTED_WARPED_ROOTS: BlockState

The default block state for potted_warped_roots.

Source

pub const LODESTONE: BlockState

The default block state for lodestone.

Source

pub const BLACKSTONE: BlockState

The default block state for blackstone.

Source

pub const BLACKSTONE_STAIRS: BlockState

The default block state for blackstone_stairs.

Source

pub const BLACKSTONE_WALL: BlockState

The default block state for blackstone_wall.

Source

pub const BLACKSTONE_SLAB: BlockState

The default block state for blackstone_slab.

Source

pub const POLISHED_BLACKSTONE: BlockState

The default block state for polished_blackstone.

Source

pub const POLISHED_BLACKSTONE_BRICKS: BlockState

The default block state for polished_blackstone_bricks.

Source

pub const CRACKED_POLISHED_BLACKSTONE_BRICKS: BlockState

The default block state for cracked_polished_blackstone_bricks.

Source

pub const CHISELED_POLISHED_BLACKSTONE: BlockState

The default block state for chiseled_polished_blackstone.

Source

pub const POLISHED_BLACKSTONE_BRICK_SLAB: BlockState

The default block state for polished_blackstone_brick_slab.

Source

pub const POLISHED_BLACKSTONE_BRICK_STAIRS: BlockState

The default block state for polished_blackstone_brick_stairs.

Source

pub const POLISHED_BLACKSTONE_BRICK_WALL: BlockState

The default block state for polished_blackstone_brick_wall.

Source

pub const GILDED_BLACKSTONE: BlockState

The default block state for gilded_blackstone.

Source

pub const POLISHED_BLACKSTONE_STAIRS: BlockState

The default block state for polished_blackstone_stairs.

Source

pub const POLISHED_BLACKSTONE_SLAB: BlockState

The default block state for polished_blackstone_slab.

Source

pub const POLISHED_BLACKSTONE_PRESSURE_PLATE: BlockState

The default block state for polished_blackstone_pressure_plate.

Source

pub const POLISHED_BLACKSTONE_BUTTON: BlockState

The default block state for polished_blackstone_button.

Source

pub const POLISHED_BLACKSTONE_WALL: BlockState

The default block state for polished_blackstone_wall.

Source

pub const CHISELED_NETHER_BRICKS: BlockState

The default block state for chiseled_nether_bricks.

Source

pub const CRACKED_NETHER_BRICKS: BlockState

The default block state for cracked_nether_bricks.

Source

pub const QUARTZ_BRICKS: BlockState

The default block state for quartz_bricks.

Source

pub const CANDLE: BlockState

The default block state for candle.

Source

pub const WHITE_CANDLE: BlockState

The default block state for white_candle.

Source

pub const ORANGE_CANDLE: BlockState

The default block state for orange_candle.

Source

pub const MAGENTA_CANDLE: BlockState

The default block state for magenta_candle.

Source

pub const LIGHT_BLUE_CANDLE: BlockState

The default block state for light_blue_candle.

Source

pub const YELLOW_CANDLE: BlockState

The default block state for yellow_candle.

Source

pub const LIME_CANDLE: BlockState

The default block state for lime_candle.

Source

pub const PINK_CANDLE: BlockState

The default block state for pink_candle.

Source

pub const GRAY_CANDLE: BlockState

The default block state for gray_candle.

Source

pub const LIGHT_GRAY_CANDLE: BlockState

The default block state for light_gray_candle.

Source

pub const CYAN_CANDLE: BlockState

The default block state for cyan_candle.

Source

pub const PURPLE_CANDLE: BlockState

The default block state for purple_candle.

Source

pub const BLUE_CANDLE: BlockState

The default block state for blue_candle.

Source

pub const BROWN_CANDLE: BlockState

The default block state for brown_candle.

Source

pub const GREEN_CANDLE: BlockState

The default block state for green_candle.

Source

pub const RED_CANDLE: BlockState

The default block state for red_candle.

Source

pub const BLACK_CANDLE: BlockState

The default block state for black_candle.

Source

pub const CANDLE_CAKE: BlockState

The default block state for candle_cake.

Source

pub const WHITE_CANDLE_CAKE: BlockState

The default block state for white_candle_cake.

Source

pub const ORANGE_CANDLE_CAKE: BlockState

The default block state for orange_candle_cake.

Source

pub const MAGENTA_CANDLE_CAKE: BlockState

The default block state for magenta_candle_cake.

Source

pub const LIGHT_BLUE_CANDLE_CAKE: BlockState

The default block state for light_blue_candle_cake.

Source

pub const YELLOW_CANDLE_CAKE: BlockState

The default block state for yellow_candle_cake.

Source

pub const LIME_CANDLE_CAKE: BlockState

The default block state for lime_candle_cake.

Source

pub const PINK_CANDLE_CAKE: BlockState

The default block state for pink_candle_cake.

Source

pub const GRAY_CANDLE_CAKE: BlockState

The default block state for gray_candle_cake.

Source

pub const LIGHT_GRAY_CANDLE_CAKE: BlockState

The default block state for light_gray_candle_cake.

Source

pub const CYAN_CANDLE_CAKE: BlockState

The default block state for cyan_candle_cake.

Source

pub const PURPLE_CANDLE_CAKE: BlockState

The default block state for purple_candle_cake.

Source

pub const BLUE_CANDLE_CAKE: BlockState

The default block state for blue_candle_cake.

Source

pub const BROWN_CANDLE_CAKE: BlockState

The default block state for brown_candle_cake.

Source

pub const GREEN_CANDLE_CAKE: BlockState

The default block state for green_candle_cake.

Source

pub const RED_CANDLE_CAKE: BlockState

The default block state for red_candle_cake.

Source

pub const BLACK_CANDLE_CAKE: BlockState

The default block state for black_candle_cake.

Source

pub const AMETHYST_BLOCK: BlockState

The default block state for amethyst_block.

Source

pub const BUDDING_AMETHYST: BlockState

The default block state for budding_amethyst.

Source

pub const AMETHYST_CLUSTER: BlockState

The default block state for amethyst_cluster.

Source

pub const LARGE_AMETHYST_BUD: BlockState

The default block state for large_amethyst_bud.

Source

pub const MEDIUM_AMETHYST_BUD: BlockState

The default block state for medium_amethyst_bud.

Source

pub const SMALL_AMETHYST_BUD: BlockState

The default block state for small_amethyst_bud.

Source

pub const TUFF: BlockState

The default block state for tuff.

Source

pub const CALCITE: BlockState

The default block state for calcite.

Source

pub const TINTED_GLASS: BlockState

The default block state for tinted_glass.

Source

pub const POWDER_SNOW: BlockState

The default block state for powder_snow.

Source

pub const SCULK_SENSOR: BlockState

The default block state for sculk_sensor.

Source

pub const CALIBRATED_SCULK_SENSOR: BlockState

The default block state for calibrated_sculk_sensor.

Source

pub const SCULK: BlockState

The default block state for sculk.

Source

pub const SCULK_VEIN: BlockState

The default block state for sculk_vein.

Source

pub const SCULK_CATALYST: BlockState

The default block state for sculk_catalyst.

Source

pub const SCULK_SHRIEKER: BlockState

The default block state for sculk_shrieker.

Source

pub const OXIDIZED_COPPER: BlockState

The default block state for oxidized_copper.

Source

pub const WEATHERED_COPPER: BlockState

The default block state for weathered_copper.

Source

pub const EXPOSED_COPPER: BlockState

The default block state for exposed_copper.

Source

pub const COPPER_BLOCK: BlockState

The default block state for copper_block.

Source

pub const COPPER_ORE: BlockState

The default block state for copper_ore.

Source

pub const DEEPSLATE_COPPER_ORE: BlockState

The default block state for deepslate_copper_ore.

Source

pub const OXIDIZED_CUT_COPPER: BlockState

The default block state for oxidized_cut_copper.

Source

pub const WEATHERED_CUT_COPPER: BlockState

The default block state for weathered_cut_copper.

Source

pub const EXPOSED_CUT_COPPER: BlockState

The default block state for exposed_cut_copper.

Source

pub const CUT_COPPER: BlockState

The default block state for cut_copper.

Source

pub const OXIDIZED_CUT_COPPER_STAIRS: BlockState

The default block state for oxidized_cut_copper_stairs.

Source

pub const WEATHERED_CUT_COPPER_STAIRS: BlockState

The default block state for weathered_cut_copper_stairs.

Source

pub const EXPOSED_CUT_COPPER_STAIRS: BlockState

The default block state for exposed_cut_copper_stairs.

Source

pub const CUT_COPPER_STAIRS: BlockState

The default block state for cut_copper_stairs.

Source

pub const OXIDIZED_CUT_COPPER_SLAB: BlockState

The default block state for oxidized_cut_copper_slab.

Source

pub const WEATHERED_CUT_COPPER_SLAB: BlockState

The default block state for weathered_cut_copper_slab.

Source

pub const EXPOSED_CUT_COPPER_SLAB: BlockState

The default block state for exposed_cut_copper_slab.

Source

pub const CUT_COPPER_SLAB: BlockState

The default block state for cut_copper_slab.

Source

pub const WAXED_COPPER_BLOCK: BlockState

The default block state for waxed_copper_block.

Source

pub const WAXED_WEATHERED_COPPER: BlockState

The default block state for waxed_weathered_copper.

Source

pub const WAXED_EXPOSED_COPPER: BlockState

The default block state for waxed_exposed_copper.

Source

pub const WAXED_OXIDIZED_COPPER: BlockState

The default block state for waxed_oxidized_copper.

Source

pub const WAXED_OXIDIZED_CUT_COPPER: BlockState

The default block state for waxed_oxidized_cut_copper.

Source

pub const WAXED_WEATHERED_CUT_COPPER: BlockState

The default block state for waxed_weathered_cut_copper.

Source

pub const WAXED_EXPOSED_CUT_COPPER: BlockState

The default block state for waxed_exposed_cut_copper.

Source

pub const WAXED_CUT_COPPER: BlockState

The default block state for waxed_cut_copper.

Source

pub const WAXED_OXIDIZED_CUT_COPPER_STAIRS: BlockState

The default block state for waxed_oxidized_cut_copper_stairs.

Source

pub const WAXED_WEATHERED_CUT_COPPER_STAIRS: BlockState

The default block state for waxed_weathered_cut_copper_stairs.

Source

pub const WAXED_EXPOSED_CUT_COPPER_STAIRS: BlockState

The default block state for waxed_exposed_cut_copper_stairs.

Source

pub const WAXED_CUT_COPPER_STAIRS: BlockState

The default block state for waxed_cut_copper_stairs.

Source

pub const WAXED_OXIDIZED_CUT_COPPER_SLAB: BlockState

The default block state for waxed_oxidized_cut_copper_slab.

Source

pub const WAXED_WEATHERED_CUT_COPPER_SLAB: BlockState

The default block state for waxed_weathered_cut_copper_slab.

Source

pub const WAXED_EXPOSED_CUT_COPPER_SLAB: BlockState

The default block state for waxed_exposed_cut_copper_slab.

Source

pub const WAXED_CUT_COPPER_SLAB: BlockState

The default block state for waxed_cut_copper_slab.

Source

pub const LIGHTNING_ROD: BlockState

The default block state for lightning_rod.

Source

pub const POINTED_DRIPSTONE: BlockState

The default block state for pointed_dripstone.

Source

pub const DRIPSTONE_BLOCK: BlockState

The default block state for dripstone_block.

Source

pub const CAVE_VINES: BlockState

The default block state for cave_vines.

Source

pub const CAVE_VINES_PLANT: BlockState

The default block state for cave_vines_plant.

Source

pub const SPORE_BLOSSOM: BlockState

The default block state for spore_blossom.

Source

pub const AZALEA: BlockState

The default block state for azalea.

Source

pub const FLOWERING_AZALEA: BlockState

The default block state for flowering_azalea.

Source

pub const MOSS_CARPET: BlockState

The default block state for moss_carpet.

Source

pub const PINK_PETALS: BlockState

The default block state for pink_petals.

Source

pub const MOSS_BLOCK: BlockState

The default block state for moss_block.

Source

pub const BIG_DRIPLEAF: BlockState

The default block state for big_dripleaf.

Source

pub const BIG_DRIPLEAF_STEM: BlockState

The default block state for big_dripleaf_stem.

Source

pub const SMALL_DRIPLEAF: BlockState

The default block state for small_dripleaf.

Source

pub const HANGING_ROOTS: BlockState

The default block state for hanging_roots.

Source

pub const ROOTED_DIRT: BlockState

The default block state for rooted_dirt.

Source

pub const MUD: BlockState

The default block state for mud.

Source

pub const DEEPSLATE: BlockState

The default block state for deepslate.

Source

pub const COBBLED_DEEPSLATE: BlockState

The default block state for cobbled_deepslate.

Source

pub const COBBLED_DEEPSLATE_STAIRS: BlockState

The default block state for cobbled_deepslate_stairs.

Source

pub const COBBLED_DEEPSLATE_SLAB: BlockState

The default block state for cobbled_deepslate_slab.

Source

pub const COBBLED_DEEPSLATE_WALL: BlockState

The default block state for cobbled_deepslate_wall.

Source

pub const POLISHED_DEEPSLATE: BlockState

The default block state for polished_deepslate.

Source

pub const POLISHED_DEEPSLATE_STAIRS: BlockState

The default block state for polished_deepslate_stairs.

Source

pub const POLISHED_DEEPSLATE_SLAB: BlockState

The default block state for polished_deepslate_slab.

Source

pub const POLISHED_DEEPSLATE_WALL: BlockState

The default block state for polished_deepslate_wall.

Source

pub const DEEPSLATE_TILES: BlockState

The default block state for deepslate_tiles.

Source

pub const DEEPSLATE_TILE_STAIRS: BlockState

The default block state for deepslate_tile_stairs.

Source

pub const DEEPSLATE_TILE_SLAB: BlockState

The default block state for deepslate_tile_slab.

Source

pub const DEEPSLATE_TILE_WALL: BlockState

The default block state for deepslate_tile_wall.

Source

pub const DEEPSLATE_BRICKS: BlockState

The default block state for deepslate_bricks.

Source

pub const DEEPSLATE_BRICK_STAIRS: BlockState

The default block state for deepslate_brick_stairs.

Source

pub const DEEPSLATE_BRICK_SLAB: BlockState

The default block state for deepslate_brick_slab.

Source

pub const DEEPSLATE_BRICK_WALL: BlockState

The default block state for deepslate_brick_wall.

Source

pub const CHISELED_DEEPSLATE: BlockState

The default block state for chiseled_deepslate.

Source

pub const CRACKED_DEEPSLATE_BRICKS: BlockState

The default block state for cracked_deepslate_bricks.

Source

pub const CRACKED_DEEPSLATE_TILES: BlockState

The default block state for cracked_deepslate_tiles.

Source

pub const INFESTED_DEEPSLATE: BlockState

The default block state for infested_deepslate.

Source

pub const SMOOTH_BASALT: BlockState

The default block state for smooth_basalt.

Source

pub const RAW_IRON_BLOCK: BlockState

The default block state for raw_iron_block.

Source

pub const RAW_COPPER_BLOCK: BlockState

The default block state for raw_copper_block.

Source

pub const RAW_GOLD_BLOCK: BlockState

The default block state for raw_gold_block.

Source

pub const POTTED_AZALEA_BUSH: BlockState

The default block state for potted_azalea_bush.

Source

pub const POTTED_FLOWERING_AZALEA_BUSH: BlockState

The default block state for potted_flowering_azalea_bush.

Source

pub const OCHRE_FROGLIGHT: BlockState

The default block state for ochre_froglight.

Source

pub const VERDANT_FROGLIGHT: BlockState

The default block state for verdant_froglight.

Source

pub const PEARLESCENT_FROGLIGHT: BlockState

The default block state for pearlescent_froglight.

Source

pub const FROGSPAWN: BlockState

The default block state for frogspawn.

Source

pub const REINFORCED_DEEPSLATE: BlockState

The default block state for reinforced_deepslate.

Source

pub const DECORATED_POT: BlockState

The default block state for decorated_pot.

Source

pub const fn from_kind(kind: BlockKind) -> BlockState

Returns the default block state for a given block type.

Source

pub const fn from_raw(id: u16) -> Option<BlockState>

Constructs a block state from a raw block state ID.

If the given ID is invalid, None is returned.

Source

pub const fn to_kind(self) -> BlockKind

Returns the BlockKind of this block state.

Source

pub const fn to_raw(self) -> u16

Converts this block state to its underlying raw block state ID.

The original block state can be recovered with BlockState::from_raw.

Source

pub const fn max_raw() -> u16

Returns the maximum block state ID.

Source

pub const fn wall_block_id(self) -> Option<BlockState>

Returns the wall variant of the block state.

If the given block state doesnโ€™t have a wall variant, None is returned.

Source

pub const fn get(self, name: PropName) -> Option<PropValue>

Gets the value of the property with the given name from this block.

If this block does not have the property, then None is returned.

Source

pub const fn set(self, name: PropName, val: PropValue) -> BlockState

Sets the value of a property on this block, returning the modified block.

If this block does not have the given property or the property value is invalid, then the original block is returned unchanged.

Source

pub const fn is_air(self) -> bool

If this block is air, cave_air or void_air.

Source

pub const fn is_liquid(self) -> bool

If this block is water or lava.

Source

pub const fn is_opaque(self) -> bool

Source

pub const fn is_replaceable(self) -> bool

Source

pub const fn blocks_motion(self) -> bool

Source

pub fn collision_shapes(self) -> impl ExactSizeIterator + FusedIterator + Clone

Source

pub const fn luminance(self) -> u8

Source

pub const fn block_entity_kind(self) -> Option<BlockEntityKind>

Trait Implementationsยง

Sourceยง

impl Clone for BlockState

Sourceยง

fn clone(&self) -> BlockState

Returns a copy of the value. Read more
1.0.0 ยท Sourceยง

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Sourceยง

impl Debug for BlockState

Sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Sourceยง

impl Decode<'_> for BlockState

Sourceยง

fn decode(r: &mut &[u8]) -> Result<BlockState, Error>

Reads this object from the provided byte slice. Read more
Sourceยง

impl Default for BlockState

Sourceยง

fn default() -> BlockState

Returns the โ€œdefault valueโ€ for a type. Read more
Sourceยง

impl Display for BlockState

Sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Sourceยง

impl Encode for BlockState

Sourceยง

fn encode(&self, w: impl Write) -> Result<(), Error>

Writes this object to the provided writer. Read more
Sourceยง

fn encode_slice(slice: &[Self], w: impl Write) -> Result<(), Error>
where Self: Sized,

Like Encode::encode, except that a whole slice of values is encoded. Read more
Sourceยง

impl Hash for BlockState

Sourceยง

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 ยท Sourceยง

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Sourceยง

impl IntoBlock for BlockState

This will initialize the block with a new empty compound if the block state is associated with a block entity.

Sourceยง

impl Ord for BlockState

Sourceยง

fn cmp(&self, other: &BlockState) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 ยท Sourceยง

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 ยท Sourceยง

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 ยท Sourceยง

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Sourceยง

impl PartialEq for BlockState

Sourceยง

fn eq(&self, other: &BlockState) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 ยท Sourceยง

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Sourceยง

impl PartialOrd for BlockState

Sourceยง

fn partial_cmp(&self, other: &BlockState) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 ยท Sourceยง

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 ยท Sourceยง

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 ยท Sourceยง

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 ยท Sourceยง

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Sourceยง

impl Copy for BlockState

Sourceยง

impl Eq for BlockState

Sourceยง

impl StructuralPartialEq for BlockState

Auto Trait Implementationsยง

Blanket Implementationsยง

Sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

Sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

Sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

Sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Sourceยง

impl<T> CloneToUninit for T
where T: Clone,

Sourceยง

unsafe fn clone_to_uninit(&self, dest: *mut u8)

๐Ÿ”ฌThis is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
ยง

impl<Q, K> Comparable<K> for Q
where Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

ยง

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
ยง

impl<T> Conv for T

ยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
ยง

impl<T> Downcast for T
where T: Any,

ยง

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
ยง

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
ยง

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Anyโ€™s vtable from &Traitโ€™s.
ยง

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Anyโ€™s vtable from &mut Traitโ€™s.
ยง

impl<T> DowncastSync for T
where T: Any + Send + Sync,

ยง

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Send + Sync>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
ยง

impl<T> DynEq for T
where T: Any + Eq,

ยง

fn as_any(&self) -> &(dyn Any + 'static)

Casts the type to dyn Any.
ยง

fn dyn_eq(&self, other: &(dyn DynEq + 'static)) -> bool

This method tests for self and other values to be equal. Read more
ยง

impl<T> DynHash for T
where T: DynEq + Hash,

ยง

fn as_dyn_eq(&self) -> &(dyn DynEq + 'static)

Casts the type to dyn Any.
ยง

fn dyn_hash(&self, state: &mut dyn Hasher)

Feeds this value into the given Hasher.
ยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

ยง

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
ยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

ยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
ยง

impl<T> FmtForward for T

ยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
ยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
ยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where Self: LowerExp,

Causes self to use its LowerExp implementation when Debug-formatted.
ยง

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where Self: LowerHex,

Causes self to use its LowerHex implementation when Debug-formatted.
ยง

fn fmt_octal(self) -> FmtOctal<Self>
where Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
ยง

fn fmt_pointer(self) -> FmtPointer<Self>
where Self: Pointer,

Causes self to use its Pointer implementation when Debug-formatted.
ยง

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where Self: UpperExp,

Causes self to use its UpperExp implementation when Debug-formatted.
ยง

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
ยง

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Sourceยง

impl<T> From<T> for T

Sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

ยง

impl<T> FromWorld for T
where T: Default,

ยง

fn from_world(_world: &mut World) -> T

Creates Self using data from the given World.
ยง

impl<T> Instrument for T

ยง

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
ยง

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

Sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

ยง

impl<T> Pipe for T
where T: ?Sized,

ยง

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
ยง

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
ยง

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
ยง

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where Self: Borrow<B>, B: 'a + ?Sized, R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
ยง

fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
where Self: BorrowMut<B>, B: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe function. Read more
ยง

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where Self: AsRef<U>, U: 'a + ?Sized, R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
ยง

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where Self: AsMut<U>, U: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe function.
ยง

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where Self: Deref<Target = T>, T: 'a + ?Sized, R: 'a,

Borrows self, then passes self.deref() into the pipe function.
ยง

fn pipe_deref_mut<'a, T, R>( &'a mut self, func: impl FnOnce(&'a mut T) -> R, ) -> R
where Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe function.
Sourceยง

impl<T> Same for T

Sourceยง

type Output = T

Should always be Self
ยง

impl<T> Tap for T

ยง

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
ยง

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
ยง

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
ยง

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
ยง

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
ยง

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
ยง

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
ยง

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
ยง

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
ยง

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release builds.
ยง

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release builds.
ยง

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release builds.
ยง

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release builds.
ยง

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release builds.
ยง

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release builds.
ยง

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release builds.
Sourceยง

impl<T> ToOwned for T
where T: Clone,

Sourceยง

type Owned = T

The resulting type after obtaining ownership.
Sourceยง

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Sourceยง

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
ยง

impl<T> ToSmolStr for T
where T: Display + ?Sized,

ยง

fn to_smolstr(&self) -> SmolStr

Sourceยง

impl<T> ToString for T
where T: Display + ?Sized,

Sourceยง

fn to_string(&self) -> String

Converts the given value to a String. Read more
ยง

impl<T> TryConv for T

ยง

fn try_conv<T>(self) -> Result<T, Self::Error>
where Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Sourceยง

type Error = Infallible

The type returned in the event of a conversion error.
Sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Sourceยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
ยง

impl<T> TypeData for T
where T: 'static + Send + Sync + Clone,

ยง

fn clone_type_data(&self) -> Box<dyn TypeData>

ยง

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

ยง

fn vzip(self) -> V

ยง

impl<T> WithSubscriber for T

ยง

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
ยง

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
ยง

impl<T> ConditionalSend for T
where T: Send,

ยง

impl<T> ErasedDestructor for T
where T: 'static,

Sourceยง

impl<N> NodeTrait for N
where N: Copy + Ord + Hash,