RuneHive-Game
Loading...
Searching...
No Matches
Magic.java
Go to the documentation of this file.
1package com.runehive.content.skill.impl.magic;
2
3import com.runehive.game.world.items.Item;
4
5public 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}
The container class that represents an item that can be interacted with.
Definition Item.java:21