Struct azalea_block::BrownBannerBlock
source · pub struct BrownBannerBlock {
pub rotation: BrownBannerRotation,
}Fields§
§rotation: BrownBannerRotationTrait Implementations§
source§impl Block for BrownBannerBlock
impl Block for BrownBannerBlock
source§impl Clone for BrownBannerBlock
impl Clone for BrownBannerBlock
source§fn clone(&self) -> BrownBannerBlock
fn clone(&self) -> BrownBannerBlock
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 BrownBannerBlock
impl Debug for BrownBannerBlock
source§impl Default for BrownBannerBlock
impl Default for BrownBannerBlock
source§impl From<BrownBannerBlock> for BlockState
impl From<BrownBannerBlock> for BlockState
source§fn from(b: BrownBannerBlock) -> Self
fn from(b: BrownBannerBlock) -> Self
Converts to this type from the input type.