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