RuneHive-Game
Loading...
Searching...
No Matches
Magic.java
Go to the documentation of this file.
1
package
com.runehive.content.skill.impl.magic;
2
3
import
com.runehive.game.world.items.Item;
4
5
public
class
Magic
{
6
7
public
static
final
Item
[]
UNALCHEABLES
= {
new
Item
(995),
new
Item
(20527),
new
Item
(13307)};
8
9
public
static
final
int
[]
BONES
= {526, 528, 530, 534};
10
}
com.runehive.content.skill.impl.magic.Magic
Definition
Magic.java:5
com.runehive.content.skill.impl.magic.Magic.UNALCHEABLES
static final Item[] UNALCHEABLES
Definition
Magic.java:7
com.runehive.content.skill.impl.magic.Magic.BONES
static final int[] BONES
Definition
Magic.java:9
com.runehive.game.world.items.Item
The container class that represents an item that can be interacted with.
Definition
Item.java:21