Struct azalea_block::BlockState

source ·
pub struct BlockState {
    pub id: u32,
}
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.

Fields§

§id: u32

The protocol ID for the block state. IDs may change every version, so you shouldn’t hard-code them or store them in databases.

Implementations§

source§

impl BlockState

source

pub fn max_state() -> u32

Returns the highest possible state ID.

source

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

Get a property from this block state. Will be 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()
}
source§

impl BlockState

source

pub const AIR: BlockState = _

source

pub fn is_valid_state(state_id: u32) -> bool

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.

Trait Implementations§

source§

impl Clone for BlockState

source§

fn clone(&self) -> BlockState

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for BlockState

source§

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

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<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<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<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 Block>

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<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<Cactus> for BlockState

source§

fn from(b: Cactus) -> 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<Chain> for BlockState

source§

fn from(b: Chain) -> 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<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<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<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<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<CopperDoor> for BlockState

source§

fn from(b: CopperDoor) -> 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<CopperOre> for BlockState

source§

fn from(b: CopperOre) -> 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<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<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<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<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<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<ExposedCopperBulb> for BlockState

source§

fn from(b: ExposedCopperBulb) -> 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<ExposedCopperGrate> for BlockState

source§

fn from(b: ExposedCopperGrate) -> 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<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<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<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<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<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<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<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<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<OxidizedCopperBulb> for BlockState

source§

fn from(b: OxidizedCopperBulb) -> 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<OxidizedCopperGrate> for BlockState

source§

fn from(b: OxidizedCopperGrate) -> 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<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<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<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<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<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<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<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<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<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<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<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<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<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<WaxedCopperDoor> for BlockState

source§

fn from(b: WaxedCopperDoor) -> 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<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<WaxedExposedCopperBulb> for BlockState

source§

fn from(b: WaxedExposedCopperBulb) -> 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<WaxedExposedCopperGrate> for BlockState

source§

fn from(b: WaxedExposedCopperGrate) -> 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<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<WaxedOxidizedCopperBulb> for BlockState

source§

fn from(b: WaxedOxidizedCopperBulb) -> 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<WaxedOxidizedCopperGrate> for BlockState

source§

fn from(b: WaxedOxidizedCopperGrate) -> 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<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<WaxedWeatheredCopperBulb> for BlockState

source§

fn from(b: WaxedWeatheredCopperBulb) -> 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<WaxedWeatheredCopperGrate> for BlockState

source§

fn from(b: WaxedWeatheredCopperGrate) -> 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<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<WeatheredCopperBulb> for BlockState

source§

fn from(b: WeatheredCopperBulb) -> 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<WeatheredCopperGrate> for BlockState

source§

fn from(b: WeatheredCopperGrate) -> 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<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<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 McBufReadable for BlockState

source§

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

source§

impl McBufWritable for BlockState

source§

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

source§

impl PartialEq for BlockState

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<u32> for BlockState

source§

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

Safely converts a state id to a block state.

§

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> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

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> ToOwned for T
where T: Clone,

§

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>,

§

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>,

§

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.
source§

impl<T> WithSubscriber for T

source§

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
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

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