selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Armor
selery
item
tool
Undocumented in source.
interface
Armor {
enum
ubyte
helmet
;
enum
ubyte
chestplate
;
enum
ubyte
leggings
;
enum
ubyte
boots
;
alias
cap
=
helmet
;
alias
tunic
=
chestplate
;
alias
pants
=
leggings
;
ubyte
type
[@property getter];
uint
protection
[@property getter];
bool
doDamage
(Player player);
}
Members
Aliases
cap
alias
cap
=
helmet
Undocumented in source.
pants
alias
pants
=
leggings
Undocumented in source.
tunic
alias
tunic
=
chestplate
Undocumented in source.
Functions
doDamage
bool
doDamage
(Player player)
Undocumented in source.
Properties
protection
uint
protection
[@property getter]
Undocumented in source.
type
ubyte
type
[@property getter]
Undocumented in source.
Variables
boots
enum
ubyte
boots
;
Undocumented in source.
chestplate
enum
ubyte
chestplate
;
Undocumented in source.
helmet
enum
ubyte
helmet
;
Undocumented in source.
leggings
enum
ubyte
leggings
;
Undocumented in source.
Meta
Source
See Implementation
selery
item
tool
aliases
AxeItem
PickaxeItem
classes
ArmorItem
ColorableArmorItem
HoeItem
MiningItem
PlaceableArmor
ShovelItem
SwordItem
Tool
ToolItem
enums
Durability
Tools
interfaces
Armor