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 const AIR: BlockState = _

source

pub fn max_state() -> u32

Returns the highest possible state ID.

source§

impl BlockState

source

pub unsafe fn from_u32_unchecked(state_id: u32) -> Self

Transmutes a u32 to a block state.

Safety

The state_id should be a valid block state.

source

pub fn is_valid_state(state_id: u32) -> bool

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

source§

fn from(b: AcaciaButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaDoorBlock> for BlockState

source§

fn from(b: AcaciaDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaFenceBlock> for BlockState

source§

fn from(b: AcaciaFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaFenceGateBlock> for BlockState

source§

fn from(b: AcaciaFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaHangingSignBlock> for BlockState

source§

fn from(b: AcaciaHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaLeavesBlock> for BlockState

source§

fn from(b: AcaciaLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaLogBlock> for BlockState

source§

fn from(b: AcaciaLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaPlanksBlock> for BlockState

source§

fn from(b: AcaciaPlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaPressurePlateBlock> for BlockState

source§

fn from(b: AcaciaPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaSaplingBlock> for BlockState

source§

fn from(b: AcaciaSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaSignBlock> for BlockState

source§

fn from(b: AcaciaSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaSlabBlock> for BlockState

source§

fn from(b: AcaciaSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaStairsBlock> for BlockState

source§

fn from(b: AcaciaStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaTrapdoorBlock> for BlockState

source§

fn from(b: AcaciaTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaWallHangingSignBlock> for BlockState

source§

fn from(b: AcaciaWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaWallSignBlock> for BlockState

source§

fn from(b: AcaciaWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<AcaciaWoodBlock> for BlockState

source§

fn from(b: AcaciaWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<ActivatorRailBlock> for BlockState

source§

fn from(b: ActivatorRailBlock) -> Self

Converts to this type from the input type.
source§

impl From<AirBlock> for BlockState

source§

fn from(b: AirBlock) -> Self

Converts to this type from the input type.
source§

impl From<AlliumBlock> for BlockState

source§

fn from(b: AlliumBlock) -> Self

Converts to this type from the input type.
source§

impl From<AmethystBlockBlock> for BlockState

source§

fn from(b: AmethystBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<AmethystClusterBlock> for BlockState

source§

fn from(b: AmethystClusterBlock) -> Self

Converts to this type from the input type.
source§

impl From<AncientDebrisBlock> for BlockState

source§

fn from(b: AncientDebrisBlock) -> Self

Converts to this type from the input type.
source§

impl From<AndesiteBlock> for BlockState

source§

fn from(b: AndesiteBlock) -> Self

Converts to this type from the input type.
source§

impl From<AndesiteSlabBlock> for BlockState

source§

fn from(b: AndesiteSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<AndesiteStairsBlock> for BlockState

source§

fn from(b: AndesiteStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<AndesiteWallBlock> for BlockState

source§

fn from(b: AndesiteWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<AnvilBlock> for BlockState

source§

fn from(b: AnvilBlock) -> Self

Converts to this type from the input type.
source§

impl From<AttachedMelonStemBlock> for BlockState

source§

fn from(b: AttachedMelonStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<AttachedPumpkinStemBlock> for BlockState

source§

fn from(b: AttachedPumpkinStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<AzaleaBlock> for BlockState

source§

fn from(b: AzaleaBlock) -> Self

Converts to this type from the input type.
source§

impl From<AzaleaLeavesBlock> for BlockState

source§

fn from(b: AzaleaLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<AzureBluetBlock> for BlockState

source§

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

source§

fn from(b: BambooBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooButtonBlock> for BlockState

source§

fn from(b: BambooButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooDoorBlock> for BlockState

source§

fn from(b: BambooDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooFenceBlock> for BlockState

source§

fn from(b: BambooFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooFenceGateBlock> for BlockState

source§

fn from(b: BambooFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooHangingSignBlock> for BlockState

source§

fn from(b: BambooHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooMosaicBlock> for BlockState

source§

fn from(b: BambooMosaicBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooMosaicSlabBlock> for BlockState

source§

fn from(b: BambooMosaicSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooMosaicStairsBlock> for BlockState

source§

fn from(b: BambooMosaicStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooPlanksBlock> for BlockState

source§

fn from(b: BambooPlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooPressurePlateBlock> for BlockState

source§

fn from(b: BambooPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooSaplingBlock> for BlockState

source§

fn from(b: BambooSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooSignBlock> for BlockState

source§

fn from(b: BambooSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooSlabBlock> for BlockState

source§

fn from(b: BambooSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooStairsBlock> for BlockState

source§

fn from(b: BambooStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooTrapdoorBlock> for BlockState

source§

fn from(b: BambooTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooWallHangingSignBlock> for BlockState

source§

fn from(b: BambooWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BambooWallSignBlock> for BlockState

source§

fn from(b: BambooWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BarrelBlock> for BlockState

source§

fn from(b: BarrelBlock) -> Self

Converts to this type from the input type.
source§

impl From<BarrierBlock> for BlockState

source§

fn from(b: BarrierBlock) -> Self

Converts to this type from the input type.
source§

impl From<BasaltBlock> for BlockState

source§

fn from(b: BasaltBlock) -> Self

Converts to this type from the input type.
source§

impl From<BeaconBlock> for BlockState

source§

fn from(b: BeaconBlock) -> Self

Converts to this type from the input type.
source§

impl From<BedrockBlock> for BlockState

source§

fn from(b: BedrockBlock) -> Self

Converts to this type from the input type.
source§

impl From<BeeNestBlock> for BlockState

source§

fn from(b: BeeNestBlock) -> Self

Converts to this type from the input type.
source§

impl From<BeehiveBlock> for BlockState

source§

fn from(b: BeehiveBlock) -> Self

Converts to this type from the input type.
source§

impl From<BeetrootsBlock> for BlockState

source§

fn from(b: BeetrootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<BellBlock> for BlockState

source§

fn from(b: BellBlock) -> Self

Converts to this type from the input type.
source§

impl From<BigDripleafBlock> for BlockState

source§

fn from(b: BigDripleafBlock) -> Self

Converts to this type from the input type.
source§

impl From<BigDripleafStemBlock> for BlockState

source§

fn from(b: BigDripleafStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchButtonBlock> for BlockState

source§

fn from(b: BirchButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchDoorBlock> for BlockState

source§

fn from(b: BirchDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchFenceBlock> for BlockState

source§

fn from(b: BirchFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchFenceGateBlock> for BlockState

source§

fn from(b: BirchFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchHangingSignBlock> for BlockState

source§

fn from(b: BirchHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchLeavesBlock> for BlockState

source§

fn from(b: BirchLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchLogBlock> for BlockState

source§

fn from(b: BirchLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchPlanksBlock> for BlockState

source§

fn from(b: BirchPlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchPressurePlateBlock> for BlockState

source§

fn from(b: BirchPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchSaplingBlock> for BlockState

source§

fn from(b: BirchSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchSignBlock> for BlockState

source§

fn from(b: BirchSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchSlabBlock> for BlockState

source§

fn from(b: BirchSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchStairsBlock> for BlockState

source§

fn from(b: BirchStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchTrapdoorBlock> for BlockState

source§

fn from(b: BirchTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchWallHangingSignBlock> for BlockState

source§

fn from(b: BirchWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchWallSignBlock> for BlockState

source§

fn from(b: BirchWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<BirchWoodBlock> for BlockState

source§

fn from(b: BirchWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackBannerBlock> for BlockState

source§

fn from(b: BlackBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackBedBlock> for BlockState

source§

fn from(b: BlackBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackCandleBlock> for BlockState

source§

fn from(b: BlackCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackCandleCakeBlock> for BlockState

source§

fn from(b: BlackCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackCarpetBlock> for BlockState

source§

fn from(b: BlackCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackConcreteBlock> for BlockState

source§

fn from(b: BlackConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackConcretePowderBlock> for BlockState

source§

fn from(b: BlackConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackGlazedTerracottaBlock> for BlockState

source§

fn from(b: BlackGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackShulkerBoxBlock> for BlockState

source§

fn from(b: BlackShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackStainedGlassBlock> for BlockState

source§

fn from(b: BlackStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackStainedGlassPaneBlock> for BlockState

source§

fn from(b: BlackStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackTerracottaBlock> for BlockState

source§

fn from(b: BlackTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackWallBannerBlock> for BlockState

source§

fn from(b: BlackWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackWoolBlock> for BlockState

source§

fn from(b: BlackWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackstoneBlock> for BlockState

source§

fn from(b: BlackstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackstoneSlabBlock> for BlockState

source§

fn from(b: BlackstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackstoneStairsBlock> for BlockState

source§

fn from(b: BlackstoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlackstoneWallBlock> for BlockState

source§

fn from(b: BlackstoneWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlastFurnaceBlock> for BlockState

source§

fn from(b: BlastFurnaceBlock) -> 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 Box<dyn Block>

source§

fn from(block_state: BlockState) -> Self

Converts to this type from the input type.
source§

impl From<BlueBannerBlock> for BlockState

source§

fn from(b: BlueBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueBedBlock> for BlockState

source§

fn from(b: BlueBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueCandleBlock> for BlockState

source§

fn from(b: BlueCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueCandleCakeBlock> for BlockState

source§

fn from(b: BlueCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueCarpetBlock> for BlockState

source§

fn from(b: BlueCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueConcreteBlock> for BlockState

source§

fn from(b: BlueConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueConcretePowderBlock> for BlockState

source§

fn from(b: BlueConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueGlazedTerracottaBlock> for BlockState

source§

fn from(b: BlueGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueIceBlock> for BlockState

source§

fn from(b: BlueIceBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueOrchidBlock> for BlockState

source§

fn from(b: BlueOrchidBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueShulkerBoxBlock> for BlockState

source§

fn from(b: BlueShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueStainedGlassBlock> for BlockState

source§

fn from(b: BlueStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueStainedGlassPaneBlock> for BlockState

source§

fn from(b: BlueStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueTerracottaBlock> for BlockState

source§

fn from(b: BlueTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueWallBannerBlock> for BlockState

source§

fn from(b: BlueWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<BlueWoolBlock> for BlockState

source§

fn from(b: BlueWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<BoneBlockBlock> for BlockState

source§

fn from(b: BoneBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<BookshelfBlock> for BlockState

source§

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

source§

fn from(b: BrainCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrainCoralFanBlock> for BlockState

source§

fn from(b: BrainCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrainCoralWallFanBlock> for BlockState

source§

fn from(b: BrainCoralWallFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrewingStandBlock> for BlockState

source§

fn from(b: BrewingStandBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrickSlabBlock> for BlockState

source§

fn from(b: BrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrickStairsBlock> for BlockState

source§

fn from(b: BrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrickWallBlock> for BlockState

source§

fn from(b: BrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<BricksBlock> for BlockState

source§

fn from(b: BricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownBannerBlock> for BlockState

source§

fn from(b: BrownBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownBedBlock> for BlockState

source§

fn from(b: BrownBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownCandleBlock> for BlockState

source§

fn from(b: BrownCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownCandleCakeBlock> for BlockState

source§

fn from(b: BrownCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownCarpetBlock> for BlockState

source§

fn from(b: BrownCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownConcreteBlock> for BlockState

source§

fn from(b: BrownConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownConcretePowderBlock> for BlockState

source§

fn from(b: BrownConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownGlazedTerracottaBlock> for BlockState

source§

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

source§

fn from(b: BrownMushroomBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownShulkerBoxBlock> for BlockState

source§

fn from(b: BrownShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownStainedGlassBlock> for BlockState

source§

fn from(b: BrownStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownStainedGlassPaneBlock> for BlockState

source§

fn from(b: BrownStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownTerracottaBlock> for BlockState

source§

fn from(b: BrownTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownWallBannerBlock> for BlockState

source§

fn from(b: BrownWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<BrownWoolBlock> for BlockState

source§

fn from(b: BrownWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<BubbleColumnBlock> for BlockState

source§

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

source§

fn from(b: BubbleCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<BubbleCoralFanBlock> for BlockState

source§

fn from(b: BubbleCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<BubbleCoralWallFanBlock> for BlockState

source§

fn from(b: BubbleCoralWallFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<BuddingAmethystBlock> for BlockState

source§

fn from(b: BuddingAmethystBlock) -> Self

Converts to this type from the input type.
source§

impl From<CactusBlock> for BlockState

source§

fn from(b: CactusBlock) -> Self

Converts to this type from the input type.
source§

impl From<CakeBlock> for BlockState

source§

fn from(b: CakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<CalciteBlock> for BlockState

source§

fn from(b: CalciteBlock) -> Self

Converts to this type from the input type.
source§

impl From<CampfireBlock> for BlockState

source§

fn from(b: CampfireBlock) -> Self

Converts to this type from the input type.
source§

impl From<CandleBlock> for BlockState

source§

fn from(b: CandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<CandleCakeBlock> for BlockState

source§

fn from(b: CandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<CarrotsBlock> for BlockState

source§

fn from(b: CarrotsBlock) -> Self

Converts to this type from the input type.
source§

impl From<CartographyTableBlock> for BlockState

source§

fn from(b: CartographyTableBlock) -> Self

Converts to this type from the input type.
source§

impl From<CarvedPumpkinBlock> for BlockState

source§

fn from(b: CarvedPumpkinBlock) -> Self

Converts to this type from the input type.
source§

impl From<CauldronBlock> for BlockState

source§

fn from(b: CauldronBlock) -> Self

Converts to this type from the input type.
source§

impl From<CaveAirBlock> for BlockState

source§

fn from(b: CaveAirBlock) -> Self

Converts to this type from the input type.
source§

impl From<CaveVinesBlock> for BlockState

source§

fn from(b: CaveVinesBlock) -> Self

Converts to this type from the input type.
source§

impl From<CaveVinesPlantBlock> for BlockState

source§

fn from(b: CaveVinesPlantBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChainBlock> for BlockState

source§

fn from(b: ChainBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChainCommandBlockBlock> for BlockState

source§

fn from(b: ChainCommandBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChestBlock> for BlockState

source§

fn from(b: ChestBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChippedAnvilBlock> for BlockState

source§

fn from(b: ChippedAnvilBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledBookshelfBlock> for BlockState

source§

fn from(b: ChiseledBookshelfBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledDeepslateBlock> for BlockState

source§

fn from(b: ChiseledDeepslateBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledNetherBricksBlock> for BlockState

source§

fn from(b: ChiseledNetherBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledPolishedBlackstoneBlock> for BlockState

source§

fn from(b: ChiseledPolishedBlackstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledQuartzBlockBlock> for BlockState

source§

fn from(b: ChiseledQuartzBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledRedSandstoneBlock> for BlockState

source§

fn from(b: ChiseledRedSandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledSandstoneBlock> for BlockState

source§

fn from(b: ChiseledSandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChiseledStoneBricksBlock> for BlockState

source§

fn from(b: ChiseledStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChorusFlowerBlock> for BlockState

source§

fn from(b: ChorusFlowerBlock) -> Self

Converts to this type from the input type.
source§

impl From<ChorusPlantBlock> for BlockState

source§

fn from(b: ChorusPlantBlock) -> Self

Converts to this type from the input type.
source§

impl From<ClayBlock> for BlockState

source§

fn from(b: ClayBlock) -> Self

Converts to this type from the input type.
source§

impl From<CoalBlockBlock> for BlockState

source§

fn from(b: CoalBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<CoalOreBlock> for BlockState

source§

fn from(b: CoalOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<CoarseDirtBlock> for BlockState

source§

fn from(b: CoarseDirtBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobbledDeepslateBlock> for BlockState

source§

fn from(b: CobbledDeepslateBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobbledDeepslateSlabBlock> for BlockState

source§

fn from(b: CobbledDeepslateSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobbledDeepslateStairsBlock> for BlockState

source§

fn from(b: CobbledDeepslateStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobbledDeepslateWallBlock> for BlockState

source§

fn from(b: CobbledDeepslateWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobblestoneBlock> for BlockState

source§

fn from(b: CobblestoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobblestoneSlabBlock> for BlockState

source§

fn from(b: CobblestoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobblestoneStairsBlock> for BlockState

source§

fn from(b: CobblestoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobblestoneWallBlock> for BlockState

source§

fn from(b: CobblestoneWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<CobwebBlock> for BlockState

source§

fn from(b: CobwebBlock) -> Self

Converts to this type from the input type.
source§

impl From<CocoaBlock> for BlockState

source§

fn from(b: CocoaBlock) -> Self

Converts to this type from the input type.
source§

impl From<CommandBlockBlock> for BlockState

source§

fn from(b: CommandBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<ComparatorBlock> for BlockState

source§

fn from(b: ComparatorBlock) -> Self

Converts to this type from the input type.
source§

impl From<ComposterBlock> for BlockState

source§

fn from(b: ComposterBlock) -> Self

Converts to this type from the input type.
source§

impl From<ConduitBlock> for BlockState

source§

fn from(b: ConduitBlock) -> Self

Converts to this type from the input type.
source§

impl From<CopperBlockBlock> for BlockState

source§

fn from(b: CopperBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<CopperOreBlock> for BlockState

source§

fn from(b: CopperOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<CornflowerBlock> for BlockState

source§

fn from(b: CornflowerBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrackedDeepslateBricksBlock> for BlockState

source§

fn from(b: CrackedDeepslateBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrackedDeepslateTilesBlock> for BlockState

source§

fn from(b: CrackedDeepslateTilesBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrackedNetherBricksBlock> for BlockState

source§

fn from(b: CrackedNetherBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrackedPolishedBlackstoneBricksBlock> for BlockState

source§

fn from(b: CrackedPolishedBlackstoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrackedStoneBricksBlock> for BlockState

source§

fn from(b: CrackedStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<CraftingTableBlock> for BlockState

source§

fn from(b: CraftingTableBlock) -> Self

Converts to this type from the input type.
source§

impl From<CreeperHeadBlock> for BlockState

source§

fn from(b: CreeperHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<CreeperWallHeadBlock> for BlockState

source§

fn from(b: CreeperWallHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonButtonBlock> for BlockState

source§

fn from(b: CrimsonButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonDoorBlock> for BlockState

source§

fn from(b: CrimsonDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonFenceBlock> for BlockState

source§

fn from(b: CrimsonFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonFenceGateBlock> for BlockState

source§

fn from(b: CrimsonFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonFungusBlock> for BlockState

source§

fn from(b: CrimsonFungusBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonHangingSignBlock> for BlockState

source§

fn from(b: CrimsonHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonHyphaeBlock> for BlockState

source§

fn from(b: CrimsonHyphaeBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonNyliumBlock> for BlockState

source§

fn from(b: CrimsonNyliumBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonPlanksBlock> for BlockState

source§

fn from(b: CrimsonPlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonPressurePlateBlock> for BlockState

source§

fn from(b: CrimsonPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonRootsBlock> for BlockState

source§

fn from(b: CrimsonRootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonSignBlock> for BlockState

source§

fn from(b: CrimsonSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonSlabBlock> for BlockState

source§

fn from(b: CrimsonSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonStairsBlock> for BlockState

source§

fn from(b: CrimsonStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonStemBlock> for BlockState

source§

fn from(b: CrimsonStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonTrapdoorBlock> for BlockState

source§

fn from(b: CrimsonTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonWallHangingSignBlock> for BlockState

source§

fn from(b: CrimsonWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<CrimsonWallSignBlock> for BlockState

source§

fn from(b: CrimsonWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<CryingObsidianBlock> for BlockState

source§

fn from(b: CryingObsidianBlock) -> Self

Converts to this type from the input type.
source§

impl From<CutCopperBlock> for BlockState

source§

fn from(b: CutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<CutCopperSlabBlock> for BlockState

source§

fn from(b: CutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<CutCopperStairsBlock> for BlockState

source§

fn from(b: CutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<CutRedSandstoneBlock> for BlockState

source§

fn from(b: CutRedSandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<CutRedSandstoneSlabBlock> for BlockState

source§

fn from(b: CutRedSandstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<CutSandstoneBlock> for BlockState

source§

fn from(b: CutSandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<CutSandstoneSlabBlock> for BlockState

source§

fn from(b: CutSandstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanBannerBlock> for BlockState

source§

fn from(b: CyanBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanBedBlock> for BlockState

source§

fn from(b: CyanBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanCandleBlock> for BlockState

source§

fn from(b: CyanCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanCandleCakeBlock> for BlockState

source§

fn from(b: CyanCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanCarpetBlock> for BlockState

source§

fn from(b: CyanCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanConcreteBlock> for BlockState

source§

fn from(b: CyanConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanConcretePowderBlock> for BlockState

source§

fn from(b: CyanConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanGlazedTerracottaBlock> for BlockState

source§

fn from(b: CyanGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanShulkerBoxBlock> for BlockState

source§

fn from(b: CyanShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanStainedGlassBlock> for BlockState

source§

fn from(b: CyanStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanStainedGlassPaneBlock> for BlockState

source§

fn from(b: CyanStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanTerracottaBlock> for BlockState

source§

fn from(b: CyanTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanWallBannerBlock> for BlockState

source§

fn from(b: CyanWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<CyanWoolBlock> for BlockState

source§

fn from(b: CyanWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<DamagedAnvilBlock> for BlockState

source§

fn from(b: DamagedAnvilBlock) -> Self

Converts to this type from the input type.
source§

impl From<DandelionBlock> for BlockState

source§

fn from(b: DandelionBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakButtonBlock> for BlockState

source§

fn from(b: DarkOakButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakDoorBlock> for BlockState

source§

fn from(b: DarkOakDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakFenceBlock> for BlockState

source§

fn from(b: DarkOakFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakFenceGateBlock> for BlockState

source§

fn from(b: DarkOakFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakHangingSignBlock> for BlockState

source§

fn from(b: DarkOakHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakLeavesBlock> for BlockState

source§

fn from(b: DarkOakLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakLogBlock> for BlockState

source§

fn from(b: DarkOakLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakPlanksBlock> for BlockState

source§

fn from(b: DarkOakPlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakPressurePlateBlock> for BlockState

source§

fn from(b: DarkOakPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakSaplingBlock> for BlockState

source§

fn from(b: DarkOakSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakSignBlock> for BlockState

source§

fn from(b: DarkOakSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakSlabBlock> for BlockState

source§

fn from(b: DarkOakSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakStairsBlock> for BlockState

source§

fn from(b: DarkOakStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakTrapdoorBlock> for BlockState

source§

fn from(b: DarkOakTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakWallHangingSignBlock> for BlockState

source§

fn from(b: DarkOakWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakWallSignBlock> for BlockState

source§

fn from(b: DarkOakWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkOakWoodBlock> for BlockState

source§

fn from(b: DarkOakWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkPrismarineBlock> for BlockState

source§

fn from(b: DarkPrismarineBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkPrismarineSlabBlock> for BlockState

source§

fn from(b: DarkPrismarineSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<DarkPrismarineStairsBlock> for BlockState

source§

fn from(b: DarkPrismarineStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<DaylightDetectorBlock> for BlockState

source§

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

source§

fn from(b: DeadBrainCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadBrainCoralFanBlock> for BlockState

source§

fn from(b: DeadBrainCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadBrainCoralWallFanBlock> for BlockState

source§

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

source§

fn from(b: DeadBubbleCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadBubbleCoralFanBlock> for BlockState

source§

fn from(b: DeadBubbleCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadBubbleCoralWallFanBlock> for BlockState

source§

fn from(b: DeadBubbleCoralWallFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadBushBlock> for BlockState

source§

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

source§

fn from(b: DeadFireCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadFireCoralFanBlock> for BlockState

source§

fn from(b: DeadFireCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadFireCoralWallFanBlock> for BlockState

source§

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

source§

fn from(b: DeadHornCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadHornCoralFanBlock> for BlockState

source§

fn from(b: DeadHornCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadHornCoralWallFanBlock> for BlockState

source§

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

source§

fn from(b: DeadTubeCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadTubeCoralFanBlock> for BlockState

source§

fn from(b: DeadTubeCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeadTubeCoralWallFanBlock> for BlockState

source§

fn from(b: DeadTubeCoralWallFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateBlock> for BlockState

source§

fn from(b: DeepslateBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateBrickSlabBlock> for BlockState

source§

fn from(b: DeepslateBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateBrickStairsBlock> for BlockState

source§

fn from(b: DeepslateBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateBrickWallBlock> for BlockState

source§

fn from(b: DeepslateBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateBricksBlock> for BlockState

source§

fn from(b: DeepslateBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateCoalOreBlock> for BlockState

source§

fn from(b: DeepslateCoalOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateCopperOreBlock> for BlockState

source§

fn from(b: DeepslateCopperOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateDiamondOreBlock> for BlockState

source§

fn from(b: DeepslateDiamondOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateEmeraldOreBlock> for BlockState

source§

fn from(b: DeepslateEmeraldOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateGoldOreBlock> for BlockState

source§

fn from(b: DeepslateGoldOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateIronOreBlock> for BlockState

source§

fn from(b: DeepslateIronOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateLapisOreBlock> for BlockState

source§

fn from(b: DeepslateLapisOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateRedstoneOreBlock> for BlockState

source§

fn from(b: DeepslateRedstoneOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateTileSlabBlock> for BlockState

source§

fn from(b: DeepslateTileSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateTileStairsBlock> for BlockState

source§

fn from(b: DeepslateTileStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateTileWallBlock> for BlockState

source§

fn from(b: DeepslateTileWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<DeepslateTilesBlock> for BlockState

source§

fn from(b: DeepslateTilesBlock) -> Self

Converts to this type from the input type.
source§

impl From<DetectorRailBlock> for BlockState

source§

fn from(b: DetectorRailBlock) -> Self

Converts to this type from the input type.
source§

impl From<DiamondBlockBlock> for BlockState

source§

fn from(b: DiamondBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DiamondOreBlock> for BlockState

source§

fn from(b: DiamondOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<DioriteBlock> for BlockState

source§

fn from(b: DioriteBlock) -> Self

Converts to this type from the input type.
source§

impl From<DioriteSlabBlock> for BlockState

source§

fn from(b: DioriteSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<DioriteStairsBlock> for BlockState

source§

fn from(b: DioriteStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<DioriteWallBlock> for BlockState

source§

fn from(b: DioriteWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<DirtBlock> for BlockState

source§

fn from(b: DirtBlock) -> Self

Converts to this type from the input type.
source§

impl From<DirtPathBlock> for BlockState

source§

fn from(b: DirtPathBlock) -> Self

Converts to this type from the input type.
source§

impl From<DispenserBlock> for BlockState

source§

fn from(b: DispenserBlock) -> Self

Converts to this type from the input type.
source§

impl From<DragonEggBlock> for BlockState

source§

fn from(b: DragonEggBlock) -> Self

Converts to this type from the input type.
source§

impl From<DragonHeadBlock> for BlockState

source§

fn from(b: DragonHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<DragonWallHeadBlock> for BlockState

source§

fn from(b: DragonWallHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<DriedKelpBlockBlock> for BlockState

source§

fn from(b: DriedKelpBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DripstoneBlockBlock> for BlockState

source§

fn from(b: DripstoneBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<DropperBlock> for BlockState

source§

fn from(b: DropperBlock) -> Self

Converts to this type from the input type.
source§

impl From<EmeraldBlockBlock> for BlockState

source§

fn from(b: EmeraldBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<EmeraldOreBlock> for BlockState

source§

fn from(b: EmeraldOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<EnchantingTableBlock> for BlockState

source§

fn from(b: EnchantingTableBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndGatewayBlock> for BlockState

source§

fn from(b: EndGatewayBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndPortalBlock> for BlockState

source§

fn from(b: EndPortalBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndPortalFrameBlock> for BlockState

source§

fn from(b: EndPortalFrameBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndRodBlock> for BlockState

source§

fn from(b: EndRodBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndStoneBlock> for BlockState

source§

fn from(b: EndStoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndStoneBrickSlabBlock> for BlockState

source§

fn from(b: EndStoneBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndStoneBrickStairsBlock> for BlockState

source§

fn from(b: EndStoneBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndStoneBrickWallBlock> for BlockState

source§

fn from(b: EndStoneBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<EndStoneBricksBlock> for BlockState

source§

fn from(b: EndStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<EnderChestBlock> for BlockState

source§

fn from(b: EnderChestBlock) -> Self

Converts to this type from the input type.
source§

impl From<ExposedCopperBlock> for BlockState

source§

fn from(b: ExposedCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<ExposedCutCopperBlock> for BlockState

source§

fn from(b: ExposedCutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<ExposedCutCopperSlabBlock> for BlockState

source§

fn from(b: ExposedCutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<ExposedCutCopperStairsBlock> for BlockState

source§

fn from(b: ExposedCutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<FarmlandBlock> for BlockState

source§

fn from(b: FarmlandBlock) -> Self

Converts to this type from the input type.
source§

impl From<FernBlock> for BlockState

source§

fn from(b: FernBlock) -> Self

Converts to this type from the input type.
source§

impl From<FireBlock> for BlockState

source§

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

source§

fn from(b: FireCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<FireCoralFanBlock> for BlockState

source§

fn from(b: FireCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<FireCoralWallFanBlock> for BlockState

source§

fn from(b: FireCoralWallFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<FletchingTableBlock> for BlockState

source§

fn from(b: FletchingTableBlock) -> Self

Converts to this type from the input type.
source§

impl From<FlowerPotBlock> for BlockState

source§

fn from(b: FlowerPotBlock) -> Self

Converts to this type from the input type.
source§

impl From<FloweringAzaleaBlock> for BlockState

source§

fn from(b: FloweringAzaleaBlock) -> Self

Converts to this type from the input type.
source§

impl From<FloweringAzaleaLeavesBlock> for BlockState

source§

fn from(b: FloweringAzaleaLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<FrogspawnBlock> for BlockState

source§

fn from(b: FrogspawnBlock) -> Self

Converts to this type from the input type.
source§

impl From<FrostedIceBlock> for BlockState

source§

fn from(b: FrostedIceBlock) -> Self

Converts to this type from the input type.
source§

impl From<FurnaceBlock> for BlockState

source§

fn from(b: FurnaceBlock) -> Self

Converts to this type from the input type.
source§

impl From<GildedBlackstoneBlock> for BlockState

source§

fn from(b: GildedBlackstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<GlassBlock> for BlockState

source§

fn from(b: GlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<GlassPaneBlock> for BlockState

source§

fn from(b: GlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<GlowLichenBlock> for BlockState

source§

fn from(b: GlowLichenBlock) -> Self

Converts to this type from the input type.
source§

impl From<GlowstoneBlock> for BlockState

source§

fn from(b: GlowstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<GoldBlockBlock> for BlockState

source§

fn from(b: GoldBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<GoldOreBlock> for BlockState

source§

fn from(b: GoldOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<GraniteBlock> for BlockState

source§

fn from(b: GraniteBlock) -> Self

Converts to this type from the input type.
source§

impl From<GraniteSlabBlock> for BlockState

source§

fn from(b: GraniteSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<GraniteStairsBlock> for BlockState

source§

fn from(b: GraniteStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<GraniteWallBlock> for BlockState

source§

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

source§

fn from(b: GrassBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<GravelBlock> for BlockState

source§

fn from(b: GravelBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayBannerBlock> for BlockState

source§

fn from(b: GrayBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayBedBlock> for BlockState

source§

fn from(b: GrayBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayCandleBlock> for BlockState

source§

fn from(b: GrayCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayCandleCakeBlock> for BlockState

source§

fn from(b: GrayCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayCarpetBlock> for BlockState

source§

fn from(b: GrayCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayConcreteBlock> for BlockState

source§

fn from(b: GrayConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayConcretePowderBlock> for BlockState

source§

fn from(b: GrayConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayGlazedTerracottaBlock> for BlockState

source§

fn from(b: GrayGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayShulkerBoxBlock> for BlockState

source§

fn from(b: GrayShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayStainedGlassBlock> for BlockState

source§

fn from(b: GrayStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayStainedGlassPaneBlock> for BlockState

source§

fn from(b: GrayStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayTerracottaBlock> for BlockState

source§

fn from(b: GrayTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayWallBannerBlock> for BlockState

source§

fn from(b: GrayWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrayWoolBlock> for BlockState

source§

fn from(b: GrayWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenBannerBlock> for BlockState

source§

fn from(b: GreenBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenBedBlock> for BlockState

source§

fn from(b: GreenBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenCandleBlock> for BlockState

source§

fn from(b: GreenCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenCandleCakeBlock> for BlockState

source§

fn from(b: GreenCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenCarpetBlock> for BlockState

source§

fn from(b: GreenCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenConcreteBlock> for BlockState

source§

fn from(b: GreenConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenConcretePowderBlock> for BlockState

source§

fn from(b: GreenConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenGlazedTerracottaBlock> for BlockState

source§

fn from(b: GreenGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenShulkerBoxBlock> for BlockState

source§

fn from(b: GreenShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenStainedGlassBlock> for BlockState

source§

fn from(b: GreenStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenStainedGlassPaneBlock> for BlockState

source§

fn from(b: GreenStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenTerracottaBlock> for BlockState

source§

fn from(b: GreenTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenWallBannerBlock> for BlockState

source§

fn from(b: GreenWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<GreenWoolBlock> for BlockState

source§

fn from(b: GreenWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<GrindstoneBlock> for BlockState

source§

fn from(b: GrindstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<HangingRootsBlock> for BlockState

source§

fn from(b: HangingRootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<HayBlockBlock> for BlockState

source§

fn from(b: HayBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<HeavyWeightedPressurePlateBlock> for BlockState

source§

fn from(b: HeavyWeightedPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<HoneyBlockBlock> for BlockState

source§

fn from(b: HoneyBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<HoneycombBlockBlock> for BlockState

source§

fn from(b: HoneycombBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<HopperBlock> for BlockState

source§

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

source§

fn from(b: HornCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<HornCoralFanBlock> for BlockState

source§

fn from(b: HornCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<HornCoralWallFanBlock> for BlockState

source§

fn from(b: HornCoralWallFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<IceBlock> for BlockState

source§

fn from(b: IceBlock) -> Self

Converts to this type from the input type.
source§

impl From<InfestedChiseledStoneBricksBlock> for BlockState

source§

fn from(b: InfestedChiseledStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<InfestedCobblestoneBlock> for BlockState

source§

fn from(b: InfestedCobblestoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<InfestedCrackedStoneBricksBlock> for BlockState

source§

fn from(b: InfestedCrackedStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<InfestedDeepslateBlock> for BlockState

source§

fn from(b: InfestedDeepslateBlock) -> Self

Converts to this type from the input type.
source§

impl From<InfestedMossyStoneBricksBlock> for BlockState

source§

fn from(b: InfestedMossyStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<InfestedStoneBlock> for BlockState

source§

fn from(b: InfestedStoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<InfestedStoneBricksBlock> for BlockState

source§

fn from(b: InfestedStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<IronBarsBlock> for BlockState

source§

fn from(b: IronBarsBlock) -> Self

Converts to this type from the input type.
source§

impl From<IronBlockBlock> for BlockState

source§

fn from(b: IronBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<IronDoorBlock> for BlockState

source§

fn from(b: IronDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<IronOreBlock> for BlockState

source§

fn from(b: IronOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<IronTrapdoorBlock> for BlockState

source§

fn from(b: IronTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<JackOLanternBlock> for BlockState

source§

fn from(b: JackOLanternBlock) -> Self

Converts to this type from the input type.
source§

impl From<JigsawBlock> for BlockState

source§

fn from(b: JigsawBlock) -> Self

Converts to this type from the input type.
source§

impl From<JukeboxBlock> for BlockState

source§

fn from(b: JukeboxBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleButtonBlock> for BlockState

source§

fn from(b: JungleButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleDoorBlock> for BlockState

source§

fn from(b: JungleDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleFenceBlock> for BlockState

source§

fn from(b: JungleFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleFenceGateBlock> for BlockState

source§

fn from(b: JungleFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleHangingSignBlock> for BlockState

source§

fn from(b: JungleHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleLeavesBlock> for BlockState

source§

fn from(b: JungleLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleLogBlock> for BlockState

source§

fn from(b: JungleLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<JunglePlanksBlock> for BlockState

source§

fn from(b: JunglePlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<JunglePressurePlateBlock> for BlockState

source§

fn from(b: JunglePressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleSaplingBlock> for BlockState

source§

fn from(b: JungleSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleSignBlock> for BlockState

source§

fn from(b: JungleSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleSlabBlock> for BlockState

source§

fn from(b: JungleSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleStairsBlock> for BlockState

source§

fn from(b: JungleStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleTrapdoorBlock> for BlockState

source§

fn from(b: JungleTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleWallHangingSignBlock> for BlockState

source§

fn from(b: JungleWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleWallSignBlock> for BlockState

source§

fn from(b: JungleWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<JungleWoodBlock> for BlockState

source§

fn from(b: JungleWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<KelpBlock> for BlockState

source§

fn from(b: KelpBlock) -> Self

Converts to this type from the input type.
source§

impl From<KelpPlantBlock> for BlockState

source§

fn from(b: KelpPlantBlock) -> Self

Converts to this type from the input type.
source§

impl From<LadderBlock> for BlockState

source§

fn from(b: LadderBlock) -> Self

Converts to this type from the input type.
source§

impl From<LanternBlock> for BlockState

source§

fn from(b: LanternBlock) -> Self

Converts to this type from the input type.
source§

impl From<LapisBlockBlock> for BlockState

source§

fn from(b: LapisBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<LapisOreBlock> for BlockState

source§

fn from(b: LapisOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<LargeAmethystBudBlock> for BlockState

source§

fn from(b: LargeAmethystBudBlock) -> Self

Converts to this type from the input type.
source§

impl From<LargeFernBlock> for BlockState

source§

fn from(b: LargeFernBlock) -> Self

Converts to this type from the input type.
source§

impl From<LavaBlock> for BlockState

source§

fn from(b: LavaBlock) -> Self

Converts to this type from the input type.
source§

impl From<LavaCauldronBlock> for BlockState

source§

fn from(b: LavaCauldronBlock) -> Self

Converts to this type from the input type.
source§

impl From<LecternBlock> for BlockState

source§

fn from(b: LecternBlock) -> Self

Converts to this type from the input type.
source§

impl From<LeverBlock> for BlockState

source§

fn from(b: LeverBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlock> for BlockState

source§

fn from(b: LightBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueBannerBlock> for BlockState

source§

fn from(b: LightBlueBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueBedBlock> for BlockState

source§

fn from(b: LightBlueBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueCandleBlock> for BlockState

source§

fn from(b: LightBlueCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueCandleCakeBlock> for BlockState

source§

fn from(b: LightBlueCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueCarpetBlock> for BlockState

source§

fn from(b: LightBlueCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueConcreteBlock> for BlockState

source§

fn from(b: LightBlueConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueConcretePowderBlock> for BlockState

source§

fn from(b: LightBlueConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueGlazedTerracottaBlock> for BlockState

source§

fn from(b: LightBlueGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueShulkerBoxBlock> for BlockState

source§

fn from(b: LightBlueShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueStainedGlassBlock> for BlockState

source§

fn from(b: LightBlueStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueStainedGlassPaneBlock> for BlockState

source§

fn from(b: LightBlueStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueTerracottaBlock> for BlockState

source§

fn from(b: LightBlueTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueWallBannerBlock> for BlockState

source§

fn from(b: LightBlueWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightBlueWoolBlock> for BlockState

source§

fn from(b: LightBlueWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayBannerBlock> for BlockState

source§

fn from(b: LightGrayBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayBedBlock> for BlockState

source§

fn from(b: LightGrayBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayCandleBlock> for BlockState

source§

fn from(b: LightGrayCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayCandleCakeBlock> for BlockState

source§

fn from(b: LightGrayCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayCarpetBlock> for BlockState

source§

fn from(b: LightGrayCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayConcreteBlock> for BlockState

source§

fn from(b: LightGrayConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayConcretePowderBlock> for BlockState

source§

fn from(b: LightGrayConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayGlazedTerracottaBlock> for BlockState

source§

fn from(b: LightGrayGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayShulkerBoxBlock> for BlockState

source§

fn from(b: LightGrayShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayStainedGlassBlock> for BlockState

source§

fn from(b: LightGrayStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayStainedGlassPaneBlock> for BlockState

source§

fn from(b: LightGrayStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayTerracottaBlock> for BlockState

source§

fn from(b: LightGrayTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayWallBannerBlock> for BlockState

source§

fn from(b: LightGrayWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightGrayWoolBlock> for BlockState

source§

fn from(b: LightGrayWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightWeightedPressurePlateBlock> for BlockState

source§

fn from(b: LightWeightedPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<LightningRodBlock> for BlockState

source§

fn from(b: LightningRodBlock) -> Self

Converts to this type from the input type.
source§

impl From<LilacBlock> for BlockState

source§

fn from(b: LilacBlock) -> Self

Converts to this type from the input type.
source§

impl From<LilyOfTheValleyBlock> for BlockState

source§

fn from(b: LilyOfTheValleyBlock) -> Self

Converts to this type from the input type.
source§

impl From<LilyPadBlock> for BlockState

source§

fn from(b: LilyPadBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeBannerBlock> for BlockState

source§

fn from(b: LimeBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeBedBlock> for BlockState

source§

fn from(b: LimeBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeCandleBlock> for BlockState

source§

fn from(b: LimeCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeCandleCakeBlock> for BlockState

source§

fn from(b: LimeCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeCarpetBlock> for BlockState

source§

fn from(b: LimeCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeConcreteBlock> for BlockState

source§

fn from(b: LimeConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeConcretePowderBlock> for BlockState

source§

fn from(b: LimeConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeGlazedTerracottaBlock> for BlockState

source§

fn from(b: LimeGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeShulkerBoxBlock> for BlockState

source§

fn from(b: LimeShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeStainedGlassBlock> for BlockState

source§

fn from(b: LimeStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeStainedGlassPaneBlock> for BlockState

source§

fn from(b: LimeStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeTerracottaBlock> for BlockState

source§

fn from(b: LimeTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeWallBannerBlock> for BlockState

source§

fn from(b: LimeWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<LimeWoolBlock> for BlockState

source§

fn from(b: LimeWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<LodestoneBlock> for BlockState

source§

fn from(b: LodestoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<LoomBlock> for BlockState

source§

fn from(b: LoomBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaBannerBlock> for BlockState

source§

fn from(b: MagentaBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaBedBlock> for BlockState

source§

fn from(b: MagentaBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaCandleBlock> for BlockState

source§

fn from(b: MagentaCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaCandleCakeBlock> for BlockState

source§

fn from(b: MagentaCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaCarpetBlock> for BlockState

source§

fn from(b: MagentaCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaConcreteBlock> for BlockState

source§

fn from(b: MagentaConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaConcretePowderBlock> for BlockState

source§

fn from(b: MagentaConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaGlazedTerracottaBlock> for BlockState

source§

fn from(b: MagentaGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaShulkerBoxBlock> for BlockState

source§

fn from(b: MagentaShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaStainedGlassBlock> for BlockState

source§

fn from(b: MagentaStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaStainedGlassPaneBlock> for BlockState

source§

fn from(b: MagentaStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaTerracottaBlock> for BlockState

source§

fn from(b: MagentaTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaWallBannerBlock> for BlockState

source§

fn from(b: MagentaWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagentaWoolBlock> for BlockState

source§

fn from(b: MagentaWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<MagmaBlockBlock> for BlockState

source§

fn from(b: MagmaBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveButtonBlock> for BlockState

source§

fn from(b: MangroveButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveDoorBlock> for BlockState

source§

fn from(b: MangroveDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveFenceBlock> for BlockState

source§

fn from(b: MangroveFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveFenceGateBlock> for BlockState

source§

fn from(b: MangroveFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveHangingSignBlock> for BlockState

source§

fn from(b: MangroveHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveLeavesBlock> for BlockState

source§

fn from(b: MangroveLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveLogBlock> for BlockState

source§

fn from(b: MangroveLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangrovePlanksBlock> for BlockState

source§

fn from(b: MangrovePlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangrovePressurePlateBlock> for BlockState

source§

fn from(b: MangrovePressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangrovePropaguleBlock> for BlockState

source§

fn from(b: MangrovePropaguleBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveRootsBlock> for BlockState

source§

fn from(b: MangroveRootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveSignBlock> for BlockState

source§

fn from(b: MangroveSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveSlabBlock> for BlockState

source§

fn from(b: MangroveSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveStairsBlock> for BlockState

source§

fn from(b: MangroveStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveTrapdoorBlock> for BlockState

source§

fn from(b: MangroveTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveWallHangingSignBlock> for BlockState

source§

fn from(b: MangroveWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveWallSignBlock> for BlockState

source§

fn from(b: MangroveWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<MangroveWoodBlock> for BlockState

source§

fn from(b: MangroveWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<MediumAmethystBudBlock> for BlockState

source§

fn from(b: MediumAmethystBudBlock) -> Self

Converts to this type from the input type.
source§

impl From<MelonBlock> for BlockState

source§

fn from(b: MelonBlock) -> Self

Converts to this type from the input type.
source§

impl From<MelonStemBlock> for BlockState

source§

fn from(b: MelonStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossBlockBlock> for BlockState

source§

fn from(b: MossBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossCarpetBlock> for BlockState

source§

fn from(b: MossCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyCobblestoneBlock> for BlockState

source§

fn from(b: MossyCobblestoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyCobblestoneSlabBlock> for BlockState

source§

fn from(b: MossyCobblestoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyCobblestoneStairsBlock> for BlockState

source§

fn from(b: MossyCobblestoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyCobblestoneWallBlock> for BlockState

source§

fn from(b: MossyCobblestoneWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyStoneBrickSlabBlock> for BlockState

source§

fn from(b: MossyStoneBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyStoneBrickStairsBlock> for BlockState

source§

fn from(b: MossyStoneBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyStoneBrickWallBlock> for BlockState

source§

fn from(b: MossyStoneBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<MossyStoneBricksBlock> for BlockState

source§

fn from(b: MossyStoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<MovingPistonBlock> for BlockState

source§

fn from(b: MovingPistonBlock) -> Self

Converts to this type from the input type.
source§

impl From<MudBlock> for BlockState

source§

fn from(b: MudBlock) -> Self

Converts to this type from the input type.
source§

impl From<MudBrickSlabBlock> for BlockState

source§

fn from(b: MudBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<MudBrickStairsBlock> for BlockState

source§

fn from(b: MudBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<MudBrickWallBlock> for BlockState

source§

fn from(b: MudBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<MudBricksBlock> for BlockState

source§

fn from(b: MudBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<MuddyMangroveRootsBlock> for BlockState

source§

fn from(b: MuddyMangroveRootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<MushroomStemBlock> for BlockState

source§

fn from(b: MushroomStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<MyceliumBlock> for BlockState

source§

fn from(b: MyceliumBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherBrickFenceBlock> for BlockState

source§

fn from(b: NetherBrickFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherBrickSlabBlock> for BlockState

source§

fn from(b: NetherBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherBrickStairsBlock> for BlockState

source§

fn from(b: NetherBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherBrickWallBlock> for BlockState

source§

fn from(b: NetherBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherBricksBlock> for BlockState

source§

fn from(b: NetherBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherGoldOreBlock> for BlockState

source§

fn from(b: NetherGoldOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherPortalBlock> for BlockState

source§

fn from(b: NetherPortalBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherQuartzOreBlock> for BlockState

source§

fn from(b: NetherQuartzOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherSproutsBlock> for BlockState

source§

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

source§

fn from(b: NetherWartBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetheriteBlockBlock> for BlockState

source§

fn from(b: NetheriteBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<NetherrackBlock> for BlockState

source§

fn from(b: NetherrackBlock) -> Self

Converts to this type from the input type.
source§

impl From<NoteBlockBlock> for BlockState

source§

fn from(b: NoteBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakButtonBlock> for BlockState

source§

fn from(b: OakButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakDoorBlock> for BlockState

source§

fn from(b: OakDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakFenceBlock> for BlockState

source§

fn from(b: OakFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakFenceGateBlock> for BlockState

source§

fn from(b: OakFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakHangingSignBlock> for BlockState

source§

fn from(b: OakHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakLeavesBlock> for BlockState

source§

fn from(b: OakLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakLogBlock> for BlockState

source§

fn from(b: OakLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakPlanksBlock> for BlockState

source§

fn from(b: OakPlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakPressurePlateBlock> for BlockState

source§

fn from(b: OakPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakSaplingBlock> for BlockState

source§

fn from(b: OakSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakSignBlock> for BlockState

source§

fn from(b: OakSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakSlabBlock> for BlockState

source§

fn from(b: OakSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakStairsBlock> for BlockState

source§

fn from(b: OakStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakTrapdoorBlock> for BlockState

source§

fn from(b: OakTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakWallHangingSignBlock> for BlockState

source§

fn from(b: OakWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakWallSignBlock> for BlockState

source§

fn from(b: OakWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<OakWoodBlock> for BlockState

source§

fn from(b: OakWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<ObserverBlock> for BlockState

source§

fn from(b: ObserverBlock) -> Self

Converts to this type from the input type.
source§

impl From<ObsidianBlock> for BlockState

source§

fn from(b: ObsidianBlock) -> Self

Converts to this type from the input type.
source§

impl From<OchreFroglightBlock> for BlockState

source§

fn from(b: OchreFroglightBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeBannerBlock> for BlockState

source§

fn from(b: OrangeBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeBedBlock> for BlockState

source§

fn from(b: OrangeBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeCandleBlock> for BlockState

source§

fn from(b: OrangeCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeCandleCakeBlock> for BlockState

source§

fn from(b: OrangeCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeCarpetBlock> for BlockState

source§

fn from(b: OrangeCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeConcreteBlock> for BlockState

source§

fn from(b: OrangeConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeConcretePowderBlock> for BlockState

source§

fn from(b: OrangeConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeGlazedTerracottaBlock> for BlockState

source§

fn from(b: OrangeGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeShulkerBoxBlock> for BlockState

source§

fn from(b: OrangeShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeStainedGlassBlock> for BlockState

source§

fn from(b: OrangeStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeStainedGlassPaneBlock> for BlockState

source§

fn from(b: OrangeStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeTerracottaBlock> for BlockState

source§

fn from(b: OrangeTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeTulipBlock> for BlockState

source§

fn from(b: OrangeTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeWallBannerBlock> for BlockState

source§

fn from(b: OrangeWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<OrangeWoolBlock> for BlockState

source§

fn from(b: OrangeWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<OxeyeDaisyBlock> for BlockState

source§

fn from(b: OxeyeDaisyBlock) -> Self

Converts to this type from the input type.
source§

impl From<OxidizedCopperBlock> for BlockState

source§

fn from(b: OxidizedCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<OxidizedCutCopperBlock> for BlockState

source§

fn from(b: OxidizedCutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<OxidizedCutCopperSlabBlock> for BlockState

source§

fn from(b: OxidizedCutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<OxidizedCutCopperStairsBlock> for BlockState

source§

fn from(b: OxidizedCutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PackedIceBlock> for BlockState

source§

fn from(b: PackedIceBlock) -> Self

Converts to this type from the input type.
source§

impl From<PackedMudBlock> for BlockState

source§

fn from(b: PackedMudBlock) -> Self

Converts to this type from the input type.
source§

impl From<PearlescentFroglightBlock> for BlockState

source§

fn from(b: PearlescentFroglightBlock) -> Self

Converts to this type from the input type.
source§

impl From<PeonyBlock> for BlockState

source§

fn from(b: PeonyBlock) -> Self

Converts to this type from the input type.
source§

impl From<PetrifiedOakSlabBlock> for BlockState

source§

fn from(b: PetrifiedOakSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PiglinHeadBlock> for BlockState

source§

fn from(b: PiglinHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<PiglinWallHeadBlock> for BlockState

source§

fn from(b: PiglinWallHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkBannerBlock> for BlockState

source§

fn from(b: PinkBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkBedBlock> for BlockState

source§

fn from(b: PinkBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkCandleBlock> for BlockState

source§

fn from(b: PinkCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkCandleCakeBlock> for BlockState

source§

fn from(b: PinkCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkCarpetBlock> for BlockState

source§

fn from(b: PinkCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkConcreteBlock> for BlockState

source§

fn from(b: PinkConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkConcretePowderBlock> for BlockState

source§

fn from(b: PinkConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkGlazedTerracottaBlock> for BlockState

source§

fn from(b: PinkGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkShulkerBoxBlock> for BlockState

source§

fn from(b: PinkShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkStainedGlassBlock> for BlockState

source§

fn from(b: PinkStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkStainedGlassPaneBlock> for BlockState

source§

fn from(b: PinkStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkTerracottaBlock> for BlockState

source§

fn from(b: PinkTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkTulipBlock> for BlockState

source§

fn from(b: PinkTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkWallBannerBlock> for BlockState

source§

fn from(b: PinkWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<PinkWoolBlock> for BlockState

source§

fn from(b: PinkWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<PistonBlock> for BlockState

source§

fn from(b: PistonBlock) -> Self

Converts to this type from the input type.
source§

impl From<PistonHeadBlock> for BlockState

source§

fn from(b: PistonHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<PlayerHeadBlock> for BlockState

source§

fn from(b: PlayerHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<PlayerWallHeadBlock> for BlockState

source§

fn from(b: PlayerWallHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<PodzolBlock> for BlockState

source§

fn from(b: PodzolBlock) -> Self

Converts to this type from the input type.
source§

impl From<PointedDripstoneBlock> for BlockState

source§

fn from(b: PointedDripstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedAndesiteBlock> for BlockState

source§

fn from(b: PolishedAndesiteBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedAndesiteSlabBlock> for BlockState

source§

fn from(b: PolishedAndesiteSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedAndesiteStairsBlock> for BlockState

source§

fn from(b: PolishedAndesiteStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBasaltBlock> for BlockState

source§

fn from(b: PolishedBasaltBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneBlock> for BlockState

source§

fn from(b: PolishedBlackstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneBrickSlabBlock> for BlockState

source§

fn from(b: PolishedBlackstoneBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneBrickStairsBlock> for BlockState

source§

fn from(b: PolishedBlackstoneBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneBrickWallBlock> for BlockState

source§

fn from(b: PolishedBlackstoneBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneBricksBlock> for BlockState

source§

fn from(b: PolishedBlackstoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneButtonBlock> for BlockState

source§

fn from(b: PolishedBlackstoneButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstonePressurePlateBlock> for BlockState

source§

fn from(b: PolishedBlackstonePressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneSlabBlock> for BlockState

source§

fn from(b: PolishedBlackstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneStairsBlock> for BlockState

source§

fn from(b: PolishedBlackstoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedBlackstoneWallBlock> for BlockState

source§

fn from(b: PolishedBlackstoneWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedDeepslateBlock> for BlockState

source§

fn from(b: PolishedDeepslateBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedDeepslateSlabBlock> for BlockState

source§

fn from(b: PolishedDeepslateSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedDeepslateStairsBlock> for BlockState

source§

fn from(b: PolishedDeepslateStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedDeepslateWallBlock> for BlockState

source§

fn from(b: PolishedDeepslateWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedDioriteBlock> for BlockState

source§

fn from(b: PolishedDioriteBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedDioriteSlabBlock> for BlockState

source§

fn from(b: PolishedDioriteSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedDioriteStairsBlock> for BlockState

source§

fn from(b: PolishedDioriteStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedGraniteBlock> for BlockState

source§

fn from(b: PolishedGraniteBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedGraniteSlabBlock> for BlockState

source§

fn from(b: PolishedGraniteSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PolishedGraniteStairsBlock> for BlockState

source§

fn from(b: PolishedGraniteStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PoppyBlock> for BlockState

source§

fn from(b: PoppyBlock) -> Self

Converts to this type from the input type.
source§

impl From<PotatoesBlock> for BlockState

source§

fn from(b: PotatoesBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedAcaciaSaplingBlock> for BlockState

source§

fn from(b: PottedAcaciaSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedAlliumBlock> for BlockState

source§

fn from(b: PottedAlliumBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedAzaleaBushBlock> for BlockState

source§

fn from(b: PottedAzaleaBushBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedAzureBluetBlock> for BlockState

source§

fn from(b: PottedAzureBluetBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedBambooBlock> for BlockState

source§

fn from(b: PottedBambooBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedBirchSaplingBlock> for BlockState

source§

fn from(b: PottedBirchSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedBlueOrchidBlock> for BlockState

source§

fn from(b: PottedBlueOrchidBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedBrownMushroomBlock> for BlockState

source§

fn from(b: PottedBrownMushroomBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedCactusBlock> for BlockState

source§

fn from(b: PottedCactusBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedCornflowerBlock> for BlockState

source§

fn from(b: PottedCornflowerBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedCrimsonFungusBlock> for BlockState

source§

fn from(b: PottedCrimsonFungusBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedCrimsonRootsBlock> for BlockState

source§

fn from(b: PottedCrimsonRootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedDandelionBlock> for BlockState

source§

fn from(b: PottedDandelionBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedDarkOakSaplingBlock> for BlockState

source§

fn from(b: PottedDarkOakSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedDeadBushBlock> for BlockState

source§

fn from(b: PottedDeadBushBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedFernBlock> for BlockState

source§

fn from(b: PottedFernBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedFloweringAzaleaBushBlock> for BlockState

source§

fn from(b: PottedFloweringAzaleaBushBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedJungleSaplingBlock> for BlockState

source§

fn from(b: PottedJungleSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedLilyOfTheValleyBlock> for BlockState

source§

fn from(b: PottedLilyOfTheValleyBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedMangrovePropaguleBlock> for BlockState

source§

fn from(b: PottedMangrovePropaguleBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedOakSaplingBlock> for BlockState

source§

fn from(b: PottedOakSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedOrangeTulipBlock> for BlockState

source§

fn from(b: PottedOrangeTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedOxeyeDaisyBlock> for BlockState

source§

fn from(b: PottedOxeyeDaisyBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedPinkTulipBlock> for BlockState

source§

fn from(b: PottedPinkTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedPoppyBlock> for BlockState

source§

fn from(b: PottedPoppyBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedRedMushroomBlock> for BlockState

source§

fn from(b: PottedRedMushroomBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedRedTulipBlock> for BlockState

source§

fn from(b: PottedRedTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedSpruceSaplingBlock> for BlockState

source§

fn from(b: PottedSpruceSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedWarpedFungusBlock> for BlockState

source§

fn from(b: PottedWarpedFungusBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedWarpedRootsBlock> for BlockState

source§

fn from(b: PottedWarpedRootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedWhiteTulipBlock> for BlockState

source§

fn from(b: PottedWhiteTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<PottedWitherRoseBlock> for BlockState

source§

fn from(b: PottedWitherRoseBlock) -> Self

Converts to this type from the input type.
source§

impl From<PowderSnowBlock> for BlockState

source§

fn from(b: PowderSnowBlock) -> Self

Converts to this type from the input type.
source§

impl From<PowderSnowCauldronBlock> for BlockState

source§

fn from(b: PowderSnowCauldronBlock) -> Self

Converts to this type from the input type.
source§

impl From<PoweredRailBlock> for BlockState

source§

fn from(b: PoweredRailBlock) -> Self

Converts to this type from the input type.
source§

impl From<PrismarineBlock> for BlockState

source§

fn from(b: PrismarineBlock) -> Self

Converts to this type from the input type.
source§

impl From<PrismarineBrickSlabBlock> for BlockState

source§

fn from(b: PrismarineBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PrismarineBrickStairsBlock> for BlockState

source§

fn from(b: PrismarineBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PrismarineBricksBlock> for BlockState

source§

fn from(b: PrismarineBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<PrismarineSlabBlock> for BlockState

source§

fn from(b: PrismarineSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PrismarineStairsBlock> for BlockState

source§

fn from(b: PrismarineStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<PrismarineWallBlock> for BlockState

source§

fn from(b: PrismarineWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<PumpkinBlock> for BlockState

source§

fn from(b: PumpkinBlock) -> Self

Converts to this type from the input type.
source§

impl From<PumpkinStemBlock> for BlockState

source§

fn from(b: PumpkinStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleBannerBlock> for BlockState

source§

fn from(b: PurpleBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleBedBlock> for BlockState

source§

fn from(b: PurpleBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleCandleBlock> for BlockState

source§

fn from(b: PurpleCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleCandleCakeBlock> for BlockState

source§

fn from(b: PurpleCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleCarpetBlock> for BlockState

source§

fn from(b: PurpleCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleConcreteBlock> for BlockState

source§

fn from(b: PurpleConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleConcretePowderBlock> for BlockState

source§

fn from(b: PurpleConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleGlazedTerracottaBlock> for BlockState

source§

fn from(b: PurpleGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleShulkerBoxBlock> for BlockState

source§

fn from(b: PurpleShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleStainedGlassBlock> for BlockState

source§

fn from(b: PurpleStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleStainedGlassPaneBlock> for BlockState

source§

fn from(b: PurpleStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleTerracottaBlock> for BlockState

source§

fn from(b: PurpleTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleWallBannerBlock> for BlockState

source§

fn from(b: PurpleWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpleWoolBlock> for BlockState

source§

fn from(b: PurpleWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpurBlockBlock> for BlockState

source§

fn from(b: PurpurBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpurPillarBlock> for BlockState

source§

fn from(b: PurpurPillarBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpurSlabBlock> for BlockState

source§

fn from(b: PurpurSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<PurpurStairsBlock> for BlockState

source§

fn from(b: PurpurStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<QuartzBlockBlock> for BlockState

source§

fn from(b: QuartzBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<QuartzBricksBlock> for BlockState

source§

fn from(b: QuartzBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<QuartzPillarBlock> for BlockState

source§

fn from(b: QuartzPillarBlock) -> Self

Converts to this type from the input type.
source§

impl From<QuartzSlabBlock> for BlockState

source§

fn from(b: QuartzSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<QuartzStairsBlock> for BlockState

source§

fn from(b: QuartzStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<RailBlock> for BlockState

source§

fn from(b: RailBlock) -> Self

Converts to this type from the input type.
source§

impl From<RawCopperBlockBlock> for BlockState

source§

fn from(b: RawCopperBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<RawGoldBlockBlock> for BlockState

source§

fn from(b: RawGoldBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<RawIronBlockBlock> for BlockState

source§

fn from(b: RawIronBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedBannerBlock> for BlockState

source§

fn from(b: RedBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedBedBlock> for BlockState

source§

fn from(b: RedBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedCandleBlock> for BlockState

source§

fn from(b: RedCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedCandleCakeBlock> for BlockState

source§

fn from(b: RedCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedCarpetBlock> for BlockState

source§

fn from(b: RedCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedConcreteBlock> for BlockState

source§

fn from(b: RedConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedConcretePowderBlock> for BlockState

source§

fn from(b: RedConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedGlazedTerracottaBlock> for BlockState

source§

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

source§

fn from(b: RedMushroomBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedNetherBrickSlabBlock> for BlockState

source§

fn from(b: RedNetherBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedNetherBrickStairsBlock> for BlockState

source§

fn from(b: RedNetherBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedNetherBrickWallBlock> for BlockState

source§

fn from(b: RedNetherBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedNetherBricksBlock> for BlockState

source§

fn from(b: RedNetherBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedSandBlock> for BlockState

source§

fn from(b: RedSandBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedSandstoneBlock> for BlockState

source§

fn from(b: RedSandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedSandstoneSlabBlock> for BlockState

source§

fn from(b: RedSandstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedSandstoneStairsBlock> for BlockState

source§

fn from(b: RedSandstoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedSandstoneWallBlock> for BlockState

source§

fn from(b: RedSandstoneWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedShulkerBoxBlock> for BlockState

source§

fn from(b: RedShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedStainedGlassBlock> for BlockState

source§

fn from(b: RedStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedStainedGlassPaneBlock> for BlockState

source§

fn from(b: RedStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedTerracottaBlock> for BlockState

source§

fn from(b: RedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedTulipBlock> for BlockState

source§

fn from(b: RedTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedWallBannerBlock> for BlockState

source§

fn from(b: RedWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedWoolBlock> for BlockState

source§

fn from(b: RedWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedstoneBlockBlock> for BlockState

source§

fn from(b: RedstoneBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedstoneLampBlock> for BlockState

source§

fn from(b: RedstoneLampBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedstoneOreBlock> for BlockState

source§

fn from(b: RedstoneOreBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedstoneTorchBlock> for BlockState

source§

fn from(b: RedstoneTorchBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedstoneWallTorchBlock> for BlockState

source§

fn from(b: RedstoneWallTorchBlock) -> Self

Converts to this type from the input type.
source§

impl From<RedstoneWireBlock> for BlockState

source§

fn from(b: RedstoneWireBlock) -> Self

Converts to this type from the input type.
source§

impl From<ReinforcedDeepslateBlock> for BlockState

source§

fn from(b: ReinforcedDeepslateBlock) -> Self

Converts to this type from the input type.
source§

impl From<RepeaterBlock> for BlockState

source§

fn from(b: RepeaterBlock) -> Self

Converts to this type from the input type.
source§

impl From<RepeatingCommandBlockBlock> for BlockState

source§

fn from(b: RepeatingCommandBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<RespawnAnchorBlock> for BlockState

source§

fn from(b: RespawnAnchorBlock) -> Self

Converts to this type from the input type.
source§

impl From<RootedDirtBlock> for BlockState

source§

fn from(b: RootedDirtBlock) -> Self

Converts to this type from the input type.
source§

impl From<RoseBushBlock> for BlockState

source§

fn from(b: RoseBushBlock) -> Self

Converts to this type from the input type.
source§

impl From<SandBlock> for BlockState

source§

fn from(b: SandBlock) -> Self

Converts to this type from the input type.
source§

impl From<SandstoneBlock> for BlockState

source§

fn from(b: SandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<SandstoneSlabBlock> for BlockState

source§

fn from(b: SandstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<SandstoneStairsBlock> for BlockState

source§

fn from(b: SandstoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<SandstoneWallBlock> for BlockState

source§

fn from(b: SandstoneWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<ScaffoldingBlock> for BlockState

source§

fn from(b: ScaffoldingBlock) -> Self

Converts to this type from the input type.
source§

impl From<SculkBlock> for BlockState

source§

fn from(b: SculkBlock) -> Self

Converts to this type from the input type.
source§

impl From<SculkCatalystBlock> for BlockState

source§

fn from(b: SculkCatalystBlock) -> Self

Converts to this type from the input type.
source§

impl From<SculkSensorBlock> for BlockState

source§

fn from(b: SculkSensorBlock) -> Self

Converts to this type from the input type.
source§

impl From<SculkShriekerBlock> for BlockState

source§

fn from(b: SculkShriekerBlock) -> Self

Converts to this type from the input type.
source§

impl From<SculkVeinBlock> for BlockState

source§

fn from(b: SculkVeinBlock) -> Self

Converts to this type from the input type.
source§

impl From<SeaLanternBlock> for BlockState

source§

fn from(b: SeaLanternBlock) -> Self

Converts to this type from the input type.
source§

impl From<SeaPickleBlock> for BlockState

source§

fn from(b: SeaPickleBlock) -> Self

Converts to this type from the input type.
source§

impl From<SeagrassBlock> for BlockState

source§

fn from(b: SeagrassBlock) -> Self

Converts to this type from the input type.
source§

impl From<ShroomlightBlock> for BlockState

source§

fn from(b: ShroomlightBlock) -> Self

Converts to this type from the input type.
source§

impl From<ShulkerBoxBlock> for BlockState

source§

fn from(b: ShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<SkeletonSkullBlock> for BlockState

source§

fn from(b: SkeletonSkullBlock) -> Self

Converts to this type from the input type.
source§

impl From<SkeletonWallSkullBlock> for BlockState

source§

fn from(b: SkeletonWallSkullBlock) -> Self

Converts to this type from the input type.
source§

impl From<SlimeBlockBlock> for BlockState

source§

fn from(b: SlimeBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmallAmethystBudBlock> for BlockState

source§

fn from(b: SmallAmethystBudBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmallDripleafBlock> for BlockState

source§

fn from(b: SmallDripleafBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmithingTableBlock> for BlockState

source§

fn from(b: SmithingTableBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmokerBlock> for BlockState

source§

fn from(b: SmokerBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothBasaltBlock> for BlockState

source§

fn from(b: SmoothBasaltBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothQuartzBlock> for BlockState

source§

fn from(b: SmoothQuartzBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothQuartzSlabBlock> for BlockState

source§

fn from(b: SmoothQuartzSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothQuartzStairsBlock> for BlockState

source§

fn from(b: SmoothQuartzStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothRedSandstoneBlock> for BlockState

source§

fn from(b: SmoothRedSandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothRedSandstoneSlabBlock> for BlockState

source§

fn from(b: SmoothRedSandstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothRedSandstoneStairsBlock> for BlockState

source§

fn from(b: SmoothRedSandstoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothSandstoneBlock> for BlockState

source§

fn from(b: SmoothSandstoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothSandstoneSlabBlock> for BlockState

source§

fn from(b: SmoothSandstoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothSandstoneStairsBlock> for BlockState

source§

fn from(b: SmoothSandstoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothStoneBlock> for BlockState

source§

fn from(b: SmoothStoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<SmoothStoneSlabBlock> for BlockState

source§

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

source§

fn from(b: SnowBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<SoulCampfireBlock> for BlockState

source§

fn from(b: SoulCampfireBlock) -> Self

Converts to this type from the input type.
source§

impl From<SoulFireBlock> for BlockState

source§

fn from(b: SoulFireBlock) -> Self

Converts to this type from the input type.
source§

impl From<SoulLanternBlock> for BlockState

source§

fn from(b: SoulLanternBlock) -> Self

Converts to this type from the input type.
source§

impl From<SoulSandBlock> for BlockState

source§

fn from(b: SoulSandBlock) -> Self

Converts to this type from the input type.
source§

impl From<SoulSoilBlock> for BlockState

source§

fn from(b: SoulSoilBlock) -> Self

Converts to this type from the input type.
source§

impl From<SoulTorchBlock> for BlockState

source§

fn from(b: SoulTorchBlock) -> Self

Converts to this type from the input type.
source§

impl From<SoulWallTorchBlock> for BlockState

source§

fn from(b: SoulWallTorchBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpawnerBlock> for BlockState

source§

fn from(b: SpawnerBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpongeBlock> for BlockState

source§

fn from(b: SpongeBlock) -> Self

Converts to this type from the input type.
source§

impl From<SporeBlossomBlock> for BlockState

source§

fn from(b: SporeBlossomBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceButtonBlock> for BlockState

source§

fn from(b: SpruceButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceDoorBlock> for BlockState

source§

fn from(b: SpruceDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceFenceBlock> for BlockState

source§

fn from(b: SpruceFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceFenceGateBlock> for BlockState

source§

fn from(b: SpruceFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceHangingSignBlock> for BlockState

source§

fn from(b: SpruceHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceLeavesBlock> for BlockState

source§

fn from(b: SpruceLeavesBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceLogBlock> for BlockState

source§

fn from(b: SpruceLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<SprucePlanksBlock> for BlockState

source§

fn from(b: SprucePlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<SprucePressurePlateBlock> for BlockState

source§

fn from(b: SprucePressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceSaplingBlock> for BlockState

source§

fn from(b: SpruceSaplingBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceSignBlock> for BlockState

source§

fn from(b: SpruceSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceSlabBlock> for BlockState

source§

fn from(b: SpruceSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceStairsBlock> for BlockState

source§

fn from(b: SpruceStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceTrapdoorBlock> for BlockState

source§

fn from(b: SpruceTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceWallHangingSignBlock> for BlockState

source§

fn from(b: SpruceWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceWallSignBlock> for BlockState

source§

fn from(b: SpruceWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<SpruceWoodBlock> for BlockState

source§

fn from(b: SpruceWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StickyPistonBlock> for BlockState

source§

fn from(b: StickyPistonBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneBlock> for BlockState

source§

fn from(b: StoneBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneBrickSlabBlock> for BlockState

source§

fn from(b: StoneBrickSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneBrickStairsBlock> for BlockState

source§

fn from(b: StoneBrickStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneBrickWallBlock> for BlockState

source§

fn from(b: StoneBrickWallBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneBricksBlock> for BlockState

source§

fn from(b: StoneBricksBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneButtonBlock> for BlockState

source§

fn from(b: StoneButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<StonePressurePlateBlock> for BlockState

source§

fn from(b: StonePressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneSlabBlock> for BlockState

source§

fn from(b: StoneSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<StoneStairsBlock> for BlockState

source§

fn from(b: StoneStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<StonecutterBlock> for BlockState

source§

fn from(b: StonecutterBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedAcaciaLogBlock> for BlockState

source§

fn from(b: StrippedAcaciaLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedAcaciaWoodBlock> for BlockState

source§

fn from(b: StrippedAcaciaWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedBambooBlockBlock> for BlockState

source§

fn from(b: StrippedBambooBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedBirchLogBlock> for BlockState

source§

fn from(b: StrippedBirchLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedBirchWoodBlock> for BlockState

source§

fn from(b: StrippedBirchWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedCrimsonHyphaeBlock> for BlockState

source§

fn from(b: StrippedCrimsonHyphaeBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedCrimsonStemBlock> for BlockState

source§

fn from(b: StrippedCrimsonStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedDarkOakLogBlock> for BlockState

source§

fn from(b: StrippedDarkOakLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedDarkOakWoodBlock> for BlockState

source§

fn from(b: StrippedDarkOakWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedJungleLogBlock> for BlockState

source§

fn from(b: StrippedJungleLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedJungleWoodBlock> for BlockState

source§

fn from(b: StrippedJungleWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedMangroveLogBlock> for BlockState

source§

fn from(b: StrippedMangroveLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedMangroveWoodBlock> for BlockState

source§

fn from(b: StrippedMangroveWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedOakLogBlock> for BlockState

source§

fn from(b: StrippedOakLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedOakWoodBlock> for BlockState

source§

fn from(b: StrippedOakWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedSpruceLogBlock> for BlockState

source§

fn from(b: StrippedSpruceLogBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedSpruceWoodBlock> for BlockState

source§

fn from(b: StrippedSpruceWoodBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedWarpedHyphaeBlock> for BlockState

source§

fn from(b: StrippedWarpedHyphaeBlock) -> Self

Converts to this type from the input type.
source§

impl From<StrippedWarpedStemBlock> for BlockState

source§

fn from(b: StrippedWarpedStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<StructureBlockBlock> for BlockState

source§

fn from(b: StructureBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<StructureVoidBlock> for BlockState

source§

fn from(b: StructureVoidBlock) -> Self

Converts to this type from the input type.
source§

impl From<SugarCaneBlock> for BlockState

source§

fn from(b: SugarCaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<SunflowerBlock> for BlockState

source§

fn from(b: SunflowerBlock) -> Self

Converts to this type from the input type.
source§

impl From<SweetBerryBushBlock> for BlockState

source§

fn from(b: SweetBerryBushBlock) -> Self

Converts to this type from the input type.
source§

impl From<TallGrassBlock> for BlockState

source§

fn from(b: TallGrassBlock) -> Self

Converts to this type from the input type.
source§

impl From<TallSeagrassBlock> for BlockState

source§

fn from(b: TallSeagrassBlock) -> Self

Converts to this type from the input type.
source§

impl From<TargetBlock> for BlockState

source§

fn from(b: TargetBlock) -> Self

Converts to this type from the input type.
source§

impl From<TerracottaBlock> for BlockState

source§

fn from(b: TerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<TintedGlassBlock> for BlockState

source§

fn from(b: TintedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<TntBlock> for BlockState

source§

fn from(b: TntBlock) -> Self

Converts to this type from the input type.
source§

impl From<TorchBlock> for BlockState

source§

fn from(b: TorchBlock) -> Self

Converts to this type from the input type.
source§

impl From<TrappedChestBlock> for BlockState

source§

fn from(b: TrappedChestBlock) -> Self

Converts to this type from the input type.
source§

impl From<TripwireBlock> for BlockState

source§

fn from(b: TripwireBlock) -> Self

Converts to this type from the input type.
source§

impl From<TripwireHookBlock> for BlockState

source§

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

source§

fn from(b: TubeCoralBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<TubeCoralFanBlock> for BlockState

source§

fn from(b: TubeCoralFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<TubeCoralWallFanBlock> for BlockState

source§

fn from(b: TubeCoralWallFanBlock) -> Self

Converts to this type from the input type.
source§

impl From<TuffBlock> for BlockState

source§

fn from(b: TuffBlock) -> Self

Converts to this type from the input type.
source§

impl From<TurtleEggBlock> for BlockState

source§

fn from(b: TurtleEggBlock) -> Self

Converts to this type from the input type.
source§

impl From<TwistingVinesBlock> for BlockState

source§

fn from(b: TwistingVinesBlock) -> Self

Converts to this type from the input type.
source§

impl From<TwistingVinesPlantBlock> for BlockState

source§

fn from(b: TwistingVinesPlantBlock) -> Self

Converts to this type from the input type.
source§

impl From<VerdantFroglightBlock> for BlockState

source§

fn from(b: VerdantFroglightBlock) -> Self

Converts to this type from the input type.
source§

impl From<VineBlock> for BlockState

source§

fn from(b: VineBlock) -> Self

Converts to this type from the input type.
source§

impl From<VoidAirBlock> for BlockState

source§

fn from(b: VoidAirBlock) -> Self

Converts to this type from the input type.
source§

impl From<WallTorchBlock> for BlockState

source§

fn from(b: WallTorchBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedButtonBlock> for BlockState

source§

fn from(b: WarpedButtonBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedDoorBlock> for BlockState

source§

fn from(b: WarpedDoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedFenceBlock> for BlockState

source§

fn from(b: WarpedFenceBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedFenceGateBlock> for BlockState

source§

fn from(b: WarpedFenceGateBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedFungusBlock> for BlockState

source§

fn from(b: WarpedFungusBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedHangingSignBlock> for BlockState

source§

fn from(b: WarpedHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedHyphaeBlock> for BlockState

source§

fn from(b: WarpedHyphaeBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedNyliumBlock> for BlockState

source§

fn from(b: WarpedNyliumBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedPlanksBlock> for BlockState

source§

fn from(b: WarpedPlanksBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedPressurePlateBlock> for BlockState

source§

fn from(b: WarpedPressurePlateBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedRootsBlock> for BlockState

source§

fn from(b: WarpedRootsBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedSignBlock> for BlockState

source§

fn from(b: WarpedSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedSlabBlock> for BlockState

source§

fn from(b: WarpedSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedStairsBlock> for BlockState

source§

fn from(b: WarpedStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedStemBlock> for BlockState

source§

fn from(b: WarpedStemBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedTrapdoorBlock> for BlockState

source§

fn from(b: WarpedTrapdoorBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedWallHangingSignBlock> for BlockState

source§

fn from(b: WarpedWallHangingSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedWallSignBlock> for BlockState

source§

fn from(b: WarpedWallSignBlock) -> Self

Converts to this type from the input type.
source§

impl From<WarpedWartBlockBlock> for BlockState

source§

fn from(b: WarpedWartBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaterBlock> for BlockState

source§

fn from(b: WaterBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaterCauldronBlock> for BlockState

source§

fn from(b: WaterCauldronBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedCopperBlockBlock> for BlockState

source§

fn from(b: WaxedCopperBlockBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedCutCopperBlock> for BlockState

source§

fn from(b: WaxedCutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedCutCopperSlabBlock> for BlockState

source§

fn from(b: WaxedCutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedCutCopperStairsBlock> for BlockState

source§

fn from(b: WaxedCutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedExposedCopperBlock> for BlockState

source§

fn from(b: WaxedExposedCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedExposedCutCopperBlock> for BlockState

source§

fn from(b: WaxedExposedCutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedExposedCutCopperSlabBlock> for BlockState

source§

fn from(b: WaxedExposedCutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedExposedCutCopperStairsBlock> for BlockState

source§

fn from(b: WaxedExposedCutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedOxidizedCopperBlock> for BlockState

source§

fn from(b: WaxedOxidizedCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedOxidizedCutCopperBlock> for BlockState

source§

fn from(b: WaxedOxidizedCutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedOxidizedCutCopperSlabBlock> for BlockState

source§

fn from(b: WaxedOxidizedCutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedOxidizedCutCopperStairsBlock> for BlockState

source§

fn from(b: WaxedOxidizedCutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedWeatheredCopperBlock> for BlockState

source§

fn from(b: WaxedWeatheredCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedWeatheredCutCopperBlock> for BlockState

source§

fn from(b: WaxedWeatheredCutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedWeatheredCutCopperSlabBlock> for BlockState

source§

fn from(b: WaxedWeatheredCutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<WaxedWeatheredCutCopperStairsBlock> for BlockState

source§

fn from(b: WaxedWeatheredCutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<WeatheredCopperBlock> for BlockState

source§

fn from(b: WeatheredCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WeatheredCutCopperBlock> for BlockState

source§

fn from(b: WeatheredCutCopperBlock) -> Self

Converts to this type from the input type.
source§

impl From<WeatheredCutCopperSlabBlock> for BlockState

source§

fn from(b: WeatheredCutCopperSlabBlock) -> Self

Converts to this type from the input type.
source§

impl From<WeatheredCutCopperStairsBlock> for BlockState

source§

fn from(b: WeatheredCutCopperStairsBlock) -> Self

Converts to this type from the input type.
source§

impl From<WeepingVinesBlock> for BlockState

source§

fn from(b: WeepingVinesBlock) -> Self

Converts to this type from the input type.
source§

impl From<WeepingVinesPlantBlock> for BlockState

source§

fn from(b: WeepingVinesPlantBlock) -> Self

Converts to this type from the input type.
source§

impl From<WetSpongeBlock> for BlockState

source§

fn from(b: WetSpongeBlock) -> Self

Converts to this type from the input type.
source§

impl From<WheatBlock> for BlockState

source§

fn from(b: WheatBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteBannerBlock> for BlockState

source§

fn from(b: WhiteBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteBedBlock> for BlockState

source§

fn from(b: WhiteBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteCandleBlock> for BlockState

source§

fn from(b: WhiteCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteCandleCakeBlock> for BlockState

source§

fn from(b: WhiteCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteCarpetBlock> for BlockState

source§

fn from(b: WhiteCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteConcreteBlock> for BlockState

source§

fn from(b: WhiteConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteConcretePowderBlock> for BlockState

source§

fn from(b: WhiteConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteGlazedTerracottaBlock> for BlockState

source§

fn from(b: WhiteGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteShulkerBoxBlock> for BlockState

source§

fn from(b: WhiteShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteStainedGlassBlock> for BlockState

source§

fn from(b: WhiteStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteStainedGlassPaneBlock> for BlockState

source§

fn from(b: WhiteStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteTerracottaBlock> for BlockState

source§

fn from(b: WhiteTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteTulipBlock> for BlockState

source§

fn from(b: WhiteTulipBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteWallBannerBlock> for BlockState

source§

fn from(b: WhiteWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<WhiteWoolBlock> for BlockState

source§

fn from(b: WhiteWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<WitherRoseBlock> for BlockState

source§

fn from(b: WitherRoseBlock) -> Self

Converts to this type from the input type.
source§

impl From<WitherSkeletonSkullBlock> for BlockState

source§

fn from(b: WitherSkeletonSkullBlock) -> Self

Converts to this type from the input type.
source§

impl From<WitherSkeletonWallSkullBlock> for BlockState

source§

fn from(b: WitherSkeletonWallSkullBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowBannerBlock> for BlockState

source§

fn from(b: YellowBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowBedBlock> for BlockState

source§

fn from(b: YellowBedBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowCandleBlock> for BlockState

source§

fn from(b: YellowCandleBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowCandleCakeBlock> for BlockState

source§

fn from(b: YellowCandleCakeBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowCarpetBlock> for BlockState

source§

fn from(b: YellowCarpetBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowConcreteBlock> for BlockState

source§

fn from(b: YellowConcreteBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowConcretePowderBlock> for BlockState

source§

fn from(b: YellowConcretePowderBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowGlazedTerracottaBlock> for BlockState

source§

fn from(b: YellowGlazedTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowShulkerBoxBlock> for BlockState

source§

fn from(b: YellowShulkerBoxBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowStainedGlassBlock> for BlockState

source§

fn from(b: YellowStainedGlassBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowStainedGlassPaneBlock> for BlockState

source§

fn from(b: YellowStainedGlassPaneBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowTerracottaBlock> for BlockState

source§

fn from(b: YellowTerracottaBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowWallBannerBlock> for BlockState

source§

fn from(b: YellowWallBannerBlock) -> Self

Converts to this type from the input type.
source§

impl From<YellowWoolBlock> for BlockState

source§

fn from(b: YellowWoolBlock) -> Self

Converts to this type from the input type.
source§

impl From<ZombieHeadBlock> for BlockState

source§

fn from(b: ZombieHeadBlock) -> Self

Converts to this type from the input type.
source§

impl From<ZombieWallHeadBlock> for BlockState

source§

fn from(b: ZombieWallHeadBlock) -> Self

Converts to this type from the input type.
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<BlockState> 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 StructuralEq for BlockState

source§

impl StructuralPartialEq for BlockState

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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 Twhere 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 Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.