Joseph Posted December 19, 2014 Share Posted December 19, 2014 (edited) Come on nub@Alek please add in the polygon area array in the Banks class. this is what you made me do. Current work around: public PolygonArea[] webBanks() { List<PolygonArea> banks = new ArrayList<PolygonArea>(); Collections.addAll(banks, Banks.AL_KHARID, Banks.ARDOUGNE_NORTH, Banks.CAMELOT, Banks.CATHERBY, Banks.DRAYNOR, Banks.EDGEVILLE, Banks.FALADOR_EAST, Banks.FALADOR_WEST, Banks.LUMBRIDGE_LOWER, Banks.LUMBRIDGE_UPPER, Banks.VARROCK_EAST, Banks.VARROCK_WEST, Banks.YANILLE); return banks.toArray(new PolygonArea[banks.size()]); } Edited December 19, 2014 by josedpay Link to comment Share on other sites More sharing options...
Swizzbeat Posted December 21, 2014 Share Posted December 21, 2014 Why is this not an enum...... 1 Link to comment Share on other sites More sharing options...
Joseph Posted December 21, 2014 Author Share Posted December 21, 2014 Why is this not an enum...... that's exactly what i was thinking but fuck it Link to comment Share on other sites More sharing options...