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