Search
Preparing search index...
The search index is not available
poe-mods
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ItemRarity
Class ItemRarity
the rarity of an item
Hierarchy
ItemRarity
Implements
Rarity
<
Item
>
Component
<
Item
,
Builder
>
Index
Constructors
constructor
Properties
kind
parent
Methods
any
builder
is
Magic
is
Normal
is
Rare
is
Unique
set
to
String
upgrade
Constructors
constructor
new
Item
Rarity
(
item
:
Item
, builder
:
Builder
)
:
ItemRarity
Parameters
item:
Item
builder:
Builder
Returns
ItemRarity
Properties
kind
kind
:
RarityKind
parent
parent
:
Item
Methods
any
any
(
)
:
boolean
Returns
boolean
builder
builder
(
)
:
Builder
Returns
Builder
is
Magic
is
Magic
(
)
:
boolean
Returns
boolean
is
Normal
is
Normal
(
)
:
boolean
Returns
boolean
is
Rare
is
Rare
(
)
:
boolean
Returns
boolean
is
Unique
is
Unique
(
)
:
boolean
Returns
boolean
set
set
(
rarity
:
RarityIdent
)
:
Item
Parameters
rarity:
RarityIdent
Returns
Item
to
String
to
String
(
)
:
RarityIdent
Returns
RarityIdent
upgrade
upgrade
(
)
:
Item
upgrade rarirty by one tier
normal > magic > rare
Returns
Item
Globals
Item
Rarity
constructor
kind
parent
any
builder
is
Magic
is
Normal
is
Rare
is
Unique
set
to
String
upgrade
Generated using
TypeDoc
the rarity of an item