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