Jump to content

Bank array


Joseph

Recommended Posts

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 by josedpay
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...