JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
kr.toxicity.model.api.armor
PlayerArmor
Contents
Description
Field Summary
Method Summary
Field Details
EMPTY
Method Details
helmet()
chestplate()
leggings()
boots()
Hide sidebar
Show sidebar
Interface PlayerArmor
public interface
PlayerArmor
Player armor
Field Summary
Fields
Modifier and Type
Field
Description
static final
PlayerArmor
EMPTY
Empty armor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@Nullable
ArmorItem
boots
()
Gets boots
@Nullable
ArmorItem
chestplate
()
Gets chestplate
@Nullable
ArmorItem
helmet
()
Gets helmet
@Nullable
ArmorItem
leggings
()
Gets leggings
Field Details
EMPTY
static final
PlayerArmor
EMPTY
Empty armor
Method Details
helmet
@Nullable
@Nullable
ArmorItem
helmet
()
Gets helmet
Returns:
helmet
chestplate
@Nullable
@Nullable
ArmorItem
chestplate
()
Gets chestplate
Returns:
chestplate
leggings
@Nullable
@Nullable
ArmorItem
leggings
()
Gets leggings
Returns:
leggings
boots
@Nullable
@Nullable
ArmorItem
boots
()
Gets boots
Returns:
boots