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