RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
ItemPack (int armour, boolean chisel, Item... items) |
Static Public Member Functions | |
static Optional< ItemPack > | forItem (int id) |
Public Attributes | |
final int | armour |
final boolean | chisel |
final Item | items [] |
Handles the opening of armour sets.
Definition at line 65 of file ItemPack.java.
|
inline |
Constructs a new ItemPack
.
Definition at line 163 of file ItemPack.java.
|
inlinestatic |
Streams through the armour set to find the data based on the item identification.
Definition at line 170 of file ItemPack.java.
final int com.osroyale.content.ItemPack.armour |
The armour set identification.
Definition at line 154 of file ItemPack.java.
final boolean com.osroyale.content.ItemPack.chisel |
If item set must be opened by chisel.
Definition at line 157 of file ItemPack.java.
final Item com.osroyale.content.ItemPack.items[] |
The items inside the armour set.
Definition at line 160 of file ItemPack.java.