23 private static final Map<Integer, Flower>
FLOWERS =
new HashMap<>();
final InspectMessage inspect
static Flower forId(int seedId)
String[][] getInspectMessages()
static final Map< Integer, Flower > FLOWERS
Flower(int seedId, int harvestId, int levelRequired, int growthTime, double plantingXp, double harvestXp, int startingState, int endingState, InspectMessage inspect)
Inspection messages for all plants that grow in farming patches.