RuneHive-Game
Loading...
Searching...
No Matches
Plant.java
Go to the documentation of this file.
1package com.runehive.content.skill.impl.farming.plants;
2
3public interface Plant {
4
5 int getSeedId();
6
8
10
11
13
15
17
19
21
22 double getHarvestXp();
23
24 double getPlantingXp();
25
27
29
30 String[][] getInspectMessages();
31
32}