BlockState

Struct BlockState 

Source
pub struct BlockState { /* private fields */ }
Expand description

A representation of a state a block can be in.

For example, a stone block only has one state but each possible stair rotation is a different state.

Note that this type is internally either a u16 or u32, depending on BlockStateIntegerRepr.

Implementations§

Source§

impl BlockState

Source

pub const AIR: BlockState

A shortcut for getting the air block state, since it always has an ID of 0.

This does not include the other types of air like cave air.

Source

pub const fn is_valid_state(state_id: BlockStateIntegerRepr) -> bool

Whether the block state is possible to exist in vanilla Minecraft.

It’s equivalent to checking that the state ID is not greater than Self::MAX_STATE.

Source

pub fn is_air(&self) -> bool

Returns true if the block is air.

This only checks for normal air, not other types like cave air.

Source

pub const fn id(&self) -> BlockStateIntegerRepr

Returns the protocol ID for the block state.

These IDs may change across Minecraft versions, so you shouldn’t hard-code them or store them in databases.

Source§

impl BlockState

Source

pub const MAX_STATE: BlockStateIntegerRepr = 29_670u16

The highest possible block state ID.

Source

pub fn property<P: Property>(self) -> Option<P::Value>

Get a property from this block state, or None if the block can’t have the property.

fn is_waterlogged(block_state: azalea_block::BlockState) -> bool {
    block_state.property::<azalea_block::properties::Waterlogged>().unwrap_or_default()
}

Trait Implementations§

Source§

impl AzaleaRead for BlockState

Source§

fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>

Source§

impl AzaleaWrite for BlockState

Source§

fn azalea_write(&self, buf: &mut impl Write) -> Result<()>

Source§

impl Clone for BlockState

Source§

fn clone(&self) -> BlockState

Returns a duplicate 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

Formats the value using the given formatter. Read more
Source§

impl Default for BlockState

Source§

fn default() -> BlockState

Returns the “default value” for a type. Read more
Source§

impl From<AcaciaButton> for BlockState

Source§

fn from(b: AcaciaButton) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaDoor> for BlockState

Source§

fn from(b: AcaciaDoor) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaFence> for BlockState

Source§

fn from(b: AcaciaFence) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaFenceGate> for BlockState

Source§

