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