47public class CatherbyZone
extends FarmingZone {
53 private static final Interactable[] NORTH_ALLOTMENT_PATCH = {
59 private static final Interactable[] SOUTH_ALLOTMENT_PATCH = {
74 public CatherbyZone(
Player player) {
75 super(CATHERBY_BOUNDARY, 4);
78 setPatch(0,
new AllotmentPatch(player,
this, flowerPatch, NORTH_ALLOTMENT_PATCH));
79 setPatch(1,
new AllotmentPatch(player,
this, flowerPatch, SOUTH_ALLOTMENT_PATCH));
80 setPatch(2, flowerPatch);
81 setPatch(3,
new HerbPatch(player,
this, HERB_PATCH));