pub struct OxidizedCopperLantern {
pub hanging: bool,
pub waterlogged: bool,
}
Fields§
§hanging: bool
§waterlogged: bool
Trait Implementations§
Source§impl BlockTrait for OxidizedCopperLantern
impl BlockTrait for OxidizedCopperLantern
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 OxidizedCopperLantern
impl Clone for OxidizedCopperLantern
Source§fn clone(&self) -> OxidizedCopperLantern
fn clone(&self) -> OxidizedCopperLantern
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 OxidizedCopperLantern
impl Debug for OxidizedCopperLantern
Source§impl Default for OxidizedCopperLantern
impl Default for OxidizedCopperLantern
Source§impl From<OxidizedCopperLantern> for BlockState
impl From<OxidizedCopperLantern> for BlockState
Source§fn from(b: OxidizedCopperLantern) -> Self
fn from(b: OxidizedCopperLantern) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OxidizedCopperLantern
impl PartialEq for OxidizedCopperLantern
impl Copy for OxidizedCopperLantern
impl StructuralPartialEq for OxidizedCopperLantern
Auto Trait Implementations§
impl Freeze for OxidizedCopperLantern
impl RefUnwindSafe for OxidizedCopperLantern
impl Send for OxidizedCopperLantern
impl Sync for OxidizedCopperLantern
impl Unpin for OxidizedCopperLantern
impl UnwindSafe for OxidizedCopperLantern
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