RuneHive-Game
Loading...
Searching...
No Matches
Preload.java
Go to the documentation of this file.
1package com.runehive.content.preloads;
2
3
4import com.runehive.content.skill.impl.magic.Spellbook;
5import com.runehive.game.world.items.Item;
6
7public interface Preload {
8
9 String title();
10
12
14
16
17 int[] skills();
18
19}
The container class that represents an item that can be interacted with.
Definition Item.java:21
The in-game spellbooks for players.
Definition Spellbook.java:8