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