Quote:
public static enum Tree {
NORMAL(1, 25, 1511, new int[] { 1276, 1277, 1278, 1279, 1280, 1282, 1283, 1284, 1285, 1286, 1289, 1290, 1291, 1315, 1316, 1318, 1319, 1330, 1331, 1332, 1365, 1383, 1384, 3033, 3034, 3035, 3036, 3881, 3882, 3883, 5902, 5903, 5904 }, 10, 8, false),
ACHEY(1, 25, 2862, new int[] { 2023 }, 13, 9, false),
OAK(15, 38, 1521, new int[] { 1281, 3037, 1751 }, 14, 11, true),
WILLOW(30, 68, 1519, new int[] { 1308, 5551, 5552, 5553 }, 15, 14, true),
TEAK(35, 85, 6333, new int[] { 9036 }, 16, 16, true),
DRAMEN(36, 88, 771, new int[] { 1292 }, 16, 17, true),
MAPLE(45, 100, 1517, new int[] { 1307, 4677 }, 17, 18, true),
MAHOGANY(50, 125, 6332, new int[] { 9034 }, 17, 20, true),
YEW(60, 175, 1515, new int[] { 1309, 1753 }, 18, 28, true),
MAGIC(75, 250, 1513, new int[] { 1306 }, 20, 40, true),
REDWOOD(90, 380, 19669, new int[]{}, 22, 43, true);
private final int[] objects;
private final int requiredLevel;
private final int xpReward;
private final int logId;
private final int cycles;
private final int respawnTimer;
private final boolean multi;