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