Type Alias entmet_lib::datatypes::block_states::Attachent

source ·
pub type Attachent = AttachmentType;
Expand description

Variant allowing 4 options

§Used for

  • Tripwire Hook
  • Tripwire

Aliased Type§

enum Attachent {
    Ceiling = 0,
    DoubleWall = 1,
    Floor = 2,
    SingleWall = 3,
}

Variants§

§

Ceiling = 0

Attached at the ceiling

§

DoubleWall = 1

Attached at two walls

§

Floor = 2

Attached at the floor

§

SingleWall = 3

Attached at one wall

Trait Implementations§