7 POTATO(5318, 1942, 5096, 3, 1,
new int[] {6032, 2}, 40, 8, 9.5, 6, 12,
InspectMessage.
POTATOES),
8 ONION(5319, 1957, 5096, 3, 5,
new int[] {5438, 1}, 40, 9.5, 10.5, 13, 19,
InspectMessage.
ONIONS),
9 CABBAGE(5324, 1965, 5097, 3, 7,
new int[] {5458, 1}, 40, 10, 11.5, 20, 26,
InspectMessage.
CABBAGES),
10 TOMATO(5322, 1982, 5096, 3, 12,
new int[] {5478, 2}, 40, 12.5, 14, 27, 33,
InspectMessage.
TOMATOES),
11 SWEETCORN(5320, 5986, 6059, 3, 20,
new int[] {5931, 10}, 40, 17, 19, 34, 42,
InspectMessage.
SWEETCORNS),
12 STRAWBERRY(5323, 5504, -1, 3, 31,
new int[] {5386, 1}, 40, 26, 29, 43, 49,
InspectMessage.
STRAWBERRIES),
13 WATERMELON(5321, 5982, 5098, 3, 47,
new int[] {5970, 10}, 40, 48.5, 54.5, 52, 60,
InspectMessage.
WATERMELONS);
28 private static final Map<Integer, Allotment>
ALLOTMENTS =
new HashMap<>();
36 Allotment(
int seedId,
int harvestId,
int flowerProtect,
int seedAmount,
int levelRequired,
int[]
paymentToWatch,
int growthTime,
double plantingXp,
double harvestXp,
int startingState,
int endingState,
InspectMessage inspect) {
114 return name().toLowerCase();
static final Map< Integer, Allotment > ALLOTMENTS
final InspectMessage inspect
static Allotment forId(int seedId)
String[][] getInspectMessages()
Allotment(int seedId, int harvestId, int flowerProtect, int seedAmount, int levelRequired, int[] paymentToWatch, int growthTime, double plantingXp, double harvestXp, int startingState, int endingState, InspectMessage inspect)
Inspection messages for all plants that grow in farming patches.