Slot

Type Alias Slot 

Source
pub type Slot = Option<ItemStack>;

Aliased Type§

pub enum Slot {
    None,
    Some(ItemStack),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(ItemStack)

Some value of type T.