Type Alias veloren_voxygen_anim::item_drop::Body

source ·
pub type Body = Body;

Aliased Type§

enum Body {
    Tool(ToolKind),
    ModularComponent = 1,
    Lantern = 2,
    Glider = 3,
    Armor(ItemDropArmorKind),
    Utility = 5,
    Consumable = 6,
    Throwable = 7,
    Ingredient = 8,
    Coins = 9,
    CoinPouch = 10,
    Empty = 11,
}

Variants§

§

Tool(ToolKind)

§

ModularComponent = 1

§

Lantern = 2

§

Glider = 3

§

Armor(ItemDropArmorKind)

§

Utility = 5

§

Consumable = 6

§

Throwable = 7

§

Ingredient = 8

§

Coins = 9

§

CoinPouch = 10

§

Empty = 11