Documentation

ArmorTypeInfo
in package

Table of Contents

$armorSlot  : int
$defensePoints  : int
$maxDurability  : int
__construct()  : mixed
getArmorSlot()  : int
getDefensePoints()  : int
getMaxDurability()  : int

Properties

Methods

__construct()

public __construct(int $defensePoints, int $maxDurability, int $armorSlot) : mixed
Parameters
$defensePoints : int
$maxDurability : int
$armorSlot : int
Return values
mixed

getArmorSlot()

public getArmorSlot() : int
Return values
int

getDefensePoints()

public getDefensePoints() : int
Return values
int

getMaxDurability()

public getMaxDurability() : int
Return values
int

Search results