Struct azalea_block::EnchantingTableBlock
source · pub struct EnchantingTableBlock {}Trait Implementations§
source§impl Block for EnchantingTableBlock
impl Block for EnchantingTableBlock
source§impl Clone for EnchantingTableBlock
impl Clone for EnchantingTableBlock
source§fn clone(&self) -> EnchantingTableBlock
fn clone(&self) -> EnchantingTableBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EnchantingTableBlock
impl Debug for EnchantingTableBlock
source§impl Default for EnchantingTableBlock
impl Default for EnchantingTableBlock
source§impl From<EnchantingTableBlock> for BlockState
impl From<EnchantingTableBlock> for BlockState
source§fn from(b: EnchantingTableBlock) -> Self
fn from(b: EnchantingTableBlock) -> Self
Converts to this type from the input type.