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