Property | Type | Description | |
---|---|---|---|
FilterGems | List |
Method | Description | |
---|---|---|
GetGemsForItem ( Item item ) : List |
||
GetGemsForItemTypeId ( string itemTypeId, Slot slots = null ) : List |
||
GetKnownGemsFromJsonFile ( string fileName ) : |
||
GetKnownGemsFromJsonStream ( Stream stream ) : |
||
KnownGems ( List |
Method | Description | |
---|---|---|
FilterGems ( string itemTypeId ) : List |
public GetGemsForItemTypeId ( string itemTypeId, Slot slots = null ) : List |
||
itemTypeId | string | |
slots | Slot | |
return | List |
public static GetKnownGemsFromJsonFile ( string fileName ) : |
||
fileName | string | |
return |
public static GetKnownGemsFromJsonStream ( Stream stream ) : |
||
stream | Stream | |
return |
public KnownGems ( List |
||
gems | List |
|
return | System.Collections.Generic |