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