Type Alias entmet_lib::datatypes::block_states::Axis2D

source ·
pub type Axis2D = Axis2DVariant;
Expand description

Variant allowing 2 options

§Used for

  • Nether Portal

Aliased Type§

enum Axis2D {
    X = 0,
    Y = 1,
}

Variants§

§

X = 0

The block is oriented towards X

§

Y = 1

The block is oriented towards Y

Trait Implementations§