pub struct CopperChain {
pub axis: Axis,
pub waterlogged: bool,
}
Fields§
§axis: Axis
§waterlogged: bool
Trait Implementations§
Source§impl BlockTrait for CopperChain
impl BlockTrait for CopperChain
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for CopperChain
impl Clone for CopperChain
Source§fn clone(&self) -> CopperChain
fn clone(&self) -> CopperChain
Returns a duplicate 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 CopperChain
impl Debug for CopperChain
Source§impl Default for CopperChain
impl Default for CopperChain
Source§impl From<CopperChain> for BlockState
impl From<CopperChain> for BlockState
Source§fn from(b: CopperChain) -> Self
fn from(b: CopperChain) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CopperChain
impl PartialEq for CopperChain
impl Copy for CopperChain
impl StructuralPartialEq for CopperChain
Auto Trait Implementations§
impl Freeze for CopperChain
impl RefUnwindSafe for CopperChain
impl Send for CopperChain
impl Sync for CopperChain
impl Unpin for CopperChain
impl UnwindSafe for CopperChain
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more