Type Alias entmet_lib::datatypes::block_states::Axis3D

source ·
pub type Axis3D = Axis3DVariant;
Expand description

Variant allowing 3 options

§Used for

  • Log
  • Stem
  • Basalt
  • Bone Block
  • Verdant Froglight
  • Muddy Mangrove Roots
  • Chain
  • Hay Bale
  • Purpur Pillar
  • Quartz Pillar
  • Deepslate

Aliased Type§

enum Axis3D {
    X = 0,
    Y = 1,
    Z = 2,
}

Variants§

§

X = 0

The block is oriented towards X

§

Y = 1

The block is oriented towards Y

§

Z = 2

The block is oriented towards Z

Trait Implementations§