C# Class ConvenientChests.CategorizeChests.ItemHelper

Exibir arquivo Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
GetCopy ( Item item ) : Item
GetItemID ( Item item ) : int
GetItemType ( Item item ) : ItemType
GetWeapons ( ) : IEnumerable
ToItemKey ( Item item ) : ItemKey

Method Details

GetCopy() public static method

public static GetCopy ( Item item ) : Item
item Item
return Item

GetItemID() public static method

public static GetItemID ( Item item ) : int
item Item
return int

GetItemType() public static method

public static GetItemType ( Item item ) : ItemType
item Item
return ItemType

GetWeapons() public static method

public static GetWeapons ( ) : IEnumerable
return IEnumerable

ToItemKey() public static method

public static ToItemKey ( Item item ) : ItemKey
item Item
return ItemKey