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