Struct azalea_block::NetherBrickFenceBlock
source · pub struct NetherBrickFenceBlock {
pub east: bool,
pub north: bool,
pub south: bool,
pub waterlogged: bool,
pub west: bool,
}Fields§
§east: bool§north: bool§south: bool§waterlogged: bool§west: boolTrait Implementations§
source§impl Block for NetherBrickFenceBlock
impl Block for NetherBrickFenceBlock
source§impl Clone for NetherBrickFenceBlock
impl Clone for NetherBrickFenceBlock
source§fn clone(&self) -> NetherBrickFenceBlock
fn clone(&self) -> NetherBrickFenceBlock
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 NetherBrickFenceBlock
impl Debug for NetherBrickFenceBlock
source§impl Default for NetherBrickFenceBlock
impl Default for NetherBrickFenceBlock
source§impl From<NetherBrickFenceBlock> for BlockState
impl From<NetherBrickFenceBlock> for BlockState
source§fn from(b: NetherBrickFenceBlock) -> Self
fn from(b: NetherBrickFenceBlock) -> Self
Converts to this type from the input type.