Type Alias entmet_lib::datatypes::block_states::AgeSpecial

source ·
pub type AgeSpecial = Range<0, 15>;
Expand description

Variant ranging from 0 to 15

§Used for

  • Fire
  • Cactus
  • Sugar Cane

Aliased Type§

struct AgeSpecial(pub u8);

Fields§

§0: u8

Trait Implementations§