fn from(b: AcaciaFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaHangingSign> for BlockState

Source§

fn from(b: AcaciaHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaLeaves> for BlockState

Source§

fn from(b: AcaciaLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaLog> for BlockState

Source§

fn from(b: AcaciaLog) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaPlanks> for BlockState

Source§

fn from(b: AcaciaPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaPressurePlate> for BlockState

Source§

fn from(b: AcaciaPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaSapling> for BlockState

Source§

fn from(b: AcaciaSapling) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaShelf> for BlockState

Source§

fn from(b: AcaciaShelf) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaSign> for BlockState

Source§

fn from(b: AcaciaSign) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaSlab> for BlockState

Source§

fn from(b: AcaciaSlab) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaStairs> for BlockState

Source§

fn from(b: AcaciaStairs) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaTrapdoor> for BlockState

Source§

fn from(b: AcaciaTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaWallHangingSign> for BlockState

Source§

fn from(b: AcaciaWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaWallSign> for BlockState

Source§

fn from(b: AcaciaWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<AcaciaWood> for BlockState

Source§

fn from(b: AcaciaWood) -> Self

Converts to this type from the input type.
Source§

impl From<ActivatorRail> for BlockState

Source§

fn from(b: ActivatorRail) -> Self

Converts to this type from the input type.
Source§

impl From<Air> for BlockState

Source§

fn from(b: Air) -> Self

Converts to this type from the input type.
Source§

impl From<Allium> for BlockState

Source§

fn from(b: Allium) -> Self

Converts to this type from the input type.
Source§

impl From<AmethystBlock> for BlockState

Source§

fn from(b: AmethystBlock) -> Self

Converts to this type from the input type.
Source§

impl From<AmethystCluster> for BlockState

Source§

fn from(b: AmethystCluster) -> Self

Converts to this type from the input type.
Source§

impl From<AncientDebris> for BlockState

Source§

fn from(b: AncientDebris) -> Self

Converts to this type from the input type.
Source§

impl From<Andesite> for BlockState

Source§

fn from(b: Andesite) -> Self

Converts to this type from the input type.
Source§

impl From<AndesiteSlab> for BlockState

Source§

fn from(b: AndesiteSlab) -> Self

Converts to this type from the input type.
Source§

impl From<AndesiteStairs> for BlockState

Source§

fn from(b: AndesiteStairs) -> Self

Converts to this type from the input type.
Source§

impl From<AndesiteWall> for BlockState

Source§

fn from(b: AndesiteWall) -> Self

Converts to this type from the input type.
Source§

impl From<Anvil> for BlockState

Source§

fn from(b: Anvil) -> Self

Converts to this type from the input type.
Source§

impl From<AttachedMelonStem> for BlockState

Source§

fn from(b: AttachedMelonStem) -> Self

Converts to this type from the input type.
Source§

impl From<AttachedPumpkinStem> for BlockState

Source§

fn from(b: AttachedPumpkinStem) -> Self

Converts to this type from the input type.
Source§

impl From<Azalea> for BlockState

Source§

fn from(b: Azalea) -> Self

Converts to this type from the input type.
Source§

impl From<AzaleaLeaves> for BlockState

Source§

fn from(b: AzaleaLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<AzureBluet> for BlockState

Source§

fn from(b: AzureBluet) -> Self

Converts to this type from the input type.
Source§

impl From<Bamboo> for BlockState

Source§

fn from(b: Bamboo) -> Self

Converts to this type from the input type.
Source§

impl From<BambooBlock> for BlockState

Source§

fn from(b: BambooBlock) -> Self

Converts to this type from the input type.
Source§

impl From<BambooButton> for BlockState

Source§

fn from(b: BambooButton) -> Self

Converts to this type from the input type.
Source§

impl From<BambooDoor> for BlockState

Source§

fn from(b: BambooDoor) -> Self

Converts to this type from the input type.
Source§

impl From<BambooFence> for BlockState

Source§

fn from(b: BambooFence) -> Self

Converts to this type from the input type.
Source§

impl From<BambooFenceGate> for BlockState

Source§

fn from(b: BambooFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<BambooHangingSign> for BlockState

Source§

fn from(b: BambooHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<BambooMosaic> for BlockState

Source§

fn from(b: BambooMosaic) -> Self

Converts to this type from the input type.
Source§

impl From<BambooMosaicSlab> for BlockState

Source§

fn from(b: BambooMosaicSlab) -> Self

Converts to this type from the input type.
Source§

impl From<BambooMosaicStairs> for BlockState

Source§

fn from(b: BambooMosaicStairs) -> Self

Converts to this type from the input type.
Source§

impl From<BambooPlanks> for BlockState

Source§

fn from(b: BambooPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<BambooPressurePlate> for BlockState

Source§

fn from(b: BambooPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<BambooSapling> for BlockState

Source§

fn from(b: BambooSapling) -> Self

Converts to this type from the input type.
Source§

impl From<BambooShelf> for BlockState

Source§

fn from(b: BambooShelf) -> Self

Converts to this type from the input type.
Source§

impl From<BambooSign> for BlockState

Source§

fn from(b: BambooSign) -> Self

Converts to this type from the input type.
Source§

impl From<BambooSlab> for BlockState

Source§

fn from(b: BambooSlab) -> Self

Converts to this type from the input type.
Source§

impl From<BambooStairs> for BlockState

Source§

fn from(b: BambooStairs) -> Self

Converts to this type from the input type.
Source§

impl From<BambooTrapdoor> for BlockState

Source§

fn from(b: BambooTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<BambooWallHangingSign> for BlockState

Source§

fn from(b: BambooWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<BambooWallSign> for BlockState

Source§

fn from(b: BambooWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<Barrel> for BlockState

Source§

fn from(b: Barrel) -> Self

Converts to this type from the input type.
Source§

impl From<Barrier> for BlockState

Source§

fn from(b: Barrier) -> Self

Converts to this type from the input type.
Source§

impl From<Basalt> for BlockState

Source§

fn from(b: Basalt) -> Self

Converts to this type from the input type.
Source§

impl From<Beacon> for BlockState

Source§

fn from(b: Beacon) -> Self

Converts to this type from the input type.
Source§

impl From<Bedrock> for BlockState

Source§

fn from(b: Bedrock) -> Self

Converts to this type from the input type.
Source§

impl From<BeeNest> for BlockState

Source§

fn from(b: BeeNest) -> Self

Converts to this type from the input type.
Source§

impl From<Beehive> for BlockState

Source§

fn from(b: Beehive) -> Self

Converts to this type from the input type.
Source§

impl From<Beetroots> for BlockState

Source§

fn from(b: Beetroots) -> Self

Converts to this type from the input type.
Source§

impl From<Bell> for BlockState

Source§

fn from(b: Bell) -> Self

Converts to this type from the input type.
Source§

impl From<BigDripleaf> for BlockState

Source§

fn from(b: BigDripleaf) -> Self

Converts to this type from the input type.
Source§

impl From<BigDripleafStem> for BlockState

Source§

fn from(b: BigDripleafStem) -> Self

Converts to this type from the input type.
Source§

impl From<BirchButton> for BlockState

Source§

fn from(b: BirchButton) -> Self

Converts to this type from the input type.
Source§

impl From<BirchDoor> for BlockState

Source§

fn from(b: BirchDoor) -> Self

Converts to this type from the input type.
Source§

impl From<BirchFence> for BlockState

Source§

fn from(b: BirchFence) -> Self

Converts to this type from the input type.
Source§

impl From<BirchFenceGate> for BlockState

Source§

fn from(b: BirchFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<BirchHangingSign> for BlockState

Source§

fn from(b: BirchHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<BirchLeaves> for BlockState

Source§

fn from(b: BirchLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<BirchLog> for BlockState

Source§

fn from(b: BirchLog) -> Self

Converts to this type from the input type.
Source§

impl From<BirchPlanks> for BlockState

Source§

fn from(b: BirchPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<BirchPressurePlate> for BlockState

Source§

fn from(b: BirchPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<BirchSapling> for BlockState

Source§

fn from(b: BirchSapling) -> Self

Converts to this type from the input type.
Source§

impl From<BirchShelf> for BlockState

Source§

fn from(b: BirchShelf) -> Self

Converts to this type from the input type.
Source§

impl From<BirchSign> for BlockState

Source§

fn from(b: BirchSign) -> Self

Converts to this type from the input type.
Source§

impl From<BirchSlab> for BlockState

Source§

fn from(b: BirchSlab) -> Self

Converts to this type from the input type.
Source§

impl From<BirchStairs> for BlockState

Source§

fn from(b: BirchStairs) -> Self

Converts to this type from the input type.
Source§

impl From<BirchTrapdoor> for BlockState

Source§

fn from(b: BirchTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<BirchWallHangingSign> for BlockState

Source§

fn from(b: BirchWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<BirchWallSign> for BlockState

Source§

fn from(b: BirchWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<BirchWood> for BlockState

Source§

fn from(b: BirchWood) -> Self

Converts to this type from the input type.
Source§

impl From<BlackBanner> for BlockState

Source§

fn from(b: BlackBanner) -> Self

Converts to this type from the input type.
Source§

impl From<BlackBed> for BlockState

Source§

fn from(b: BlackBed) -> Self

Converts to this type from the input type.
Source§

impl From<BlackCandle> for BlockState

Source§

fn from(b: BlackCandle) -> Self

Converts to this type from the input type.
Source§

impl From<BlackCandleCake> for BlockState

Source§

fn from(b: BlackCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<BlackCarpet> for BlockState

Source§

fn from(b: BlackCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<BlackConcrete> for BlockState

Source§

fn from(b: BlackConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<BlackConcretePowder> for BlockState

Source§

fn from(b: BlackConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<BlackGlazedTerracotta> for BlockState

Source§

fn from(b: BlackGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<BlackShulkerBox> for BlockState

Source§

fn from(b: BlackShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<BlackStainedGlass> for BlockState

Source§

fn from(b: BlackStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<BlackStainedGlassPane> for BlockState

Source§

fn from(b: BlackStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<BlackTerracotta> for BlockState

Source§

fn from(b: BlackTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<BlackWallBanner> for BlockState

Source§

fn from(b: BlackWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<BlackWool> for BlockState

Source§

fn from(b: BlackWool) -> Self

Converts to this type from the input type.
Source§

impl From<Blackstone> for BlockState

Source§

fn from(b: Blackstone) -> Self

Converts to this type from the input type.
Source§

impl From<BlackstoneSlab> for BlockState

Source§

fn from(b: BlackstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<BlackstoneStairs> for BlockState

Source§

fn from(b: BlackstoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<BlackstoneWall> for BlockState

Source§

fn from(b: BlackstoneWall) -> Self

Converts to this type from the input type.
Source§

impl From<BlastFurnace> for BlockState

Source§

fn from(b: BlastFurnace) -> Self

Converts to this type from the input type.
Source§

impl From<Block> for BlockState

Source§

fn from(block: Block) -> Self

Converts to this type from the input type.
Source§

impl From<BlockState> for Block

Source§

fn from(value: BlockState) -> Self

Converts to this type from the input type.
Source§

impl From<BlockState> for Box<dyn BlockTrait>

Source§

fn from(block_state: BlockState) -> Self

Converts to this type from the input type.
Source§

impl From<BlockState> for FluidState

Source§

fn from(state: BlockState) -> Self

Converts to this type from the input type.
Source§

impl From<BlockState> for u32

Source§

fn from(value: BlockState) -> Self

Source§

impl From<BlueBanner> for BlockState

Source§

fn from(b: BlueBanner) -> Self

Converts to this type from the input type.
Source§

impl From<BlueBed> for BlockState

Source§

fn from(b: BlueBed) -> Self

Converts to this type from the input type.
Source§

impl From<BlueCandle> for BlockState

Source§

fn from(b: BlueCandle) -> Self

Converts to this type from the input type.
Source§

impl From<BlueCandleCake> for BlockState

Source§

fn from(b: BlueCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<BlueCarpet> for BlockState

Source§

fn from(b: BlueCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<BlueConcrete> for BlockState

Source§

fn from(b: BlueConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<BlueConcretePowder> for BlockState

Source§

fn from(b: BlueConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<BlueGlazedTerracotta> for BlockState

Source§

fn from(b: BlueGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<BlueIce> for BlockState

Source§

fn from(b: BlueIce) -> Self

Converts to this type from the input type.
Source§

impl From<BlueOrchid> for BlockState

Source§

fn from(b: BlueOrchid) -> Self

Converts to this type from the input type.
Source§

impl From<BlueShulkerBox> for BlockState

Source§

fn from(b: BlueShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<BlueStainedGlass> for BlockState

Source§

fn from(b: BlueStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<BlueStainedGlassPane> for BlockState

Source§

fn from(b: BlueStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<BlueTerracotta> for BlockState

Source§

fn from(b: BlueTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<BlueWallBanner> for BlockState

Source§

fn from(b: BlueWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<BlueWool> for BlockState

Source§

fn from(b: BlueWool) -> Self

Converts to this type from the input type.
Source§

impl From<BoneBlock> for BlockState

Source§

fn from(b: BoneBlock) -> Self

Converts to this type from the input type.
Source§

impl From<Bookshelf> for BlockState

Source§

fn from(b: Bookshelf) -> Self

Converts to this type from the input type.
Source§

impl From<BrainCoral> for BlockState

Source§

fn from(b: BrainCoral) -> Self

Converts to this type from the input type.
Source§

impl From<BrainCoralBlock> for BlockState

Source§

fn from(b: BrainCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<BrainCoralFan> for BlockState

Source§

fn from(b: BrainCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<BrainCoralWallFan> for BlockState

Source§

fn from(b: BrainCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<BrewingStand> for BlockState

Source§

fn from(b: BrewingStand) -> Self

Converts to this type from the input type.
Source§

impl From<BrickSlab> for BlockState

Source§

fn from(b: BrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<BrickStairs> for BlockState

Source§

fn from(b: BrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<BrickWall> for BlockState

Source§

fn from(b: BrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<Bricks> for BlockState

Source§

fn from(b: Bricks) -> Self

Converts to this type from the input type.
Source§

impl From<BrownBanner> for BlockState

Source§

fn from(b: BrownBanner) -> Self

Converts to this type from the input type.
Source§

impl From<BrownBed> for BlockState

Source§

fn from(b: BrownBed) -> Self

Converts to this type from the input type.
Source§

impl From<BrownCandle> for BlockState

Source§

fn from(b: BrownCandle) -> Self

Converts to this type from the input type.
Source§

impl From<BrownCandleCake> for BlockState

Source§

fn from(b: BrownCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<BrownCarpet> for BlockState

Source§

fn from(b: BrownCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<BrownConcrete> for BlockState

Source§

fn from(b: BrownConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<BrownConcretePowder> for BlockState

Source§

fn from(b: BrownConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<BrownGlazedTerracotta> for BlockState

Source§

fn from(b: BrownGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<BrownMushroom> for BlockState

Source§

fn from(b: BrownMushroom) -> Self

Converts to this type from the input type.
Source§

impl From<BrownMushroomBlock> for BlockState

Source§

fn from(b: BrownMushroomBlock) -> Self

Converts to this type from the input type.
Source§

impl From<BrownShulkerBox> for BlockState

Source§

fn from(b: BrownShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<BrownStainedGlass> for BlockState

Source§

fn from(b: BrownStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<BrownStainedGlassPane> for BlockState

Source§

fn from(b: BrownStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<BrownTerracotta> for BlockState

Source§

fn from(b: BrownTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<BrownWallBanner> for BlockState

Source§

fn from(b: BrownWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<BrownWool> for BlockState

Source§

fn from(b: BrownWool) -> Self

Converts to this type from the input type.
Source§

impl From<BubbleColumn> for BlockState

Source§

fn from(b: BubbleColumn) -> Self

Converts to this type from the input type.
Source§

impl From<BubbleCoral> for BlockState

Source§

fn from(b: BubbleCoral) -> Self

Converts to this type from the input type.
Source§

impl From<BubbleCoralBlock> for BlockState

Source§

fn from(b: BubbleCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<BubbleCoralFan> for BlockState

Source§

fn from(b: BubbleCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<BubbleCoralWallFan> for BlockState

Source§

fn from(b: BubbleCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<BuddingAmethyst> for BlockState

Source§

fn from(b: BuddingAmethyst) -> Self

Converts to this type from the input type.
Source§

impl From<Bush> for BlockState

Source§

fn from(b: Bush) -> Self

Converts to this type from the input type.
Source§

impl From<Cactus> for BlockState

Source§

fn from(b: Cactus) -> Self

Converts to this type from the input type.
Source§

impl From<CactusFlower> for BlockState

Source§

fn from(b: CactusFlower) -> Self

Converts to this type from the input type.
Source§

impl From<Cake> for BlockState

Source§

fn from(b: Cake) -> Self

Converts to this type from the input type.
Source§

impl From<Calcite> for BlockState

Source§

fn from(b: Calcite) -> Self

Converts to this type from the input type.
Source§

impl From<CalibratedSculkSensor> for BlockState

Source§

fn from(b: CalibratedSculkSensor) -> Self

Converts to this type from the input type.
Source§

impl From<Campfire> for BlockState

Source§

fn from(b: Campfire) -> Self

Converts to this type from the input type.
Source§

impl From<Candle> for BlockState

Source§

fn from(b: Candle) -> Self

Converts to this type from the input type.
Source§

impl From<CandleCake> for BlockState

Source§

fn from(b: CandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<Carrots> for BlockState

Source§

fn from(b: Carrots) -> Self

Converts to this type from the input type.
Source§

impl From<CartographyTable> for BlockState

Source§

fn from(b: CartographyTable) -> Self

Converts to this type from the input type.
Source§

impl From<CarvedPumpkin> for BlockState

Source§

fn from(b: CarvedPumpkin) -> Self

Converts to this type from the input type.
Source§

impl From<Cauldron> for BlockState

Source§

fn from(b: Cauldron) -> Self

Converts to this type from the input type.
Source§

impl From<CaveAir> for BlockState

Source§

fn from(b: CaveAir) -> Self

Converts to this type from the input type.
Source§

impl From<CaveVines> for BlockState

Source§

fn from(b: CaveVines) -> Self

Converts to this type from the input type.
Source§

impl From<CaveVinesPlant> for BlockState

Source§

fn from(b: CaveVinesPlant) -> Self

Converts to this type from the input type.
Source§

impl From<ChainCommandBlock> for BlockState

Source§

fn from(b: ChainCommandBlock) -> Self

Converts to this type from the input type.
Source§

impl From<CherryButton> for BlockState

Source§

fn from(b: CherryButton) -> Self

Converts to this type from the input type.
Source§

impl From<CherryDoor> for BlockState

Source§

fn from(b: CherryDoor) -> Self

Converts to this type from the input type.
Source§

impl From<CherryFence> for BlockState

Source§

fn from(b: CherryFence) -> Self

Converts to this type from the input type.
Source§

impl From<CherryFenceGate> for BlockState

Source§

fn from(b: CherryFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<CherryHangingSign> for BlockState

Source§

fn from(b: CherryHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<CherryLeaves> for BlockState

Source§

fn from(b: CherryLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<CherryLog> for BlockState

Source§

fn from(b: CherryLog) -> Self

Converts to this type from the input type.
Source§

impl From<CherryPlanks> for BlockState

Source§

fn from(b: CherryPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<CherryPressurePlate> for BlockState

Source§

fn from(b: CherryPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<CherrySapling> for BlockState

Source§

fn from(b: CherrySapling) -> Self

Converts to this type from the input type.
Source§

impl From<CherryShelf> for BlockState

Source§

fn from(b: CherryShelf) -> Self

Converts to this type from the input type.
Source§

impl From<CherrySign> for BlockState

Source§

fn from(b: CherrySign) -> Self

Converts to this type from the input type.
Source§

impl From<CherrySlab> for BlockState

Source§

fn from(b: CherrySlab) -> Self

Converts to this type from the input type.
Source§

impl From<CherryStairs> for BlockState

Source§

fn from(b: CherryStairs) -> Self

Converts to this type from the input type.
Source§

impl From<CherryTrapdoor> for BlockState

Source§

fn from(b: CherryTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<CherryWallHangingSign> for BlockState

Source§

fn from(b: CherryWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<CherryWallSign> for BlockState

Source§

fn from(b: CherryWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<CherryWood> for BlockState

Source§

fn from(b: CherryWood) -> Self

Converts to this type from the input type.
Source§

impl From<Chest> for BlockState

Source§

fn from(b: Chest) -> Self

Converts to this type from the input type.
Source§

impl From<ChippedAnvil> for BlockState

Source§

fn from(b: ChippedAnvil) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledBookshelf> for BlockState

Source§

fn from(b: ChiseledBookshelf) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledCopper> for BlockState

Source§

fn from(b: ChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledDeepslate> for BlockState

Source§

fn from(b: ChiseledDeepslate) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledNetherBricks> for BlockState

Source§

fn from(b: ChiseledNetherBricks) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledPolishedBlackstone> for BlockState

Source§

fn from(b: ChiseledPolishedBlackstone) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledQuartzBlock> for BlockState

Source§

fn from(b: ChiseledQuartzBlock) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledRedSandstone> for BlockState

Source§

fn from(b: ChiseledRedSandstone) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledResinBricks> for BlockState

Source§

fn from(b: ChiseledResinBricks) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledSandstone> for BlockState

Source§

fn from(b: ChiseledSandstone) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledStoneBricks> for BlockState

Source§

fn from(b: ChiseledStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledTuff> for BlockState

Source§

fn from(b: ChiseledTuff) -> Self

Converts to this type from the input type.
Source§

impl From<ChiseledTuffBricks> for BlockState

Source§

fn from(b: ChiseledTuffBricks) -> Self

Converts to this type from the input type.
Source§

impl From<ChorusFlower> for BlockState

Source§

fn from(b: ChorusFlower) -> Self

Converts to this type from the input type.
Source§

impl From<ChorusPlant> for BlockState

Source§

fn from(b: ChorusPlant) -> Self

Converts to this type from the input type.
Source§

impl From<Clay> for BlockState

Source§

fn from(b: Clay) -> Self

Converts to this type from the input type.
Source§

impl From<ClosedEyeblossom> for BlockState

Source§

fn from(b: ClosedEyeblossom) -> Self

Converts to this type from the input type.
Source§

impl From<CoalBlock> for BlockState

Source§

fn from(b: CoalBlock) -> Self

Converts to this type from the input type.
Source§

impl From<CoalOre> for BlockState

Source§

fn from(b: CoalOre) -> Self

Converts to this type from the input type.
Source§

impl From<CoarseDirt> for BlockState

Source§

fn from(b: CoarseDirt) -> Self

Converts to this type from the input type.
Source§

impl From<CobbledDeepslate> for BlockState

Source§

fn from(b: CobbledDeepslate) -> Self

Converts to this type from the input type.
Source§

impl From<CobbledDeepslateSlab> for BlockState

Source§

fn from(b: CobbledDeepslateSlab) -> Self

Converts to this type from the input type.
Source§

impl From<CobbledDeepslateStairs> for BlockState

Source§

fn from(b: CobbledDeepslateStairs) -> Self

Converts to this type from the input type.
Source§

impl From<CobbledDeepslateWall> for BlockState

Source§

fn from(b: CobbledDeepslateWall) -> Self

Converts to this type from the input type.
Source§

impl From<Cobblestone> for BlockState

Source§

fn from(b: Cobblestone) -> Self

Converts to this type from the input type.
Source§

impl From<CobblestoneSlab> for BlockState

Source§

fn from(b: CobblestoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<CobblestoneStairs> for BlockState

Source§

fn from(b: CobblestoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<CobblestoneWall> for BlockState

Source§

fn from(b: CobblestoneWall) -> Self

Converts to this type from the input type.
Source§

impl From<Cobweb> for BlockState

Source§

fn from(b: Cobweb) -> Self

Converts to this type from the input type.
Source§

impl From<Cocoa> for BlockState

Source§

fn from(b: Cocoa) -> Self

Converts to this type from the input type.
Source§

impl From<CommandBlock> for BlockState

Source§

fn from(b: CommandBlock) -> Self

Converts to this type from the input type.
Source§

impl From<Comparator> for BlockState

Source§

fn from(b: Comparator) -> Self

Converts to this type from the input type.
Source§

impl From<Composter> for BlockState

Source§

fn from(b: Composter) -> Self

Converts to this type from the input type.
Source§

impl From<Conduit> for BlockState

Source§

fn from(b: Conduit) -> Self

Converts to this type from the input type.
Source§

impl From<CopperBars> for BlockState

Source§

fn from(b: CopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<CopperBlock> for BlockState

Source§

fn from(b: CopperBlock) -> Self

Converts to this type from the input type.
Source§

impl From<CopperBulb> for BlockState

Source§

fn from(b: CopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<CopperChain> for BlockState

Source§

fn from(b: CopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<CopperChest> for BlockState

Source§

fn from(b: CopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<CopperDoor> for BlockState

Source§

fn from(b: CopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<CopperGolemStatue> for BlockState

Source§

fn from(b: CopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<CopperGrate> for BlockState

Source§

fn from(b: CopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<CopperLantern> for BlockState

Source§

fn from(b: CopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<CopperOre> for BlockState

Source§

fn from(b: CopperOre) -> Self

Converts to this type from the input type.
Source§

impl From<CopperTorch> for BlockState

Source§

fn from(b: CopperTorch) -> Self

Converts to this type from the input type.
Source§

impl From<CopperTrapdoor> for BlockState

Source§

fn from(b: CopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<CopperWallTorch> for BlockState

Source§

fn from(b: CopperWallTorch) -> Self

Converts to this type from the input type.
Source§

impl From<Cornflower> for BlockState

Source§

fn from(b: Cornflower) -> Self

Converts to this type from the input type.
Source§

impl From<CrackedDeepslateBricks> for BlockState

Source§

fn from(b: CrackedDeepslateBricks) -> Self

Converts to this type from the input type.
Source§

impl From<CrackedDeepslateTiles> for BlockState

Source§

fn from(b: CrackedDeepslateTiles) -> Self

Converts to this type from the input type.
Source§

impl From<CrackedNetherBricks> for BlockState

Source§

fn from(b: CrackedNetherBricks) -> Self

Converts to this type from the input type.
Source§

impl From<CrackedPolishedBlackstoneBricks> for BlockState

Source§

fn from(b: CrackedPolishedBlackstoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<CrackedStoneBricks> for BlockState

Source§

fn from(b: CrackedStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<Crafter> for BlockState

Source§

fn from(b: Crafter) -> Self

Converts to this type from the input type.
Source§

impl From<CraftingTable> for BlockState

Source§

fn from(b: CraftingTable) -> Self

Converts to this type from the input type.
Source§

impl From<CreakingHeart> for BlockState

Source§

fn from(b: CreakingHeart) -> Self

Converts to this type from the input type.
Source§

impl From<CreeperHead> for BlockState

Source§

fn from(b: CreeperHead) -> Self

Converts to this type from the input type.
Source§

impl From<CreeperWallHead> for BlockState

Source§

fn from(b: CreeperWallHead) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonButton> for BlockState

Source§

fn from(b: CrimsonButton) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonDoor> for BlockState

Source§

fn from(b: CrimsonDoor) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonFence> for BlockState

Source§

fn from(b: CrimsonFence) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonFenceGate> for BlockState

Source§

fn from(b: CrimsonFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonFungus> for BlockState

Source§

fn from(b: CrimsonFungus) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonHangingSign> for BlockState

Source§

fn from(b: CrimsonHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonHyphae> for BlockState

Source§

fn from(b: CrimsonHyphae) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonNylium> for BlockState

Source§

fn from(b: CrimsonNylium) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonPlanks> for BlockState

Source§

fn from(b: CrimsonPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonPressurePlate> for BlockState

Source§

fn from(b: CrimsonPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonRoots> for BlockState

Source§

fn from(b: CrimsonRoots) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonShelf> for BlockState

Source§

fn from(b: CrimsonShelf) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonSign> for BlockState

Source§

fn from(b: CrimsonSign) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonSlab> for BlockState

Source§

fn from(b: CrimsonSlab) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonStairs> for BlockState

Source§

fn from(b: CrimsonStairs) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonStem> for BlockState

Source§

fn from(b: CrimsonStem) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonTrapdoor> for BlockState

Source§

fn from(b: CrimsonTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonWallHangingSign> for BlockState

Source§

fn from(b: CrimsonWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<CrimsonWallSign> for BlockState

Source§

fn from(b: CrimsonWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<CryingObsidian> for BlockState

Source§

fn from(b: CryingObsidian) -> Self

Converts to this type from the input type.
Source§

impl From<CutCopper> for BlockState

Source§

fn from(b: CutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<CutCopperSlab> for BlockState

Source§

fn from(b: CutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<CutCopperStairs> for BlockState

Source§

fn from(b: CutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<CutRedSandstone> for BlockState

Source§

fn from(b: CutRedSandstone) -> Self

Converts to this type from the input type.
Source§

impl From<CutRedSandstoneSlab> for BlockState

Source§

fn from(b: CutRedSandstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<CutSandstone> for BlockState

Source§

fn from(b: CutSandstone) -> Self

Converts to this type from the input type.
Source§

impl From<CutSandstoneSlab> for BlockState

Source§

fn from(b: CutSandstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<CyanBanner> for BlockState

Source§

fn from(b: CyanBanner) -> Self

Converts to this type from the input type.
Source§

impl From<CyanBed> for BlockState

Source§

fn from(b: CyanBed) -> Self

Converts to this type from the input type.
Source§

impl From<CyanCandle> for BlockState

Source§

fn from(b: CyanCandle) -> Self

Converts to this type from the input type.
Source§

impl From<CyanCandleCake> for BlockState

Source§

fn from(b: CyanCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<CyanCarpet> for BlockState

Source§

fn from(b: CyanCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<CyanConcrete> for BlockState

Source§

fn from(b: CyanConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<CyanConcretePowder> for BlockState

Source§

fn from(b: CyanConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<CyanGlazedTerracotta> for BlockState

Source§

fn from(b: CyanGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<CyanShulkerBox> for BlockState

Source§

fn from(b: CyanShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<CyanStainedGlass> for BlockState

Source§

fn from(b: CyanStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<CyanStainedGlassPane> for BlockState

Source§

fn from(b: CyanStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<CyanTerracotta> for BlockState

Source§

fn from(b: CyanTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<CyanWallBanner> for BlockState

Source§

fn from(b: CyanWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<CyanWool> for BlockState

Source§

fn from(b: CyanWool) -> Self

Converts to this type from the input type.
Source§

impl From<DamagedAnvil> for BlockState

Source§

fn from(b: DamagedAnvil) -> Self

Converts to this type from the input type.
Source§

impl From<Dandelion> for BlockState

Source§

fn from(b: Dandelion) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakButton> for BlockState

Source§

fn from(b: DarkOakButton) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakDoor> for BlockState

Source§

fn from(b: DarkOakDoor) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakFence> for BlockState

Source§

fn from(b: DarkOakFence) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakFenceGate> for BlockState

Source§

fn from(b: DarkOakFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakHangingSign> for BlockState

Source§

fn from(b: DarkOakHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakLeaves> for BlockState

Source§

fn from(b: DarkOakLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakLog> for BlockState

Source§

fn from(b: DarkOakLog) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakPlanks> for BlockState

Source§

fn from(b: DarkOakPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakPressurePlate> for BlockState

Source§

fn from(b: DarkOakPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakSapling> for BlockState

Source§

fn from(b: DarkOakSapling) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakShelf> for BlockState

Source§

fn from(b: DarkOakShelf) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakSign> for BlockState

Source§

fn from(b: DarkOakSign) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakSlab> for BlockState

Source§

fn from(b: DarkOakSlab) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakStairs> for BlockState

Source§

fn from(b: DarkOakStairs) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakTrapdoor> for BlockState

Source§

fn from(b: DarkOakTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakWallHangingSign> for BlockState

Source§

fn from(b: DarkOakWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakWallSign> for BlockState

Source§

fn from(b: DarkOakWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<DarkOakWood> for BlockState

Source§

fn from(b: DarkOakWood) -> Self

Converts to this type from the input type.
Source§

impl From<DarkPrismarine> for BlockState

Source§

fn from(b: DarkPrismarine) -> Self

Converts to this type from the input type.
Source§

impl From<DarkPrismarineSlab> for BlockState

Source§

fn from(b: DarkPrismarineSlab) -> Self

Converts to this type from the input type.
Source§

impl From<DarkPrismarineStairs> for BlockState

Source§

fn from(b: DarkPrismarineStairs) -> Self

Converts to this type from the input type.
Source§

impl From<DaylightDetector> for BlockState

Source§

fn from(b: DaylightDetector) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBrainCoral> for BlockState

Source§

fn from(b: DeadBrainCoral) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBrainCoralBlock> for BlockState

Source§

fn from(b: DeadBrainCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBrainCoralFan> for BlockState

Source§

fn from(b: DeadBrainCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBrainCoralWallFan> for BlockState

Source§

fn from(b: DeadBrainCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBubbleCoral> for BlockState

Source§

fn from(b: DeadBubbleCoral) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBubbleCoralBlock> for BlockState

Source§

fn from(b: DeadBubbleCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBubbleCoralFan> for BlockState

Source§

fn from(b: DeadBubbleCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBubbleCoralWallFan> for BlockState

Source§

fn from(b: DeadBubbleCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadBush> for BlockState

Source§

fn from(b: DeadBush) -> Self

Converts to this type from the input type.
Source§

impl From<DeadFireCoral> for BlockState

Source§

fn from(b: DeadFireCoral) -> Self

Converts to this type from the input type.
Source§

impl From<DeadFireCoralBlock> for BlockState

Source§

fn from(b: DeadFireCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<DeadFireCoralFan> for BlockState

Source§

fn from(b: DeadFireCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadFireCoralWallFan> for BlockState

Source§

fn from(b: DeadFireCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadHornCoral> for BlockState

Source§

fn from(b: DeadHornCoral) -> Self

Converts to this type from the input type.
Source§

impl From<DeadHornCoralBlock> for BlockState

Source§

fn from(b: DeadHornCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<DeadHornCoralFan> for BlockState

Source§

fn from(b: DeadHornCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadHornCoralWallFan> for BlockState

Source§

fn from(b: DeadHornCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadTubeCoral> for BlockState

Source§

fn from(b: DeadTubeCoral) -> Self

Converts to this type from the input type.
Source§

impl From<DeadTubeCoralBlock> for BlockState

Source§

fn from(b: DeadTubeCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<DeadTubeCoralFan> for BlockState

Source§

fn from(b: DeadTubeCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<DeadTubeCoralWallFan> for BlockState

Source§

fn from(b: DeadTubeCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<DecoratedPot> for BlockState

Source§

fn from(b: DecoratedPot) -> Self

Converts to this type from the input type.
Source§

impl From<Deepslate> for BlockState

Source§

fn from(b: Deepslate) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateBrickSlab> for BlockState

Source§

fn from(b: DeepslateBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateBrickStairs> for BlockState

Source§

fn from(b: DeepslateBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateBrickWall> for BlockState

Source§

fn from(b: DeepslateBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateBricks> for BlockState

Source§

fn from(b: DeepslateBricks) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateCoalOre> for BlockState

Source§

fn from(b: DeepslateCoalOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateCopperOre> for BlockState

Source§

fn from(b: DeepslateCopperOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateDiamondOre> for BlockState

Source§

fn from(b: DeepslateDiamondOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateEmeraldOre> for BlockState

Source§

fn from(b: DeepslateEmeraldOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateGoldOre> for BlockState

Source§

fn from(b: DeepslateGoldOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateIronOre> for BlockState

Source§

fn from(b: DeepslateIronOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateLapisOre> for BlockState

Source§

fn from(b: DeepslateLapisOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateRedstoneOre> for BlockState

Source§

fn from(b: DeepslateRedstoneOre) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateTileSlab> for BlockState

Source§

fn from(b: DeepslateTileSlab) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateTileStairs> for BlockState

Source§

fn from(b: DeepslateTileStairs) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateTileWall> for BlockState

Source§

fn from(b: DeepslateTileWall) -> Self

Converts to this type from the input type.
Source§

impl From<DeepslateTiles> for BlockState

Source§

fn from(b: DeepslateTiles) -> Self

Converts to this type from the input type.
Source§

impl From<DetectorRail> for BlockState

Source§

fn from(b: DetectorRail) -> Self

Converts to this type from the input type.
Source§

impl From<DiamondBlock> for BlockState

Source§

fn from(b: DiamondBlock) -> Self

Converts to this type from the input type.
Source§

impl From<DiamondOre> for BlockState

Source§

fn from(b: DiamondOre) -> Self

Converts to this type from the input type.
Source§

impl From<Diorite> for BlockState

Source§

fn from(b: Diorite) -> Self

Converts to this type from the input type.
Source§

impl From<DioriteSlab> for BlockState

Source§

fn from(b: DioriteSlab) -> Self

Converts to this type from the input type.
Source§

impl From<DioriteStairs> for BlockState

Source§

fn from(b: DioriteStairs) -> Self

Converts to this type from the input type.
Source§

impl From<DioriteWall> for BlockState

Source§

fn from(b: DioriteWall) -> Self

Converts to this type from the input type.
Source§

impl From<Dirt> for BlockState

Source§

fn from(b: Dirt) -> Self

Converts to this type from the input type.
Source§

impl From<DirtPath> for BlockState

Source§

fn from(b: DirtPath) -> Self

Converts to this type from the input type.
Source§

impl From<Dispenser> for BlockState

Source§

fn from(b: Dispenser) -> Self

Converts to this type from the input type.
Source§

impl From<DragonEgg> for BlockState

Source§

fn from(b: DragonEgg) -> Self

Converts to this type from the input type.
Source§

impl From<DragonHead> for BlockState

Source§

fn from(b: DragonHead) -> Self

Converts to this type from the input type.
Source§

impl From<DragonWallHead> for BlockState

Source§

fn from(b: DragonWallHead) -> Self

Converts to this type from the input type.
Source§

impl From<DriedGhast> for BlockState

Source§

fn from(b: DriedGhast) -> Self

Converts to this type from the input type.
Source§

impl From<DriedKelpBlock> for BlockState

Source§

fn from(b: DriedKelpBlock) -> Self

Converts to this type from the input type.
Source§

impl From<DripstoneBlock> for BlockState

Source§

fn from(b: DripstoneBlock) -> Self

Converts to this type from the input type.
Source§

impl From<Dropper> for BlockState

Source§

fn from(b: Dropper) -> Self

Converts to this type from the input type.
Source§

impl From<EmeraldBlock> for BlockState

Source§

fn from(b: EmeraldBlock) -> Self

Converts to this type from the input type.
Source§

impl From<EmeraldOre> for BlockState

Source§

fn from(b: EmeraldOre) -> Self

Converts to this type from the input type.
Source§

impl From<EnchantingTable> for BlockState

Source§

fn from(b: EnchantingTable) -> Self

Converts to this type from the input type.
Source§

impl From<EndGateway> for BlockState

Source§

fn from(b: EndGateway) -> Self

Converts to this type from the input type.
Source§

impl From<EndPortal> for BlockState

Source§

fn from(b: EndPortal) -> Self

Converts to this type from the input type.
Source§

impl From<EndPortalFrame> for BlockState

Source§

fn from(b: EndPortalFrame) -> Self

Converts to this type from the input type.
Source§

impl From<EndRod> for BlockState

Source§

fn from(b: EndRod) -> Self

Converts to this type from the input type.
Source§

impl From<EndStone> for BlockState

Source§

fn from(b: EndStone) -> Self

Converts to this type from the input type.
Source§

impl From<EndStoneBrickSlab> for BlockState

Source§

fn from(b: EndStoneBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<EndStoneBrickStairs> for BlockState

Source§

fn from(b: EndStoneBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<EndStoneBrickWall> for BlockState

Source§

fn from(b: EndStoneBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<EndStoneBricks> for BlockState

Source§

fn from(b: EndStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<EnderChest> for BlockState

Source§

fn from(b: EnderChest) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedChiseledCopper> for BlockState

Source§

fn from(b: ExposedChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopper> for BlockState

Source§

fn from(b: ExposedCopper) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperBars> for BlockState

Source§

fn from(b: ExposedCopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperBulb> for BlockState

Source§

fn from(b: ExposedCopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperChain> for BlockState

Source§

fn from(b: ExposedCopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperChest> for BlockState

Source§

fn from(b: ExposedCopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperDoor> for BlockState

Source§

fn from(b: ExposedCopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperGolemStatue> for BlockState

Source§

fn from(b: ExposedCopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperGrate> for BlockState

Source§

fn from(b: ExposedCopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperLantern> for BlockState

Source§

fn from(b: ExposedCopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCopperTrapdoor> for BlockState

Source§

fn from(b: ExposedCopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCutCopper> for BlockState

Source§

fn from(b: ExposedCutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCutCopperSlab> for BlockState

Source§

fn from(b: ExposedCutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedCutCopperStairs> for BlockState

Source§

fn from(b: ExposedCutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<ExposedLightningRod> for BlockState

Source§

fn from(b: ExposedLightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<Farmland> for BlockState

Source§

fn from(b: Farmland) -> Self

Converts to this type from the input type.
Source§

impl From<Fern> for BlockState

Source§

fn from(b: Fern) -> Self

Converts to this type from the input type.
Source§

impl From<Fire> for BlockState

Source§

fn from(b: Fire) -> Self

Converts to this type from the input type.
Source§

impl From<FireCoral> for BlockState

Source§

fn from(b: FireCoral) -> Self

Converts to this type from the input type.
Source§

impl From<FireCoralBlock> for BlockState

Source§

fn from(b: FireCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<FireCoralFan> for BlockState

Source§

fn from(b: FireCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<FireCoralWallFan> for BlockState

Source§

fn from(b: FireCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<FireflyBush> for BlockState

Source§

fn from(b: FireflyBush) -> Self

Converts to this type from the input type.
Source§

impl From<FletchingTable> for BlockState

Source§

fn from(b: FletchingTable) -> Self

Converts to this type from the input type.
Source§

impl From<FlowerPot> for BlockState

Source§

fn from(b: FlowerPot) -> Self

Converts to this type from the input type.
Source§

impl From<FloweringAzalea> for BlockState

Source§

fn from(b: FloweringAzalea) -> Self

Converts to this type from the input type.
Source§

impl From<FloweringAzaleaLeaves> for BlockState

Source§

fn from(b: FloweringAzaleaLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<FluidState> for BlockState

Source§

fn from(state: FluidState) -> Self

Converts to this type from the input type.
Source§

impl From<Frogspawn> for BlockState

Source§

fn from(b: Frogspawn) -> Self

Converts to this type from the input type.
Source§

impl From<FrostedIce> for BlockState

Source§

fn from(b: FrostedIce) -> Self

Converts to this type from the input type.
Source§

impl From<Furnace> for BlockState

Source§

fn from(b: Furnace) -> Self

Converts to this type from the input type.
Source§

impl From<GildedBlackstone> for BlockState

Source§

fn from(b: GildedBlackstone) -> Self

Converts to this type from the input type.
Source§

impl From<Glass> for BlockState

Source§

fn from(b: Glass) -> Self

Converts to this type from the input type.
Source§

impl From<GlassPane> for BlockState

Source§

fn from(b: GlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<GlowLichen> for BlockState

Source§

fn from(b: GlowLichen) -> Self

Converts to this type from the input type.
Source§

impl From<Glowstone> for BlockState

Source§

fn from(b: Glowstone) -> Self

Converts to this type from the input type.
Source§

impl From<GoldBlock> for BlockState

Source§

fn from(b: GoldBlock) -> Self

Converts to this type from the input type.
Source§

impl From<GoldOre> for BlockState

Source§

fn from(b: GoldOre) -> Self

Converts to this type from the input type.
Source§

impl From<Granite> for BlockState

Source§

fn from(b: Granite) -> Self

Converts to this type from the input type.
Source§

impl From<GraniteSlab> for BlockState

Source§

fn from(b: GraniteSlab) -> Self

Converts to this type from the input type.
Source§

impl From<GraniteStairs> for BlockState

Source§

fn from(b: GraniteStairs) -> Self

Converts to this type from the input type.
Source§

impl From<GraniteWall> for BlockState

Source§

fn from(b: GraniteWall) -> Self

Converts to this type from the input type.
Source§

impl From<GrassBlock> for BlockState

Source§

fn from(b: GrassBlock) -> Self

Converts to this type from the input type.
Source§

impl From<Gravel> for BlockState

Source§

fn from(b: Gravel) -> Self

Converts to this type from the input type.
Source§

impl From<GrayBanner> for BlockState

Source§

fn from(b: GrayBanner) -> Self

Converts to this type from the input type.
Source§

impl From<GrayBed> for BlockState

Source§

fn from(b: GrayBed) -> Self

Converts to this type from the input type.
Source§

impl From<GrayCandle> for BlockState

Source§

fn from(b: GrayCandle) -> Self

Converts to this type from the input type.
Source§

impl From<GrayCandleCake> for BlockState

Source§

fn from(b: GrayCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<GrayCarpet> for BlockState

Source§

fn from(b: GrayCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<GrayConcrete> for BlockState

Source§

fn from(b: GrayConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<GrayConcretePowder> for BlockState

Source§

fn from(b: GrayConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<GrayGlazedTerracotta> for BlockState

Source§

fn from(b: GrayGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<GrayShulkerBox> for BlockState

Source§

fn from(b: GrayShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<GrayStainedGlass> for BlockState

Source§

fn from(b: GrayStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<GrayStainedGlassPane> for BlockState

Source§

fn from(b: GrayStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<GrayTerracotta> for BlockState

Source§

fn from(b: GrayTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<GrayWallBanner> for BlockState

Source§

fn from(b: GrayWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<GrayWool> for BlockState

Source§

fn from(b: GrayWool) -> Self

Converts to this type from the input type.
Source§

impl From<GreenBanner> for BlockState

Source§

fn from(b: GreenBanner) -> Self

Converts to this type from the input type.
Source§

impl From<GreenBed> for BlockState

Source§

fn from(b: GreenBed) -> Self

Converts to this type from the input type.
Source§

impl From<GreenCandle> for BlockState

Source§

fn from(b: GreenCandle) -> Self

Converts to this type from the input type.
Source§

impl From<GreenCandleCake> for BlockState

Source§

fn from(b: GreenCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<GreenCarpet> for BlockState

Source§

fn from(b: GreenCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<GreenConcrete> for BlockState

Source§

fn from(b: GreenConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<GreenConcretePowder> for BlockState

Source§

fn from(b: GreenConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<GreenGlazedTerracotta> for BlockState

Source§

fn from(b: GreenGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<GreenShulkerBox> for BlockState

Source§

fn from(b: GreenShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<GreenStainedGlass> for BlockState

Source§

fn from(b: GreenStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<GreenStainedGlassPane> for BlockState

Source§

fn from(b: GreenStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<GreenTerracotta> for BlockState

Source§

fn from(b: GreenTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<GreenWallBanner> for BlockState

Source§

fn from(b: GreenWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<GreenWool> for BlockState

Source§

fn from(b: GreenWool) -> Self

Converts to this type from the input type.
Source§

impl From<Grindstone> for BlockState

Source§

fn from(b: Grindstone) -> Self

Converts to this type from the input type.
Source§

impl From<HangingRoots> for BlockState

Source§

fn from(b: HangingRoots) -> Self

Converts to this type from the input type.
Source§

impl From<HayBlock> for BlockState

Source§

fn from(b: HayBlock) -> Self

Converts to this type from the input type.
Source§

impl From<HeavyCore> for BlockState

Source§

fn from(b: HeavyCore) -> Self

Converts to this type from the input type.
Source§

impl From<HeavyWeightedPressurePlate> for BlockState

Source§

fn from(b: HeavyWeightedPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<HoneyBlock> for BlockState

Source§

fn from(b: HoneyBlock) -> Self

Converts to this type from the input type.
Source§

impl From<HoneycombBlock> for BlockState

Source§

fn from(b: HoneycombBlock) -> Self

Converts to this type from the input type.
Source§

impl From<Hopper> for BlockState

Source§

fn from(b: Hopper) -> Self

Converts to this type from the input type.
Source§

impl From<HornCoral> for BlockState

Source§

fn from(b: HornCoral) -> Self

Converts to this type from the input type.
Source§

impl From<HornCoralBlock> for BlockState

Source§

fn from(b: HornCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<HornCoralFan> for BlockState

Source§

fn from(b: HornCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<HornCoralWallFan> for BlockState

Source§

fn from(b: HornCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<Ice> for BlockState

Source§

fn from(b: Ice) -> Self

Converts to this type from the input type.
Source§

impl From<InfestedChiseledStoneBricks> for BlockState

Source§

fn from(b: InfestedChiseledStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<InfestedCobblestone> for BlockState

Source§

fn from(b: InfestedCobblestone) -> Self

Converts to this type from the input type.
Source§

impl From<InfestedCrackedStoneBricks> for BlockState

Source§

fn from(b: InfestedCrackedStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<InfestedDeepslate> for BlockState

Source§

fn from(b: InfestedDeepslate) -> Self

Converts to this type from the input type.
Source§

impl From<InfestedMossyStoneBricks> for BlockState

Source§

fn from(b: InfestedMossyStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<InfestedStone> for BlockState

Source§

fn from(b: InfestedStone) -> Self

Converts to this type from the input type.
Source§

impl From<InfestedStoneBricks> for BlockState

Source§

fn from(b: InfestedStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<IronBars> for BlockState

Source§

fn from(b: IronBars) -> Self

Converts to this type from the input type.
Source§

impl From<IronBlock> for BlockState

Source§

fn from(b: IronBlock) -> Self

Converts to this type from the input type.
Source§

impl From<IronChain> for BlockState

Source§

fn from(b: IronChain) -> Self

Converts to this type from the input type.
Source§

impl From<IronDoor> for BlockState

Source§

fn from(b: IronDoor) -> Self

Converts to this type from the input type.
Source§

impl From<IronOre> for BlockState

Source§

fn from(b: IronOre) -> Self

Converts to this type from the input type.
Source§

impl From<IronTrapdoor> for BlockState

Source§

fn from(b: IronTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<JackOLantern> for BlockState

Source§

fn from(b: JackOLantern) -> Self

Converts to this type from the input type.
Source§

impl From<Jigsaw> for BlockState

Source§

fn from(b: Jigsaw) -> Self

Converts to this type from the input type.
Source§

impl From<Jukebox> for BlockState

Source§

fn from(b: Jukebox) -> Self

Converts to this type from the input type.
Source§

impl From<JungleButton> for BlockState

Source§

fn from(b: JungleButton) -> Self

Converts to this type from the input type.
Source§

impl From<JungleDoor> for BlockState

Source§

fn from(b: JungleDoor) -> Self

Converts to this type from the input type.
Source§

impl From<JungleFence> for BlockState

Source§

fn from(b: JungleFence) -> Self

Converts to this type from the input type.
Source§

impl From<JungleFenceGate> for BlockState

Source§

fn from(b: JungleFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<JungleHangingSign> for BlockState

Source§

fn from(b: JungleHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<JungleLeaves> for BlockState

Source§

fn from(b: JungleLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<JungleLog> for BlockState

Source§

fn from(b: JungleLog) -> Self

Converts to this type from the input type.
Source§

impl From<JunglePlanks> for BlockState

Source§

fn from(b: JunglePlanks) -> Self

Converts to this type from the input type.
Source§

impl From<JunglePressurePlate> for BlockState

Source§

fn from(b: JunglePressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<JungleSapling> for BlockState

Source§

fn from(b: JungleSapling) -> Self

Converts to this type from the input type.
Source§

impl From<JungleShelf> for BlockState

Source§

fn from(b: JungleShelf) -> Self

Converts to this type from the input type.
Source§

impl From<JungleSign> for BlockState

Source§

fn from(b: JungleSign) -> Self

Converts to this type from the input type.
Source§

impl From<JungleSlab> for BlockState

Source§

fn from(b: JungleSlab) -> Self

Converts to this type from the input type.
Source§

impl From<JungleStairs> for BlockState

Source§

fn from(b: JungleStairs) -> Self

Converts to this type from the input type.
Source§

impl From<JungleTrapdoor> for BlockState

Source§

fn from(b: JungleTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<JungleWallHangingSign> for BlockState

Source§

fn from(b: JungleWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<JungleWallSign> for BlockState

Source§

fn from(b: JungleWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<JungleWood> for BlockState

Source§

fn from(b: JungleWood) -> Self

Converts to this type from the input type.
Source§

impl From<Kelp> for BlockState

Source§

fn from(b: Kelp) -> Self

Converts to this type from the input type.
Source§

impl From<KelpPlant> for BlockState

Source§

fn from(b: KelpPlant) -> Self

Converts to this type from the input type.
Source§

impl From<Ladder> for BlockState

Source§

fn from(b: Ladder) -> Self

Converts to this type from the input type.
Source§

impl From<Lantern> for BlockState

Source§

fn from(b: Lantern) -> Self

Converts to this type from the input type.
Source§

impl From<LapisBlock> for BlockState

Source§

fn from(b: LapisBlock) -> Self

Converts to this type from the input type.
Source§

impl From<LapisOre> for BlockState

Source§

fn from(b: LapisOre) -> Self

Converts to this type from the input type.
Source§

impl From<LargeAmethystBud> for BlockState

Source§

fn from(b: LargeAmethystBud) -> Self

Converts to this type from the input type.
Source§

impl From<LargeFern> for BlockState

Source§

fn from(b: LargeFern) -> Self

Converts to this type from the input type.
Source§

impl From<Lava> for BlockState

Source§

fn from(b: Lava) -> Self

Converts to this type from the input type.
Source§

impl From<LavaCauldron> for BlockState

Source§

fn from(b: LavaCauldron) -> Self

Converts to this type from the input type.
Source§

impl From<LeafLitter> for BlockState

Source§

fn from(b: LeafLitter) -> Self

Converts to this type from the input type.
Source§

impl From<Lectern> for BlockState

Source§

fn from(b: Lectern) -> Self

Converts to this type from the input type.
Source§

impl From<Lever> for BlockState

Source§

fn from(b: Lever) -> Self

Converts to this type from the input type.
Source§

impl From<Light> for BlockState

Source§

fn from(b: Light) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueBanner> for BlockState

Source§

fn from(b: LightBlueBanner) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueBed> for BlockState

Source§

fn from(b: LightBlueBed) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueCandle> for BlockState

Source§

fn from(b: LightBlueCandle) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueCandleCake> for BlockState

Source§

fn from(b: LightBlueCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueCarpet> for BlockState

Source§

fn from(b: LightBlueCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueConcrete> for BlockState

Source§

fn from(b: LightBlueConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueConcretePowder> for BlockState

Source§

fn from(b: LightBlueConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueGlazedTerracotta> for BlockState

Source§

fn from(b: LightBlueGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueShulkerBox> for BlockState

Source§

fn from(b: LightBlueShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueStainedGlass> for BlockState

Source§

fn from(b: LightBlueStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueStainedGlassPane> for BlockState

Source§

fn from(b: LightBlueStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueTerracotta> for BlockState

Source§

fn from(b: LightBlueTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueWallBanner> for BlockState

Source§

fn from(b: LightBlueWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<LightBlueWool> for BlockState

Source§

fn from(b: LightBlueWool) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayBanner> for BlockState

Source§

fn from(b: LightGrayBanner) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayBed> for BlockState

Source§

fn from(b: LightGrayBed) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayCandle> for BlockState

Source§

fn from(b: LightGrayCandle) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayCandleCake> for BlockState

Source§

fn from(b: LightGrayCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayCarpet> for BlockState

Source§

fn from(b: LightGrayCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayConcrete> for BlockState

Source§

fn from(b: LightGrayConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayConcretePowder> for BlockState

Source§

fn from(b: LightGrayConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayGlazedTerracotta> for BlockState

Source§

fn from(b: LightGrayGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayShulkerBox> for BlockState

Source§

fn from(b: LightGrayShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayStainedGlass> for BlockState

Source§

fn from(b: LightGrayStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayStainedGlassPane> for BlockState

Source§

fn from(b: LightGrayStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayTerracotta> for BlockState

Source§

fn from(b: LightGrayTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayWallBanner> for BlockState

Source§

fn from(b: LightGrayWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<LightGrayWool> for BlockState

Source§

fn from(b: LightGrayWool) -> Self

Converts to this type from the input type.
Source§

impl From<LightWeightedPressurePlate> for BlockState

Source§

fn from(b: LightWeightedPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<LightningRod> for BlockState

Source§

fn from(b: LightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<Lilac> for BlockState

Source§

fn from(b: Lilac) -> Self

Converts to this type from the input type.
Source§

impl From<LilyOfTheValley> for BlockState

Source§

fn from(b: LilyOfTheValley) -> Self

Converts to this type from the input type.
Source§

impl From<LilyPad> for BlockState

Source§

fn from(b: LilyPad) -> Self

Converts to this type from the input type.
Source§

impl From<LimeBanner> for BlockState

Source§

fn from(b: LimeBanner) -> Self

Converts to this type from the input type.
Source§

impl From<LimeBed> for BlockState

Source§

fn from(b: LimeBed) -> Self

Converts to this type from the input type.
Source§

impl From<LimeCandle> for BlockState

Source§

fn from(b: LimeCandle) -> Self

Converts to this type from the input type.
Source§

impl From<LimeCandleCake> for BlockState

Source§

fn from(b: LimeCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<LimeCarpet> for BlockState

Source§

fn from(b: LimeCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<LimeConcrete> for BlockState

Source§

fn from(b: LimeConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<LimeConcretePowder> for BlockState

Source§

fn from(b: LimeConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<LimeGlazedTerracotta> for BlockState

Source§

fn from(b: LimeGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<LimeShulkerBox> for BlockState

Source§

fn from(b: LimeShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<LimeStainedGlass> for BlockState

Source§

fn from(b: LimeStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<LimeStainedGlassPane> for BlockState

Source§

fn from(b: LimeStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<LimeTerracotta> for BlockState

Source§

fn from(b: LimeTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<LimeWallBanner> for BlockState

Source§

fn from(b: LimeWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<LimeWool> for BlockState

Source§

fn from(b: LimeWool) -> Self

Converts to this type from the input type.
Source§

impl From<Lodestone> for BlockState

Source§

fn from(b: Lodestone) -> Self

Converts to this type from the input type.
Source§

impl From<Loom> for BlockState

Source§

fn from(b: Loom) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaBanner> for BlockState

Source§

fn from(b: MagentaBanner) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaBed> for BlockState

Source§

fn from(b: MagentaBed) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaCandle> for BlockState

Source§

fn from(b: MagentaCandle) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaCandleCake> for BlockState

Source§

fn from(b: MagentaCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaCarpet> for BlockState

Source§

fn from(b: MagentaCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaConcrete> for BlockState

Source§

fn from(b: MagentaConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaConcretePowder> for BlockState

Source§

fn from(b: MagentaConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaGlazedTerracotta> for BlockState

Source§

fn from(b: MagentaGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaShulkerBox> for BlockState

Source§

fn from(b: MagentaShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaStainedGlass> for BlockState

Source§

fn from(b: MagentaStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaStainedGlassPane> for BlockState

Source§

fn from(b: MagentaStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaTerracotta> for BlockState

Source§

fn from(b: MagentaTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaWallBanner> for BlockState

Source§

fn from(b: MagentaWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<MagentaWool> for BlockState

Source§

fn from(b: MagentaWool) -> Self

Converts to this type from the input type.
Source§

impl From<MagmaBlock> for BlockState

Source§

fn from(b: MagmaBlock) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveButton> for BlockState

Source§

fn from(b: MangroveButton) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveDoor> for BlockState

Source§

fn from(b: MangroveDoor) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveFence> for BlockState

Source§

fn from(b: MangroveFence) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveFenceGate> for BlockState

Source§

fn from(b: MangroveFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveHangingSign> for BlockState

Source§

fn from(b: MangroveHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveLeaves> for BlockState

Source§

fn from(b: MangroveLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveLog> for BlockState

Source§

fn from(b: MangroveLog) -> Self

Converts to this type from the input type.
Source§

impl From<MangrovePlanks> for BlockState

Source§

fn from(b: MangrovePlanks) -> Self

Converts to this type from the input type.
Source§

impl From<MangrovePressurePlate> for BlockState

Source§

fn from(b: MangrovePressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<MangrovePropagule> for BlockState

Source§

fn from(b: MangrovePropagule) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveRoots> for BlockState

Source§

fn from(b: MangroveRoots) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveShelf> for BlockState

Source§

fn from(b: MangroveShelf) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveSign> for BlockState

Source§

fn from(b: MangroveSign) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveSlab> for BlockState

Source§

fn from(b: MangroveSlab) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveStairs> for BlockState

Source§

fn from(b: MangroveStairs) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveTrapdoor> for BlockState

Source§

fn from(b: MangroveTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveWallHangingSign> for BlockState

Source§

fn from(b: MangroveWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveWallSign> for BlockState

Source§

fn from(b: MangroveWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<MangroveWood> for BlockState

Source§

fn from(b: MangroveWood) -> Self

Converts to this type from the input type.
Source§

impl From<MediumAmethystBud> for BlockState

Source§

fn from(b: MediumAmethystBud) -> Self

Converts to this type from the input type.
Source§

impl From<Melon> for BlockState

Source§

fn from(b: Melon) -> Self

Converts to this type from the input type.
Source§

impl From<MelonStem> for BlockState

Source§

fn from(b: MelonStem) -> Self

Converts to this type from the input type.
Source§

impl From<MossBlock> for BlockState

Source§

fn from(b: MossBlock) -> Self

Converts to this type from the input type.
Source§

impl From<MossCarpet> for BlockState

Source§

fn from(b: MossCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<MossyCobblestone> for BlockState

Source§

fn from(b: MossyCobblestone) -> Self

Converts to this type from the input type.
Source§

impl From<MossyCobblestoneSlab> for BlockState

Source§

fn from(b: MossyCobblestoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<MossyCobblestoneStairs> for BlockState

Source§

fn from(b: MossyCobblestoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<MossyCobblestoneWall> for BlockState

Source§

fn from(b: MossyCobblestoneWall) -> Self

Converts to this type from the input type.
Source§

impl From<MossyStoneBrickSlab> for BlockState

Source§

fn from(b: MossyStoneBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<MossyStoneBrickStairs> for BlockState

Source§

fn from(b: MossyStoneBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<MossyStoneBrickWall> for BlockState

Source§

fn from(b: MossyStoneBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<MossyStoneBricks> for BlockState

Source§

fn from(b: MossyStoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<MovingPiston> for BlockState

Source§

fn from(b: MovingPiston) -> Self

Converts to this type from the input type.
Source§

impl From<Mud> for BlockState

Source§

fn from(b: Mud) -> Self

Converts to this type from the input type.
Source§

impl From<MudBrickSlab> for BlockState

Source§

fn from(b: MudBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<MudBrickStairs> for BlockState

Source§

fn from(b: MudBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<MudBrickWall> for BlockState

Source§

fn from(b: MudBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<MudBricks> for BlockState

Source§

fn from(b: MudBricks) -> Self

Converts to this type from the input type.
Source§

impl From<MuddyMangroveRoots> for BlockState

Source§

fn from(b: MuddyMangroveRoots) -> Self

Converts to this type from the input type.
Source§

impl From<MushroomStem> for BlockState

Source§

fn from(b: MushroomStem) -> Self

Converts to this type from the input type.
Source§

impl From<Mycelium> for BlockState

Source§

fn from(b: Mycelium) -> Self

Converts to this type from the input type.
Source§

impl From<NetherBrickFence> for BlockState

Source§

fn from(b: NetherBrickFence) -> Self

Converts to this type from the input type.
Source§

impl From<NetherBrickSlab> for BlockState

Source§

fn from(b: NetherBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<NetherBrickStairs> for BlockState

Source§

fn from(b: NetherBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<NetherBrickWall> for BlockState

Source§

fn from(b: NetherBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<NetherBricks> for BlockState

Source§

fn from(b: NetherBricks) -> Self

Converts to this type from the input type.
Source§

impl From<NetherGoldOre> for BlockState

Source§

fn from(b: NetherGoldOre) -> Self

Converts to this type from the input type.
Source§

impl From<NetherPortal> for BlockState

Source§

fn from(b: NetherPortal) -> Self

Converts to this type from the input type.
Source§

impl From<NetherQuartzOre> for BlockState

Source§

fn from(b: NetherQuartzOre) -> Self

Converts to this type from the input type.
Source§

impl From<NetherSprouts> for BlockState

Source§

fn from(b: NetherSprouts) -> Self

Converts to this type from the input type.
Source§

impl From<NetherWart> for BlockState

Source§

fn from(b: NetherWart) -> Self

Converts to this type from the input type.
Source§

impl From<NetherWartBlock> for BlockState

Source§

fn from(b: NetherWartBlock) -> Self

Converts to this type from the input type.
Source§

impl From<NetheriteBlock> for BlockState

Source§

fn from(b: NetheriteBlock) -> Self

Converts to this type from the input type.
Source§

impl From<Netherrack> for BlockState

Source§

fn from(b: Netherrack) -> Self

Converts to this type from the input type.
Source§

impl From<NoteBlock> for BlockState

Source§

fn from(b: NoteBlock) -> Self

Converts to this type from the input type.
Source§

impl From<OakButton> for BlockState

Source§

fn from(b: OakButton) -> Self

Converts to this type from the input type.
Source§

impl From<OakDoor> for BlockState

Source§

fn from(b: OakDoor) -> Self

Converts to this type from the input type.
Source§

impl From<OakFence> for BlockState

Source§

fn from(b: OakFence) -> Self

Converts to this type from the input type.
Source§

impl From<OakFenceGate> for BlockState

Source§

fn from(b: OakFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<OakHangingSign> for BlockState

Source§

fn from(b: OakHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<OakLeaves> for BlockState

Source§

fn from(b: OakLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<OakLog> for BlockState

Source§

fn from(b: OakLog) -> Self

Converts to this type from the input type.
Source§

impl From<OakPlanks> for BlockState

Source§

fn from(b: OakPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<OakPressurePlate> for BlockState

Source§

fn from(b: OakPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<OakSapling> for BlockState

Source§

fn from(b: OakSapling) -> Self

Converts to this type from the input type.
Source§

impl From<OakShelf> for BlockState

Source§

fn from(b: OakShelf) -> Self

Converts to this type from the input type.
Source§

impl From<OakSign> for BlockState

Source§

fn from(b: OakSign) -> Self

Converts to this type from the input type.
Source§

impl From<OakSlab> for BlockState

Source§

fn from(b: OakSlab) -> Self

Converts to this type from the input type.
Source§

impl From<OakStairs> for BlockState

Source§

fn from(b: OakStairs) -> Self

Converts to this type from the input type.
Source§

impl From<OakTrapdoor> for BlockState

Source§

fn from(b: OakTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<OakWallHangingSign> for BlockState

Source§

fn from(b: OakWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<OakWallSign> for BlockState

Source§

fn from(b: OakWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<OakWood> for BlockState

Source§

fn from(b: OakWood) -> Self

Converts to this type from the input type.
Source§

impl From<Observer> for BlockState

Source§

fn from(b: Observer) -> Self

Converts to this type from the input type.
Source§

impl From<Obsidian> for BlockState

Source§

fn from(b: Obsidian) -> Self

Converts to this type from the input type.
Source§

impl From<OchreFroglight> for BlockState

Source§

fn from(b: OchreFroglight) -> Self

Converts to this type from the input type.
Source§

impl From<OpenEyeblossom> for BlockState

Source§

fn from(b: OpenEyeblossom) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeBanner> for BlockState

Source§

fn from(b: OrangeBanner) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeBed> for BlockState

Source§

fn from(b: OrangeBed) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeCandle> for BlockState

Source§

fn from(b: OrangeCandle) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeCandleCake> for BlockState

Source§

fn from(b: OrangeCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeCarpet> for BlockState

Source§

fn from(b: OrangeCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeConcrete> for BlockState

Source§

fn from(b: OrangeConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeConcretePowder> for BlockState

Source§

fn from(b: OrangeConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeGlazedTerracotta> for BlockState

Source§

fn from(b: OrangeGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeShulkerBox> for BlockState

Source§

fn from(b: OrangeShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeStainedGlass> for BlockState

Source§

fn from(b: OrangeStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeStainedGlassPane> for BlockState

Source§

fn from(b: OrangeStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeTerracotta> for BlockState

Source§

fn from(b: OrangeTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeTulip> for BlockState

Source§

fn from(b: OrangeTulip) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeWallBanner> for BlockState

Source§

fn from(b: OrangeWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<OrangeWool> for BlockState

Source§

fn from(b: OrangeWool) -> Self

Converts to this type from the input type.
Source§

impl From<OxeyeDaisy> for BlockState

Source§

fn from(b: OxeyeDaisy) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedChiseledCopper> for BlockState

Source§

fn from(b: OxidizedChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopper> for BlockState

Source§

fn from(b: OxidizedCopper) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperBars> for BlockState

Source§

fn from(b: OxidizedCopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperBulb> for BlockState

Source§

fn from(b: OxidizedCopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperChain> for BlockState

Source§

fn from(b: OxidizedCopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperChest> for BlockState

Source§

fn from(b: OxidizedCopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperDoor> for BlockState

Source§

fn from(b: OxidizedCopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperGolemStatue> for BlockState

Source§

fn from(b: OxidizedCopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperGrate> for BlockState

Source§

fn from(b: OxidizedCopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperLantern> for BlockState

Source§

fn from(b: OxidizedCopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCopperTrapdoor> for BlockState

Source§

fn from(b: OxidizedCopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCutCopper> for BlockState

Source§

fn from(b: OxidizedCutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCutCopperSlab> for BlockState

Source§

fn from(b: OxidizedCutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedCutCopperStairs> for BlockState

Source§

fn from(b: OxidizedCutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<OxidizedLightningRod> for BlockState

Source§

fn from(b: OxidizedLightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<PackedIce> for BlockState

Source§

fn from(b: PackedIce) -> Self

Converts to this type from the input type.
Source§

impl From<PackedMud> for BlockState

Source§

fn from(b: PackedMud) -> Self

Converts to this type from the input type.
Source§

impl From<PaleHangingMoss> for BlockState

Source§

fn from(b: PaleHangingMoss) -> Self

Converts to this type from the input type.
Source§

impl From<PaleMossBlock> for BlockState

Source§

fn from(b: PaleMossBlock) -> Self

Converts to this type from the input type.
Source§

impl From<PaleMossCarpet> for BlockState

Source§

fn from(b: PaleMossCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakButton> for BlockState

Source§

fn from(b: PaleOakButton) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakDoor> for BlockState

Source§

fn from(b: PaleOakDoor) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakFence> for BlockState

Source§

fn from(b: PaleOakFence) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakFenceGate> for BlockState

Source§

fn from(b: PaleOakFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakHangingSign> for BlockState

Source§

fn from(b: PaleOakHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakLeaves> for BlockState

Source§

fn from(b: PaleOakLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakLog> for BlockState

Source§

fn from(b: PaleOakLog) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakPlanks> for BlockState

Source§

fn from(b: PaleOakPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakPressurePlate> for BlockState

Source§

fn from(b: PaleOakPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakSapling> for BlockState

Source§

fn from(b: PaleOakSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakShelf> for BlockState

Source§

fn from(b: PaleOakShelf) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakSign> for BlockState

Source§

fn from(b: PaleOakSign) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakSlab> for BlockState

Source§

fn from(b: PaleOakSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakStairs> for BlockState

Source§

fn from(b: PaleOakStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakTrapdoor> for BlockState

Source§

fn from(b: PaleOakTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakWallHangingSign> for BlockState

Source§

fn from(b: PaleOakWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakWallSign> for BlockState

Source§

fn from(b: PaleOakWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<PaleOakWood> for BlockState

Source§

fn from(b: PaleOakWood) -> Self

Converts to this type from the input type.
Source§

impl From<PearlescentFroglight> for BlockState

Source§

fn from(b: PearlescentFroglight) -> Self

Converts to this type from the input type.
Source§

impl From<Peony> for BlockState

Source§

fn from(b: Peony) -> Self

Converts to this type from the input type.
Source§

impl From<PetrifiedOakSlab> for BlockState

Source§

fn from(b: PetrifiedOakSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PiglinHead> for BlockState

Source§

fn from(b: PiglinHead) -> Self

Converts to this type from the input type.
Source§

impl From<PiglinWallHead> for BlockState

Source§

fn from(b: PiglinWallHead) -> Self

Converts to this type from the input type.
Source§

impl From<PinkBanner> for BlockState

Source§

fn from(b: PinkBanner) -> Self

Converts to this type from the input type.
Source§

impl From<PinkBed> for BlockState

Source§

fn from(b: PinkBed) -> Self

Converts to this type from the input type.
Source§

impl From<PinkCandle> for BlockState

Source§

fn from(b: PinkCandle) -> Self

Converts to this type from the input type.
Source§

impl From<PinkCandleCake> for BlockState

Source§

fn from(b: PinkCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<PinkCarpet> for BlockState

Source§

fn from(b: PinkCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<PinkConcrete> for BlockState

Source§

fn from(b: PinkConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<PinkConcretePowder> for BlockState

Source§

fn from(b: PinkConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<PinkGlazedTerracotta> for BlockState

Source§

fn from(b: PinkGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<PinkPetals> for BlockState

Source§

fn from(b: PinkPetals) -> Self

Converts to this type from the input type.
Source§

impl From<PinkShulkerBox> for BlockState

Source§

fn from(b: PinkShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<PinkStainedGlass> for BlockState

Source§

fn from(b: PinkStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<PinkStainedGlassPane> for BlockState

Source§

fn from(b: PinkStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<PinkTerracotta> for BlockState

Source§

fn from(b: PinkTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<PinkTulip> for BlockState

Source§

fn from(b: PinkTulip) -> Self

Converts to this type from the input type.
Source§

impl From<PinkWallBanner> for BlockState

Source§

fn from(b: PinkWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<PinkWool> for BlockState

Source§

fn from(b: PinkWool) -> Self

Converts to this type from the input type.
Source§

impl From<Piston> for BlockState

Source§

fn from(b: Piston) -> Self

Converts to this type from the input type.
Source§

impl From<PistonHead> for BlockState

Source§

fn from(b: PistonHead) -> Self

Converts to this type from the input type.
Source§

impl From<PitcherCrop> for BlockState

Source§

fn from(b: PitcherCrop) -> Self

Converts to this type from the input type.
Source§

impl From<PitcherPlant> for BlockState

Source§

fn from(b: PitcherPlant) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerHead> for BlockState

Source§

fn from(b: PlayerHead) -> Self

Converts to this type from the input type.
Source§

impl From<PlayerWallHead> for BlockState

Source§

fn from(b: PlayerWallHead) -> Self

Converts to this type from the input type.
Source§

impl From<Podzol> for BlockState

Source§

fn from(b: Podzol) -> Self

Converts to this type from the input type.
Source§

impl From<PointedDripstone> for BlockState

Source§

fn from(b: PointedDripstone) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedAndesite> for BlockState

Source§

fn from(b: PolishedAndesite) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedAndesiteSlab> for BlockState

Source§

fn from(b: PolishedAndesiteSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedAndesiteStairs> for BlockState

Source§

fn from(b: PolishedAndesiteStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBasalt> for BlockState

Source§

fn from(b: PolishedBasalt) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstone> for BlockState

Source§

fn from(b: PolishedBlackstone) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneBrickSlab> for BlockState

Source§

fn from(b: PolishedBlackstoneBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneBrickStairs> for BlockState

Source§

fn from(b: PolishedBlackstoneBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneBrickWall> for BlockState

Source§

fn from(b: PolishedBlackstoneBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneBricks> for BlockState

Source§

fn from(b: PolishedBlackstoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneButton> for BlockState

Source§

fn from(b: PolishedBlackstoneButton) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstonePressurePlate> for BlockState

Source§

fn from(b: PolishedBlackstonePressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneSlab> for BlockState

Source§

fn from(b: PolishedBlackstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneStairs> for BlockState

Source§

fn from(b: PolishedBlackstoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedBlackstoneWall> for BlockState

Source§

fn from(b: PolishedBlackstoneWall) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedDeepslate> for BlockState

Source§

fn from(b: PolishedDeepslate) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedDeepslateSlab> for BlockState

Source§

fn from(b: PolishedDeepslateSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedDeepslateStairs> for BlockState

Source§

fn from(b: PolishedDeepslateStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedDeepslateWall> for BlockState

Source§

fn from(b: PolishedDeepslateWall) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedDiorite> for BlockState

Source§

fn from(b: PolishedDiorite) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedDioriteSlab> for BlockState

Source§

fn from(b: PolishedDioriteSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedDioriteStairs> for BlockState

Source§

fn from(b: PolishedDioriteStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedGranite> for BlockState

Source§

fn from(b: PolishedGranite) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedGraniteSlab> for BlockState

Source§

fn from(b: PolishedGraniteSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedGraniteStairs> for BlockState

Source§

fn from(b: PolishedGraniteStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedTuff> for BlockState

Source§

fn from(b: PolishedTuff) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedTuffSlab> for BlockState

Source§

fn from(b: PolishedTuffSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedTuffStairs> for BlockState

Source§

fn from(b: PolishedTuffStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PolishedTuffWall> for BlockState

Source§

fn from(b: PolishedTuffWall) -> Self

Converts to this type from the input type.
Source§

impl From<Poppy> for BlockState

Source§

fn from(b: Poppy) -> Self

Converts to this type from the input type.
Source§

impl From<Potatoes> for BlockState

Source§

fn from(b: Potatoes) -> Self

Converts to this type from the input type.
Source§

impl From<PottedAcaciaSapling> for BlockState

Source§

fn from(b: PottedAcaciaSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedAllium> for BlockState

Source§

fn from(b: PottedAllium) -> Self

Converts to this type from the input type.
Source§

impl From<PottedAzaleaBush> for BlockState

Source§

fn from(b: PottedAzaleaBush) -> Self

Converts to this type from the input type.
Source§

impl From<PottedAzureBluet> for BlockState

Source§

fn from(b: PottedAzureBluet) -> Self

Converts to this type from the input type.
Source§

impl From<PottedBamboo> for BlockState

Source§

fn from(b: PottedBamboo) -> Self

Converts to this type from the input type.
Source§

impl From<PottedBirchSapling> for BlockState

Source§

fn from(b: PottedBirchSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedBlueOrchid> for BlockState

Source§

fn from(b: PottedBlueOrchid) -> Self

Converts to this type from the input type.
Source§

impl From<PottedBrownMushroom> for BlockState

Source§

fn from(b: PottedBrownMushroom) -> Self

Converts to this type from the input type.
Source§

impl From<PottedCactus> for BlockState

Source§

fn from(b: PottedCactus) -> Self

Converts to this type from the input type.
Source§

impl From<PottedCherrySapling> for BlockState

Source§

fn from(b: PottedCherrySapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedClosedEyeblossom> for BlockState

Source§

fn from(b: PottedClosedEyeblossom) -> Self

Converts to this type from the input type.
Source§

impl From<PottedCornflower> for BlockState

Source§

fn from(b: PottedCornflower) -> Self

Converts to this type from the input type.
Source§

impl From<PottedCrimsonFungus> for BlockState

Source§

fn from(b: PottedCrimsonFungus) -> Self

Converts to this type from the input type.
Source§

impl From<PottedCrimsonRoots> for BlockState

Source§

fn from(b: PottedCrimsonRoots) -> Self

Converts to this type from the input type.
Source§

impl From<PottedDandelion> for BlockState

Source§

fn from(b: PottedDandelion) -> Self

Converts to this type from the input type.
Source§

impl From<PottedDarkOakSapling> for BlockState

Source§

fn from(b: PottedDarkOakSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedDeadBush> for BlockState

Source§

fn from(b: PottedDeadBush) -> Self

Converts to this type from the input type.
Source§

impl From<PottedFern> for BlockState

Source§

fn from(b: PottedFern) -> Self

Converts to this type from the input type.
Source§

impl From<PottedFloweringAzaleaBush> for BlockState

Source§

fn from(b: PottedFloweringAzaleaBush) -> Self

Converts to this type from the input type.
Source§

impl From<PottedJungleSapling> for BlockState

Source§

fn from(b: PottedJungleSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedLilyOfTheValley> for BlockState

Source§

fn from(b: PottedLilyOfTheValley) -> Self

Converts to this type from the input type.
Source§

impl From<PottedMangrovePropagule> for BlockState

Source§

fn from(b: PottedMangrovePropagule) -> Self

Converts to this type from the input type.
Source§

impl From<PottedOakSapling> for BlockState

Source§

fn from(b: PottedOakSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedOpenEyeblossom> for BlockState

Source§

fn from(b: PottedOpenEyeblossom) -> Self

Converts to this type from the input type.
Source§

impl From<PottedOrangeTulip> for BlockState

Source§

fn from(b: PottedOrangeTulip) -> Self

Converts to this type from the input type.
Source§

impl From<PottedOxeyeDaisy> for BlockState

Source§

fn from(b: PottedOxeyeDaisy) -> Self

Converts to this type from the input type.
Source§

impl From<PottedPaleOakSapling> for BlockState

Source§

fn from(b: PottedPaleOakSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedPinkTulip> for BlockState

Source§

fn from(b: PottedPinkTulip) -> Self

Converts to this type from the input type.
Source§

impl From<PottedPoppy> for BlockState

Source§

fn from(b: PottedPoppy) -> Self

Converts to this type from the input type.
Source§

impl From<PottedRedMushroom> for BlockState

Source§

fn from(b: PottedRedMushroom) -> Self

Converts to this type from the input type.
Source§

impl From<PottedRedTulip> for BlockState

Source§

fn from(b: PottedRedTulip) -> Self

Converts to this type from the input type.
Source§

impl From<PottedSpruceSapling> for BlockState

Source§

fn from(b: PottedSpruceSapling) -> Self

Converts to this type from the input type.
Source§

impl From<PottedTorchflower> for BlockState

Source§

fn from(b: PottedTorchflower) -> Self

Converts to this type from the input type.
Source§

impl From<PottedWarpedFungus> for BlockState

Source§

fn from(b: PottedWarpedFungus) -> Self

Converts to this type from the input type.
Source§

impl From<PottedWarpedRoots> for BlockState

Source§

fn from(b: PottedWarpedRoots) -> Self

Converts to this type from the input type.
Source§

impl From<PottedWhiteTulip> for BlockState

Source§

fn from(b: PottedWhiteTulip) -> Self

Converts to this type from the input type.
Source§

impl From<PottedWitherRose> for BlockState

Source§

fn from(b: PottedWitherRose) -> Self

Converts to this type from the input type.
Source§

impl From<PowderSnow> for BlockState

Source§

fn from(b: PowderSnow) -> Self

Converts to this type from the input type.
Source§

impl From<PowderSnowCauldron> for BlockState

Source§

fn from(b: PowderSnowCauldron) -> Self

Converts to this type from the input type.
Source§

impl From<PoweredRail> for BlockState

Source§

fn from(b: PoweredRail) -> Self

Converts to this type from the input type.
Source§

impl From<Prismarine> for BlockState

Source§

fn from(b: Prismarine) -> Self

Converts to this type from the input type.
Source§

impl From<PrismarineBrickSlab> for BlockState

Source§

fn from(b: PrismarineBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PrismarineBrickStairs> for BlockState

Source§

fn from(b: PrismarineBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PrismarineBricks> for BlockState

Source§

fn from(b: PrismarineBricks) -> Self

Converts to this type from the input type.
Source§

impl From<PrismarineSlab> for BlockState

Source§

fn from(b: PrismarineSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PrismarineStairs> for BlockState

Source§

fn from(b: PrismarineStairs) -> Self

Converts to this type from the input type.
Source§

impl From<PrismarineWall> for BlockState

Source§

fn from(b: PrismarineWall) -> Self

Converts to this type from the input type.
Source§

impl From<Pumpkin> for BlockState

Source§

fn from(b: Pumpkin) -> Self

Converts to this type from the input type.
Source§

impl From<PumpkinStem> for BlockState

Source§

fn from(b: PumpkinStem) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleBanner> for BlockState

Source§

fn from(b: PurpleBanner) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleBed> for BlockState

Source§

fn from(b: PurpleBed) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleCandle> for BlockState

Source§

fn from(b: PurpleCandle) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleCandleCake> for BlockState

Source§

fn from(b: PurpleCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleCarpet> for BlockState

Source§

fn from(b: PurpleCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleConcrete> for BlockState

Source§

fn from(b: PurpleConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleConcretePowder> for BlockState

Source§

fn from(b: PurpleConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleGlazedTerracotta> for BlockState

Source§

fn from(b: PurpleGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleShulkerBox> for BlockState

Source§

fn from(b: PurpleShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleStainedGlass> for BlockState

Source§

fn from(b: PurpleStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleStainedGlassPane> for BlockState

Source§

fn from(b: PurpleStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleTerracotta> for BlockState

Source§

fn from(b: PurpleTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleWallBanner> for BlockState

Source§

fn from(b: PurpleWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<PurpleWool> for BlockState

Source§

fn from(b: PurpleWool) -> Self

Converts to this type from the input type.
Source§

impl From<PurpurBlock> for BlockState

Source§

fn from(b: PurpurBlock) -> Self

Converts to this type from the input type.
Source§

impl From<PurpurPillar> for BlockState

Source§

fn from(b: PurpurPillar) -> Self

Converts to this type from the input type.
Source§

impl From<PurpurSlab> for BlockState

Source§

fn from(b: PurpurSlab) -> Self

Converts to this type from the input type.
Source§

impl From<PurpurStairs> for BlockState

Source§

fn from(b: PurpurStairs) -> Self

Converts to this type from the input type.
Source§

impl From<QuartzBlock> for BlockState

Source§

fn from(b: QuartzBlock) -> Self

Converts to this type from the input type.
Source§

impl From<QuartzBricks> for BlockState

Source§

fn from(b: QuartzBricks) -> Self

Converts to this type from the input type.
Source§

impl From<QuartzPillar> for BlockState

Source§

fn from(b: QuartzPillar) -> Self

Converts to this type from the input type.
Source§

impl From<QuartzSlab> for BlockState

Source§

fn from(b: QuartzSlab) -> Self

Converts to this type from the input type.
Source§

impl From<QuartzStairs> for BlockState

Source§

fn from(b: QuartzStairs) -> Self

Converts to this type from the input type.
Source§

impl From<Rail> for BlockState

Source§

fn from(b: Rail) -> Self

Converts to this type from the input type.
Source§

impl From<RawCopperBlock> for BlockState

Source§

fn from(b: RawCopperBlock) -> Self

Converts to this type from the input type.
Source§

impl From<RawGoldBlock> for BlockState

Source§

fn from(b: RawGoldBlock) -> Self

Converts to this type from the input type.
Source§

impl From<RawIronBlock> for BlockState

Source§

fn from(b: RawIronBlock) -> Self

Converts to this type from the input type.
Source§

impl From<RedBanner> for BlockState

Source§

fn from(b: RedBanner) -> Self

Converts to this type from the input type.
Source§

impl From<RedBed> for BlockState

Source§

fn from(b: RedBed) -> Self

Converts to this type from the input type.
Source§

impl From<RedCandle> for BlockState

Source§

fn from(b: RedCandle) -> Self

Converts to this type from the input type.
Source§

impl From<RedCandleCake> for BlockState

Source§

fn from(b: RedCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<RedCarpet> for BlockState

Source§

fn from(b: RedCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<RedConcrete> for BlockState

Source§

fn from(b: RedConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<RedConcretePowder> for BlockState

Source§

fn from(b: RedConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<RedGlazedTerracotta> for BlockState

Source§

fn from(b: RedGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<RedMushroom> for BlockState

Source§

fn from(b: RedMushroom) -> Self

Converts to this type from the input type.
Source§

impl From<RedMushroomBlock> for BlockState

Source§

fn from(b: RedMushroomBlock) -> Self

Converts to this type from the input type.
Source§

impl From<RedNetherBrickSlab> for BlockState

Source§

fn from(b: RedNetherBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<RedNetherBrickStairs> for BlockState

Source§

fn from(b: RedNetherBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<RedNetherBrickWall> for BlockState

Source§

fn from(b: RedNetherBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<RedNetherBricks> for BlockState

Source§

fn from(b: RedNetherBricks) -> Self

Converts to this type from the input type.
Source§

impl From<RedSand> for BlockState

Source§

fn from(b: RedSand) -> Self

Converts to this type from the input type.
Source§

impl From<RedSandstone> for BlockState

Source§

fn from(b: RedSandstone) -> Self

Converts to this type from the input type.
Source§

impl From<RedSandstoneSlab> for BlockState

Source§

fn from(b: RedSandstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<RedSandstoneStairs> for BlockState

Source§

fn from(b: RedSandstoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<RedSandstoneWall> for BlockState

Source§

fn from(b: RedSandstoneWall) -> Self

Converts to this type from the input type.
Source§

impl From<RedShulkerBox> for BlockState

Source§

fn from(b: RedShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<RedStainedGlass> for BlockState

Source§

fn from(b: RedStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<RedStainedGlassPane> for BlockState

Source§

fn from(b: RedStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<RedTerracotta> for BlockState

Source§

fn from(b: RedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<RedTulip> for BlockState

Source§

fn from(b: RedTulip) -> Self

Converts to this type from the input type.
Source§

impl From<RedWallBanner> for BlockState

Source§

fn from(b: RedWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<RedWool> for BlockState

Source§

fn from(b: RedWool) -> Self

Converts to this type from the input type.
Source§

impl From<RedstoneBlock> for BlockState

Source§

fn from(b: RedstoneBlock) -> Self

Converts to this type from the input type.
Source§

impl From<RedstoneLamp> for BlockState

Source§

fn from(b: RedstoneLamp) -> Self

Converts to this type from the input type.
Source§

impl From<RedstoneOre> for BlockState

Source§

fn from(b: RedstoneOre) -> Self

Converts to this type from the input type.
Source§

impl From<RedstoneTorch> for BlockState

Source§

fn from(b: RedstoneTorch) -> Self

Converts to this type from the input type.
Source§

impl From<RedstoneWallTorch> for BlockState

Source§

fn from(b: RedstoneWallTorch) -> Self

Converts to this type from the input type.
Source§

impl From<RedstoneWire> for BlockState

Source§

fn from(b: RedstoneWire) -> Self

Converts to this type from the input type.
Source§

impl From<ReinforcedDeepslate> for BlockState

Source§

fn from(b: ReinforcedDeepslate) -> Self

Converts to this type from the input type.
Source§

impl From<Repeater> for BlockState

Source§

fn from(b: Repeater) -> Self

Converts to this type from the input type.
Source§

impl From<RepeatingCommandBlock> for BlockState

Source§

fn from(b: RepeatingCommandBlock) -> Self

Converts to this type from the input type.
Source§

impl From<ResinBlock> for BlockState

Source§

fn from(b: ResinBlock) -> Self

Converts to this type from the input type.
Source§

impl From<ResinBrickSlab> for BlockState

Source§

fn from(b: ResinBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<ResinBrickStairs> for BlockState

Source§

fn from(b: ResinBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<ResinBrickWall> for BlockState

Source§

fn from(b: ResinBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<ResinBricks> for BlockState

Source§

fn from(b: ResinBricks) -> Self

Converts to this type from the input type.
Source§

impl From<ResinClump> for BlockState

Source§

fn from(b: ResinClump) -> Self

Converts to this type from the input type.
Source§

impl From<RespawnAnchor> for BlockState

Source§

fn from(b: RespawnAnchor) -> Self

Converts to this type from the input type.
Source§

impl From<RootedDirt> for BlockState

Source§

fn from(b: RootedDirt) -> Self

Converts to this type from the input type.
Source§

impl From<RoseBush> for BlockState

Source§

fn from(b: RoseBush) -> Self

Converts to this type from the input type.
Source§

impl From<Sand> for BlockState

Source§

fn from(b: Sand) -> Self

Converts to this type from the input type.
Source§

impl From<Sandstone> for BlockState

Source§

fn from(b: Sandstone) -> Self

Converts to this type from the input type.
Source§

impl From<SandstoneSlab> for BlockState

Source§

fn from(b: SandstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<SandstoneStairs> for BlockState

Source§

fn from(b: SandstoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<SandstoneWall> for BlockState

Source§

fn from(b: SandstoneWall) -> Self

Converts to this type from the input type.
Source§

impl From<Scaffolding> for BlockState

Source§

fn from(b: Scaffolding) -> Self

Converts to this type from the input type.
Source§

impl From<Sculk> for BlockState

Source§

fn from(b: Sculk) -> Self

Converts to this type from the input type.
Source§

impl From<SculkCatalyst> for BlockState

Source§

fn from(b: SculkCatalyst) -> Self

Converts to this type from the input type.
Source§

impl From<SculkSensor> for BlockState

Source§

fn from(b: SculkSensor) -> Self

Converts to this type from the input type.
Source§

impl From<SculkShrieker> for BlockState

Source§

fn from(b: SculkShrieker) -> Self

Converts to this type from the input type.
Source§

impl From<SculkVein> for BlockState

Source§

fn from(b: SculkVein) -> Self

Converts to this type from the input type.
Source§

impl From<SeaLantern> for BlockState

Source§

fn from(b: SeaLantern) -> Self

Converts to this type from the input type.
Source§

impl From<SeaPickle> for BlockState

Source§

fn from(b: SeaPickle) -> Self

Converts to this type from the input type.
Source§

impl From<Seagrass> for BlockState

Source§

fn from(b: Seagrass) -> Self

Converts to this type from the input type.
Source§

impl From<ShortDryGrass> for BlockState

Source§

fn from(b: ShortDryGrass) -> Self

Converts to this type from the input type.
Source§

impl From<ShortGrass> for BlockState

Source§

fn from(b: ShortGrass) -> Self

Converts to this type from the input type.
Source§

impl From<Shroomlight> for BlockState

Source§

fn from(b: Shroomlight) -> Self

Converts to this type from the input type.
Source§

impl From<ShulkerBox> for BlockState

Source§

fn from(b: ShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<SkeletonSkull> for BlockState

Source§

fn from(b: SkeletonSkull) -> Self

Converts to this type from the input type.
Source§

impl From<SkeletonWallSkull> for BlockState

Source§

fn from(b: SkeletonWallSkull) -> Self

Converts to this type from the input type.
Source§

impl From<SlimeBlock> for BlockState

Source§

fn from(b: SlimeBlock) -> Self

Converts to this type from the input type.
Source§

impl From<SmallAmethystBud> for BlockState

Source§

fn from(b: SmallAmethystBud) -> Self

Converts to this type from the input type.
Source§

impl From<SmallDripleaf> for BlockState

Source§

fn from(b: SmallDripleaf) -> Self

Converts to this type from the input type.
Source§

impl From<SmithingTable> for BlockState

Source§

fn from(b: SmithingTable) -> Self

Converts to this type from the input type.
Source§

impl From<Smoker> for BlockState

Source§

fn from(b: Smoker) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothBasalt> for BlockState

Source§

fn from(b: SmoothBasalt) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothQuartz> for BlockState

Source§

fn from(b: SmoothQuartz) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothQuartzSlab> for BlockState

Source§

fn from(b: SmoothQuartzSlab) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothQuartzStairs> for BlockState

Source§

fn from(b: SmoothQuartzStairs) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothRedSandstone> for BlockState

Source§

fn from(b: SmoothRedSandstone) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothRedSandstoneSlab> for BlockState

Source§

fn from(b: SmoothRedSandstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothRedSandstoneStairs> for BlockState

Source§

fn from(b: SmoothRedSandstoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothSandstone> for BlockState

Source§

fn from(b: SmoothSandstone) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothSandstoneSlab> for BlockState

Source§

fn from(b: SmoothSandstoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothSandstoneStairs> for BlockState

Source§

fn from(b: SmoothSandstoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothStone> for BlockState

Source§

fn from(b: SmoothStone) -> Self

Converts to this type from the input type.
Source§

impl From<SmoothStoneSlab> for BlockState

Source§

fn from(b: SmoothStoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<SnifferEgg> for BlockState

Source§

fn from(b: SnifferEgg) -> Self

Converts to this type from the input type.
Source§

impl From<Snow> for BlockState

Source§

fn from(b: Snow) -> Self

Converts to this type from the input type.
Source§

impl From<SnowBlock> for BlockState

Source§

fn from(b: SnowBlock) -> Self

Converts to this type from the input type.
Source§

impl From<SoulCampfire> for BlockState

Source§

fn from(b: SoulCampfire) -> Self

Converts to this type from the input type.
Source§

impl From<SoulFire> for BlockState

Source§

fn from(b: SoulFire) -> Self

Converts to this type from the input type.
Source§

impl From<SoulLantern> for BlockState

Source§

fn from(b: SoulLantern) -> Self

Converts to this type from the input type.
Source§

impl From<SoulSand> for BlockState

Source§

fn from(b: SoulSand) -> Self

Converts to this type from the input type.
Source§

impl From<SoulSoil> for BlockState

Source§

fn from(b: SoulSoil) -> Self

Converts to this type from the input type.
Source§

impl From<SoulTorch> for BlockState

Source§

fn from(b: SoulTorch) -> Self

Converts to this type from the input type.
Source§

impl From<SoulWallTorch> for BlockState

Source§

fn from(b: SoulWallTorch) -> Self

Converts to this type from the input type.
Source§

impl From<Spawner> for BlockState

Source§

fn from(b: Spawner) -> Self

Converts to this type from the input type.
Source§

impl From<Sponge> for BlockState

Source§

fn from(b: Sponge) -> Self

Converts to this type from the input type.
Source§

impl From<SporeBlossom> for BlockState

Source§

fn from(b: SporeBlossom) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceButton> for BlockState

Source§

fn from(b: SpruceButton) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceDoor> for BlockState

Source§

fn from(b: SpruceDoor) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceFence> for BlockState

Source§

fn from(b: SpruceFence) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceFenceGate> for BlockState

Source§

fn from(b: SpruceFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceHangingSign> for BlockState

Source§

fn from(b: SpruceHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceLeaves> for BlockState

Source§

fn from(b: SpruceLeaves) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceLog> for BlockState

Source§

fn from(b: SpruceLog) -> Self

Converts to this type from the input type.
Source§

impl From<SprucePlanks> for BlockState

Source§

fn from(b: SprucePlanks) -> Self

Converts to this type from the input type.
Source§

impl From<SprucePressurePlate> for BlockState

Source§

fn from(b: SprucePressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceSapling> for BlockState

Source§

fn from(b: SpruceSapling) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceShelf> for BlockState

Source§

fn from(b: SpruceShelf) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceSign> for BlockState

Source§

fn from(b: SpruceSign) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceSlab> for BlockState

Source§

fn from(b: SpruceSlab) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceStairs> for BlockState

Source§

fn from(b: SpruceStairs) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceTrapdoor> for BlockState

Source§

fn from(b: SpruceTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceWallHangingSign> for BlockState

Source§

fn from(b: SpruceWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceWallSign> for BlockState

Source§

fn from(b: SpruceWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<SpruceWood> for BlockState

Source§

fn from(b: SpruceWood) -> Self

Converts to this type from the input type.
Source§

impl From<StickyPiston> for BlockState

Source§

fn from(b: StickyPiston) -> Self

Converts to this type from the input type.
Source§

impl From<Stone> for BlockState

Source§

fn from(b: Stone) -> Self

Converts to this type from the input type.
Source§

impl From<StoneBrickSlab> for BlockState

Source§

fn from(b: StoneBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<StoneBrickStairs> for BlockState

Source§

fn from(b: StoneBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<StoneBrickWall> for BlockState

Source§

fn from(b: StoneBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<StoneBricks> for BlockState

Source§

fn from(b: StoneBricks) -> Self

Converts to this type from the input type.
Source§

impl From<StoneButton> for BlockState

Source§

fn from(b: StoneButton) -> Self

Converts to this type from the input type.
Source§

impl From<StonePressurePlate> for BlockState

Source§

fn from(b: StonePressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<StoneSlab> for BlockState

Source§

fn from(b: StoneSlab) -> Self

Converts to this type from the input type.
Source§

impl From<StoneStairs> for BlockState

Source§

fn from(b: StoneStairs) -> Self

Converts to this type from the input type.
Source§

impl From<Stonecutter> for BlockState

Source§

fn from(b: Stonecutter) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedAcaciaLog> for BlockState

Source§

fn from(b: StrippedAcaciaLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedAcaciaWood> for BlockState

Source§

fn from(b: StrippedAcaciaWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedBambooBlock> for BlockState

Source§

fn from(b: StrippedBambooBlock) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedBirchLog> for BlockState

Source§

fn from(b: StrippedBirchLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedBirchWood> for BlockState

Source§

fn from(b: StrippedBirchWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedCherryLog> for BlockState

Source§

fn from(b: StrippedCherryLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedCherryWood> for BlockState

Source§

fn from(b: StrippedCherryWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedCrimsonHyphae> for BlockState

Source§

fn from(b: StrippedCrimsonHyphae) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedCrimsonStem> for BlockState

Source§

fn from(b: StrippedCrimsonStem) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedDarkOakLog> for BlockState

Source§

fn from(b: StrippedDarkOakLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedDarkOakWood> for BlockState

Source§

fn from(b: StrippedDarkOakWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedJungleLog> for BlockState

Source§

fn from(b: StrippedJungleLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedJungleWood> for BlockState

Source§

fn from(b: StrippedJungleWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedMangroveLog> for BlockState

Source§

fn from(b: StrippedMangroveLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedMangroveWood> for BlockState

Source§

fn from(b: StrippedMangroveWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedOakLog> for BlockState

Source§

fn from(b: StrippedOakLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedOakWood> for BlockState

Source§

fn from(b: StrippedOakWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedPaleOakLog> for BlockState

Source§

fn from(b: StrippedPaleOakLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedPaleOakWood> for BlockState

Source§

fn from(b: StrippedPaleOakWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedSpruceLog> for BlockState

Source§

fn from(b: StrippedSpruceLog) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedSpruceWood> for BlockState

Source§

fn from(b: StrippedSpruceWood) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedWarpedHyphae> for BlockState

Source§

fn from(b: StrippedWarpedHyphae) -> Self

Converts to this type from the input type.
Source§

impl From<StrippedWarpedStem> for BlockState

Source§

fn from(b: StrippedWarpedStem) -> Self

Converts to this type from the input type.
Source§

impl From<StructureBlock> for BlockState

Source§

fn from(b: StructureBlock) -> Self

Converts to this type from the input type.
Source§

impl From<StructureVoid> for BlockState

Source§

fn from(b: StructureVoid) -> Self

Converts to this type from the input type.
Source§

impl From<SugarCane> for BlockState

Source§

fn from(b: SugarCane) -> Self

Converts to this type from the input type.
Source§

impl From<Sunflower> for BlockState

Source§

fn from(b: Sunflower) -> Self

Converts to this type from the input type.
Source§

impl From<SuspiciousGravel> for BlockState

Source§

fn from(b: SuspiciousGravel) -> Self

Converts to this type from the input type.
Source§

impl From<SuspiciousSand> for BlockState

Source§

fn from(b: SuspiciousSand) -> Self

Converts to this type from the input type.
Source§

impl From<SweetBerryBush> for BlockState

Source§

fn from(b: SweetBerryBush) -> Self

Converts to this type from the input type.
Source§

impl From<TallDryGrass> for BlockState

Source§

fn from(b: TallDryGrass) -> Self

Converts to this type from the input type.
Source§

impl From<TallGrass> for BlockState

Source§

fn from(b: TallGrass) -> Self

Converts to this type from the input type.
Source§

impl From<TallSeagrass> for BlockState

Source§

fn from(b: TallSeagrass) -> Self

Converts to this type from the input type.
Source§

impl From<Target> for BlockState

Source§

fn from(b: Target) -> Self

Converts to this type from the input type.
Source§

impl From<Terracotta> for BlockState

Source§

fn from(b: Terracotta) -> Self

Converts to this type from the input type.
Source§

impl From<TestBlock> for BlockState

Source§

fn from(b: TestBlock) -> Self

Converts to this type from the input type.
Source§

impl From<TestInstanceBlock> for BlockState

Source§

fn from(b: TestInstanceBlock) -> Self

Converts to this type from the input type.
Source§

impl From<TintedGlass> for BlockState

Source§

fn from(b: TintedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<Tnt> for BlockState

Source§

fn from(b: Tnt) -> Self

Converts to this type from the input type.
Source§

impl From<Torch> for BlockState

Source§

fn from(b: Torch) -> Self

Converts to this type from the input type.
Source§

impl From<Torchflower> for BlockState

Source§

fn from(b: Torchflower) -> Self

Converts to this type from the input type.
Source§

impl From<TorchflowerCrop> for BlockState

Source§

fn from(b: TorchflowerCrop) -> Self

Converts to this type from the input type.
Source§

impl From<TrappedChest> for BlockState

Source§

fn from(b: TrappedChest) -> Self

Converts to this type from the input type.
Source§

impl From<TrialSpawner> for BlockState

Source§

fn from(b: TrialSpawner) -> Self

Converts to this type from the input type.
Source§

impl From<Tripwire> for BlockState

Source§

fn from(b: Tripwire) -> Self

Converts to this type from the input type.
Source§

impl From<TripwireHook> for BlockState

Source§

fn from(b: TripwireHook) -> Self

Converts to this type from the input type.
Source§

impl From<TubeCoral> for BlockState

Source§

fn from(b: TubeCoral) -> Self

Converts to this type from the input type.
Source§

impl From<TubeCoralBlock> for BlockState

Source§

fn from(b: TubeCoralBlock) -> Self

Converts to this type from the input type.
Source§

impl From<TubeCoralFan> for BlockState

Source§

fn from(b: TubeCoralFan) -> Self

Converts to this type from the input type.
Source§

impl From<TubeCoralWallFan> for BlockState

Source§

fn from(b: TubeCoralWallFan) -> Self

Converts to this type from the input type.
Source§

impl From<Tuff> for BlockState

Source§

fn from(b: Tuff) -> Self

Converts to this type from the input type.
Source§

impl From<TuffBrickSlab> for BlockState

Source§

fn from(b: TuffBrickSlab) -> Self

Converts to this type from the input type.
Source§

impl From<TuffBrickStairs> for BlockState

Source§

fn from(b: TuffBrickStairs) -> Self

Converts to this type from the input type.
Source§

impl From<TuffBrickWall> for BlockState

Source§

fn from(b: TuffBrickWall) -> Self

Converts to this type from the input type.
Source§

impl From<TuffBricks> for BlockState

Source§

fn from(b: TuffBricks) -> Self

Converts to this type from the input type.
Source§

impl From<TuffSlab> for BlockState

Source§

fn from(b: TuffSlab) -> Self

Converts to this type from the input type.
Source§

impl From<TuffStairs> for BlockState

Source§

fn from(b: TuffStairs) -> Self

Converts to this type from the input type.
Source§

impl From<TuffWall> for BlockState

Source§

fn from(b: TuffWall) -> Self

Converts to this type from the input type.
Source§

impl From<TurtleEgg> for BlockState

Source§

fn from(b: TurtleEgg) -> Self

Converts to this type from the input type.
Source§

impl From<TwistingVines> for BlockState

Source§

fn from(b: TwistingVines) -> Self

Converts to this type from the input type.
Source§

impl From<TwistingVinesPlant> for BlockState

Source§

fn from(b: TwistingVinesPlant) -> Self

Converts to this type from the input type.
Source§

impl From<Vault> for BlockState

Source§

fn from(b: Vault) -> Self

Converts to this type from the input type.
Source§

impl From<VerdantFroglight> for BlockState

Source§

fn from(b: VerdantFroglight) -> Self

Converts to this type from the input type.
Source§

impl From<Vine> for BlockState

Source§

fn from(b: Vine) -> Self

Converts to this type from the input type.
Source§

impl From<VoidAir> for BlockState

Source§

fn from(b: VoidAir) -> Self

Converts to this type from the input type.
Source§

impl From<WallTorch> for BlockState

Source§

fn from(b: WallTorch) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedButton> for BlockState

Source§

fn from(b: WarpedButton) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedDoor> for BlockState

Source§

fn from(b: WarpedDoor) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedFence> for BlockState

Source§

fn from(b: WarpedFence) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedFenceGate> for BlockState

Source§

fn from(b: WarpedFenceGate) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedFungus> for BlockState

Source§

fn from(b: WarpedFungus) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedHangingSign> for BlockState

Source§

fn from(b: WarpedHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedHyphae> for BlockState

Source§

fn from(b: WarpedHyphae) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedNylium> for BlockState

Source§

fn from(b: WarpedNylium) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedPlanks> for BlockState

Source§

fn from(b: WarpedPlanks) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedPressurePlate> for BlockState

Source§

fn from(b: WarpedPressurePlate) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedRoots> for BlockState

Source§

fn from(b: WarpedRoots) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedShelf> for BlockState

Source§

fn from(b: WarpedShelf) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedSign> for BlockState

Source§

fn from(b: WarpedSign) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedSlab> for BlockState

Source§

fn from(b: WarpedSlab) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedStairs> for BlockState

Source§

fn from(b: WarpedStairs) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedStem> for BlockState

Source§

fn from(b: WarpedStem) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedTrapdoor> for BlockState

Source§

fn from(b: WarpedTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedWallHangingSign> for BlockState

Source§

fn from(b: WarpedWallHangingSign) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedWallSign> for BlockState

Source§

fn from(b: WarpedWallSign) -> Self

Converts to this type from the input type.
Source§

impl From<WarpedWartBlock> for BlockState

Source§

fn from(b: WarpedWartBlock) -> Self

Converts to this type from the input type.
Source§

impl From<Water> for BlockState

Source§

fn from(b: Water) -> Self

Converts to this type from the input type.
Source§

impl From<WaterCauldron> for BlockState

Source§

fn from(b: WaterCauldron) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedChiseledCopper> for BlockState

Source§

fn from(b: WaxedChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperBars> for BlockState

Source§

fn from(b: WaxedCopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperBlock> for BlockState

Source§

fn from(b: WaxedCopperBlock) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperBulb> for BlockState

Source§

fn from(b: WaxedCopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperChain> for BlockState

Source§

fn from(b: WaxedCopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperChest> for BlockState

Source§

fn from(b: WaxedCopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperDoor> for BlockState

Source§

fn from(b: WaxedCopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperGolemStatue> for BlockState

Source§

fn from(b: WaxedCopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperGrate> for BlockState

Source§

fn from(b: WaxedCopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperLantern> for BlockState

Source§

fn from(b: WaxedCopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCopperTrapdoor> for BlockState

Source§

fn from(b: WaxedCopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCutCopper> for BlockState

Source§

fn from(b: WaxedCutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCutCopperSlab> for BlockState

Source§

fn from(b: WaxedCutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedCutCopperStairs> for BlockState

Source§

fn from(b: WaxedCutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedChiseledCopper> for BlockState

Source§

fn from(b: WaxedExposedChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopper> for BlockState

Source§

fn from(b: WaxedExposedCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperBars> for BlockState

Source§

fn from(b: WaxedExposedCopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperBulb> for BlockState

Source§

fn from(b: WaxedExposedCopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperChain> for BlockState

Source§

fn from(b: WaxedExposedCopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperChest> for BlockState

Source§

fn from(b: WaxedExposedCopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperDoor> for BlockState

Source§

fn from(b: WaxedExposedCopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperGolemStatue> for BlockState

Source§

fn from(b: WaxedExposedCopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperGrate> for BlockState

Source§

fn from(b: WaxedExposedCopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperLantern> for BlockState

Source§

fn from(b: WaxedExposedCopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCopperTrapdoor> for BlockState

Source§

fn from(b: WaxedExposedCopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCutCopper> for BlockState

Source§

fn from(b: WaxedExposedCutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCutCopperSlab> for BlockState

Source§

fn from(b: WaxedExposedCutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedCutCopperStairs> for BlockState

Source§

fn from(b: WaxedExposedCutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedExposedLightningRod> for BlockState

Source§

fn from(b: WaxedExposedLightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedLightningRod> for BlockState

Source§

fn from(b: WaxedLightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedChiseledCopper> for BlockState

Source§

fn from(b: WaxedOxidizedChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopper> for BlockState

Source§

fn from(b: WaxedOxidizedCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperBars> for BlockState

Source§

fn from(b: WaxedOxidizedCopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperBulb> for BlockState

Source§

fn from(b: WaxedOxidizedCopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperChain> for BlockState

Source§

fn from(b: WaxedOxidizedCopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperChest> for BlockState

Source§

fn from(b: WaxedOxidizedCopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperDoor> for BlockState

Source§

fn from(b: WaxedOxidizedCopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperGolemStatue> for BlockState

Source§

fn from(b: WaxedOxidizedCopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperGrate> for BlockState

Source§

fn from(b: WaxedOxidizedCopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperLantern> for BlockState

Source§

fn from(b: WaxedOxidizedCopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCopperTrapdoor> for BlockState

Source§

fn from(b: WaxedOxidizedCopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCutCopper> for BlockState

Source§

fn from(b: WaxedOxidizedCutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCutCopperSlab> for BlockState

Source§

fn from(b: WaxedOxidizedCutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedCutCopperStairs> for BlockState

Source§

fn from(b: WaxedOxidizedCutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedOxidizedLightningRod> for BlockState

Source§

fn from(b: WaxedOxidizedLightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredChiseledCopper> for BlockState

Source§

fn from(b: WaxedWeatheredChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopper> for BlockState

Source§

fn from(b: WaxedWeatheredCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperBars> for BlockState

Source§

fn from(b: WaxedWeatheredCopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperBulb> for BlockState

Source§

fn from(b: WaxedWeatheredCopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperChain> for BlockState

Source§

fn from(b: WaxedWeatheredCopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperChest> for BlockState

Source§

fn from(b: WaxedWeatheredCopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperDoor> for BlockState

Source§

fn from(b: WaxedWeatheredCopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperGolemStatue> for BlockState

Source§

fn from(b: WaxedWeatheredCopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperGrate> for BlockState

Source§

fn from(b: WaxedWeatheredCopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperLantern> for BlockState

Source§

fn from(b: WaxedWeatheredCopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCopperTrapdoor> for BlockState

Source§

fn from(b: WaxedWeatheredCopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCutCopper> for BlockState

Source§

fn from(b: WaxedWeatheredCutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCutCopperSlab> for BlockState

Source§

fn from(b: WaxedWeatheredCutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredCutCopperStairs> for BlockState

Source§

fn from(b: WaxedWeatheredCutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<WaxedWeatheredLightningRod> for BlockState

Source§

fn from(b: WaxedWeatheredLightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredChiseledCopper> for BlockState

Source§

fn from(b: WeatheredChiseledCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopper> for BlockState

Source§

fn from(b: WeatheredCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperBars> for BlockState

Source§

fn from(b: WeatheredCopperBars) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperBulb> for BlockState

Source§

fn from(b: WeatheredCopperBulb) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperChain> for BlockState

Source§

fn from(b: WeatheredCopperChain) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperChest> for BlockState

Source§

fn from(b: WeatheredCopperChest) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperDoor> for BlockState

Source§

fn from(b: WeatheredCopperDoor) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperGolemStatue> for BlockState

Source§

fn from(b: WeatheredCopperGolemStatue) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperGrate> for BlockState

Source§

fn from(b: WeatheredCopperGrate) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperLantern> for BlockState

Source§

fn from(b: WeatheredCopperLantern) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCopperTrapdoor> for BlockState

Source§

fn from(b: WeatheredCopperTrapdoor) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCutCopper> for BlockState

Source§

fn from(b: WeatheredCutCopper) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCutCopperSlab> for BlockState

Source§

fn from(b: WeatheredCutCopperSlab) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredCutCopperStairs> for BlockState

Source§

fn from(b: WeatheredCutCopperStairs) -> Self

Converts to this type from the input type.
Source§

impl From<WeatheredLightningRod> for BlockState

Source§

fn from(b: WeatheredLightningRod) -> Self

Converts to this type from the input type.
Source§

impl From<WeepingVines> for BlockState

Source§

fn from(b: WeepingVines) -> Self

Converts to this type from the input type.
Source§

impl From<WeepingVinesPlant> for BlockState

Source§

fn from(b: WeepingVinesPlant) -> Self

Converts to this type from the input type.
Source§

impl From<WetSponge> for BlockState

Source§

fn from(b: WetSponge) -> Self

Converts to this type from the input type.
Source§

impl From<Wheat> for BlockState

Source§

fn from(b: Wheat) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteBanner> for BlockState

Source§

fn from(b: WhiteBanner) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteBed> for BlockState

Source§

fn from(b: WhiteBed) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteCandle> for BlockState

Source§

fn from(b: WhiteCandle) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteCandleCake> for BlockState

Source§

fn from(b: WhiteCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteCarpet> for BlockState

Source§

fn from(b: WhiteCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteConcrete> for BlockState

Source§

fn from(b: WhiteConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteConcretePowder> for BlockState

Source§

fn from(b: WhiteConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteGlazedTerracotta> for BlockState

Source§

fn from(b: WhiteGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteShulkerBox> for BlockState

Source§

fn from(b: WhiteShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteStainedGlass> for BlockState

Source§

fn from(b: WhiteStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteStainedGlassPane> for BlockState

Source§

fn from(b: WhiteStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteTerracotta> for BlockState

Source§

fn from(b: WhiteTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteTulip> for BlockState

Source§

fn from(b: WhiteTulip) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteWallBanner> for BlockState

Source§

fn from(b: WhiteWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<WhiteWool> for BlockState

Source§

fn from(b: WhiteWool) -> Self

Converts to this type from the input type.
Source§

impl From<Wildflowers> for BlockState

Source§

fn from(b: Wildflowers) -> Self

Converts to this type from the input type.
Source§

impl From<WitherRose> for BlockState

Source§

fn from(b: WitherRose) -> Self

Converts to this type from the input type.
Source§

impl From<WitherSkeletonSkull> for BlockState

Source§

fn from(b: WitherSkeletonSkull) -> Self

Converts to this type from the input type.
Source§

impl From<WitherSkeletonWallSkull> for BlockState

Source§

fn from(b: WitherSkeletonWallSkull) -> Self

Converts to this type from the input type.
Source§

impl From<YellowBanner> for BlockState

Source§

fn from(b: YellowBanner) -> Self

Converts to this type from the input type.
Source§

impl From<YellowBed> for BlockState

Source§

fn from(b: YellowBed) -> Self

Converts to this type from the input type.
Source§

impl From<YellowCandle> for BlockState

Source§

fn from(b: YellowCandle) -> Self

Converts to this type from the input type.
Source§

impl From<YellowCandleCake> for BlockState

Source§

fn from(b: YellowCandleCake) -> Self

Converts to this type from the input type.
Source§

impl From<YellowCarpet> for BlockState

Source§

fn from(b: YellowCarpet) -> Self

Converts to this type from the input type.
Source§

impl From<YellowConcrete> for BlockState

Source§

fn from(b: YellowConcrete) -> Self

Converts to this type from the input type.
Source§

impl From<YellowConcretePowder> for BlockState

Source§

fn from(b: YellowConcretePowder) -> Self

Converts to this type from the input type.
Source§

impl From<YellowGlazedTerracotta> for BlockState

Source§

fn from(b: YellowGlazedTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<YellowShulkerBox> for BlockState

Source§

fn from(b: YellowShulkerBox) -> Self

Converts to this type from the input type.
Source§

impl From<YellowStainedGlass> for BlockState

Source§

fn from(b: YellowStainedGlass) -> Self

Converts to this type from the input type.
Source§

impl From<YellowStainedGlassPane> for BlockState

Source§

fn from(b: YellowStainedGlassPane) -> Self

Converts to this type from the input type.
Source§

impl From<YellowTerracotta> for BlockState

Source§

fn from(b: YellowTerracotta) -> Self

Converts to this type from the input type.
Source§

impl From<YellowWallBanner> for BlockState

Source§

fn from(b: YellowWallBanner) -> Self

Converts to this type from the input type.
Source§

impl From<YellowWool> for BlockState

Source§

fn from(b: YellowWool) -> Self

Converts to this type from the input type.
Source§

impl From<ZombieHead> for BlockState

Source§

fn from(b: ZombieHead) -> Self

Converts to this type from the input type.
Source§

impl From<ZombieWallHead> for BlockState

Source§

fn from(b: ZombieWallHead) -> Self

Converts to this type from the input type.
Source§

impl Hash for BlockState

Source§

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

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 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 TryFrom<u16> for BlockState

Source§

fn try_from(state_id: u16) -> Result<Self, Self::Error>

Safely converts a u16 state ID to a block state.

Source§

type Error = ()

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

impl TryFrom<u32> for BlockState

Source§

fn try_from(state_id: u32) -> Result<Self, Self::Error>

Safely converts a u32 state ID to a block state.

Source§

type Error = ()

The type returned in the event of a conversion error.
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> 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.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

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.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
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
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> 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