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