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