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